Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/python-msgpack.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-80e0bb3cd9883cec81b26956775cc2767cc4982b/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.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=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/python-msgpack.spec'] with env {'LANG': 'en_US.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 sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/python-msgpack-0.5.6-4.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/python-msgpack.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-80e0bb3cd9883cec81b26956775cc2767cc4982b/root'shell=Falseuid=995env={'LANG': 'en_US.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=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/python-msgpack.spec'] with env {'LANG': 'en_US.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: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Gt6ziO + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf msgpack-python-0.5.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/msgpack-python-0.5.6.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd msgpack-python-0.5.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.S6zzKD + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.5.6 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' 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 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-2.7/msgpack/_packer.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/msgpack/_packer.so cythonize: 'msgpack/_unpacker.pyx' Error compiling Cython file: ------------------------------------------------------------ ... if PyObject_AsReadBuffer(obj, buf, buffer_len) == -1: raise BufferError("could not get memoryview") PyErr_WarnEx(RuntimeWarning, "using old buffer interface to unpack %s; " "this leads to unpacking errors if slicing is used and " "will be removed in a future version" % type(obj), ^ ------------------------------------------------------------ msgpack/_unpacker.pyx:157:59: Obtaining 'char *' from temporary Python value building 'msgpack._unpacker' 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 msgpack/_unpacker.cpp:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation. #error Do not use this file, it is the result of a failed Cython compilation. ^ WARNING: Failed to compile extension modules. msgpack uses fallback pure python implementation. command 'gcc' failed with exit status 1 + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s' running build running build_py 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 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard 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 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 In file included from msgpack/_unpacker.cpp:252:0: msgpack/unpack.h: In function 'int unpack_callback_array(unpack_user*, unsigned int, PyObject**)': msgpack/unpack.h:137:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (n > u->max_array_len) { ^ In file included from msgpack/_unpacker.cpp:252:0: msgpack/unpack.h: In function 'int unpack_callback_map(unpack_user*, unsigned int, PyObject**)': msgpack/unpack.h:172:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (n > u->max_map_len) { ^ msgpack/unpack.h: In function 'int unpack_callback_raw(unpack_user*, const char*, const char*, unsigned int, PyObject**)': msgpack/unpack.h:223:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (l > u->max_str_len) { ^ msgpack/unpack.h: In function 'int unpack_callback_bin(unpack_user*, const char*, const char*, unsigned int, PyObject**)': msgpack/unpack.h:245:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (l > u->max_bin_len) { ^ msgpack/unpack.h: In function 'int unpack_callback_ext(unpack_user*, const char*, const char*, unsigned int, PyObject**)': msgpack/unpack.h:266:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (length-1 > u->max_ext_len) { ^ 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard 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 cythonize: 'msgpack/_unpacker.pyx' + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9oiXow + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm ++ dirname /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm + cd msgpack-python-0.5.6 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr creating /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib creating /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python2.7/site-packages/msgpack copying build/lib.linux-armv7l-2.7/msgpack/fallback.py -> /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python2.7/site-packages/msgpack copying build/lib.linux-armv7l-2.7/msgpack/exceptions.py -> /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python2.7/site-packages/msgpack copying build/lib.linux-armv7l-2.7/msgpack/_packer.so -> /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python2.7/site-packages/msgpack copying build/lib.linux-armv7l-2.7/msgpack/_version.py -> /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python2.7/site-packages/msgpack copying build/lib.linux-armv7l-2.7/msgpack/__init__.py -> /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python2.7/site-packages/msgpack byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python2.7/site-packages/msgpack/fallback.py to fallback.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python2.7/site-packages/msgpack/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python2.7/site-packages/msgpack/_version.py to _version.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python2.7/site-packages/msgpack/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpyWfXW5.py' /usr/bin/python2 -O /tmp/tmpyWfXW5.py removing /tmp/tmpyWfXW5.py 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.5.6-4.el7.arm/usr/lib/python2.7/site-packages/msgpack_python-0.5.6-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python3.4 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python3.4 creating /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python3.4/site-packages creating /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.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.5.6-4.el7.arm/usr/lib/python3.4/site-packages/msgpack copying build/lib.linux-armv7l-3.4/msgpack/fallback.py -> /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python3.4/site-packages/msgpack copying build/lib.linux-armv7l-3.4/msgpack/exceptions.py -> /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.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.5.6-4.el7.arm/usr/lib/python3.4/site-packages/msgpack copying build/lib.linux-armv7l-3.4/msgpack/_version.py -> /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python3.4/site-packages/msgpack copying build/lib.linux-armv7l-3.4/msgpack/__init__.py -> /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python3.4/site-packages/msgpack byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python3.4/site-packages/msgpack/fallback.py to fallback.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python3.4/site-packages/msgpack/exceptions.py to exceptions.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python3.4/site-packages/msgpack/_version.py to _version.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python3.4/site-packages/msgpack/__init__.py to __init__.cpython-34.pyc writing byte-compilation script '/tmp/tmpgp2z5bnk.py' /usr/bin/python3.4 -O /tmp/tmpgp2z5bnk.py removing /tmp/tmpgp2z5bnk.py running install_egg_info running egg_info writing msgpack_python.egg-info/PKG-INFO writing dependency_links to msgpack_python.egg-info/dependency_links.txt writing top-level names to msgpack_python.egg-info/top_level.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.5.6-4.el7.arm/usr/lib/python3.4/site-packages/msgpack_python-0.5.6-py3.4.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-python-0.5.6 extracting debug info from /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python2.7/site-packages/msgpack/_packer.so extracting debug info from /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python3.4/site-packages/msgpack/_unpacker.cpython-34m.so extracting debug info from /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python3.4/site-packages/msgpack/_packer.cpython-34m.so /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 1524 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.5.6-4.el7.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/lib/debug/usr/lib/python3.4 using /usr/bin/python3.4 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.lFPenD + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.5.6 ++ pwd + export PYTHONPATH=/builddir/build/BUILD/msgpack-python-0.5.6 + PYTHONPATH=/builddir/build/BUILD/msgpack-python-0.5.6 + py.test -v test ============================= test session starts ============================== platform linux2 -- Python 2.7.5 -- py-1.4.32 -- pytest-2.7.0 -- /usr/bin/python rootdir: /builddir/build/BUILD/msgpack-python-0.5.6, inifile: collecting ... collected 105 items test/test_buffer.py::test_unpack_buffer PASSED test/test_buffer.py::test_unpack_bytearray PASSED test/test_buffer.py::test_unpack_memoryview 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_extension.py::test_overriding_hooks 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_memoryview.py::test_fixstr_from_byte PASSED test/test_memoryview.py::test_fixstr_from_float PASSED test/test_memoryview.py::test_str16_from_byte PASSED test/test_memoryview.py::test_str16_from_float PASSED test/test_memoryview.py::test_str32_from_byte PASSED test/test_memoryview.py::test_str32_from_float PASSED test/test_memoryview.py::test_bin8_from_byte PASSED test/test_memoryview.py::test_bin8_from_float PASSED test/test_memoryview.py::test_bin16_from_byte PASSED test/test_memoryview.py::test_bin16_from_float PASSED test/test_memoryview.py::test_bin32_from_byte PASSED test/test_memoryview.py::test_bin32_from_float 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::testPackByteArrays 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::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_sequnpack.py::test_unpack_tell PASSED test/test_stricttype.py::test_namedtuple PASSED test/test_stricttype.py::test_tuple PASSED test/test_stricttype.py::test_tuple_ext 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 ========================= 105 passed in 12.41 seconds ========================== + py.test-3.4 -v test ============================= test session starts ============================== platform linux -- Python 3.4.9, pytest-2.8.5, py-1.4.30, pluggy-0.3.1 -- /usr/bin/python3.4 cachedir: .cache rootdir: /builddir/build/BUILD/msgpack-python-0.5.6, inifile: collecting ... collected 105 items test/test_buffer.py::test_unpack_buffer PASSED test/test_buffer.py::test_unpack_bytearray PASSED test/test_buffer.py::test_unpack_memoryview 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_extension.py::test_overriding_hooks 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_memoryview.py::test_fixstr_from_byte PASSED test/test_memoryview.py::test_fixstr_from_float PASSED test/test_memoryview.py::test_str16_from_byte PASSED test/test_memoryview.py::test_str16_from_float PASSED test/test_memoryview.py::test_str32_from_byte PASSED test/test_memoryview.py::test_str32_from_float PASSED test/test_memoryview.py::test_bin8_from_byte PASSED test/test_memoryview.py::test_bin8_from_float PASSED test/test_memoryview.py::test_bin16_from_byte PASSED test/test_memoryview.py::test_bin16_from_float PASSED test/test_memoryview.py::test_bin32_from_byte PASSED test/test_memoryview.py::test_bin32_from_float 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::testPackByteArrays 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::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_sequnpack.py::test_unpack_tell PASSED test/test_stricttype.py::test_namedtuple PASSED test/test_stricttype.py::test_tuple PASSED test/test_stricttype.py::test_tuple_ext 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 ========================= 105 passed in 14.08 seconds ========================== + exit 0 Processing files: python2-msgpack-0.5.6-4.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ph6EDS + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.5.6 + DOCDIR=/builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/share/doc/python2-msgpack-0.5.6 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/share/doc/python2-msgpack-0.5.6 + cp -pr README.rst /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/share/doc/python2-msgpack-0.5.6 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.fyxkRa + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.5.6 + LICENSEDIR=/builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/share/licenses/python2-msgpack-0.5.6 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/share/licenses/python2-msgpack-0.5.6 + cp -pr COPYING /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/share/licenses/python2-msgpack-0.5.6 + exit 0 Provides: python-msgpack = 0.5.6-4.el7 python-msgpack(armv7hl-32) = 0.5.6-4.el7 python2-msgpack = 0.5.6-4.el7 python2-msgpack(armv7hl-32) = 0.5.6-4.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: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) 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) Obsoletes: python-msgpack < 0.5.6-4.el7 Processing files: python34-msgpack-0.5.6-4.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.w76Cez + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.5.6 + DOCDIR=/builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/share/doc/python34-msgpack-0.5.6 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/share/doc/python34-msgpack-0.5.6 + cp -pr README.rst /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/share/doc/python34-msgpack-0.5.6 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3Sei52 + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.5.6 + LICENSEDIR=/builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/share/licenses/python34-msgpack-0.5.6 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/share/licenses/python34-msgpack-0.5.6 + cp -pr COPYING /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm/usr/share/licenses/python34-msgpack-0.5.6 + exit 0 Provides: python34-msgpack = 0.5.6-4.el7 python34-msgpack(armv7hl-32) = 0.5.6-4.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: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) 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.5.6-4.el7.armv7hl Provides: python-msgpack-debuginfo = 0.5.6-4.el7 python-msgpack-debuginfo(armv7hl-32) = 0.5.6-4.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.5.6-4.el7.arm Wrote: /builddir/build/RPMS/python2-msgpack-0.5.6-4.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python34-msgpack-0.5.6-4.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python-msgpack-debuginfo-0.5.6-4.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.FZd6i9 + umask 022 + cd /builddir/build/BUILD + cd msgpack-python-0.5.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-msgpack-0.5.6-4.el7.arm + exit 0 Child return code was: 0