Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-msgpack.spec'], False, '/var/lib/mock/cloud6-el6-build-1370-2313/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-msgpack.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: c1bg.rdu2.centos.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-msgpack-0.4.5-1.el6.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-msgpack.spec'], False, '/var/lib/mock/cloud6-el6-build-1370-2313/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-msgpack.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.m0Idcu + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf msgpack-python-0.4.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/msgpack-python-0.4.5.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd msgpack-python-0.4.5 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vWus0F + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.4.5 + LANG=C + export LANG + unset DISPLAY + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib.linux-x86_64-2.6 creating build/lib.linux-x86_64-2.6/msgpack copying msgpack/__init__.py -> build/lib.linux-x86_64-2.6/msgpack copying msgpack/exceptions.py -> build/lib.linux-x86_64-2.6/msgpack copying msgpack/_version.py -> build/lib.linux-x86_64-2.6/msgpack copying msgpack/fallback.py -> build/lib.linux-x86_64-2.6/msgpack running build_ext building 'msgpack._packer' extension creating build/temp.linux-x86_64-2.6 creating build/temp.linux-x86_64-2.6/msgpack gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python2.6 -c msgpack/_packer.cpp -o build/temp.linux-x86_64-2.6/msgpack/_packer.o g++ -pthread -shared build/temp.linux-x86_64-2.6/msgpack/_packer.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/msgpack/_packer.so building 'msgpack._unpacker' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python2.6 -c msgpack/_unpacker.cpp -o build/temp.linux-x86_64-2.6/msgpack/_unpacker.o In file included from msgpack/_unpacker.cpp:241: msgpack/unpack.h: In function 'int unpack_callback_ext(unpack_user*, const char*, const char*, unsigned int, PyObject**)': msgpack/unpack.h:268: warning: deprecated conversion from string constant to 'char*' msgpack/_unpacker.pyx: In function 'PyObject* __pyx_pf_7msgpack_9_unpacker_2unpackb(PyObject*, PyObject*, PyObject*, PyObject*, int, PyObject*, PyObject*, PyObject*, PyObject*, Py_ssize_t, Py_ssize_t, Py_ssize_t, Py_ssize_t, Py_ssize_t)': msgpack/_unpacker.pyx:141: warning: comparison between signed and unsigned integer expressions msgpack/_unpacker.pyx: In function 'PyObject* __pyx_f_7msgpack_9_unpacker_8Unpacker_read_from_file(__pyx_obj_7msgpack_9_unpacker_Unpacker*)': msgpack/_unpacker.pyx:367: warning: comparison between signed and unsigned integer expressions msgpack/_unpacker.pyx: In function 'PyObject* __pyx_pf_7msgpack_9_unpacker_8Unpacker_8read_bytes(__pyx_obj_7msgpack_9_unpacker_Unpacker*, Py_ssize_t)': msgpack/_unpacker.pyx:412: warning: comparison between signed and unsigned integer expressions In file included from msgpack/unpack.h:278, from msgpack/_unpacker.cpp:241: msgpack/unpack_template.h: In function 'int unpack_execute(unpack_context*, const char*, size_t, size_t*) [with bool construct = false]': msgpack/unpack_template.h:92: warning: 'obj' may be used uninitialized in this function g++ -pthread -shared build/temp.linux-x86_64-2.6/msgpack/_unpacker.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/msgpack/_unpacker.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Ma6wCX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64 ++ dirname /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64 + cd msgpack-python-0.4.5 + LANG=C + export LANG + unset DISPLAY + /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr creating /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6 creating /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages creating /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages/msgpack copying build/lib.linux-x86_64-2.6/msgpack/__init__.py -> /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages/msgpack copying build/lib.linux-x86_64-2.6/msgpack/exceptions.py -> /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages/msgpack copying build/lib.linux-x86_64-2.6/msgpack/_version.py -> /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages/msgpack copying build/lib.linux-x86_64-2.6/msgpack/_packer.so -> /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages/msgpack copying build/lib.linux-x86_64-2.6/msgpack/_unpacker.so -> /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages/msgpack copying build/lib.linux-x86_64-2.6/msgpack/fallback.py -> /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages/msgpack byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages/msgpack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages/msgpack/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages/msgpack/_version.py to _version.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages/msgpack/fallback.py to fallback.pyc running install_egg_info running egg_info creating msgpack_python.egg-info writing msgpack_python.egg-info/PKG-INFO writing top-level names to msgpack_python.egg-info/top_level.txt writing dependency_links to msgpack_python.egg-info/dependency_links.txt writing manifest file 'msgpack_python.egg-info/SOURCES.txt' reading manifest file 'msgpack_python.egg-info/SOURCES.txt' writing manifest file 'msgpack_python.egg-info/SOURCES.txt' Copying msgpack_python.egg-info to /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages/msgpack_python-0.4.5-py2.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/msgpack-python-0.4.5 extracting debug info from /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages/msgpack/_packer.so extracting debug info from /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6/site-packages/msgpack/_unpacker.so cpio: msgpack-python-0.4.5/cython_utility: Cannot stat: No such file or directory 1550 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile Bytecompiling .py files below /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib/debug/usr/lib64/python2.6 using /usr/bin/python2.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/lib64/python2.6 using /usr/bin/python2.6 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.PHZnSg + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.4.5 + unset DISPLAY ++ pwd + export PYTHONPATH=/builddir/build/BUILD/msgpack-python-0.4.5 + PYTHONPATH=/builddir/build/BUILD/msgpack-python-0.4.5 + py.test-2.6 -v test ============================= test session starts ============================== platform linux2 -- Python 2.6.6 -- pytest-2.3.5 -- /usr/bin/python collecting ... collected 86 items test/test_buffer.py:7: test_unpack_buffer PASSED test/test_buffer.py:15: test_unpack_bytearray PASSED test/test_case.py:13: test_1 PASSED test/test_case.py:18: test_2 PASSED test/test_case.py:24: test_3 PASSED test/test_case.py:29: test_5 PASSED test/test_case.py:34: test_9 PASSED test/test_case.py:44: test_fixraw PASSED test/test_case.py:48: test_raw16 PASSED test/test_case.py:52: test_raw32 PASSED test/test_case.py:59: test_fixarray PASSED test/test_case.py:63: test_array16 PASSED test/test_case.py:67: test_array32 PASSED test/test_case.py:75: test_match PASSED test/test_case.py:100: test_unicode PASSED test/test_except.py:14: test_raise_on_find_unsupported_value PASSED test/test_except.py:19: test_raise_from_object_hook PASSED test/test_except.py:29: test_invalidvalue PASSED test/test_extension.py:7: test_pack_ext_type PASSED test/test_extension.py:22: test_unpack_ext_type PASSED test/test_extension.py:38: test_extension_type PASSED test/test_format.py:9: testSimpleValue PASSED test/test_format.py:13: testFixnum PASSED test/test_format.py:18: testFixArray PASSED test/test_format.py:23: testFixRaw PASSED test/test_format.py:28: testFixMap PASSED test/test_format.py:34: testUnsignedInt PASSED test/test_format.py:42: testSignedInt PASSED test/test_format.py:48: testRaw PASSED test/test_format.py:53: testArray PASSED test/test_format.py:60: testMap PASSED test/test_limits.py:9: test_integer PASSED test/test_limits.py:21: test_array_header PASSED test/test_limits.py:28: test_map_header PASSED test/test_limits.py:35: test_max_str_len PASSED test/test_limits.py:49: test_max_bin_len PASSED test/test_limits.py:63: test_max_array_len PASSED test/test_limits.py:77: test_max_map_len PASSED test/test_limits.py:91: test_max_ext_len PASSED test/test_newspec.py:6: test_str8 PASSED test/test_newspec.py:23: test_bin8 PASSED test/test_newspec.py:40: test_bin16 PASSED test/test_newspec.py:59: test_bin32 PASSED test/test_newspec.py:69: test_ext PASSED test/test_obj.py:17: test_encode_hook PASSED test/test_obj.py:22: test_decode_hook PASSED test/test_obj.py:27: test_decode_pairs_hook PASSED test/test_obj.py:33: test_only_one_obj_hook PASSED test/test_obj.py:37: test_bad_hook PASSED test/test_obj.py:45: test_array_hook PASSED test/test_obj.py:58: test_an_exception_in_objecthook1 PASSED test/test_obj.py:64: test_an_exception_in_objecthook2 PASSED test/test_pack.py:16: testPack PASSED test/test_pack.py:30: testPackUnicode PASSED test/test_pack.py:40: testPackUTF32 PASSED test/test_pack.py:54: testPackBytes PASSED test/test_pack.py:61: testIgnoreUnicodeErrors PASSED test/test_pack.py:65: testStrictUnicodeUnpack PASSED test/test_pack.py:69: testStrictUnicodePack PASSED test/test_pack.py:73: testIgnoreErrorsPack PASSED test/test_pack.py:77: testNoEncoding PASSED test/test_pack.py:81: testDecodeBinary PASSED test/test_pack.py:85: testPackFloat PASSED test/test_pack.py:89: testArraySize PASSED test/test_pack.py:102: test_manualreset PASSED test/test_pack.py:117: testMapSize PASSED test/test_pack.py:147: test_odict PASSED test/test_pack.py:156: test_pairlist PASSED test/test_read_size.py:5: test_read_array_header PASSED test/test_read_size.py:19: test_read_map_header PASSED test/test_read_size.py:31: test_incorrect_type_array PASSED test/test_read_size.py:40: test_incorrect_type_map PASSED test/test_read_size.py:49: test_correct_type_nested_array PASSED test/test_read_size.py:58: test_incorrect_type_nested_map PASSED test/test_seq.py:14: test_exceeding_unpacker_read_size PASSED test/test_sequnpack.py:10: test_partialdata PASSED test/test_sequnpack.py:25: test_foobar PASSED test/test_sequnpack.py:46: test_foobar_skip PASSED test/test_sequnpack.py:58: test_maxbuffersize PASSED test/test_sequnpack.py:73: test_readbytes PASSED test/test_subtype.py:18: test_types PASSED test/test_unpack.py:7: test_unpack_array_header_from_file PASSED test/test_unpack.py:19: test_unpacker_hook_refcnt PASSED test/test_unpack.py:45: test_unpacker_ext_hook PASSED test/test_unpack_raw.py:7: test_write_bytes PASSED test/test_unpack_raw.py:21: test_write_bytes_multi_buffer PASSED ========================== 86 passed in 1.05 seconds =========================== + exit 0 Processing files: python-msgpack-0.4.5-1.el6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iUH7LC + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.4.5 + DOCDIR=/builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/share/doc/python-msgpack-0.4.5 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/share/doc/python-msgpack-0.4.5 + /bin/mkdir -p /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/share/doc/python-msgpack-0.4.5 + cp -pr COPYING README.rst /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64/usr/share/doc/python-msgpack-0.4.5 + exit 0 Finding Provides: /bin/sh -c " /bin/grep -v '/usr/lib64/python2.6/site-packages/.*\.so$' | /bin/grep -v '%{python3_sitearch}/.*\.so$' | while read FILE; do /usr/lib/rpm/rpmdeps -P ${FILE}; done | /bin/sort -u " Finding Requires: /bin/sh -c " while read FILE; do /usr/lib/rpm/rpmdeps -R ${FILE}; done | /bin/sort -u " Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpython2.6.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) python(abi) = 2.6 rtld(GNU_HASH) Processing files: python-msgpack-debuginfo-0.4.5-1.el6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64 warning: Could not canonicalize hostname: c1bg.rdu2.centos.org Wrote: /builddir/build/RPMS/python-msgpack-0.4.5-1.el6.x86_64.rpm Wrote: /builddir/build/RPMS/python-msgpack-debuginfo-0.4.5-1.el6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5nHmz1 + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.4.5 + /bin/rm -rf /builddir/build/BUILDROOT/python-msgpack-0.4.5-1.el6.x86_64 + exit 0 Child return code was: 0 LEAVE do -->