Mock Version: 1.1.18 Mock Version: 1.1.18 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-dulwich.spec'], False, '/var/lib/mock/f18-build-1371806-223380/root/', None, 86400, True, False, 496, 496, None, False, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-dulwich.spec'] Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-dulwich-0.8.5-2.fc18.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-dulwich.spec'], False, '/var/lib/mock/f18-build-1371806-223380/root/', None, 86400, True, False, 496, 496, None, False, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-dulwich.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cmLhYE + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf dulwich-0.8.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/dulwich-0.8.5.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd dulwich-0.8.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jNVAHv + umask 022 + cd /builddir/build/BUILD + cd dulwich-0.8.5 + 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' + /usr/bin/python setup.py build running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/dulwich copying dulwich/client.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/diff_tree.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/_compat.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/walk.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/repo.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/web.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/index.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/lru_cache.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/config.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/pack.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/errors.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/file.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/server.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/fastexport.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/patch.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/protocol.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/log_utils.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/object_store.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/__init__.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/objects.py -> build/lib.linux-x86_64-2.7/dulwich creating build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_index.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/utils.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_web.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_diff_tree.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_protocol.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_objects.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_file.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_fastexport.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_repository.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_utils.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_lru_cache.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_server.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_object_store.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_patch.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_pack.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_client.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_walk.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_config.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_blackbox.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/__init__.py -> build/lib.linux-x86_64-2.7/dulwich/tests running build_ext building 'dulwich._objects' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/dulwich 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/python2.7 -c dulwich/_objects.c -o build/temp.linux-x86_64-2.7/dulwich/_objects.o gcc -pthread -shared -Wl,-z,relro -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.7/dulwich/_objects.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/dulwich/_objects.so building 'dulwich._pack' extension 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/python2.7 -c dulwich/_pack.c -o build/temp.linux-x86_64-2.7/dulwich/_pack.o gcc -pthread -shared -Wl,-z,relro -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.7/dulwich/_pack.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/dulwich/_pack.so building 'dulwich._diff_tree' extension 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/python2.7 -c dulwich/_diff_tree.c -o build/temp.linux-x86_64-2.7/dulwich/_diff_tree.o gcc -pthread -shared -Wl,-z,relro -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.7/dulwich/_diff_tree.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/dulwich/_diff_tree.so running build_scripts creating build/scripts-2.7 copying and adjusting bin/dulwich -> build/scripts-2.7 copying and adjusting bin/dul-daemon -> build/scripts-2.7 copying and adjusting bin/dul-web -> build/scripts-2.7 changing mode of build/scripts-2.7/dulwich from 644 to 755 changing mode of build/scripts-2.7/dul-daemon from 644 to 755 changing mode of build/scripts-2.7/dul-web from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vOdddo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64 ++ dirname /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64 + cd dulwich-0.8.5 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64 + /usr/bin/python setup.py install --skip-build --root /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64 creating /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr creating /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/client.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/diff_tree.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/_compat.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/walk.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/repo.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/web.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/index.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/lru_cache.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/config.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/pack.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/errors.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/file.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/_objects.so -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/_diff_tree.so -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich creating /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_index.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/utils.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_web.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_diff_tree.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_protocol.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_objects.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_file.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_fastexport.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_repository.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_utils.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_lru_cache.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_server.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_object_store.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_patch.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_pack.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_client.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_walk.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_config.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_blackbox.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/__init__.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/server.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/fastexport.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/patch.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/protocol.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/_pack.so -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/log_utils.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/object_store.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/__init__.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/objects.py -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/diff_tree.py to diff_tree.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/_compat.py to _compat.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/walk.py to walk.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/repo.py to repo.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/web.py to web.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/index.py to index.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/lru_cache.py to lru_cache.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/pack.py to pack.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/file.py to file.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_index.py to test_index.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_web.py to test_web.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_diff_tree.py to test_diff_tree.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_protocol.py to test_protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_objects.py to test_objects.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_file.py to test_file.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_fastexport.py to test_fastexport.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_repository.py to test_repository.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_lru_cache.py to test_lru_cache.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_object_store.py to test_object_store.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_patch.py to test_patch.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_pack.py to test_pack.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_walk.py to test_walk.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_config.py to test_config.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_blackbox.py to test_blackbox.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/fastexport.py to fastexport.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/patch.py to patch.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/protocol.py to protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/log_utils.py to log_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/object_store.py to object_store.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/objects.py to objects.pyc running install_egg_info running egg_info creating dulwich.egg-info writing dulwich.egg-info/PKG-INFO writing top-level names to dulwich.egg-info/top_level.txt writing dependency_links to dulwich.egg-info/dependency_links.txt writing manifest file 'dulwich.egg-info/SOURCES.txt' reading manifest file 'dulwich.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'dulwich.egg-info/SOURCES.txt' Copying dulwich.egg-info to /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich-0.8.5-py2.7.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/bin copying build/scripts-2.7/dulwich -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/bin copying build/scripts-2.7/dul-daemon -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/bin copying build/scripts-2.7/dul-web -> /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/bin/dulwich to 755 changing mode of /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/bin/dul-daemon to 755 changing mode of /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/bin/dul-web to 755 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/dulwich-0.8.5 extracting debug info from /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/_objects.so extracting debug info from /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/_diff_tree.so extracting debug info from /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/site-packages/dulwich/_pack.so 48 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/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/lib64/python2.7/ using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.tOT8rk + umask 022 + cd /builddir/build/BUILD + cd dulwich-0.8.5 + unset DISPLAY + cd dulwich/tests + nosetests test_blackbox.py test_client.py test_config.py test_diff_tree.py test_fastexport.py test_file.py test_index.py test_lru_cache.py test_object_store.py test_objects.py test_pack.py test_patch.py test_protocol.py test_repository.py test_server.py test_utils.py test_walk.py test_web.py ....................................................................SS.S.S.....................S.S........................SSSSSSSSS.S...............................................................................................................................................................S..S.S.......................................................................................S................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 613 tests in 1.256s OK (SKIP=20) + exit 0 Processing files: python-dulwich-0.8.5-2.fc18.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.p7pL1l + umask 022 + cd /builddir/build/BUILD + cd dulwich-0.8.5 + DOCDIR=/builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/share/doc/python-dulwich-0.8.5 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/share/doc/python-dulwich-0.8.5 + cp -pr AUTHORS COPYING HACKING NEWS README docs/ /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64/usr/share/doc/python-dulwich-0.8.5 + exit 0 Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib64/python2.7/site-packages' | while read FILE; do /usr/lib/rpm/rpmdeps -P ${FILE}; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires: /bin/sh -c " while read FILE; do /usr/lib/rpm/rpmdeps -R ${FILE}; done | /bin/sort -u " Provides: python-dulwich = 0.8.5-2.fc18 python-dulwich(x86-64) = 0.8.5-2.fc18 Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) /usr/bin/python Processing files: python-dulwich-debuginfo-0.8.5-2.fc18.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64 Wrote: /builddir/build/RPMS/python-dulwich-0.8.5-2.fc18.x86_64.rpm Wrote: /builddir/build/RPMS/python-dulwich-debuginfo-0.8.5-2.fc18.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.brbzrL + umask 022 + cd /builddir/build/BUILD + cd dulwich-0.8.5 + rm -rf /builddir/build/BUILDROOT/python-dulwich-0.8.5-2.fc18.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->