Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-elementtree.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-2535-4588/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-elementtree.spec'] sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: opus3.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-elementtree-1.2.6-1.ru6.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-elementtree.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-2535-4588/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-elementtree.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5gDPfI + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf elementtree-1.2.6-20050316 + /usr/bin/gzip -dc /builddir/build/SOURCES/elementtree-1.2.6-20050316.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd elementtree-1.2.6-20050316 + /usr/bin/gzip -dc /builddir/build/SOURCES/cElementTree-1.0.5-20051216.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + pushd cElementTree-1.0.5-20051216 ~/build/BUILD/elementtree-1.2.6-20050316/cElementTree-1.0.5-20051216 ~/build/BUILD/elementtree-1.2.6-20050316 + mv -f setup.py setup.py-orig + cp -f /builddir/build/SOURCES/cElementTree-system-expat-setup.py setup.py + cp -f README ../README-cElementTree + cp -f CHANGES ../CHANGES-cElementTree + popd ~/build/BUILD/elementtree-1.2.6-20050316 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.AA3Xm3 + umask 022 + cd /builddir/build/BUILD + cd elementtree-1.2.6-20050316 + LANG=C + export LANG + unset DISPLAY + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/elementtree copying elementtree/SimpleXMLTreeBuilder.py -> build/lib/elementtree copying elementtree/XMLTreeBuilder.py -> build/lib/elementtree copying elementtree/TidyHTMLTreeBuilder.py -> build/lib/elementtree copying elementtree/TidyTools.py -> build/lib/elementtree copying elementtree/SgmlopXMLTreeBuilder.py -> build/lib/elementtree copying elementtree/SimpleXMLWriter.py -> build/lib/elementtree copying elementtree/__init__.py -> build/lib/elementtree copying elementtree/ElementInclude.py -> build/lib/elementtree copying elementtree/ElementPath.py -> build/lib/elementtree copying elementtree/ElementTree.py -> build/lib/elementtree copying elementtree/HTMLTreeBuilder.py -> build/lib/elementtree ~/build/BUILD/elementtree-1.2.6-20050316/cElementTree-1.0.5-20051216 ~/build/BUILD/elementtree-1.2.6-20050316 + pushd cElementTree-1.0.5-20051216 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + /usr/bin/python setup.py build running build running build_ext building 'cElementTree' extension creating build creating build/temp.linux-x86_64-2.6 gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -I/usr/include -I/usr/include/python2.6 -c cElementTree.c -o build/temp.linux-x86_64-2.6/cElementTree.o cElementTree.c:1368: warning: initialization from incompatible pointer type cElementTree.c:1371: warning: 'intargfunc' is deprecated cElementTree.c:1371: warning: initialization from incompatible pointer type cElementTree.c:1372: warning: 'intintargfunc' is deprecated cElementTree.c:1372: warning: initialization from incompatible pointer type cElementTree.c:1373: warning: initialization from incompatible pointer type cElementTree.c:1374: warning: initialization from incompatible pointer type cElementTree.c: In function 'expat_default_handler': cElementTree.c:1964: warning: format '%d' expects type 'int', but argument 4 has type 'XML_Size' cElementTree.c:1964: warning: format '%d' expects type 'int', but argument 5 has type 'XML_Size' cElementTree.c: In function 'expat_unknown_encoding_handler': cElementTree.c:2143: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_Decode' differ in signedness /usr/include/python2.6/unicodeobject.h:685: note: expected 'const char *' but argument is of type 'unsigned char *' cElementTree.c: In function 'xmlparser': cElementTree.c:2181: warning: passing argument 4 of 'PyArg_ParseTupleAndKeywords' from incompatible pointer type /usr/include/python2.6/modsupport.h:28: note: expected 'char **' but argument is of type 'const char **' cElementTree.c: In function 'expat_parse': cElementTree.c:2316: warning: format '%d' expects type 'int', but argument 4 has type 'XML_Size' cElementTree.c:2316: warning: format '%d' expects type 'int', but argument 5 has type 'XML_Size' creating build/lib.linux-x86_64-2.6 gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.6/cElementTree.o -L/usr/lib64 -lexpat -lpython2.6 -o build/lib.linux-x86_64-2.6/cElementTree.so ~/build/BUILD/elementtree-1.2.6-20050316 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.e5C3Jr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64 ++ dirname /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64 + cd elementtree-1.2.6-20050316 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64 creating /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr creating /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6 creating /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages creating /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree copying build/lib/elementtree/SimpleXMLTreeBuilder.py -> /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree copying build/lib/elementtree/XMLTreeBuilder.py -> /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree copying build/lib/elementtree/TidyHTMLTreeBuilder.py -> /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree copying build/lib/elementtree/TidyTools.py -> /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree copying build/lib/elementtree/SgmlopXMLTreeBuilder.py -> /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree copying build/lib/elementtree/SimpleXMLWriter.py -> /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree copying build/lib/elementtree/__init__.py -> /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree copying build/lib/elementtree/ElementInclude.py -> /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree copying build/lib/elementtree/ElementPath.py -> /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree copying build/lib/elementtree/ElementTree.py -> /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree copying build/lib/elementtree/HTMLTreeBuilder.py -> /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree byte-compiling /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree/SimpleXMLTreeBuilder.py to SimpleXMLTreeBuilder.pyc byte-compiling /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree/XMLTreeBuilder.py to XMLTreeBuilder.pyc byte-compiling /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree/TidyHTMLTreeBuilder.py to TidyHTMLTreeBuilder.pyc byte-compiling /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree/TidyTools.py to TidyTools.pyc byte-compiling /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree/SgmlopXMLTreeBuilder.py to SgmlopXMLTreeBuilder.pyc byte-compiling /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree/SimpleXMLWriter.py to SimpleXMLWriter.pyc byte-compiling /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree/ElementInclude.py to ElementInclude.pyc byte-compiling /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree/ElementPath.py to ElementPath.pyc byte-compiling /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree/ElementTree.py to ElementTree.pyc byte-compiling /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree/HTMLTreeBuilder.py to HTMLTreeBuilder.pyc writing byte-compilation script '/tmp/tmpxqHbjI.py' /usr/bin/python -O /tmp/tmpxqHbjI.py removing /tmp/tmpxqHbjI.py running install_egg_info Writing /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/site-packages/elementtree-1.2.6_20050316-py2.6.egg-info ~/build/BUILD/elementtree-1.2.6-20050316/cElementTree-1.0.5-20051216 ~/build/BUILD/elementtree-1.2.6-20050316 + pushd cElementTree-1.0.5-20051216 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib64/python2.6 creating /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib64/python2.6/site-packages copying build/lib.linux-x86_64-2.6/cElementTree.so -> /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib64/python2.6/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib64/python2.6/site-packages/cElementTree-1.0.2_20050302-py2.6.egg-info + popd ~/build/BUILD/elementtree-1.2.6-20050316 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/elementtree-1.2.6-20050316 extracting debug info from /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib64/python2.6/site-packages/cElementTree.so 141 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 Bytecompiling .py files below /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib/python2.6/ using /usr/bin/python2.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/lib64/python2.6/ using /usr/bin/python2.6 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-elementtree-1.2.6-1.ru6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YpDrkS + umask 022 + cd /builddir/build/BUILD + cd elementtree-1.2.6-20050316 + DOCDIR=/builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/share/doc/python-elementtree-1.2.6 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/share/doc/python-elementtree-1.2.6 + /bin/mkdir -p /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/share/doc/python-elementtree-1.2.6 + cp -pr docs samples README README-cElementTree CHANGES CHANGES-cElementTree benchmark.py /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64/usr/share/doc/python-elementtree-1.2.6 + exit 0 Provides: cElementTree.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-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.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libexpat.so.1()(64bit) libpthread.so.0()(64bit) libpython2.6.so.1.0()(64bit) python(abi) = 2.6 rtld(GNU_HASH) Processing files: python-elementtree-debuginfo-1.2.6-1.ru6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64 warning: Could not canonicalize hostname: opus3.rutgers.edu Wrote: /builddir/build/RPMS/python-elementtree-1.2.6-1.ru6.x86_64.rpm Wrote: /builddir/build/RPMS/python-elementtree-debuginfo-1.2.6-1.ru6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.01vvyh + umask 022 + cd /builddir/build/BUILD + cd elementtree-1.2.6-20050316 + rm -rf /builddir/build/BUILDROOT/python-elementtree-1.2.6-1.ru6.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->