Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 508126 Details for
Bug 639824
dev-python/detox-0.11 : [TEST] E Timeout: 20 seconds
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:detox-0.11:20171204-052745.log
dev-python:detox-0.11:20171204-052745.log (text/plain), 15.70 KB, created by
Toralf Förster
on 2017-12-04 19:07:36 UTC
(
hide
)
Description:
dev-python:detox-0.11:20171204-052745.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-12-04 19:07:36 UTC
Size:
15.70 KB
patch
obsolete
> * Package: dev-python/detox-0.11 > * Repository: gentoo > * Maintainer: python@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 detox-0.11.tar.gz to /var/tmp/portage/dev-python/detox-0.11/work >>>> Source unpacked in /var/tmp/portage/dev-python/detox-0.11/work >>>> Preparing source in /var/tmp/portage/dev-python/detox-0.11/work/detox-0.11 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/detox-0.11/work/detox-0.11 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/detox-0.11/work/detox-0.11 ... > * 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/detox-0.11/work/detox-0.11-python2_7/lib/detox >copying detox/main.py -> /var/tmp/portage/dev-python/detox-0.11/work/detox-0.11-python2_7/lib/detox >copying detox/tox_proclimit.py -> /var/tmp/portage/dev-python/detox-0.11/work/detox-0.11-python2_7/lib/detox >copying detox/__main__.py -> /var/tmp/portage/dev-python/detox-0.11/work/detox-0.11-python2_7/lib/detox >copying detox/__init__.py -> /var/tmp/portage/dev-python/detox-0.11/work/detox-0.11-python2_7/lib/detox >copying detox/proc.py -> /var/tmp/portage/dev-python/detox-0.11/work/detox-0.11-python2_7/lib/detox >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/detox-0.11/work/detox-0.11-python3_5/lib/detox >copying detox/main.py -> /var/tmp/portage/dev-python/detox-0.11/work/detox-0.11-python3_5/lib/detox >copying detox/tox_proclimit.py -> /var/tmp/portage/dev-python/detox-0.11/work/detox-0.11-python3_5/lib/detox >copying detox/__main__.py -> /var/tmp/portage/dev-python/detox-0.11/work/detox-0.11-python3_5/lib/detox >copying detox/__init__.py -> /var/tmp/portage/dev-python/detox-0.11/work/detox-0.11-python3_5/lib/detox >copying detox/proc.py -> /var/tmp/portage/dev-python/detox-0.11/work/detox-0.11-python3_5/lib/detox >warning: build_py: byte-compiling is disabled, skipping. > >>>> Source compiled. >>>> Test phase: dev-python/detox-0.11 > * 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 -- /usr/bin/python2.7 >cachedir: .cache >rootdir: /var/tmp/portage/dev-python/detox-0.11/work/detox-0.11, inifile: >plugins: xprocess-0.12.1, xdist-1.20.1, virtualenv-1.2.11, shutil-1.2.11, rerunfailures-2.1.0, forked-0.2, expect-1.1.0, cov-2.5.1, capturelog-0.7, arraydiff-0.1, hypothesis-3.38.5, betamax-0.8.0 >collecting ... collected 12 items > >tests/test_detox.py::TestResources::test_getresources PASSED >tests/test_detox.py::TestResources::test_getresources_param PASSED >tests/test_detox.py::TestResources::test_getresources_parallel PASSED >tests/test_detox.py::TestResources::test_getresources_multi PASSED >tests/test_detox.py::TestDetoxExample1::test_createsdist PASSED >tests/test_detox.py::TestDetoxExample1::test_getvenv FAILED >tests/test_detox.py::TestDetoxExample1::test_test FAILED >tests/test_detox.py::TestDetoxExample2::test_test FAILED >tests/test_detox.py::TestCmdline::test_runtests FAILED >tests/test_detox.py::TestProcLimitOption::test_runtestmulti PASSED >tests/test_detox.py::TestProcLimitOption::test_runtests FAILED >tests/test_main.py::test_run_as_module PASSED > >=================================== FAILURES =================================== >________________________ TestDetoxExample1.test_getvenv ________________________ > >self = <test_detox.TestDetoxExample1 instance at 0x7f3718866cb0> >detox = <detox.proc.Detox instance at 0x7f37188403f8> > > def test_getvenv(self, detox): >> venv, = detox.getresources("venv:py") > >tests/test_detox.py:68: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../detox-0.11-python2_7/lib/detox/proc.py:158: in getresources > return self._resources.getresources(*specs) >../detox-0.11-python2_7/lib/detox/proc.py:183: in getresources > self._spec2thread[spec].wait() >/usr/lib64/python2.7/site-packages/eventlet/greenthread.py:179: in wait > return self._exit_event.wait() >/usr/lib64/python2.7/site-packages/eventlet/event.py:121: in wait > return hubs.get_hub().switch() >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > >self = <eventlet.hubs.epolls.Hub object at 0x7f371882d910> > > def switch(self): > cur = greenlet.getcurrent() > assert cur is not self.greenlet, 'Cannot switch to MAINLOOP from MAINLOOP' > switch_out = getattr(cur, 'switch_out', None) > if switch_out is not None: > try: > switch_out() > except: > self.squelch_generic_exception(sys.exc_info()) > self.ensure_greenlet() > try: > if self.greenlet.parent is not cur: > cur.parent = self.greenlet > except ValueError: > pass # gets raised if there is a greenlet parent cycle > clear_sys_exc_info() >> return self.greenlet.switch() >E Timeout: 20 seconds > >/usr/lib64/python2.7/site-packages/eventlet/hubs/hub.py:295: Timeout >---------------------------- Captured stdout setup ----------------------------- >example1 created at /var/tmp/portage/dev-python/detox-0.11/temp/pytest-of-portage/pytest-0/test_getvenv0/example1 >----------------------------- Captured stdout call ----------------------------- >py create: /var/tmp/portage/dev-python/detox-0.11/temp/pytest-of-portage/pytest-0/test_getvenv0/example1/.tox/py >_________________________ TestDetoxExample1.test_test __________________________ > >self = <test_detox.TestDetoxExample1 instance at 0x7f371869c680> >detox = <detox.proc.Detox instance at 0x7f371873fb90> > > def test_test(self, detox): >> detox.runtests("py") > >tests/test_detox.py:74: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../detox-0.11-python2_7/lib/detox/proc.py:142: in runtests > venv, sdist = self.getresources("venv:%s" % venvname, "sdist") >../detox-0.11-python2_7/lib/detox/proc.py:158: in getresources > return self._resources.getresources(*specs) >../detox-0.11-python2_7/lib/detox/proc.py:183: in getresources > self._spec2thread[spec].wait() >/usr/lib64/python2.7/site-packages/eventlet/greenthread.py:179: in wait > return self._exit_event.wait() >/usr/lib64/python2.7/site-packages/eventlet/event.py:121: in wait > return hubs.get_hub().switch() >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > >self = <eventlet.hubs.epolls.Hub object at 0x7f371882d910> > > def switch(self): > cur = greenlet.getcurrent() > assert cur is not self.greenlet, 'Cannot switch to MAINLOOP from MAINLOOP' > switch_out = getattr(cur, 'switch_out', None) > if switch_out is not None: > try: > switch_out() > except: > self.squelch_generic_exception(sys.exc_info()) > self.ensure_greenlet() > try: > if self.greenlet.parent is not cur: > cur.parent = self.greenlet > except ValueError: > pass # gets raised if there is a greenlet parent cycle > clear_sys_exc_info() >> return self.greenlet.switch() >E Timeout: 20 seconds > >/usr/lib64/python2.7/site-packages/eventlet/hubs/hub.py:295: Timeout >---------------------------- Captured stdout setup ----------------------------- >example1 created at /var/tmp/portage/dev-python/detox-0.11/temp/pytest-of-portage/pytest-0/test_test0/example1 >----------------------------- Captured stdout call ----------------------------- >py create: /var/tmp/portage/dev-python/detox-0.11/temp/pytest-of-portage/pytest-0/test_test0/example1/.tox/py >GLOB sdist-make: /var/tmp/portage/dev-python/detox-0.11/temp/pytest-of-portage/pytest-0/test_test0/example1/setup.py >_________________________ TestDetoxExample2.test_test __________________________ > >self = <test_detox.TestDetoxExample2 instance at 0x7f37187125a8> >detox = <detox.proc.Detox instance at 0x7f37186ad7e8> > > def test_test(self, detox): >> detox.runtests("py") > >tests/test_detox.py:80: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../detox-0.11-python2_7/lib/detox/proc.py:138: in runtests > venv, = self.getresources("venv:%s" % venvname) >../detox-0.11-python2_7/lib/detox/proc.py:158: in getresources > return self._resources.getresources(*specs) >../detox-0.11-python2_7/lib/detox/proc.py:183: in getresources > self._spec2thread[spec].wait() >/usr/lib64/python2.7/site-packages/eventlet/greenthread.py:179: in wait > return self._exit_event.wait() >/usr/lib64/python2.7/site-packages/eventlet/event.py:121: in wait > return hubs.get_hub().switch() >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > >self = <eventlet.hubs.epolls.Hub object at 0x7f371882d910> > > def switch(self): > cur = greenlet.getcurrent() > assert cur is not self.greenlet, 'Cannot switch to MAINLOOP from MAINLOOP' > switch_out = getattr(cur, 'switch_out', None) > if switch_out is not None: > try: > switch_out() > except: > self.squelch_generic_exception(sys.exc_info()) > self.ensure_greenlet() > try: > if self.greenlet.parent is not cur: > cur.parent = self.greenlet > except ValueError: > pass # gets raised if there is a greenlet parent cycle > clear_sys_exc_info() >> return self.greenlet.switch() >E Timeout: 20 seconds > >/usr/lib64/python2.7/site-packages/eventlet/hubs/hub.py:295: Timeout >---------------------------- Captured stdout setup ----------------------------- >example2 created at /var/tmp/portage/dev-python/detox-0.11/temp/pytest-of-portage/pytest-0/test_test1/example2 >----------------------------- Captured stdout call ----------------------------- >py create: /var/tmp/portage/dev-python/detox-0.11/temp/pytest-of-portage/pytest-0/test_test1/example2/.tox/py >__________________________ TestCmdline.test_runtests ___________________________ > >self = <test_detox.TestCmdline instance at 0x7f37186e6368> >cmd = <conftest.Cmd instance at 0x7f37186e6440> > > @pytest.mark.timeout(20) > def test_runtests(self, cmd): >> result = cmd.rundetox("-e", "py", "-v", "-v") > >../../../../../work/detox-0.11/tests/test_detox.py:86: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > >self = <conftest.Cmd instance at 0x7f37186e6440> >args = ('-e', 'py', '-v', '-v') >old = local('/var/tmp/portage/dev-python/detox-0.11/work/detox-0.11') >script = None, @py_format1 = "could not find 'detox' script\n>assert None" > > def rundetox(self, *args): > old = self.basedir.chdir() > script = py.path.local.sysfind("detox") >> assert script, "could not find 'detox' script" >E AssertionError: could not find 'detox' script >E assert None > >../../../../../work/detox-0.11/tests/conftest.py:105: AssertionError >---------------------------- Captured stdout setup ----------------------------- >example1 created at /var/tmp/portage/dev-python/detox-0.11/temp/pytest-of-portage/pytest-0/test_runtests0/example1 >______________________ TestProcLimitOption.test_runtests _______________________ > >self = <test_detox.TestProcLimitOption instance at 0x7f3718770710> >cmd = <conftest.Cmd instance at 0x7f3718770f80> > > @pytest.mark.timeout(60) > def test_runtests(self, cmd): > now1 = datetime.now() >> cmd.rundetox("-n", "1", "-epy1,py2") > >../../../../../work/detox-0.11/tests/test_detox.py:123: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > >self = <conftest.Cmd instance at 0x7f3718770f80> >args = ('-n', '1', '-epy1,py2') >old = local('/var/tmp/portage/dev-python/detox-0.11/temp/pytest-of-portage/pytest-0/test_runtests0/example1') >script = None, @py_format1 = "could not find 'detox' script\n>assert None" > > def rundetox(self, *args): > old = self.basedir.chdir() > script = py.path.local.sysfind("detox") >> assert script, "could not find 'detox' script" >E AssertionError: could not find 'detox' script >E assert None > >../../../../../work/detox-0.11/tests/conftest.py:105: AssertionError >---------------------------- Captured stdout setup ----------------------------- >example3 created at /var/tmp/portage/dev-python/detox-0.11/temp/pytest-of-portage/pytest-0/test_runtests1/example3 >=============================== warnings summary =============================== >tests/conftest.py:134 > 'pytest_pyfunc_call' hook uses deprecated __multicall__ argument > >None > Module already imported so can not be re-written: _pytest.pytester > >: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. > >tests > pytest_funcarg__cmd: 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__detox: 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__exampledir: 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 >=============== 5 failed, 7 passed, 8 warnings in 62.39 seconds ================ > * ERROR: dev-python/detox-0.11::gentoo failed (test phase): > * tests failed under python2.7 > * > * Call stack: > * ebuild.sh, line 124: Called src_test > * environment, line 2705: Called distutils-r1_src_test > * environment, line 881: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 327: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 2229: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1535: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1533: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 551: Called distutils-r1_run_phase 'python_test' > * environment, line 812: Called python_test > * environment, line 2585: Called die > * The specific snippet of code: > * py.test -v || die "tests failed under ${EPYTHON}" > * > * If you need support, post the output of `emerge --info '=dev-python/detox-0.11::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/detox-0.11::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:detox-0.11:20171204-052745.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/detox-0.11/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/detox-0.11/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/detox-0.11/work/detox-0.11' > * S: '/var/tmp/portage/dev-python/detox-0.11/work/detox-0.11' > * Failed to kill pid(s) in '/sys/fs/cgroup/portage/dev-python:detox-0.11._cnyyyk1/cgroup.procs': 4968
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 639824
:
508124
| 508126 |
508128
|
508130
|
508132
|
508134