Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/mod_wsgi.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-3374-5602/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/mod_wsgi.spec'] warning: Could not canonicalize hostname: opus3.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/mod_wsgi-3.2-2.ru6.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/mod_wsgi.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-3374-5602/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/mod_wsgi.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dEYxY0 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf mod_wsgi-3.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/mod_wsgi-3.2.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd mod_wsgi-3.2 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BCR8jq + umask 022 + cd /builddir/build/BUILD + cd mod_wsgi-3.2 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FFLAGS + ./configure --build=x86_64-koji-linux-gnu --host=x86_64-koji-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared checking for apxs2... no checking for apxs... /usr/sbin/apxs checking Apache version... 2.2.15 checking for python... /usr/bin/python configure: creating ./config.status config.status: creating Makefile + make LDFLAGS=-L/usr/lib64 -j2 /usr/sbin/apxs -c -I/usr/include/python2.6 -D_GNU_SOURCE -DNDEBUG -D_GNU_SOURCE -Wc,-O2 -Wc,-g -Wc,-pipe -Wc,-Wall -Wc,-Wp,-D_FORTIFY_SOURCE=2 -Wc,-fexceptions -Wc,-fstack-protector -Wc,--param=ssp-buffer-size=4 -Wc,-m64 -Wc,-mtune=generic mod_wsgi.c -L/usr/lib64 -lpython2.6 -lpthread -ldl -lutil -lm /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security -fno-strict-aliasing -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/include/python2.6 -D_GNU_SOURCE -DNDEBUG -D_GNU_SOURCE -c -o mod_wsgi.lo mod_wsgi.c && touch mod_wsgi.slo In file included from /usr/include/python2.6/pyconfig.h:6, from /usr/include/python2.6/Python.h:8, from mod_wsgi.c:135: /usr/include/python2.6/pyconfig-64.h:1034:1: warning: "_POSIX_C_SOURCE" redefined In file included from /usr/include/sys/types.h:26, from /usr/include/apr-1/apr-x86_64.h:127, from /usr/include/apr-1/apr.h:19, from /usr/include/httpd/ap_config.h:25, from /usr/include/httpd/httpd.h:43, from mod_wsgi.c:34: /usr/include/features.h:162:1: warning: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:6, from /usr/include/python2.6/Python.h:8, from mod_wsgi.c:135: /usr/include/python2.6/pyconfig-64.h:1043:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/sys/types.h:26, from /usr/include/apr-1/apr-x86_64.h:127, from /usr/include/apr-1/apr.h:19, from /usr/include/httpd/ap_config.h:25, from /usr/include/httpd/httpd.h:43, from mod_wsgi.c:34: /usr/include/features.h:164:1: warning: this is the location of the previous definition mod_wsgi.c: In function 'wsgi_server_group': mod_wsgi.c:949: warning: unused variable 'value' mod_wsgi.c: In function 'Log_writelines': mod_wsgi.c:1732: warning: unused variable 'msg' mod_wsgi.c: In function 'Adapter_output': mod_wsgi.c:3010: warning: unused variable 'n' mod_wsgi.c: In function 'Adapter_file_wrapper': mod_wsgi.c:4024: warning: unused variable 'result' mod_wsgi.c: In function 'wsgi_python_term': mod_wsgi.c:5631: warning: unused variable 'tstate' mod_wsgi.c:5630: warning: unused variable 'interp' mod_wsgi.c: In function 'wsgi_python_child_init': mod_wsgi.c:6760: warning: unused variable 'l' mod_wsgi.c:6658: warning: unused variable 'interp' mod_wsgi.c: In function 'wsgi_add_import_script': mod_wsgi.c:7411: warning: unused variable 'error' mod_wsgi.c: In function 'wsgi_add_handler_script': mod_wsgi.c:7859: warning: unused variable 'dconfig' mod_wsgi.c:7858: warning: unused variable 'sconfig' mod_wsgi.c: In function 'wsgi_hook_handler': mod_wsgi.c:8905: warning: suggest parentheses around assignment used as truth value mod_wsgi.c:8907: warning: suggest parentheses around assignment used as truth value mod_wsgi.c:8909: warning: suggest parentheses around assignment used as truth value mod_wsgi.c:8913: warning: suggest parentheses around assignment used as truth value mod_wsgi.c:8933: warning: suggest parentheses around assignment used as truth value mod_wsgi.c:8935: warning: suggest parentheses around assignment used as truth value mod_wsgi.c:8938: warning: suggest parentheses around assignment used as truth value mod_wsgi.c: In function 'wsgi_daemon_worker': mod_wsgi.c:10227: warning: unused variable 'duration' mod_wsgi.c:10226: warning: unused variable 'start' mod_wsgi.c: In function 'wsgi_hook_daemon_handler': mod_wsgi.c:12423: warning: unused variable 'i' mod_wsgi.c:12421: warning: unused variable 'elts' mod_wsgi.c:12420: warning: unused variable 'head' mod_wsgi.c: At top level: mod_wsgi.c:7822: warning: 'wsgi_set_user_authoritative' defined but not used mod_wsgi.c:14337: warning: 'wsgi_hook_check_user_id' defined but not used /usr/lib64/apr-1/build/libtool --silent --mode=link gcc -o mod_wsgi.la -rpath /usr/lib64/httpd/modules -module -avoid-version mod_wsgi.lo -L/usr/lib64 -lpython2.6 -lpthread -ldl -lutil -lm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.sHUd4d + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64 ++ dirname /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64 + cd mod_wsgi-3.2 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64 + make install DESTDIR=/builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64 mkdir -p /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/lib64/httpd/modules /usr/sbin/apxs -i -S LIBEXECDIR=/builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/lib64/httpd/modules -n 'mod_wsgi' mod_wsgi.la /usr/lib64/httpd/build/instdso.sh SH_LIBTOOL='/usr/lib64/apr-1/build/libtool' mod_wsgi.la /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/lib64/httpd/modules /usr/lib64/apr-1/build/libtool --mode=install cp mod_wsgi.la /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/lib64/httpd/modules/ libtool: install: cp .libs/mod_wsgi.so /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/lib64/httpd/modules/mod_wsgi.so libtool: install: cp .libs/mod_wsgi.lai /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/lib64/httpd/modules/mod_wsgi.la libtool: install: cp .libs/mod_wsgi.a /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/lib64/httpd/modules/mod_wsgi.a libtool: install: chmod 644 /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/lib64/httpd/modules/mod_wsgi.a libtool: install: ranlib /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/lib64/httpd/modules/mod_wsgi.a libtool: install: warning: remember to run `libtool --finish /usr/lib64/httpd/modules' chmod 755 /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/lib64/httpd/modules/mod_wsgi.so + install -d -m 755 /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/etc/httpd/conf.d + install -p -m 644 /builddir/build/SOURCES/wsgi.conf /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/etc/httpd/conf.d/ + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/mod_wsgi-3.2 extracting debug info from /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/lib64/httpd/modules/mod_wsgi.so 892 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: mod_wsgi-3.2-2.ru6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Nrx162 + umask 022 + cd /builddir/build/BUILD + cd mod_wsgi-3.2 + DOCDIR=/builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/share/doc/mod_wsgi-3.2 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/share/doc/mod_wsgi-3.2 + /bin/mkdir -p /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/share/doc/mod_wsgi-3.2 + cp -pr LICENCE README /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64/usr/share/doc/mod_wsgi-3.2 + exit 0 Provides: config(mod_wsgi) = 3.2-2.ru6 mod_wsgi.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdl.so.2()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpython2.6.so.1.0()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: mod_wsgi-debuginfo-3.2-2.ru6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64 warning: Could not canonicalize hostname: opus3.rutgers.edu Wrote: /builddir/build/RPMS/mod_wsgi-3.2-2.ru6.x86_64.rpm Wrote: /builddir/build/RPMS/mod_wsgi-debuginfo-3.2-2.ru6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XJdqox + umask 022 + cd /builddir/build/BUILD + cd mod_wsgi-3.2 + rm -rf /builddir/build/BUILDROOT/mod_wsgi-3.2-2.ru6.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->