Mock Version: 1.2.15 Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-dulwich.spec'], chrootPath='/var/lib/mock/cloud7-openstack-common-el7-build-23622-32865/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=497) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-dulwich.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-dulwich-0.15.0-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-dulwich.spec '], chrootPath='/var/lib/mock/cloud7-openstack-common-el7-build-23622-32865/root'shell=Falseuid=497env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-dulwich.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.X29lJS + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dulwich-0.15.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/dulwich-0.15.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd dulwich-0.15.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZZnzTz + umask 022 + cd /builddir/build/BUILD + cd dulwich-0.15.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' 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/walk.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/object_store.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/file.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/porcelain.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/protocol.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/fastexport.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/web.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/hooks.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/errors.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/log_utils.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/server.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/lru_cache.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/client.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/__init__.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/greenthreads.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/objects.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/diff_tree.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/refs.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/config.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/repo.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/index.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/patch.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/objectspec.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/archive.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/reflog.py -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/pack.py -> build/lib.linux-x86_64-2.7/dulwich creating build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_hooks.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_archive.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_config.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_greenthreads.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_missing_obj_finder.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_server.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_index.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_lru_cache.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/test_porcelain.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_walk.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/__init__.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_pack.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_grafts.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_patch.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_objectspec.py -> build/lib.linux-x86_64-2.7/dulwich/tests copying dulwich/tests/test_refs.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_reflog.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_object_store.py -> build/lib.linux-x86_64-2.7/dulwich/tests creating build/lib.linux-x86_64-2.7/dulwich/tests/compat copying dulwich/tests/compat/test_utils.py -> build/lib.linux-x86_64-2.7/dulwich/tests/compat copying dulwich/tests/compat/test_repository.py -> build/lib.linux-x86_64-2.7/dulwich/tests/compat copying dulwich/tests/compat/test_server.py -> build/lib.linux-x86_64-2.7/dulwich/tests/compat copying dulwich/tests/compat/test_web.py -> build/lib.linux-x86_64-2.7/dulwich/tests/compat copying dulwich/tests/compat/server_utils.py -> build/lib.linux-x86_64-2.7/dulwich/tests/compat copying dulwich/tests/compat/utils.py -> build/lib.linux-x86_64-2.7/dulwich/tests/compat copying dulwich/tests/compat/test_client.py -> build/lib.linux-x86_64-2.7/dulwich/tests/compat copying dulwich/tests/compat/__init__.py -> build/lib.linux-x86_64-2.7/dulwich/tests/compat copying dulwich/tests/compat/test_pack.py -> build/lib.linux-x86_64-2.7/dulwich/tests/compat creating build/lib.linux-x86_64-2.7/dulwich/contrib copying dulwich/contrib/swift.py -> build/lib.linux-x86_64-2.7/dulwich/contrib copying dulwich/contrib/__init__.py -> build/lib.linux-x86_64-2.7/dulwich/contrib copying dulwich/contrib/test_swift_smoke.py -> build/lib.linux-x86_64-2.7/dulwich/contrib copying dulwich/contrib/paramiko_vendor.py -> build/lib.linux-x86_64-2.7/dulwich/contrib copying dulwich/contrib/test_swift.py -> build/lib.linux-x86_64-2.7/dulwich/contrib running 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 reading manifest file 'dulwich.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'HACKING' warning: no files found matching 'relicensing-apachev2.txt' writing manifest file 'dulwich.egg-info/SOURCES.txt' copying dulwich/_diff_tree.c -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/_objects.c -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/_pack.c -> build/lib.linux-x86_64-2.7/dulwich copying dulwich/stdint.h -> build/lib.linux-x86_64-2.7/dulwich creating build/lib.linux-x86_64-2.7/docs creating build/lib.linux-x86_64-2.7/docs/tutorial copying dulwich/../docs/tutorial/file-format.txt -> build/lib.linux-x86_64-2.7/dulwich/../docs/tutorial copying dulwich/../docs/tutorial/repo.txt -> build/lib.linux-x86_64-2.7/dulwich/../docs/tutorial copying dulwich/../docs/tutorial/remote.txt -> build/lib.linux-x86_64-2.7/dulwich/../docs/tutorial copying dulwich/../docs/tutorial/porcelain.txt -> build/lib.linux-x86_64-2.7/dulwich/../docs/tutorial copying dulwich/../docs/tutorial/tag.txt -> build/lib.linux-x86_64-2.7/dulwich/../docs/tutorial copying dulwich/../docs/tutorial/object-store.txt -> build/lib.linux-x86_64-2.7/dulwich/../docs/tutorial copying dulwich/../docs/tutorial/introduction.txt -> build/lib.linux-x86_64-2.7/dulwich/../docs/tutorial copying dulwich/../docs/tutorial/index.txt -> build/lib.linux-x86_64-2.7/dulwich/../docs/tutorial copying dulwich/../docs/tutorial/conclusion.txt -> build/lib.linux-x86_64-2.7/dulwich/../docs/tutorial creating build/lib.linux-x86_64-2.7/dulwich/tests/data creating build/lib.linux-x86_64-2.7/dulwich/tests/data/blobs creating build/lib.linux-x86_64-2.7/dulwich/tests/data/blobs/11 copying dulwich/tests/data/blobs/11/11111111111111111111111111111111111111 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/blobs/11 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/blobs/6f copying dulwich/tests/data/blobs/6f/670c0fb53f9463760b7295fbb814e965fb20c8 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/blobs/6f creating build/lib.linux-x86_64-2.7/dulwich/tests/data/blobs/95 copying dulwich/tests/data/blobs/95/4a536f7819d40e6f637f849ee187dd10066349 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/blobs/95 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/blobs/e6 copying dulwich/tests/data/blobs/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/blobs/e6 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/commits creating build/lib.linux-x86_64-2.7/dulwich/tests/data/commits/0d copying dulwich/tests/data/commits/0d/89f20333fbb1d2f3a94da77f4981373d8f4310 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/commits/0d creating build/lib.linux-x86_64-2.7/dulwich/tests/data/commits/5d copying dulwich/tests/data/commits/5d/ac377bdded4c9aeb8dff595f0faeebcc8498cc -> build/lib.linux-x86_64-2.7/dulwich/tests/data/commits/5d creating build/lib.linux-x86_64-2.7/dulwich/tests/data/commits/60 copying dulwich/tests/data/commits/60/dacdc733de308bb77bb76ce0fb0f9b44c9769e -> build/lib.linux-x86_64-2.7/dulwich/tests/data/commits/60 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/indexes copying dulwich/tests/data/indexes/index -> build/lib.linux-x86_64-2.7/dulwich/tests/data/indexes creating build/lib.linux-x86_64-2.7/dulwich/tests/data/packs copying dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.idx -> build/lib.linux-x86_64-2.7/dulwich/tests/data/packs copying dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.pack -> build/lib.linux-x86_64-2.7/dulwich/tests/data/packs creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos copying dulwich/tests/data/repos/.gitattributes -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos copying dulwich/tests/data/repos/issue88_expect_ack_nak_client.export -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos copying dulwich/tests/data/repos/issue88_expect_ack_nak_other.export -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos copying dulwich/tests/data/repos/issue88_expect_ack_nak_server.export -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos copying dulwich/tests/data/repos/server_new.export -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos copying dulwich/tests/data/repos/server_old.export -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git copying dulwich/tests/data/repos/a.git/HEAD -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git copying dulwich/tests/data/repos/a.git/packed-refs -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/28 copying dulwich/tests/data/repos/a.git/objects/28/237f4dc30d0d462658d6b937b08a0f0b6ef55a -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/28 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/2a copying dulwich/tests/data/repos/a.git/objects/2a/72d929692c41d8554c07f6301757ba18a65d91 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/2a creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/4e copying dulwich/tests/data/repos/a.git/objects/4e/f30bbfe26431a69c3820d3a683df54d688f2ec -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/4e creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/4f copying dulwich/tests/data/repos/a.git/objects/4f/2e6529203aa6d44b5af6e3292c837ceda003f9 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/4f creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/7d copying dulwich/tests/data/repos/a.git/objects/7d/9a07d797595ef11344549b8d08198e48c15364 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/7d creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/a2 copying dulwich/tests/data/repos/a.git/objects/a2/96d0bb611188cabb256919f36bc30117cca005 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/a2 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/a9 copying dulwich/tests/data/repos/a.git/objects/a9/0fa2d900a17e99b433217e988c4eb4a2e9a097 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/a9 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/b0 copying dulwich/tests/data/repos/a.git/objects/b0/931cadc54336e78a1d980420e3268903b57a50 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/b0 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/ff copying dulwich/tests/data/repos/a.git/objects/ff/d47d45845a8f6576491e1edb97e3fe6a850e7f -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/ff creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/refs creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/refs/heads copying dulwich/tests/data/repos/a.git/refs/heads/master -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/refs/heads creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/refs/tags copying dulwich/tests/data/repos/a.git/refs/tags/mytag -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/refs/tags creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git copying dulwich/tests/data/repos/empty.git/HEAD -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git copying dulwich/tests/data/repos/empty.git/config -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/objects creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/objects/info copying dulwich/tests/data/repos/empty.git/objects/info/.gitignore -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/objects/info creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/objects/pack copying dulwich/tests/data/repos/empty.git/objects/pack/.gitignore -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/objects/pack creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/refs creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/refs/heads copying dulwich/tests/data/repos/empty.git/refs/heads/.gitignore -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/refs/heads creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/refs/tags copying dulwich/tests/data/repos/empty.git/refs/tags/.gitignore -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/refs/tags creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git copying dulwich/tests/data/repos/ooo_merge.git/HEAD -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/29 copying dulwich/tests/data/repos/ooo_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/29 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/38 copying dulwich/tests/data/repos/ooo_merge.git/objects/38/74e9c60a6d149c44c928140f250d81e6381520 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/38 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/6f copying dulwich/tests/data/repos/ooo_merge.git/objects/6f/670c0fb53f9463760b7295fbb814e965fb20c8 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/6f creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/70 copying dulwich/tests/data/repos/ooo_merge.git/objects/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/70 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/76 copying dulwich/tests/data/repos/ooo_merge.git/objects/76/01d7f6231db6a57f7bbb79ee52e4d462fd44d1 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/76 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/90 copying dulwich/tests/data/repos/ooo_merge.git/objects/90/182552c4a85a45ec2a835cadc3451bebdfe870 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/90 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/95 copying dulwich/tests/data/repos/ooo_merge.git/objects/95/4a536f7819d40e6f637f849ee187dd10066349 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/95 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/b2 copying dulwich/tests/data/repos/ooo_merge.git/objects/b2/a2766a2879c209ab1176e7e778b81ae422eeaa -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/b2 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/f5 copying dulwich/tests/data/repos/ooo_merge.git/objects/f5/07291b64138b875c28e03469025b1ea20bc614 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/f5 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/f9 copying dulwich/tests/data/repos/ooo_merge.git/objects/f9/e39b120c68182a4ba35349f832d0e4e61f485c -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/f9 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/fb copying dulwich/tests/data/repos/ooo_merge.git/objects/fb/5b0425c7ce46959bec94d54b9a157645e114f5 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/fb creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/refs creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/refs/heads copying dulwich/tests/data/repos/ooo_merge.git/refs/heads/master -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/refs/heads creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git copying dulwich/tests/data/repos/refs.git/HEAD -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git copying dulwich/tests/data/repos/refs.git/packed-refs -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/3b copying dulwich/tests/data/repos/refs.git/objects/3b/9e5457140e738c2dcd39bf6d7acf88379b90d1 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/3b creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/3e copying dulwich/tests/data/repos/refs.git/objects/3e/c9c43c84ff242e3ef4a9fc5bc111fd780a76a8 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/3e creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/42 copying dulwich/tests/data/repos/refs.git/objects/42/d06bd4b77fed026b154d16493e5deab78f02ec -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/42 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/a1 copying dulwich/tests/data/repos/refs.git/objects/a1/8114c31713746a33a2e70d9914d1ef3e781425 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/a1 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/cd copying dulwich/tests/data/repos/refs.git/objects/cd/a609072918d7b70057b6bef9f4c2537843fcfe -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/cd creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/df copying dulwich/tests/data/repos/refs.git/objects/df/6800012397fb85c56e7418dd4eb9405dee075c -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/df creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/refs creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/refs/heads copying dulwich/tests/data/repos/refs.git/refs/heads/40-char-ref-aaaaaaaaaaaaaaaaaa -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/refs/heads copying dulwich/tests/data/repos/refs.git/refs/heads/loop -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/refs/heads copying dulwich/tests/data/repos/refs.git/refs/heads/master -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/refs/heads creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/refs/tags copying dulwich/tests/data/repos/refs.git/refs/tags/refs-0.2 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/refs/tags creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git copying dulwich/tests/data/repos/simple_merge.git/HEAD -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/0d copying dulwich/tests/data/repos/simple_merge.git/objects/0d/89f20333fbb1d2f3a94da77f4981373d8f4310 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/0d creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/1b copying dulwich/tests/data/repos/simple_merge.git/objects/1b/6318f651a534b38f9c7aedeebbd56c1e896853 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/1b creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/29 copying dulwich/tests/data/repos/simple_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/29 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/4c copying dulwich/tests/data/repos/simple_merge.git/objects/4c/ffe90e0a41ad3f5190079d7c8f036bde29cbe6 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/4c creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/5d copying dulwich/tests/data/repos/simple_merge.git/objects/5d/ac377bdded4c9aeb8dff595f0faeebcc8498cc -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/5d creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/60 copying dulwich/tests/data/repos/simple_merge.git/objects/60/dacdc733de308bb77bb76ce0fb0f9b44c9769e -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/60 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/6f copying dulwich/tests/data/repos/simple_merge.git/objects/6f/670c0fb53f9463760b7295fbb814e965fb20c8 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/6f creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/70 copying dulwich/tests/data/repos/simple_merge.git/objects/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/70 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/90 copying dulwich/tests/data/repos/simple_merge.git/objects/90/182552c4a85a45ec2a835cadc3451bebdfe870 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/90 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/95 copying dulwich/tests/data/repos/simple_merge.git/objects/95/4a536f7819d40e6f637f849ee187dd10066349 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/95 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/ab copying dulwich/tests/data/repos/simple_merge.git/objects/ab/64bbdcc51b170d21588e5c5d391ee5c0c96dfd -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/ab creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/d4 copying dulwich/tests/data/repos/simple_merge.git/objects/d4/bdad6549dfedf25d3b89d21f506aff575b28a7 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/d4 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/d8 copying dulwich/tests/data/repos/simple_merge.git/objects/d8/0c186a03f423a81b39df39dc87fd269736ca86 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/d8 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/e6 copying dulwich/tests/data/repos/simple_merge.git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/e6 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/refs creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/refs/heads copying dulwich/tests/data/repos/simple_merge.git/refs/heads/master -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/refs/heads creating build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/submodule copying dulwich/tests/data/repos/submodule/dotgit -> build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/submodule creating build/lib.linux-x86_64-2.7/dulwich/tests/data/tags creating build/lib.linux-x86_64-2.7/dulwich/tests/data/tags/71 copying dulwich/tests/data/tags/71/033db03a03c6a36721efcf1968dd8f8e0cf023 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/tags/71 creating build/lib.linux-x86_64-2.7/dulwich/tests/data/trees creating build/lib.linux-x86_64-2.7/dulwich/tests/data/trees/70 copying dulwich/tests/data/trees/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6 -> build/lib.linux-x86_64-2.7/dulwich/tests/data/trees/70 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 -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -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-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -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 -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -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-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -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 -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -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-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -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-receive-pack -> build/scripts-2.7 copying and adjusting bin/dul-upload-pack -> build/scripts-2.7 changing mode of build/scripts-2.7/dulwich from 644 to 755 changing mode of build/scripts-2.7/dul-receive-pack from 644 to 755 changing mode of build/scripts-2.7/dul-upload-pack from 644 to 755 + pushd docs ~/build/BUILD/dulwich-0.15.0/docs ~/build/BUILD/dulwich-0.15.0 + make html sphinx-build -b html -d build/doctrees . build/html Making output directory... Running Sphinx v1.2.3 [NOTE] In order to build PDF you need rst2pdf with version >=0.16 loading pickled environment... not yet created building [html]: targets for 12 source files that are out of date updating environment: 12 added, 0 changed, 0 removed reading sources... [ 8%] index reading sources... [ 16%] performance reading sources... [ 25%] protocol reading sources... [ 33%] tutorial/conclusion reading sources... [ 41%] tutorial/file-format reading sources... [ 50%] tutorial/index reading sources... [ 58%] tutorial/introduction reading sources... [ 66%] tutorial/object-store reading sources... [ 75%] tutorial/porcelain reading sources... [ 83%] tutorial/remote reading sources... [ 91%] tutorial/repo reading sources... [100%] tutorial/tag looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 8%] index writing output... [ 16%] performance writing output... [ 25%] protocol writing output... [ 33%] tutorial/conclusion writing output... [ 41%] tutorial/file-format writing output... [ 50%] tutorial/index writing output... [ 58%] tutorial/introduction writing output... [ 66%] tutorial/object-store writing output... [ 75%] tutorial/porcelain writing output... [ 83%] tutorial/remote writing output... [ 91%] tutorial/repo writing output... [100%] tutorial/tag writing additional files... genindex search copying static files... done copying extra files... done dumping search index... done dumping object inventory... done build succeeded. Build finished. The HTML pages are in build/html. + rm -rf build/html/.buildinfo build/html/doctrees + popd + exit 0 ~/build/BUILD/dulwich-0.15.0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nOuKon + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64 + cd dulwich-0.15.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/porcelain.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_hooks.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_archive.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_greenthreads.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_missing_obj_finder.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_porcelain.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat copying build/lib.linux-x86_64-2.7/dulwich/tests/compat/test_utils.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat copying build/lib.linux-x86_64-2.7/dulwich/tests/compat/test_repository.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat copying build/lib.linux-x86_64-2.7/dulwich/tests/compat/test_server.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat copying build/lib.linux-x86_64-2.7/dulwich/tests/compat/test_web.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat copying build/lib.linux-x86_64-2.7/dulwich/tests/compat/server_utils.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat copying build/lib.linux-x86_64-2.7/dulwich/tests/compat/utils.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat copying build/lib.linux-x86_64-2.7/dulwich/tests/compat/test_client.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat copying build/lib.linux-x86_64-2.7/dulwich/tests/compat/__init__.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat copying build/lib.linux-x86_64-2.7/dulwich/tests/compat/test_pack.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat copying build/lib.linux-x86_64-2.7/dulwich/tests/test_grafts.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/packs copying build/lib.linux-x86_64-2.7/dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.idx -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/packs copying build/lib.linux-x86_64-2.7/dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.pack -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/packs creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/trees creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/trees/70 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/trees/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/trees/70 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/refs creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/refs/heads copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/refs/heads/master -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/refs/heads creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/38 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/38/74e9c60a6d149c44c928140f250d81e6381520 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/38 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/6f copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/6f/670c0fb53f9463760b7295fbb814e965fb20c8 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/6f creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/f9 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/f9/e39b120c68182a4ba35349f832d0e4e61f485c -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/f9 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/f5 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/f5/07291b64138b875c28e03469025b1ea20bc614 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/f5 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/fb copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/fb/5b0425c7ce46959bec94d54b9a157645e114f5 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/fb creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/90 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/90/182552c4a85a45ec2a835cadc3451bebdfe870 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/90 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/29 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/29 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/b2 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/b2/a2766a2879c209ab1176e7e778b81ae422eeaa -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/b2 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/95 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/95/4a536f7819d40e6f637f849ee187dd10066349 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/95 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/76 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/76/01d7f6231db6a57f7bbb79ee52e4d462fd44d1 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/76 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/70 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/objects/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git/objects/70 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/ooo_merge.git/HEAD -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/ooo_merge.git creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/empty.git creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/empty.git/refs creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/empty.git/refs/heads copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/refs/heads/.gitignore -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/empty.git/refs/heads creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/empty.git/refs/tags copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/refs/tags/.gitignore -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/empty.git/refs/tags copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/config -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/empty.git creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/empty.git/objects creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/empty.git/objects/pack copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/objects/pack/.gitignore -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/empty.git/objects/pack creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/empty.git/objects/info copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/objects/info/.gitignore -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/empty.git/objects/info copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/empty.git/HEAD -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/empty.git creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/refs creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/refs/heads copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/refs/heads/master -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/refs/heads creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/refs/tags copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/refs/tags/mytag -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/refs/tags creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/4e copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/4e/f30bbfe26431a69c3820d3a683df54d688f2ec -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/4e creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/a2 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/a2/96d0bb611188cabb256919f36bc30117cca005 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/a2 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/2a copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/2a/72d929692c41d8554c07f6301757ba18a65d91 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/2a creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/b0 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/b0/931cadc54336e78a1d980420e3268903b57a50 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/b0 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/ff copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/ff/d47d45845a8f6576491e1edb97e3fe6a850e7f -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/ff creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/4f copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/4f/2e6529203aa6d44b5af6e3292c837ceda003f9 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/4f creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/28 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/28/237f4dc30d0d462658d6b937b08a0f0b6ef55a -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/28 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/7d copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/7d/9a07d797595ef11344549b8d08198e48c15364 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/7d creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/a9 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/objects/a9/0fa2d900a17e99b433217e988c4eb4a2e9a097 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git/objects/a9 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/HEAD -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/a.git/packed-refs -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/a.git copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/issue88_expect_ack_nak_client.export -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/issue88_expect_ack_nak_other.export -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/.gitattributes -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/issue88_expect_ack_nak_server.export -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/refs creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/refs/heads copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/refs/heads/master -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/refs/heads copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/refs/heads/loop -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/refs/heads copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/refs/heads/40-char-ref-aaaaaaaaaaaaaaaaaa -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/refs/heads creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/refs/tags copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/refs/tags/refs-0.2 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/refs/tags creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/objects creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/objects/42 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/42/d06bd4b77fed026b154d16493e5deab78f02ec -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/objects/42 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/objects/3b copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/3b/9e5457140e738c2dcd39bf6d7acf88379b90d1 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/objects/3b creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/objects/3e copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/3e/c9c43c84ff242e3ef4a9fc5bc111fd780a76a8 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/objects/3e creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/objects/a1 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/a1/8114c31713746a33a2e70d9914d1ef3e781425 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/objects/a1 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/objects/cd copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/cd/a609072918d7b70057b6bef9f4c2537843fcfe -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/objects/cd creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/objects/df copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/objects/df/6800012397fb85c56e7418dd4eb9405dee075c -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git/objects/df copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/HEAD -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/refs.git/packed-refs -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/refs.git copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/server_new.export -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/refs creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/refs/heads copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/refs/heads/master -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/refs/heads creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/60 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/60/dacdc733de308bb77bb76ce0fb0f9b44c9769e -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/60 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/1b copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/1b/6318f651a534b38f9c7aedeebbd56c1e896853 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/1b creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/e6 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/e6 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/d8 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/d8/0c186a03f423a81b39df39dc87fd269736ca86 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/d8 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/6f copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/6f/670c0fb53f9463760b7295fbb814e965fb20c8 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/6f creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/5d copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/5d/ac377bdded4c9aeb8dff595f0faeebcc8498cc -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/5d creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/0d copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/0d/89f20333fbb1d2f3a94da77f4981373d8f4310 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/0d creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/ab copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/ab/64bbdcc51b170d21588e5c5d391ee5c0c96dfd -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/ab creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/4c copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/4c/ffe90e0a41ad3f5190079d7c8f036bde29cbe6 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/4c creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/90 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/90/182552c4a85a45ec2a835cadc3451bebdfe870 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/90 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/29 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/29 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/d4 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/d4/bdad6549dfedf25d3b89d21f506aff575b28a7 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/d4 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/95 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/95/4a536f7819d40e6f637f849ee187dd10066349 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/95 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/70 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/objects/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git/objects/70 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/simple_merge.git/HEAD -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/simple_merge.git creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/submodule copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/submodule/dotgit -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos/submodule copying build/lib.linux-x86_64-2.7/dulwich/tests/data/repos/server_old.export -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/repos creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/commits creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/commits/60 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/commits/60/dacdc733de308bb77bb76ce0fb0f9b44c9769e -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/commits/60 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/commits/5d copying build/lib.linux-x86_64-2.7/dulwich/tests/data/commits/5d/ac377bdded4c9aeb8dff595f0faeebcc8498cc -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/commits/5d creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/commits/0d copying build/lib.linux-x86_64-2.7/dulwich/tests/data/commits/0d/89f20333fbb1d2f3a94da77f4981373d8f4310 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/commits/0d creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/indexes copying build/lib.linux-x86_64-2.7/dulwich/tests/data/indexes/index -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/indexes creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/blobs creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/blobs/e6 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/blobs/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/blobs/e6 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/blobs/6f copying build/lib.linux-x86_64-2.7/dulwich/tests/data/blobs/6f/670c0fb53f9463760b7295fbb814e965fb20c8 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/blobs/6f creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/blobs/11 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/blobs/11/11111111111111111111111111111111111111 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/blobs/11 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/blobs/95 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/blobs/95/4a536f7819d40e6f637f849ee187dd10066349 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/blobs/95 creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/tags creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/tags/71 copying build/lib.linux-x86_64-2.7/dulwich/tests/data/tags/71/033db03a03c6a36721efcf1968dd8f8e0cf023 -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/data/tags/71 copying build/lib.linux-x86_64-2.7/dulwich/tests/test_patch.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_objectspec.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_refs.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/tests/test_reflog.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests copying build/lib.linux-x86_64-2.7/dulwich/web.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/hooks.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/_pack.c -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/contrib copying build/lib.linux-x86_64-2.7/dulwich/contrib/swift.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/contrib copying build/lib.linux-x86_64-2.7/dulwich/contrib/__init__.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/contrib copying build/lib.linux-x86_64-2.7/dulwich/contrib/test_swift_smoke.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/contrib copying build/lib.linux-x86_64-2.7/dulwich/contrib/paramiko_vendor.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/contrib copying build/lib.linux-x86_64-2.7/dulwich/contrib/test_swift.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/contrib copying build/lib.linux-x86_64-2.7/dulwich/server.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/greenthreads.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/_objects.c -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/refs.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/stdint.h -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/_diff_tree.c -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/objectspec.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/archive.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich copying build/lib.linux-x86_64-2.7/dulwich/reflog.py -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/docs creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/docs/tutorial copying build/lib.linux-x86_64-2.7/docs/tutorial/file-format.txt -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/docs/tutorial copying build/lib.linux-x86_64-2.7/docs/tutorial/repo.txt -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/docs/tutorial copying build/lib.linux-x86_64-2.7/docs/tutorial/remote.txt -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/docs/tutorial copying build/lib.linux-x86_64-2.7/docs/tutorial/porcelain.txt -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/docs/tutorial copying build/lib.linux-x86_64-2.7/docs/tutorial/tag.txt -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/docs/tutorial copying build/lib.linux-x86_64-2.7/docs/tutorial/object-store.txt -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/docs/tutorial copying build/lib.linux-x86_64-2.7/docs/tutorial/introduction.txt -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/docs/tutorial copying build/lib.linux-x86_64-2.7/docs/tutorial/index.txt -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/docs/tutorial copying build/lib.linux-x86_64-2.7/docs/tutorial/conclusion.txt -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/docs/tutorial byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/walk.py to walk.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/object_store.py to object_store.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/file.py to file.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/porcelain.py to porcelain.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/protocol.py to protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/fastexport.py to fastexport.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_hooks.py to test_hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_archive.py to test_archive.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_greenthreads.py to test_greenthreads.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_missing_obj_finder.py to test_missing_obj_finder.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_porcelain.py to test_porcelain.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat/test_repository.py to test_repository.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat/test_web.py to test_web.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat/server_utils.py to server_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/compat/test_pack.py to test_pack.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_grafts.py to test_grafts.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_objectspec.py to test_objectspec.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_refs.py to test_refs.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/tests/test_reflog.py to test_reflog.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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.15.0-1.el7.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.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/web.py to web.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/log_utils.py to log_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/contrib/swift.py to swift.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/contrib/test_swift_smoke.py to test_swift_smoke.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/contrib/paramiko_vendor.py to paramiko_vendor.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/contrib/test_swift.py to test_swift.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/lru_cache.py to lru_cache.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/greenthreads.py to greenthreads.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/objects.py to objects.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/diff_tree.py to diff_tree.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/refs.py to refs.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/repo.py to repo.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/index.py to index.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/patch.py to patch.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/objectspec.py to objectspec.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/archive.py to archive.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/reflog.py to reflog.pyc byte-compiling /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/pack.py to pack.pyc writing byte-compilation script '/tmp/tmplzsv8C.py' /usr/bin/python2 -O /tmp/tmplzsv8C.py removing /tmp/tmplzsv8C.py running install_egg_info running 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 reading manifest file 'dulwich.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'HACKING' warning: no files found matching 'relicensing-apachev2.txt' writing manifest file 'dulwich.egg-info/SOURCES.txt' Copying dulwich.egg-info to /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich-0.15.0-py2.7.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/bin copying build/scripts-2.7/dul-receive-pack -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/bin copying build/scripts-2.7/dulwich -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/bin copying build/scripts-2.7/dul-upload-pack -> /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/bin/dul-receive-pack to 755 changing mode of /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/bin/dulwich to 755 changing mode of /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/bin/dul-upload-pack to 755 + rm -rf /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/docs/tutorial/ + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/dulwich-0.15.0 extracting debug info from /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/_diff_tree.so extracting debug info from /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/_objects.so extracting debug info from /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/lib64/python2.7/site-packages/dulwich/_pack.so /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 56 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.15.0-1.el7.x86_64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.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 Processing files: dulwich-core-0.15.0-1.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XwlL0h + umask 022 + cd /builddir/build/BUILD + cd dulwich-0.15.0 + DOCDIR=/builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/share/doc/dulwich-core-0.15.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/share/doc/dulwich-core-0.15.0 + cp -pr AUTHORS /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/share/doc/dulwich-core-0.15.0 + cp -pr README.md /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/share/doc/dulwich-core-0.15.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.F1xpEc + umask 022 + cd /builddir/build/BUILD + cd dulwich-0.15.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/share/licenses/dulwich-core-0.15.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/share/licenses/dulwich-core-0.15.0 + cp -pr COPYING /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/share/licenses/dulwich-core-0.15.0 + exit 0 warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ Provides: dulwich-core = 0.15.0-1.el7 dulwich-core(x86-64) = 0.15.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 Processing files: python2-dulwich-0.15.0-1.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pRynw7 + umask 022 + cd /builddir/build/BUILD + cd dulwich-0.15.0 + DOCDIR=/builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/share/doc/python2-dulwich-0.15.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/share/doc/python2-dulwich-0.15.0 + cp -pr docs/build/html/ /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64/usr/share/doc/python2-dulwich-0.15.0 + exit 0 warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ warning: Ignoring invalid regex ^(%{python3_sitearch}/.*\.so)$ Provides: python-dulwich = 0.15.0-1.el7 python2-dulwich = 0.15.0-1.el7 python2-dulwich(x86-64) = 0.15.0-1.el7 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.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) Obsoletes: python-dulwich < 0.15.0-1.el7 Processing files: python-dulwich-debuginfo-0.15.0-1.el7.x86_64 Provides: python-dulwich-debuginfo = 0.15.0-1.el7 python-dulwich-debuginfo(x86-64) = 0.15.0-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64 Wrote: /builddir/build/RPMS/dulwich-core-0.15.0-1.el7.x86_64.rpm Wrote: /builddir/build/RPMS/python2-dulwich-0.15.0-1.el7.x86_64.rpm Wrote: /builddir/build/RPMS/python-dulwich-debuginfo-0.15.0-1.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.FHzQ31 + umask 022 + cd /builddir/build/BUILD + cd dulwich-0.15.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-dulwich-0.15.0-1.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->