* Package: dev-python/pytest-cov-2.5.1-r2 * Repository: gentoo * Maintainer: chutzpah@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_6 test userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking pytest-cov-2.5.1.tar.gz to /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work >>> Source unpacked in /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work >>> Preparing source in /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1 ... * python2_7: running distutils-r1_run_phase distutils-r1_python_compile python2.7 setup.py build running build running build_py creating /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1-python2_7/lib/pytest_cov copying src/pytest_cov/plugin.py -> /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1-python2_7/lib/pytest_cov copying src/pytest_cov/embed.py -> /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1-python2_7/lib/pytest_cov copying src/pytest_cov/compat.py -> /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1-python2_7/lib/pytest_cov copying src/pytest_cov/engine.py -> /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1-python2_7/lib/pytest_cov copying src/pytest_cov/__init__.py -> /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1-python2_7/lib/pytest_cov running egg_info writing requirements to src/pytest_cov.egg-info/requires.txt writing src/pytest_cov.egg-info/PKG-INFO writing top-level names to src/pytest_cov.egg-info/top_level.txt writing dependency_links to src/pytest_cov.egg-info/dependency_links.txt writing entry points to src/pytest_cov.egg-info/entry_points.txt reading manifest file 'src/pytest_cov.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.isort.cfg' warning: no files found matching '.pylintrc' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution writing manifest file 'src/pytest_cov.egg-info/SOURCES.txt' warning: build_py: byte-compiling is disabled, skipping. copying src/pytest-cov.pth -> /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1-python2_7/lib * python3_6: running distutils-r1_run_phase distutils-r1_python_compile python3.6 setup.py build -j 1 running build running build_py creating /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1-python3_6/lib/pytest_cov copying src/pytest_cov/plugin.py -> /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1-python3_6/lib/pytest_cov copying src/pytest_cov/embed.py -> /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1-python3_6/lib/pytest_cov copying src/pytest_cov/compat.py -> /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1-python3_6/lib/pytest_cov copying src/pytest_cov/engine.py -> /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1-python3_6/lib/pytest_cov copying src/pytest_cov/__init__.py -> /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1-python3_6/lib/pytest_cov running egg_info writing src/pytest_cov.egg-info/PKG-INFO writing dependency_links to src/pytest_cov.egg-info/dependency_links.txt writing entry points to src/pytest_cov.egg-info/entry_points.txt writing requirements to src/pytest_cov.egg-info/requires.txt writing top-level names to src/pytest_cov.egg-info/top_level.txt reading manifest file 'src/pytest_cov.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.isort.cfg' warning: no files found matching '.pylintrc' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution writing manifest file 'src/pytest_cov.egg-info/SOURCES.txt' warning: build_py: byte-compiling is disabled, skipping. copying src/pytest-cov.pth -> /var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1-python3_6/lib * python3_6: running distutils-r1_run_phase python_compile_all >>> Source compiled. >>> Test phase: dev-python/pytest-cov-2.5.1-r2 * python2_7: running distutils-r1_run_phase python_test Traceback (most recent call last): File "/usr/lib/python-exec/python2.7/py.test", line 11, in load_entry_point('pytest==4.1.0', 'console_scripts', 'py.test')() File "/usr/lib64/python2.7/site-packages/_pytest/config/__init__.py", line 61, in main config = _prepareconfig(args, plugins) File "/usr/lib64/python2.7/site-packages/_pytest/config/__init__.py", line 196, in _prepareconfig pluginmanager=pluginmanager, args=args File "/usr/lib64/python2.7/site-packages/pluggy/hooks.py", line 258, in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) File "/usr/lib64/python2.7/site-packages/pluggy/manager.py", line 67, in _hookexec return self._inner_hookexec(hook, methods, kwargs) File "/usr/lib64/python2.7/site-packages/pluggy/manager.py", line 61, in firstresult=hook.spec_opts.get('firstresult'), File "/usr/lib64/python2.7/site-packages/pluggy/callers.py", line 196, in _multicall gen.send(outcome) File "/usr/lib64/python2.7/site-packages/_pytest/helpconfig.py", line 93, in pytest_cmdline_parse config = outcome.get_result() File "/usr/lib64/python2.7/site-packages/pluggy/callers.py", line 77, in get_result _reraise(*ex) # noqa File "/usr/lib64/python2.7/site-packages/pluggy/callers.py", line 180, in _multicall res = hook_impl.function(*args) File "/usr/lib64/python2.7/site-packages/_pytest/config/__init__.py", line 652, in pytest_cmdline_parse self.parse(args) File "/usr/lib64/python2.7/site-packages/_pytest/config/__init__.py", line 838, in parse self._preparse(args, addopts=addopts) File "/usr/lib64/python2.7/site-packages/_pytest/config/__init__.py", line 775, in _preparse self._initini(args) File "/usr/lib64/python2.7/site-packages/_pytest/config/__init__.py", line 706, in _initini config=self, File "/usr/lib64/python2.7/site-packages/_pytest/config/findpaths.py", line 122, in determine_setup rootdir, inifile, inicfg = getcfg([ancestor], config=config) File "/usr/lib64/python2.7/site-packages/_pytest/config/findpaths.py", line 41, in getcfg pytrace=False, File "/usr/lib64/python2.7/site-packages/_pytest/outcomes.py", line 113, in fail raise Failed(msg=msg, pytrace=pytrace) builtins.Failed: [pytest] section in setup.cfg files is no longer supported, change to [tool:pytest] instead. * ERROR: dev-python/pytest-cov-2.5.1-r2::gentoo failed (test phase): * Tests failed under python2.7 * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 2753: Called distutils-r1_src_test * environment, line 995: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 445: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2281: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1649: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1647: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 657: Called distutils-r1_run_phase 'python_test' * environment, line 926: Called python_test * environment, line 2655: Called die * The specific snippet of code: * PYTHONPATH="${S}/tests:${BUILD_DIR}/lib" PYTEST_PLUGINS=${PN/-/_} py.test -v -v -x || die "Tests failed under ${EPYTHON}" * * If you need support, post the output of `emerge --info '=dev-python/pytest-cov-2.5.1-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/pytest-cov-2.5.1-r2::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:pytest-cov-2.5.1-r2:20190114-181126.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1' * S: '/var/tmp/portage/dev-python/pytest-cov-2.5.1-r2/work/pytest-cov-2.5.1'