Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-msgpack.spec'], chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-55765-220867/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', '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=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-msgpack.spec'] with env {'LANG': 'en_GB.UTF-8', '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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-msgpack-0.6.1-2.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-msgpack.spec'], chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-55765-220867/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', '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', u'/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-msgpack.spec'] with env {'LANG': 'en_GB.UTF-8', '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: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dzElYU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf msgpack-0.6.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/msgpack-0.6.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd msgpack-0.6.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YYpjgE + umask 022 + cd /builddir/build/BUILD + cd msgpack-0.6.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches ' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'long_description_content_type' warnings.warn(msg) running build running build_py creating build creating build/lib.linux-aarch64-2.7 creating build/lib.linux-aarch64-2.7/msgpack copying msgpack/fallback.py -> build/lib.linux-aarch64-2.7/msgpack copying msgpack/_version.py -> build/lib.linux-aarch64-2.7/msgpack copying msgpack/__init__.py -> build/lib.linux-aarch64-2.7/msgpack copying msgpack/exceptions.py -> build/lib.linux-aarch64-2.7/msgpack running build_ext building 'msgpack._cmsgpack' extension creating build/temp.linux-aarch64-2.7 creating build/temp.linux-aarch64-2.7/msgpack 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 -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 -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 -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python2.7 -c msgpack/_cmsgpack.cpp -o build/temp.linux-aarch64-2.7/msgpack/_cmsgpack.o In file included from msgpack/_cmsgpack.cpp:632:0: msgpack/unpack.h: In function 'int unpack_callback_ext(unpack_user*, const char*, const char*, unsigned int, PyObject**)': msgpack/unpack.h:277:94: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] py = PyObject_CallFunction(u->ext_hook, "(is#)", (int)typecode, pos, (Py_ssize_t)length-1); ^ msgpack/_cmsgpack.cpp: In function 'int __pyx_f_7msgpack_9_cmsgpack_6Packer__pack(__pyx_obj_7msgpack_9_cmsgpack_Packer*, PyObject*, __pyx_opt_args_7msgpack_9_cmsgpack_6Packer__pack*)': msgpack/_cmsgpack.cpp:4455:10: warning: '__pyx_v_ret' may be used uninitialized in this function [-Wmaybe-uninitialized] return __pyx_r; ^ g++ -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 build/temp.linux-aarch64-2.7/msgpack/_cmsgpack.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/msgpack/_cmsgpack.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5F35aD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64 ++ dirname /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64 + cd msgpack-0.6.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches ' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64 /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'long_description_content_type' warnings.warn(msg) running install running install_lib creating /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr creating /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64 creating /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7/site-packages/msgpack copying build/lib.linux-aarch64-2.7/msgpack/_cmsgpack.so -> /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7/site-packages/msgpack copying build/lib.linux-aarch64-2.7/msgpack/fallback.py -> /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7/site-packages/msgpack copying build/lib.linux-aarch64-2.7/msgpack/_version.py -> /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7/site-packages/msgpack copying build/lib.linux-aarch64-2.7/msgpack/__init__.py -> /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7/site-packages/msgpack copying build/lib.linux-aarch64-2.7/msgpack/exceptions.py -> /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7/site-packages/msgpack byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7/site-packages/msgpack/fallback.py to fallback.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7/site-packages/msgpack/_version.py to _version.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7/site-packages/msgpack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7/site-packages/msgpack/exceptions.py to exceptions.pyc writing byte-compilation script '/tmp/tmpiIYOAD.py' /usr/bin/python2 -O /tmp/tmpiIYOAD.py removing /tmp/tmpiIYOAD.py running install_egg_info running egg_info creating msgpack.egg-info writing msgpack.egg-info/PKG-INFO writing top-level names to msgpack.egg-info/top_level.txt writing dependency_links to msgpack.egg-info/dependency_links.txt writing manifest file 'msgpack.egg-info/SOURCES.txt' reading manifest file 'msgpack.egg-info/SOURCES.txt' writing manifest file 'msgpack.egg-info/SOURCES.txt' Copying msgpack.egg-info to /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7/site-packages/msgpack-0.6.1-py2.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/msgpack-0.6.1 extracting debug info from /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7/site-packages/msgpack/_cmsgpack.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1344 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-msgpack-0.6.1-2.el7.aarch64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.wKXCs5 + umask 022 + cd /builddir/build/BUILD + cd msgpack-0.6.1 ++ pwd + export PYTHONPATH=/builddir/build/BUILD/msgpack-0.6.1 + PYTHONPATH=/builddir/build/BUILD/msgpack-0.6.1 + py.test-2 -v test ============================= test session starts ============================== platform linux2 -- Python 2.7.5, pytest-3.5.1, py-1.5.3, pluggy-0.6.0 -- /usr/bin/python2 cachedir: .pytest_cache rootdir: /builddir/build/BUILD/msgpack-0.6.1, inifile: collecting ... collected 107 items test/test_buffer.py::test_unpack_buffer PASSED [ 0%] test/test_buffer.py::test_unpack_bytearray PASSED [ 1%] test/test_buffer.py::test_unpack_memoryview PASSED [ 2%] test/test_case.py::test_1 PASSED [ 3%] test/test_case.py::test_2 PASSED [ 4%] test/test_case.py::test_3 PASSED [ 5%] test/test_case.py::test_5 PASSED [ 6%] test/test_case.py::test_9 PASSED [ 7%] test/test_case.py::test_fixraw PASSED [ 8%] test/test_case.py::test_raw16 PASSED [ 9%] test/test_case.py::test_raw32 PASSED [ 10%] test/test_case.py::test_fixarray PASSED [ 11%] test/test_case.py::test_array16 PASSED [ 12%] test/test_case.py::test_array32 PASSED [ 13%] test/test_case.py::test_match PASSED [ 14%] test/test_case.py::test_unicode PASSED [ 14%] test/test_except.py::test_raise_on_find_unsupported_value PASSED [ 15%] test/test_except.py::test_raise_from_object_hook PASSED [ 16%] test/test_except.py::test_invalidvalue PASSED [ 17%] test/test_except.py::test_strict_map_key PASSED [ 18%] test/test_extension.py::test_pack_ext_type PASSED [ 19%] test/test_extension.py::test_unpack_ext_type PASSED [ 20%] test/test_extension.py::test_extension_type PASSED [ 21%] test/test_extension.py::test_overriding_hooks PASSED [ 22%] test/test_format.py::testSimpleValue PASSED [ 23%] test/test_format.py::testFixnum PASSED [ 24%] test/test_format.py::testFixArray PASSED [ 25%] test/test_format.py::testFixRaw PASSED [ 26%] test/test_format.py::testFixMap PASSED [ 27%] test/test_format.py::testUnsignedInt PASSED [ 28%] test/test_format.py::testSignedInt PASSED [ 28%] test/test_format.py::testRaw PASSED [ 29%] test/test_format.py::testArray PASSED [ 30%] test/test_format.py::testMap PASSED [ 31%] test/test_limits.py::test_integer PASSED [ 32%] test/test_limits.py::test_array_header PASSED [ 33%] test/test_limits.py::test_map_header PASSED [ 34%] test/test_limits.py::test_max_str_len PASSED [ 35%] test/test_limits.py::test_max_bin_len PASSED [ 36%] test/test_limits.py::test_max_array_len PASSED [ 37%] test/test_limits.py::test_max_map_len PASSED [ 38%] test/test_limits.py::test_max_ext_len PASSED [ 39%] test/test_limits.py::test_auto_max_array_len PASSED [ 40%] test/test_limits.py::test_auto_max_map_len PASSED [ 41%] test/test_memoryview.py::test_fixstr_from_byte PASSED [ 42%] test/test_memoryview.py::test_fixstr_from_float PASSED [ 42%] test/test_memoryview.py::test_str16_from_byte PASSED [ 43%] test/test_memoryview.py::test_str16_from_float PASSED [ 44%] test/test_memoryview.py::test_str32_from_byte PASSED [ 45%] test/test_memoryview.py::test_str32_from_float PASSED [ 46%] test/test_memoryview.py::test_bin8_from_byte PASSED [ 47%] test/test_memoryview.py::test_bin8_from_float PASSED [ 48%] test/test_memoryview.py::test_bin16_from_byte PASSED [ 49%] test/test_memoryview.py::test_bin16_from_float PASSED [ 50%] test/test_memoryview.py::test_bin32_from_byte PASSED [ 51%] test/test_memoryview.py::test_bin32_from_float PASSED [ 52%] test/test_newspec.py::test_str8 PASSED [ 53%] test/test_newspec.py::test_bin8 PASSED [ 54%] test/test_newspec.py::test_bin16 PASSED [ 55%] test/test_newspec.py::test_bin32 PASSED [ 56%] test/test_newspec.py::test_ext PASSED [ 57%] test/test_obj.py::test_encode_hook PASSED [ 57%] test/test_obj.py::test_decode_hook PASSED [ 58%] test/test_obj.py::test_decode_pairs_hook PASSED [ 59%] test/test_obj.py::test_only_one_obj_hook PASSED [ 60%] test/test_obj.py::test_bad_hook PASSED [ 61%] test/test_obj.py::test_array_hook PASSED [ 62%] test/test_obj.py::test_an_exception_in_objecthook1 PASSED [ 63%] test/test_obj.py::test_an_exception_in_objecthook2 PASSED [ 64%] test/test_pack.py::testPack PASSED [ 65%] test/test_pack.py::testPackUnicode PASSED [ 66%] test/test_pack.py::testPackUTF32 PASSED [ 67%] test/test_pack.py::testPackBytes PASSED [ 68%] test/test_pack.py::testPackByteArrays PASSED [ 69%] test/test_pack.py::testIgnoreUnicodeErrors PASSED [ 70%] test/test_pack.py::testStrictUnicodeUnpack PASSED [ 71%] test/test_pack.py::testStrictUnicodePack PASSED [ 71%] test/test_pack.py::testIgnoreErrorsPack PASSED [ 72%] test/test_pack.py::testDecodeBinary PASSED [ 73%] test/test_pack.py::testPackFloat PASSED [ 74%] test/test_pack.py::testArraySize PASSED [ 75%] test/test_pack.py::test_manualreset PASSED [ 76%] test/test_pack.py::testMapSize PASSED [ 77%] test/test_pack.py::test_odict PASSED [ 78%] test/test_pack.py::test_pairlist PASSED [ 79%] test/test_pack.py::test_get_buffer PASSED [ 80%] test/test_read_size.py::test_read_array_header PASSED [ 81%] test/test_read_size.py::test_read_map_header PASSED [ 82%] test/test_read_size.py::test_incorrect_type_array PASSED [ 83%] test/test_read_size.py::test_incorrect_type_map PASSED [ 84%] test/test_read_size.py::test_correct_type_nested_array PASSED [ 85%] test/test_read_size.py::test_incorrect_type_nested_map PASSED [ 85%] test/test_seq.py::test_exceeding_unpacker_read_size PASSED [ 86%] test/test_sequnpack.py::test_partialdata PASSED [ 87%] test/test_sequnpack.py::test_foobar PASSED [ 88%] test/test_sequnpack.py::test_foobar_skip PASSED [ 89%] test/test_sequnpack.py::test_maxbuffersize PASSED [ 90%] test/test_sequnpack.py::test_readbytes PASSED [ 91%] test/test_sequnpack.py::test_issue124 PASSED [ 92%] test/test_sequnpack.py::test_unpack_tell PASSED [ 93%] test/test_stricttype.py::test_namedtuple PASSED [ 94%] test/test_stricttype.py::test_tuple PASSED [ 95%] test/test_stricttype.py::test_tuple_ext PASSED [ 96%] test/test_subtype.py::test_types PASSED [ 97%] test/test_unpack.py::test_unpack_array_header_from_file PASSED [ 98%] test/test_unpack.py::test_unpacker_hook_refcnt PASSED [ 99%] test/test_unpack.py::test_unpacker_ext_hook PASSED [100%] =============================== warnings summary =============================== test/test_buffer.py::test_unpack_buffer /builddir/build/BUILD/msgpack-0.6.1/msgpack/fallback.py:134: RuntimeWarning: using old buffer interface to unpack ; this leads to unpacking errors if slicing is used and will be removed in a future version unpacker.feed(packed) -- Docs: http://doc.pytest.org/en/latest/warnings.html ==================== 107 passed, 1 warnings in 3.51 seconds ==================== + exit 0 Processing files: python2-msgpack-0.6.1-2.el7.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9swTN4 + umask 022 + cd /builddir/build/BUILD + cd msgpack-0.6.1 + DOCDIR=/builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/share/doc/python2-msgpack-0.6.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/share/doc/python2-msgpack-0.6.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/share/doc/python2-msgpack-0.6.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AtBoz4 + umask 022 + cd /builddir/build/BUILD + cd msgpack-0.6.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/share/licenses/python2-msgpack-0.6.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/share/licenses/python2-msgpack-0.6.1 + cp -pr COPYING /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64/usr/share/licenses/python2-msgpack-0.6.1 + exit 0 Provides: python-msgpack = 0.6.1-2.el7 python-msgpack(aarch-64) = 0.6.1-2.el7 python2-msgpack = 0.6.1-2.el7 python2-msgpack(aarch-64) = 0.6.1-2.el7 python2.7dist(msgpack-python) = 0.6.1 python2dist(msgpack-python) = 0.6.1 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: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgcc_s.so.1()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) libstdc++.so.6()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-msgpack < 0.6.1-2.el7 Processing files: python-msgpack-debuginfo-0.6.1-2.el7.aarch64 Provides: python-msgpack-debuginfo = 0.6.1-2.el7 python-msgpack-debuginfo(aarch-64) = 0.6.1-2.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-msgpack-0.6.1-2.el7.aarch64 Wrote: /builddir/build/RPMS/python2-msgpack-0.6.1-2.el7.aarch64.rpm Wrote: /builddir/build/RPMS/python-msgpack-debuginfo-0.6.1-2.el7.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0Mr6zj + umask 022 + cd /builddir/build/BUILD + cd msgpack-0.6.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-msgpack-0.6.1-2.el7.aarch64 + exit 0 Child return code was: 0