Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/python-msgpack.spec'], user='mockbuild'uid=1000shell=Falsetimeout=0logger=chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-26009/root'env={'CCACHE_UMASK': '002', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}printOutput=Falsegid=135) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/python-msgpack.spec'] with env {'CCACHE_UMASK': '002', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False sh: /usr/bin/python: No such file or directory Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/python-msgpack-0.4.6-3bs02fc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/python-msgpack.spec '], user='mockbuild'timeout=0uid=1000shell=Falseprivate_network=Truelogger=chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-26009/root'env={'CCACHE_UMASK': '002', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}printOutput=Falsegid=135) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/python-msgpack.spec '] with env {'CCACHE_UMASK': '002', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.LaV3Kc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf msgpack-python-0.4.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/msgpack-python-0.4.6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd msgpack-python-0.4.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf /builddir/build/BUILD/python3-python-msgpack-0.4.6-3bs02fc23 + cp -a . /builddir/build/BUILD/python3-python-msgpack-0.4.6-3bs02fc23 + find /builddir/build/BUILD/python3-python-msgpack-0.4.6-3bs02fc23 -name '*.py' + xargs sed -i '1s|^#!python|#!/usr/bin/python3|' Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.pZIwPc + exit 0 + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.4.6 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib.linux-armv7l-2.7 creating build/lib.linux-armv7l-2.7/msgpack copying msgpack/fallback.py -> build/lib.linux-armv7l-2.7/msgpack copying msgpack/exceptions.py -> build/lib.linux-armv7l-2.7/msgpack copying msgpack/_version.py -> build/lib.linux-armv7l-2.7/msgpack copying msgpack/__init__.py -> build/lib.linux-armv7l-2.7/msgpack running build_ext building 'msgpack._packer' extension creating build/temp.linux-armv7l-2.7 creating build/temp.linux-armv7l-2.7/msgpack gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python2.7 -c msgpack/_packer.cpp -o build/temp.linux-armv7l-2.7/msgpack/_packer.o g++ -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/msgpack/_packer.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/msgpack/_packer.so building 'msgpack._unpacker' extension gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python2.7 -c msgpack/_unpacker.cpp -o build/temp.linux-armv7l-2.7/msgpack/_unpacker.o In file included from msgpack/_unpacker.cpp:241:0: msgpack/unpack.h: In function 'int unpack_callback_ext(unpack_user*, const char*, const char*, unsigned int, PyObject**)': msgpack/unpack.h:268:84: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] g++ -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/msgpack/_unpacker.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/msgpack/_unpacker.so + pushd /builddir/build/BUILD/python3-python-msgpack-0.4.6-3bs02fc23 + /usr/bin/python3 setup.py build ~/build/BUILD/python3-python-msgpack-0.4.6-3bs02fc23 ~/build/BUILD/msgpack-python-0.4.6 running build running build_py creating build creating build/lib.linux-armv7l-3.4 creating build/lib.linux-armv7l-3.4/msgpack copying msgpack/fallback.py -> build/lib.linux-armv7l-3.4/msgpack copying msgpack/exceptions.py -> build/lib.linux-armv7l-3.4/msgpack copying msgpack/_version.py -> build/lib.linux-armv7l-3.4/msgpack copying msgpack/__init__.py -> build/lib.linux-armv7l-3.4/msgpack running build_ext building 'msgpack._packer' extension creating build/temp.linux-armv7l-3.4 creating build/temp.linux-armv7l-3.4/msgpack gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python3.4m -c msgpack/_packer.cpp -o build/temp.linux-armv7l-3.4/msgpack/_packer.o g++ -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.4/msgpack/_packer.o -L/usr/lib -lpython3.4m -o build/lib.linux-armv7l-3.4/msgpack/_packer.cpython-34m.so building 'msgpack._unpacker' extension gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python3.4m -c msgpack/_unpacker.cpp -o build/temp.linux-armv7l-3.4/msgpack/_unpacker.o g++ -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.4/msgpack/_unpacker.o -L/usr/lib -lpython3.4m -o build/lib.linux-armv7l-3.4/msgpack/_unpacker.cpython-34m.so ~/build/BUILD/msgpack-python-0.4.6 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TQ3Joz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm ++ dirname /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm + cd msgpack-python-0.4.6 + /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm running install running install_lib creating /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr creating /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib creating /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7/site-packages/msgpack copying build/lib.linux-armv7l-2.7/msgpack/fallback.py -> /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7/site-packages/msgpack copying build/lib.linux-armv7l-2.7/msgpack/_unpacker.so -> /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7/site-packages/msgpack copying build/lib.linux-armv7l-2.7/msgpack/_packer.so -> /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7/site-packages/msgpack copying build/lib.linux-armv7l-2.7/msgpack/exceptions.py -> /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7/site-packages/msgpack copying build/lib.linux-armv7l-2.7/msgpack/_version.py -> /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7/site-packages/msgpack copying build/lib.linux-armv7l-2.7/msgpack/__init__.py -> /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7/site-packages/msgpack byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7/site-packages/msgpack/fallback.py to fallback.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7/site-packages/msgpack/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7/site-packages/msgpack/_version.py to _version.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7/site-packages/msgpack/__init__.py to __init__.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.6-3bs02fc23.arm/usr/lib/python2.7/site-packages/msgpack_python-0.4.6-py2.7.egg-info running install_scripts + pushd /builddir/build/BUILD/python3-python-msgpack-0.4.6-3bs02fc23 ~/build/BUILD/python3-python-msgpack-0.4.6-3bs02fc23 ~/build/BUILD/msgpack-python-0.4.6 + /usr/bin/python3 setup.py install --skip-build --root /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm running install running install_lib creating /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4 creating /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4/site-packages creating /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4/site-packages/msgpack copying build/lib.linux-armv7l-3.4/msgpack/fallback.py -> /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4/site-packages/msgpack copying build/lib.linux-armv7l-3.4/msgpack/exceptions.py -> /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4/site-packages/msgpack copying build/lib.linux-armv7l-3.4/msgpack/_packer.cpython-34m.so -> /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4/site-packages/msgpack copying build/lib.linux-armv7l-3.4/msgpack/_unpacker.cpython-34m.so -> /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4/site-packages/msgpack copying build/lib.linux-armv7l-3.4/msgpack/_version.py -> /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4/site-packages/msgpack copying build/lib.linux-armv7l-3.4/msgpack/__init__.py -> /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4/site-packages/msgpack byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4/site-packages/msgpack/fallback.py to fallback.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4/site-packages/msgpack/exceptions.py to exceptions.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4/site-packages/msgpack/_version.py to _version.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4/site-packages/msgpack/__init__.py to __init__.cpython-34.pyc running install_egg_info running egg_info creating msgpack_python.egg-info writing top-level names to msgpack_python.egg-info/top_level.txt writing msgpack_python.egg-info/PKG-INFO 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.6-3bs02fc23.arm/usr/lib/python3.4/site-packages/msgpack_python-0.4.6-py3.4.egg-info running install_scripts ~/build/BUILD/msgpack-python-0.4.6 + popd + /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-python-0.4.6 extracting debug info from /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4/site-packages/msgpack/_packer.cpython-34m.so extracting debug info from /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python3.4/site-packages/msgpack/_unpacker.cpython-34m.so extracting debug info from /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7/site-packages/msgpack/_unpacker.so extracting debug info from /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7/site-packages/msgpack/_packer.so /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. cpio: msgpack-python-0.4.6/cython_utility: Cannot stat: No such file or directory cpio: python3-python-msgpack-0.4.6-3bs02fc23/cython_utility: Cannot stat: No such file or directory 3100 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/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.4.6-3bs02fc23.arm/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/debug/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.hgmR8I + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.4.6 ++ pwd + export PYTHONPATH=/builddir/build/BUILD/msgpack-python-0.4.6 + PYTHONPATH=/builddir/build/BUILD/msgpack-python-0.4.6 + py.test-2.7 -v test ============================= test session starts ============================== platform linux2 -- Python 2.7.10 -- py-1.4.30 -- pytest-2.7.3 -- /usr/bin/python2 rootdir: /builddir/build/BUILD/msgpack-python-0.4.6, inifile: collecting ... collected 87 items test/test_buffer.py::test_unpack_buffer PASSED test/test_buffer.py::test_unpack_bytearray PASSED test/test_case.py::test_1 PASSED test/test_case.py::test_2 PASSED test/test_case.py::test_3 PASSED test/test_case.py::test_5 PASSED test/test_case.py::test_9 PASSED test/test_case.py::test_fixraw PASSED test/test_case.py::test_raw16 PASSED test/test_case.py::test_raw32 PASSED test/test_case.py::test_fixarray PASSED test/test_case.py::test_array16 PASSED test/test_case.py::test_array32 PASSED test/test_case.py::test_match PASSED test/test_case.py::test_unicode PASSED test/test_except.py::test_raise_on_find_unsupported_value PASSED test/test_except.py::test_raise_from_object_hook PASSED test/test_except.py::test_invalidvalue PASSED test/test_extension.py::test_pack_ext_type PASSED test/test_extension.py::test_unpack_ext_type PASSED test/test_extension.py::test_extension_type PASSED test/test_format.py::testSimpleValue PASSED test/test_format.py::testFixnum PASSED test/test_format.py::testFixArray PASSED test/test_format.py::testFixRaw PASSED test/test_format.py::testFixMap PASSED test/test_format.py::testUnsignedInt PASSED test/test_format.py::testSignedInt PASSED test/test_format.py::testRaw PASSED test/test_format.py::testArray PASSED test/test_format.py::testMap PASSED test/test_limits.py::test_integer PASSED test/test_limits.py::test_array_header PASSED test/test_limits.py::test_map_header PASSED test/test_limits.py::test_max_str_len PASSED test/test_limits.py::test_max_bin_len PASSED test/test_limits.py::test_max_array_len PASSED test/test_limits.py::test_max_map_len PASSED test/test_limits.py::test_max_ext_len PASSED test/test_newspec.py::test_str8 PASSED test/test_newspec.py::test_bin8 PASSED test/test_newspec.py::test_bin16 PASSED test/test_newspec.py::test_bin32 PASSED test/test_newspec.py::test_ext PASSED test/test_obj.py::test_encode_hook PASSED test/test_obj.py::test_decode_hook PASSED test/test_obj.py::test_decode_pairs_hook PASSED test/test_obj.py::test_only_one_obj_hook PASSED test/test_obj.py::test_bad_hook PASSED test/test_obj.py::test_array_hook PASSED test/test_obj.py::test_an_exception_in_objecthook1 PASSED test/test_obj.py::test_an_exception_in_objecthook2 PASSED test/test_pack.py::testPack PASSED test/test_pack.py::testPackUnicode PASSED test/test_pack.py::testPackUTF32 PASSED test/test_pack.py::testPackBytes PASSED test/test_pack.py::testIgnoreUnicodeErrors PASSED test/test_pack.py::testStrictUnicodeUnpack PASSED test/test_pack.py::testStrictUnicodePack PASSED test/test_pack.py::testIgnoreErrorsPack PASSED test/test_pack.py::testNoEncoding PASSED test/test_pack.py::testDecodeBinary PASSED test/test_pack.py::testPackFloat PASSED test/test_pack.py::testArraySize PASSED test/test_pack.py::test_manualreset PASSED test/test_pack.py::testMapSize PASSED test/test_pack.py::test_odict PASSED test/test_pack.py::test_pairlist PASSED test/test_read_size.py::test_read_array_header PASSED test/test_read_size.py::test_read_map_header PASSED test/test_read_size.py::test_incorrect_type_array PASSED test/test_read_size.py::test_incorrect_type_map PASSED test/test_read_size.py::test_correct_type_nested_array PASSED test/test_read_size.py::test_incorrect_type_nested_map PASSED test/test_seq.py::test_exceeding_unpacker_read_size PASSED test/test_sequnpack.py::test_partialdata PASSED test/test_sequnpack.py::test_foobar PASSED test/test_sequnpack.py::test_foobar_skip PASSED test/test_sequnpack.py::test_maxbuffersize PASSED test/test_sequnpack.py::test_readbytes PASSED test/test_sequnpack.py::test_issue124 PASSED test/test_subtype.py::test_types PASSED test/test_unpack.py::test_unpack_array_header_from_file PASSED test/test_unpack.py::test_unpacker_hook_refcnt PASSED test/test_unpack.py::test_unpacker_ext_hook PASSED test/test_unpack_raw.py::test_write_bytes PASSED test/test_unpack_raw.py::test_write_bytes_multi_buffer PASSED ========================== 87 passed in 3.29 seconds =========================== + pushd /builddir/build/BUILD/python3-python-msgpack-0.4.6-3bs02fc23 ~/build/BUILD/python3-python-msgpack-0.4.6-3bs02fc23 ~/build/BUILD/msgpack-python-0.4.6 + py.test-3.4 -v test ============================= test session starts ============================== platform linux -- Python 3.4.3 -- py-1.4.30 -- pytest-2.7.3 -- /usr/bin/python3 rootdir: /builddir/build/BUILD/python3-python-msgpack-0.4.6-3bs02fc23, inifile: collecting ... collected 87 items test/test_buffer.py::test_unpack_buffer PASSED test/test_buffer.py::test_unpack_bytearray PASSED test/test_case.py::test_1 PASSED test/test_case.py::test_2 PASSED test/test_case.py::test_3 PASSED test/test_case.py::test_5 PASSED test/test_case.py::test_9 PASSED test/test_case.py::test_fixraw PASSED test/test_case.py::test_raw16 PASSED test/test_case.py::test_raw32 PASSED test/test_case.py::test_fixarray PASSED test/test_case.py::test_array16 PASSED test/test_case.py::test_array32 PASSED test/test_case.py::test_match PASSED test/test_case.py::test_unicode PASSED test/test_except.py::test_raise_on_find_unsupported_value PASSED test/test_except.py::test_raise_from_object_hook PASSED test/test_except.py::test_invalidvalue PASSED test/test_extension.py::test_pack_ext_type PASSED test/test_extension.py::test_unpack_ext_type PASSED test/test_extension.py::test_extension_type PASSED test/test_format.py::testSimpleValue PASSED test/test_format.py::testFixnum PASSED test/test_format.py::testFixArray PASSED test/test_format.py::testFixRaw PASSED test/test_format.py::testFixMap PASSED test/test_format.py::testUnsignedInt PASSED test/test_format.py::testSignedInt PASSED test/test_format.py::testRaw PASSED test/test_format.py::testArray PASSED test/test_format.py::testMap PASSED test/test_limits.py::test_integer PASSED test/test_limits.py::test_array_header PASSED test/test_limits.py::test_map_header PASSED test/test_limits.py::test_max_str_len PASSED test/test_limits.py::test_max_bin_len PASSED test/test_limits.py::test_max_array_len PASSED test/test_limits.py::test_max_map_len PASSED test/test_limits.py::test_max_ext_len PASSED test/test_newspec.py::test_str8 PASSED test/test_newspec.py::test_bin8 PASSED test/test_newspec.py::test_bin16 PASSED test/test_newspec.py::test_bin32 PASSED test/test_newspec.py::test_ext PASSED test/test_obj.py::test_encode_hook PASSED test/test_obj.py::test_decode_hook PASSED test/test_obj.py::test_decode_pairs_hook PASSED test/test_obj.py::test_only_one_obj_hook PASSED test/test_obj.py::test_bad_hook PASSED test/test_obj.py::test_array_hook PASSED test/test_obj.py::test_an_exception_in_objecthook1 PASSED test/test_obj.py::test_an_exception_in_objecthook2 PASSED test/test_pack.py::testPack PASSED test/test_pack.py::testPackUnicode PASSED test/test_pack.py::testPackUTF32 PASSED test/test_pack.py::testPackBytes PASSED test/test_pack.py::testIgnoreUnicodeErrors PASSED test/test_pack.py::testStrictUnicodeUnpack PASSED test/test_pack.py::testStrictUnicodePack PASSED test/test_pack.py::testIgnoreErrorsPack PASSED test/test_pack.py::testNoEncoding PASSED test/test_pack.py::testDecodeBinary PASSED test/test_pack.py::testPackFloat PASSED test/test_pack.py::testArraySize PASSED test/test_pack.py::test_manualreset PASSED test/test_pack.py::testMapSize PASSED test/test_pack.py::test_odict PASSED test/test_pack.py::test_pairlist PASSED test/test_read_size.py::test_read_array_header PASSED test/test_read_size.py::test_read_map_header PASSED test/test_read_size.py::test_incorrect_type_array PASSED test/test_read_size.py::test_incorrect_type_map PASSED test/test_read_size.py::test_correct_type_nested_array PASSED test/test_read_size.py::test_incorrect_type_nested_map PASSED test/test_seq.py::test_exceeding_unpacker_read_size PASSED test/test_sequnpack.py::test_partialdata PASSED test/test_sequnpack.py::test_foobar PASSED test/test_sequnpack.py::test_foobar_skip PASSED test/test_sequnpack.py::test_maxbuffersize PASSED test/test_sequnpack.py::test_readbytes PASSED test/test_sequnpack.py::test_issue124 PASSED test/test_subtype.py::test_types PASSED test/test_unpack.py::test_unpack_array_header_from_file PASSED test/test_unpack.py::test_unpacker_hook_refcnt PASSED test/test_unpack.py::test_unpacker_ext_hook PASSED test/test_unpack_raw.py::test_write_bytes PASSED test/test_unpack_raw.py::test_write_bytes_multi_buffer PASSED ========================== 87 passed in 3.67 seconds =========================== ~/build/BUILD/msgpack-python-0.4.6 Processing files: python-msgpack-0.4.6-3bs02fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Qr2i9x + popd + exit 0 + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.4.6 + DOCDIR=/builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/share/doc/python-msgpack + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/share/doc/python-msgpack + cp -pr COPYING /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/share/doc/python-msgpack + cp -pr README.rst /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/share/doc/python-msgpack + exit 0 Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib/python2.7/site-packages/.*\.so$' | /usr/bin/grep -v '/usr/lib/python3.4/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Provides: python-msgpack = 0.4.6-3bs02fc23 python-msgpack(armv6hl-32) = 0.4.6-3bs02fc23 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 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 libpthread.so.0 libpython2.7.so.1.0 libstdc++.so.6 python(abi) = 2.7 rtld(GNU_HASH) Processing files: python3-msgpack-0.4.6-3bs02fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.D6GGUS + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.4.6 + DOCDIR=/builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/share/doc/python3-msgpack + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/share/doc/python3-msgpack + cp -pr COPYING /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/share/doc/python3-msgpack + cp -pr README.rst /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm/usr/share/doc/python3-msgpack + exit 0 Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib/python2.7/site-packages/.*\.so$' | /usr/bin/grep -v '/usr/lib/python3.4/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Provides: python3-msgpack = 0.4.6-3bs02fc23 python3-msgpack(armv6hl-32) = 0.4.6-3bs02fc23 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 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 libpthread.so.0 libpython3.4m.so.1.0 libstdc++.so.6 python(abi) = 3.4 rtld(GNU_HASH) Processing files: python-msgpack-debuginfo-0.4.6-3bs02fc23.armv6hl Provides: python-msgpack-debuginfo = 0.4.6-3bs02fc23 python-msgpack-debuginfo(armv6hl-32) = 0.4.6-3bs02fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm Wrote: /builddir/build/RPMS/python-msgpack-0.4.6-3bs02fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python3-msgpack-0.4.6-3bs02fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python-msgpack-debuginfo-0.4.6-3bs02fc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.J5BmtW + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.4.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-msgpack-0.4.6-3bs02fc23.arm + exit 0 Child return code was: 0 LEAVE do -->