* Package: dev-python/blosc-1.5.1 * Repository: gentoo * Maintainer: sci@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_5 test userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking blosc-1.5.1.tar.gz to /var/tmp/portage/dev-python/blosc-1.5.1/work >>> Source unpacked in /var/tmp/portage/dev-python/blosc-1.5.1/work >>> Preparing source in /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1 ... * 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/blosc-1.5.1/work/blosc-1.5.1-python2_7/lib/blosc copying blosc/version.py -> /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python2_7/lib/blosc copying blosc/toplevel.py -> /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python2_7/lib/blosc copying blosc/test.py -> /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python2_7/lib/blosc copying blosc/__init__.py -> /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python2_7/lib/blosc warning: build_py: byte-compiling is disabled, skipping. running build_ext building 'blosc.blosc_extension' extension creating /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python2_7/temp.linux-x86_64-2.7 creating /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python2_7/temp.linux-x86_64-2.7/blosc x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -I/usr/include -I/usr/include/python2.7 -c blosc/blosc_extension.c -o /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python2_7/temp.linux-x86_64-2.7/blosc/blosc_extension.o -O2 -pipe -march=native x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=native /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python2_7/temp.linux-x86_64-2.7/blosc/blosc_extension.o -L/usr/lib -L/usr/lib64 -lblosc -lpython2.7 -o /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python2_7/lib/blosc/blosc_extension.so * python3_5: running distutils-r1_run_phase distutils-r1_python_compile /usr/bin/python3.5 setup.py build running build running build_py creating /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/lib/blosc copying blosc/version.py -> /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/lib/blosc copying blosc/toplevel.py -> /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/lib/blosc copying blosc/test.py -> /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/lib/blosc copying blosc/__init__.py -> /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/lib/blosc warning: build_py: byte-compiling is disabled, skipping. running build_ext building 'blosc.blosc_extension' extension creating /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/temp.linux-x86_64-3.5 creating /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/temp.linux-x86_64-3.5/blosc x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fPIC -I/usr/include -I/usr/include/python3.5m -c blosc/blosc_extension.c -o /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/temp.linux-x86_64-3.5/blosc/blosc_extension.o -O2 -pipe -march=native x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=native /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/temp.linux-x86_64-3.5/blosc/blosc_extension.o -L/usr/lib -L/usr/lib64 -lblosc -lpython3.5m -o /var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/lib/blosc/blosc_extension.cpython-35m-x86_64-linux-gnu.so >>> Source compiled. >>> Test phase: dev-python/blosc-1.5.1 * python2_7: running distutils-r1_run_phase python_test test_all_compressors (blosc.test.TestCodec) ... ok test_all_filters (blosc.test.TestCodec) ... ok test_basic_codec (blosc.test.TestCodec) ... ok test_compress_exceptions (blosc.test.TestCodec) ... ok test_compress_input_types (blosc.test.TestCodec) ... ok test_compress_ptr_exceptions (blosc.test.TestCodec) ... ok test_decompress_exceptions (blosc.test.TestCodec) ... ok test_decompress_input_types (blosc.test.TestCodec) ... ok test_decompress_input_types_as_bytearray (blosc.test.TestCodec) ... ok test_decompress_ptr_exceptions (blosc.test.TestCodec) ... ok test_decompress_releasegil (blosc.test.TestCodec) ... ok test_get_clib (blosc.test.TestCodec) ... ok test_no_leaks (blosc.test.TestCodec) ... ok test_pack_array_exceptions (blosc.test.TestCodec) ... ok test_set_nthreads_exceptions (blosc.test.TestCodec) ... ok test_unpack_array_exceptions (blosc.test.TestCodec) ... ok ---------------------------------------------------------------------- Ran 16 tests in 8.870s OK * python3_5: running distutils-r1_run_phase python_test /usr/lib64/python3.5/site-packages/nose/plugins/manager.py:395: RuntimeWarning: Unable to load plugin html-output = htmloutput.htmloutput:HtmlOutput: No module named 'version' RuntimeWarning) test_all_compressors (blosc.test.TestCodec) ... ok test_all_filters (blosc.test.TestCodec) ... ok test_basic_codec (blosc.test.TestCodec) ... ok test_compress_exceptions (blosc.test.TestCodec) ... ok test_compress_input_types (blosc.test.TestCodec) ... ERROR test_compress_ptr_exceptions (blosc.test.TestCodec) ... ok test_decompress_exceptions (blosc.test.TestCodec) ... ok test_decompress_input_types (blosc.test.TestCodec) ... ERROR test_decompress_input_types_as_bytearray (blosc.test.TestCodec) ... ERROR test_decompress_ptr_exceptions (blosc.test.TestCodec) ... ok test_decompress_releasegil (blosc.test.TestCodec) ... ERROR test_get_clib (blosc.test.TestCodec) ... ok test_no_leaks (blosc.test.TestCodec) ... ok test_pack_array_exceptions (blosc.test.TestCodec) ... SKIP: Numpy not available test_set_nthreads_exceptions (blosc.test.TestCodec) ... ok test_unpack_array_exceptions (blosc.test.TestCodec) ... ok ====================================================================== ERROR: test_compress_input_types (blosc.test.TestCodec) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/lib/blosc/test.py", line 71, in test_compress_input_types import numpy as np ImportError: No module named 'numpy' ====================================================================== ERROR: test_decompress_input_types (blosc.test.TestCodec) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/lib/blosc/test.py", line 99, in test_decompress_input_types import numpy as np ImportError: No module named 'numpy' ====================================================================== ERROR: test_decompress_input_types_as_bytearray (blosc.test.TestCodec) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/lib/blosc/test.py", line 137, in test_decompress_input_types_as_bytearray import numpy as np ImportError: No module named 'numpy' ====================================================================== ERROR: test_decompress_releasegil (blosc.test.TestCodec) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/lib/blosc/test.py", line 117, in test_decompress_releasegil import numpy as np ImportError: No module named 'numpy' ---------------------------------------------------------------------- Ran 16 tests in 8.289s FAILED (SKIP=1, errors=4) * ERROR: dev-python/blosc-1.5.1::gentoo failed (test phase): * (no error message) * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 2633: Called distutils-r1_src_test * environment, line 893: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 355: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2172: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1547: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1545: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 567: Called distutils-r1_run_phase 'python_test' * environment, line 824: Called python_test * environment, line 2535: Called die * The specific snippet of code: * PYTHONPATH=. nosetests -v || die * * If you need support, post the output of `emerge --info '=dev-python/blosc-1.5.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/blosc-1.5.1::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:blosc-1.5.1:20180313-020354.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/blosc-1.5.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/blosc-1.5.1/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1-python3_5/lib' * S: '/var/tmp/portage/dev-python/blosc-1.5.1/work/blosc-1.5.1'