* Package: dev-python/msgpack-0.4.2 * Repository: gentoo * Maintainer: python@gentoo.org * USE: arm elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 test userland_GNU * FEATURES: preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking msgpack-python-0.4.2.tar.gz to /var/tmp/portage/dev-python/msgpack-0.4.2/work >>> Source unpacked in /var/tmp/portage/dev-python/msgpack-0.4.2/work >>> Preparing source in /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2 ... * It seems that you need to set USE_PYTHON to make sure that legacy * packages will be built with respect to PYTHON_TARGETS correctly: * * USE_PYTHON='2.7 3.3' * * Please note that after changing the USE_PYTHON variable, you may need * to run 'python-updater' to rebuild affected packages. * * For more information on PYTHON_TARGETS and python.eclass * compatibility, please see the relevant Wiki article [1]. * * [1] https://wiki.gentoo.org/wiki/Project:Python/PYTHON_TARGETS * python3_3: running distutils-r1_run_phase distutils-r1_python_compile /usr/bin/python3.3 setup.py build running build running build_py creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/lib creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/lib/msgpack copying msgpack/__init__.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/lib/msgpack copying msgpack/_version.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/lib/msgpack copying msgpack/exceptions.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/lib/msgpack copying msgpack/fallback.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/lib/msgpack warning: build_py: byte-compiling is disabled, skipping. running build_ext building 'msgpack._packer' extension creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/temp.linux-armv5tel-3.3 creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/temp.linux-armv5tel-3.3/msgpack armv5tel-softfloat-linux-gnueabi-g++ -O2 -march=armv5te -pipe -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python3.3 -c msgpack/_packer.cpp -o /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/temp.linux-armv5tel-3.3/msgpack/_packer.o armv5tel-softfloat-linux-gnueabi-g++ -shared -Wl,-O1 -Wl,--as-needed -O2 -march=armv5te -pipe /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/temp.linux-armv5tel-3.3/msgpack/_packer.o -L/usr/lib -lpython3.3 -o /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/lib/msgpack/_packer.cpython-33.so building 'msgpack._unpacker' extension armv5tel-softfloat-linux-gnueabi-g++ -O2 -march=armv5te -pipe -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python3.3 -c msgpack/_unpacker.cpp -o /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/temp.linux-armv5tel-3.3/msgpack/_unpacker.o In file included from msgpack/_unpacker.cpp:348:0: msgpack/unpack.h: In function ‘int unpack_callback_ext(unpack_user*, const char*, const char*, unsigned int, PyObject**)’: msgpack/unpack.h:255:77: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] py = PyObject_CallFunction(u->ext_hook, "(iy#)", typecode, pos, lenght-1); ^ armv5tel-softfloat-linux-gnueabi-g++ -shared -Wl,-O1 -Wl,--as-needed -O2 -march=armv5te -pipe /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/temp.linux-armv5tel-3.3/msgpack/_unpacker.o -L/usr/lib -lpython3.3 -o /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/lib/msgpack/_unpacker.cpython-33.so * python3_4: running distutils-r1_run_phase distutils-r1_python_compile /usr/bin/python3.4 setup.py build running build running build_py creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/lib creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/lib/msgpack copying msgpack/__init__.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/lib/msgpack copying msgpack/_version.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/lib/msgpack copying msgpack/exceptions.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/lib/msgpack copying msgpack/fallback.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/lib/msgpack warning: build_py: byte-compiling is disabled, skipping. running build_ext building 'msgpack._packer' extension creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/temp.linux-armv5tel-3.4 creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/temp.linux-armv5tel-3.4/msgpack armv5tel-softfloat-linux-gnueabi-g++ -O2 -march=armv5te -pipe -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python3.4 -c msgpack/_packer.cpp -o /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/temp.linux-armv5tel-3.4/msgpack/_packer.o armv5tel-softfloat-linux-gnueabi-g++ -shared -Wl,-O1 -Wl,--as-needed -O2 -march=armv5te -pipe /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/temp.linux-armv5tel-3.4/msgpack/_packer.o -L/usr/lib -lpython3.4 -o /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/lib/msgpack/_packer.cpython-34.so building 'msgpack._unpacker' extension armv5tel-softfloat-linux-gnueabi-g++ -O2 -march=armv5te -pipe -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python3.4 -c msgpack/_unpacker.cpp -o /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/temp.linux-armv5tel-3.4/msgpack/_unpacker.o armv5tel-softfloat-linux-gnueabi-g++ -shared -Wl,-O1 -Wl,--as-needed -O2 -march=armv5te -pipe /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/temp.linux-armv5tel-3.4/msgpack/_unpacker.o -L/usr/lib -lpython3.4 -o /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/lib/msgpack/_unpacker.cpython-34.so * python2_7: running distutils-r1_run_phase distutils-r1_python_compile /usr/bin/python2.7 setup.py build running build running build_py creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/lib creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/lib/msgpack copying msgpack/__init__.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/lib/msgpack copying msgpack/_version.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/lib/msgpack copying msgpack/exceptions.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/lib/msgpack copying msgpack/fallback.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/lib/msgpack warning: build_py: byte-compiling is disabled, skipping. running build_ext building 'msgpack._packer' extension creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/temp.linux-armv5tel-2.7 creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/temp.linux-armv5tel-2.7/msgpack armv5tel-softfloat-linux-gnueabi-g++ -O2 -march=armv5te -pipe -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python2.7 -c msgpack/_packer.cpp -o /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/temp.linux-armv5tel-2.7/msgpack/_packer.o armv5tel-softfloat-linux-gnueabi-g++ -shared -Wl,-O1 -Wl,--as-needed -O2 -march=armv5te -pipe /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/temp.linux-armv5tel-2.7/msgpack/_packer.o -L/usr/lib -lpython2.7 -o /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/lib/msgpack/_packer.so building 'msgpack._unpacker' extension armv5tel-softfloat-linux-gnueabi-g++ -O2 -march=armv5te -pipe -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python2.7 -c msgpack/_unpacker.cpp -o /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/temp.linux-armv5tel-2.7/msgpack/_unpacker.o In file included from msgpack/_unpacker.cpp:348:0: msgpack/unpack.h: In function ‘int unpack_callback_ext(unpack_user*, const char*, const char*, unsigned int, PyObject**)’: msgpack/unpack.h:253:77: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] py = PyObject_CallFunction(u->ext_hook, "(is#)", typecode, pos, lenght-1); ^ armv5tel-softfloat-linux-gnueabi-g++ -shared -Wl,-O1 -Wl,--as-needed -O2 -march=armv5te -pipe /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/temp.linux-armv5tel-2.7/msgpack/_unpacker.o -L/usr/lib -lpython2.7 -o /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/lib/msgpack/_unpacker.so >>> Source compiled. >>> Test phase: dev-python/msgpack-0.4.2 * python3_3: running distutils-r1_run_phase python_test ============================================================================================================================= test session starts ============================================================================================================================== platform linux -- Python 3.3.5 -- py-1.4.25 -- pytest-2.6.3 plugins: cov collected 81 items test/test_buffer.py .. test/test_case.py ............. test/test_except.py ... test/test_extension.py ... test/test_format.py .......... test/test_limits.py .FF test/test_newspec.py ..... test/test_obj.py ........ test/test_pack.py ................ test/test_read_size.py ...... test/test_seq.py . test/test_sequnpack.py ..... test/test_subtype.py . test/test_unpack.py ... test/test_unpack_raw.py .. =================================================================================================================================== FAILURES =================================================================================================================================== ______________________________________________________________________________________________________________________________ test_array_header _______________________________________________________________________________________________________________________________ def test_array_header(): packer = Packer() packer.pack_array_header(2**32-1) with pytest.raises(ValueError): > packer.pack_array_header(2**32) test/test_limits.py:25: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > ??? E OverflowError: python int too large to convert to C unsigned long _packer.pyx:240: OverflowError _______________________________________________________________________________________________________________________________ test_map_header ________________________________________________________________________________________________________________________________ def test_map_header(): packer = Packer() packer.pack_map_header(2**32-1) with pytest.raises(ValueError): > packer.pack_array_header(2**32) test/test_limits.py:32: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > ??? E OverflowError: python int too large to convert to C unsigned long _packer.pyx:240: OverflowError ===================================================================================================================== 2 failed, 79 passed in 26.65 seconds ===================================================================================================================== * ERROR: dev-python/msgpack-0.4.2::gentoo failed (test phase): * Tests fail with python3.3 * * Call stack: * ebuild.sh, line 93: Called src_test * environment, line 3771: Called distutils-r1_src_test * environment, line 1201: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 263: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 3324: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2450: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2448: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 723: Called distutils-r1_run_phase 'python_test' * environment, line 1138: Called python_test * environment, line 3664: Called die * The specific snippet of code: * py.test test || die "Tests fail with ${EPYTHON}" * * If you need support, post the output of `emerge --info '=dev-python/msgpack-0.4.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/msgpack-0.4.2::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:msgpack-0.4.2:20150117-154933.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/msgpack-0.4.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/msgpack-0.4.2/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2' * S: '/var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2' >>> Install msgpack-0.4.2 into /var/tmp/portage/dev-python/msgpack-0.4.2/image/ category dev-python * python3_3: running distutils-r1_run_phase distutils-r1_python_install /usr/bin/python3.3 setup.py install --root=/var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.3 running install running build running build_py running build_ext running install_lib creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python3.3 creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python3.3/usr creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python3.3/usr/lib creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python3.3/usr/lib/python3.3 creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python3.3/usr/lib/python3.3/site-packages creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python3.3/usr/lib/python3.3/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/lib/msgpack/__init__.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.3/usr/lib/python3.3/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/lib/msgpack/_version.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.3/usr/lib/python3.3/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/lib/msgpack/exceptions.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.3/usr/lib/python3.3/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/lib/msgpack/fallback.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.3/usr/lib/python3.3/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/lib/msgpack/_packer.cpython-33.so -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.3/usr/lib/python3.3/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/lib/msgpack/_unpacker.cpython-33.so -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.3/usr/lib/python3.3/site-packages/msgpack byte-compiling /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.3/usr/lib/python3.3/site-packages/msgpack/__init__.py to __init__.cpython-33.pyc byte-compiling /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.3/usr/lib/python3.3/site-packages/msgpack/_version.py to _version.cpython-33.pyc byte-compiling /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.3/usr/lib/python3.3/site-packages/msgpack/exceptions.py to exceptions.cpython-33.pyc byte-compiling /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.3/usr/lib/python3.3/site-packages/msgpack/fallback.py to fallback.cpython-33.pyc writing byte-compilation script '/var/tmp/portage/dev-python/msgpack-0.4.2/temp/tmpfq8orz.py' /usr/bin/python3.3 -OO /var/tmp/portage/dev-python/msgpack-0.4.2/temp/tmpfq8orz.py removing /var/tmp/portage/dev-python/msgpack-0.4.2/temp/tmpfq8orz.py running install_egg_info running egg_info creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/msgpack_python.egg-info writing dependency_links to /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/msgpack_python.egg-info/dependency_links.txt writing top-level names to /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/msgpack_python.egg-info/top_level.txt writing /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/msgpack_python.egg-info/PKG-INFO writing manifest file '/var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/msgpack_python.egg-info/SOURCES.txt' reading manifest file '/var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/msgpack_python.egg-info/SOURCES.txt' writing manifest file '/var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/msgpack_python.egg-info/SOURCES.txt' Copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_3/msgpack_python.egg-info to /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.3/usr/lib/python3.3/site-packages/msgpack_python-0.4.2-py3.3.egg-info running install_scripts * python3_4: running distutils-r1_run_phase distutils-r1_python_install /usr/bin/python3.4 setup.py install --root=/var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.4 running install running build running build_py running build_ext running install_lib creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python3.4 creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python3.4/usr creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python3.4/usr/lib creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python3.4/usr/lib/python3.4 creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python3.4/usr/lib/python3.4/site-packages creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python3.4/usr/lib/python3.4/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/lib/msgpack/__init__.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.4/usr/lib/python3.4/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/lib/msgpack/_version.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.4/usr/lib/python3.4/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/lib/msgpack/exceptions.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.4/usr/lib/python3.4/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/lib/msgpack/fallback.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.4/usr/lib/python3.4/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/lib/msgpack/_packer.cpython-34.so -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.4/usr/lib/python3.4/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/lib/msgpack/_unpacker.cpython-34.so -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.4/usr/lib/python3.4/site-packages/msgpack byte-compiling /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.4/usr/lib/python3.4/site-packages/msgpack/__init__.py to __init__.cpython-34.pyc byte-compiling /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.4/usr/lib/python3.4/site-packages/msgpack/_version.py to _version.cpython-34.pyc byte-compiling /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.4/usr/lib/python3.4/site-packages/msgpack/exceptions.py to exceptions.cpython-34.pyc byte-compiling /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.4/usr/lib/python3.4/site-packages/msgpack/fallback.py to fallback.cpython-34.pyc writing byte-compilation script '/var/tmp/portage/dev-python/msgpack-0.4.2/temp/tmpi241cs0w.py' /usr/bin/python3.4 -OO /var/tmp/portage/dev-python/msgpack-0.4.2/temp/tmpi241cs0w.py removing /var/tmp/portage/dev-python/msgpack-0.4.2/temp/tmpi241cs0w.py running install_egg_info running egg_info creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/msgpack_python.egg-info writing dependency_links to /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/msgpack_python.egg-info/dependency_links.txt writing /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/msgpack_python.egg-info/PKG-INFO writing top-level names to /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/msgpack_python.egg-info/top_level.txt writing manifest file '/var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/msgpack_python.egg-info/SOURCES.txt' reading manifest file '/var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/msgpack_python.egg-info/SOURCES.txt' writing manifest file '/var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/msgpack_python.egg-info/SOURCES.txt' Copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python3_4/msgpack_python.egg-info to /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python3.4/usr/lib/python3.4/site-packages/msgpack_python-0.4.2-py3.4.egg-info running install_scripts * python2_7: running distutils-r1_run_phase distutils-r1_python_install /usr/bin/python2.7 setup.py install --root=/var/tmp/portage/dev-python/msgpack-0.4.2/image//_python2.7 running install running build running build_py running build_ext running install_lib creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python2.7 creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python2.7/usr creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python2.7/usr/lib creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python2.7/usr/lib/python2.7 creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python2.7/usr/lib/python2.7/site-packages creating /var/tmp/portage/dev-python/msgpack-0.4.2/image/_python2.7/usr/lib/python2.7/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/lib/msgpack/__init__.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python2.7/usr/lib/python2.7/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/lib/msgpack/_version.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python2.7/usr/lib/python2.7/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/lib/msgpack/exceptions.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python2.7/usr/lib/python2.7/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/lib/msgpack/fallback.py -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python2.7/usr/lib/python2.7/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/lib/msgpack/_packer.so -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python2.7/usr/lib/python2.7/site-packages/msgpack copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/lib/msgpack/_unpacker.so -> /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python2.7/usr/lib/python2.7/site-packages/msgpack byte-compiling /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python2.7/usr/lib/python2.7/site-packages/msgpack/__init__.py to __init__.pyc byte-compiling /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python2.7/usr/lib/python2.7/site-packages/msgpack/_version.py to _version.pyc byte-compiling /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python2.7/usr/lib/python2.7/site-packages/msgpack/exceptions.py to exceptions.pyc byte-compiling /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python2.7/usr/lib/python2.7/site-packages/msgpack/fallback.py to fallback.pyc writing byte-compilation script '/var/tmp/portage/dev-python/msgpack-0.4.2/temp/tmp_jbUQQ.py' /usr/bin/python2.7 -OO /var/tmp/portage/dev-python/msgpack-0.4.2/temp/tmp_jbUQQ.py removing /var/tmp/portage/dev-python/msgpack-0.4.2/temp/tmp_jbUQQ.py running install_egg_info running egg_info creating /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/msgpack_python.egg-info writing /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/msgpack_python.egg-info/PKG-INFO writing top-level names to /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/msgpack_python.egg-info/top_level.txt writing dependency_links to /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/msgpack_python.egg-info/dependency_links.txt writing manifest file '/var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/msgpack_python.egg-info/SOURCES.txt' reading manifest file '/var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/msgpack_python.egg-info/SOURCES.txt' writing manifest file '/var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/msgpack_python.egg-info/SOURCES.txt' Copying /var/tmp/portage/dev-python/msgpack-0.4.2/work/msgpack-python-0.4.2-python2_7/msgpack_python.egg-info to /var/tmp/portage/dev-python/msgpack-0.4.2/image//_python2.7/usr/lib/python2.7/site-packages/msgpack_python-0.4.2-py2.7.egg-info running install_scripts * python2_7: running distutils-r1_run_phase distutils-r1_python_install_all >>> Completed installing msgpack-0.4.2 into /var/tmp/portage/dev-python/msgpack-0.4.2/image/ strip: armv5tel-softfloat-linux-gnueabi-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version usr/lib/python3.3/site-packages/msgpack/_packer.cpython-33.so usr/lib/python3.3/site-packages/msgpack/_unpacker.cpython-33.so usr/lib/python3.4/site-packages/msgpack/_packer.cpython-34.so usr/lib/python3.4/site-packages/msgpack/_unpacker.cpython-34.so usr/lib/python2.7/site-packages/msgpack/_packer.so usr/lib/python2.7/site-packages/msgpack/_unpacker.so ecompressdir: bzip2 -9 /usr/share/doc