* Package: dev-python/doit-py-0.4.0 * Repository: gentoo * 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 doit-py-0.4.0.tar.gz to /var/tmp/portage/dev-python/doit-py-0.4.0/work >>> Source unpacked in /var/tmp/portage/dev-python/doit-py-0.4.0/work >>> Preparing source in /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0 ... * 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/doit-py-0.4.0/work/doit-py-0.4.0-python2_7/lib/doitpy copying doitpy/docs.py -> /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0-python2_7/lib/doitpy copying doitpy/__init__.py -> /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0-python2_7/lib/doitpy copying doitpy/coverage.py -> /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0-python2_7/lib/doitpy copying doitpy/package.py -> /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0-python2_7/lib/doitpy copying doitpy/pyflakes.py -> /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0-python2_7/lib/doitpy warning: build_py: byte-compiling is disabled, skipping. * 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/doit-py-0.4.0/work/doit-py-0.4.0-python3_5/lib/doitpy copying doitpy/docs.py -> /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0-python3_5/lib/doitpy copying doitpy/__init__.py -> /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0-python3_5/lib/doitpy copying doitpy/coverage.py -> /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0-python3_5/lib/doitpy copying doitpy/package.py -> /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0-python3_5/lib/doitpy copying doitpy/pyflakes.py -> /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0-python3_5/lib/doitpy warning: build_py: byte-compiling is disabled, skipping. * python3_5: running distutils-r1_run_phase python_compile_all >>> Source compiled. >>> Test phase: dev-python/doit-py-0.4.0 * python2_7: running distutils-r1_run_phase python_test ============================= test session starts ============================== platform linux2 -- Python 2.7.14, pytest-3.2.2, py-1.4.34, pluggy-0.4.0 rootdir: /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0, inifile: plugins: xprocess-0.12.1, xdist-1.15.0, expect-1.1.0, cov-2.5.1, capturelog-0.7, case-1.5.3, backports.unittest-mock-1.3 collected 25 items tests/test_coverage.py .......... tests/test_docs.py ..... tests/test_package.py ..... tests/test_pyflakes.py ..... =============================== warnings summary =============================== :171 'pytest_runtest_makereport' hook uses deprecated __multicall__ argument None pytest_funcarg__caplog: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead. pytest_funcarg__capturelog: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead. -- Docs: http://doc.pytest.org/en/latest/warnings.html ==================== 25 passed, 3 warnings in 0.50 seconds ===================== * python3_5: running distutils-r1_run_phase python_test ============================= test session starts ============================== platform linux -- Python 3.5.4, pytest-3.2.2, py-1.4.34, pluggy-0.4.0 rootdir: /var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0, inifile: plugins: xprocess-0.12.1, xdist-1.15.0, expect-1.1.0, cov-2.5.1, capturelog-0.7, case-1.5.3, backports.unittest-mock-1.3 collected 10 items / 2 errors ==================================== ERRORS ==================================== ___________________ ERROR collecting tests/test_coverage.py ____________________ ImportError while importing test module '/var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0/tests/test_coverage.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/test_coverage.py:3: in from configclass import Config /usr/lib64/python3.5/site-packages/configclass.py:13: in from mergedict import ConfigDict /usr/lib64/python3.5/site-packages/mergedict.py:29: in from singledispatch import singledispatch E ImportError: No module named 'singledispatch' ___________________ ERROR collecting tests/test_pyflakes.py ____________________ ImportError while importing test module '/var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0/tests/test_pyflakes.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/test_pyflakes.py:3: in from doitpy import pyflakes ../doit-py-0.4.0-python3_5/lib/doitpy/pyflakes.py:25: in from configclass import Config /usr/lib64/python3.5/site-packages/configclass.py:13: in from mergedict import ConfigDict /usr/lib64/python3.5/site-packages/mergedict.py:29: in from singledispatch import singledispatch E ImportError: No module named 'singledispatch' =============================== warnings summary =============================== :171 'pytest_runtest_makereport' hook uses deprecated __multicall__ argument None pytest_funcarg__caplog: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead. pytest_funcarg__capturelog: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead. -- Docs: http://doc.pytest.org/en/latest/warnings.html !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ===================== 3 warnings, 2 error in 0.62 seconds ====================== * ERROR: dev-python/doit-py-0.4.0::gentoo failed (test phase): * Tests failed under python3.5 * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 3597: Called distutils-r1_src_test * environment, line 1025: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 341: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 3138: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2310: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2308: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 620: Called distutils-r1_run_phase 'python_test' * environment, line 956: Called python_test * environment, line 3499: Called die * The specific snippet of code: * py.test || die "Tests failed under ${EPYTHON}" * * If you need support, post the output of `emerge --info '=dev-python/doit-py-0.4.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/doit-py-0.4.0::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:doit-py-0.4.0:20180121-144033.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/doit-py-0.4.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/doit-py-0.4.0/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0' * S: '/var/tmp/portage/dev-python/doit-py-0.4.0/work/doit-py-0.4.0'