* Package: dev-python/pytest-xprocess-0.9.1 * Repository: gentoo * Maintainer: python@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 test userland_GNU * FEATURES: compressdebug installsources network-sandbox preserve-libs sandbox splitdebug test userpriv usersandbox >>> Unpacking source... >>> Unpacking pytest-xprocess-0.9.1.tar.gz to /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work >>> Source unpacked in /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work a /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work/pytest-xprocess-0.9.1 /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work b /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work >>> Preparing source in /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work/pytest-xprocess-0.9.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work/pytest-xprocess-0.9.1 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work/pytest-xprocess-0.9.1 ... * python2_7: running distutils-r1_run_phase distutils-r1_python_compile /usr/bin/python2.7 setup.py build running build running build_py copying pytest_xprocess.py -> /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work/pytest-xprocess-0.9.1-python2_7/lib copying xprocess.py -> /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work/pytest-xprocess-0.9.1-python2_7/lib warning: build_py: byte-compiling is disabled, skipping. * python3_4: running distutils-r1_run_phase distutils-r1_python_compile /usr/bin/python3.4 setup.py build running build running build_py copying pytest_xprocess.py -> /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work/pytest-xprocess-0.9.1-python3_4/lib copying xprocess.py -> /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work/pytest-xprocess-0.9.1-python3_4/lib 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 copying pytest_xprocess.py -> /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work/pytest-xprocess-0.9.1-python3_5/lib copying xprocess.py -> /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work/pytest-xprocess-0.9.1-python3_5/lib warning: build_py: byte-compiling is disabled, skipping. * python3_6: running distutils-r1_run_phase distutils-r1_python_compile /usr/bin/python3.6 setup.py build running build running build_py copying pytest_xprocess.py -> /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work/pytest-xprocess-0.9.1-python3_6/lib copying xprocess.py -> /var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work/pytest-xprocess-0.9.1-python3_6/lib warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. >>> Test phase: dev-python/pytest-xprocess-0.9.1 * 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==3.1.2', 'console_scripts', 'py.test')() File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 49, in main config = _prepareconfig(args, plugins) File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 164, in _prepareconfig pluginmanager=pluginmanager, args=args) File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 745, in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 339, in _hookexec return self._inner_hookexec(hook, methods, kwargs) File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 334, in _MultiCall(methods, kwargs, hook.spec_opts).execute() File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 613, in execute return _wrapped_call(hook_impl.function(*args), self.execute) File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 250, in _wrapped_call wrap_controller.send(call_outcome) File "/usr/lib64/python2.7/site-packages/_pytest/helpconfig.py", line 67, in pytest_cmdline_parse config = outcome.get_result() File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 280, in get_result _reraise(*ex) # noqa File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 265, in __init__ self.result = func() File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 614, in execute res = hook_impl.function(*args) File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 934, in pytest_cmdline_parse self.parse(args) File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 1106, in parse self._preparse(args, addopts=addopts) File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 1069, in _preparse self.pluginmanager.consider_env() File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 412, in consider_env self._import_plugin_specs(os.environ.get("PYTEST_PLUGINS")) File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 420, in _import_plugin_specs self.import_plugin(import_spec) File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 452, in import_plugin self.register(mod, modname) File "/usr/lib64/python2.7/site-packages/_pytest/config.py", line 258, in register ret = super(PytestPluginManager, self).register(plugin, name) File "/usr/lib64/python2.7/site-packages/_pytest/vendored_packages/pluggy.py", line 351, in register (plugin_name, plugin, self._name2plugin)) ValueError: Plugin already registered: pytest_xprocess= {'cacheprovider': , 'debugging': , 'pytestconfig': <_pytest.config.Config object at 0x33effd80cd0>, 'helpconfig': , 'runner': , 'unittest': , 'xdist.looponfail': , 'xdist': , 'xprocess': , 'pastebin': , 'skipping': , '3569115629776': <_pytest.config.PytestPluginManager object at 0x33effde88d0>, 'fixtures': , 'tmpdir': , 'capture': , 'hypothesispytest': , 'assertion': , 'mark': , 'terminal': , 'pytest-betamax': , 'isort': , 'pytest_expect': , 'unittest_mock': , 'main': , 'nose': , 'xdist.boxed': , 'warnings': , 'python': , 'recwarn': , 'monkeypatch': , 'flake8': , 'resultlog': , 'setuponly': , 'pytest_cov': , 'junitxml': , 'doctest': , 'setupplan': , 'subtesthack': , 'freeze_support': } * ERROR: dev-python/pytest-xprocess-0.9.1::gentoo failed (test phase): * (no error message) * * Call stack: * ebuild.sh, line 115: Called src_test * environment, line 3751: Called distutils-r1_src_test * environment, line 1080: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 372: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 3275: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2365: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 2363: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 667: Called distutils-r1_run_phase 'python_test' * environment, line 1011: Called python_test * environment, line 3631: Called die * The specific snippet of code: * PYTEST_PLUGINS="pytest_xprocess" py.test -v -v || die * * If you need support, post the output of `emerge --info '=dev-python/pytest-xprocess-0.9.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/pytest-xprocess-0.9.1::gentoo'`. * The complete build log is located at '/var/log/portage/build/dev-python/pytest-xprocess-0.9.1:20170727-082812.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pytest-xprocess-0.9.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pytest-xprocess-0.9.1/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work/pytest-xprocess-0.9.1' * S: '/var/tmp/portage/dev-python/pytest-xprocess-0.9.1/work/pytest-xprocess-0.9.1'