* Package: dev-python/terminado-0.8.1 * Repository: gentoo * Maintainer: python@gentoo.org * USE: arm64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_6 test userland_GNU * FEATURES: preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking terminado-0.8.1.tar.gz to /tmp/portage/dev-python/terminado-0.8.1/work >>> Source unpacked in /tmp/portage/dev-python/terminado-0.8.1/work >>> Preparing source in /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1 ... >>> Source prepared. >>> Configuring source in /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1 ... >>> Source configured. >>> Compiling source in /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1 ... * python2_7: running distutils-r1_run_phase distutils-r1_python_compile python2.7 setup.py build /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'extras_require' warnings.warn(msg) /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running build running build_py creating /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python2_7/lib/terminado copying terminado/websocket.py -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python2_7/lib/terminado copying terminado/uimodule.py -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python2_7/lib/terminado copying terminado/management.py -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python2_7/lib/terminado copying terminado/__init__.py -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python2_7/lib/terminado creating /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python2_7/lib/terminado/tests copying terminado/tests/basic_test.py -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python2_7/lib/terminado/tests copying terminado/tests/__init__.py -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python2_7/lib/terminado/tests copying terminado/uimod_embed.js -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python2_7/lib/terminado creating /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python2_7/lib/terminado/_static copying terminado/_static/terminado.js -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python2_7/lib/terminado/_static warning: build_py: byte-compiling is disabled, skipping. * python3_6: running distutils-r1_run_phase distutils-r1_python_compile python3.6 setup.py build running build running build_py creating /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python3_6/lib/terminado copying terminado/websocket.py -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python3_6/lib/terminado copying terminado/uimodule.py -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python3_6/lib/terminado copying terminado/management.py -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python3_6/lib/terminado copying terminado/__init__.py -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python3_6/lib/terminado creating /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python3_6/lib/terminado/tests copying terminado/tests/basic_test.py -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python3_6/lib/terminado/tests copying terminado/tests/__init__.py -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python3_6/lib/terminado/tests copying terminado/uimod_embed.js -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python3_6/lib/terminado creating /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python3_6/lib/terminado/_static copying terminado/_static/terminado.js -> /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1-python3_6/lib/terminado/_static /usr/lib64/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) /usr/lib64/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'extras_require' warnings.warn(msg) warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. >>> Test phase: dev-python/terminado-0.8.1 * python2_7: running distutils-r1_run_phase python_test * Unable to trace static ELF: /sbin/ldconfig: /sbin/ldconfig -p =============================================================================================== test session starts =============================================================================================== platform linux2 -- Python 2.7.15, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 -- /usr/bin/python2.7 cachedir: .pytest_cache rootdir: /tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1, inifile: plugins: expect-1.1.0, capturelog-0.7, hypothesis-3.59.1, flaky-3.4.0 collecting ... collected 8 items terminado/tests/basic_test.py::CommonTests::test_basic <- ../../../../../../usr/lib64/python2.7/site-packages/tornado/testing.py PASSED [ 12%] terminado/tests/basic_test.py::CommonTests::test_basic_command <- ../../../../../../usr/lib64/python2.7/site-packages/tornado/testing.py PASSED [ 25%] terminado/tests/basic_test.py::NamedTermTests::test_max_terminals <- ../../../../../../usr/lib64/python2.7/site-packages/tornado/testing.py FAILED [ 37%] terminado/tests/basic_test.py::NamedTermTests::test_namespace <- ../../../../../../usr/lib64/python2.7/site-packages/tornado/testing.py PASSED [ 50%] terminado/tests/basic_test.py::NamedTermTests::test_new PASSED [ 62%] terminado/tests/basic_test.py::SingleTermTests::test_single_process <- ../../../../../../usr/lib64/python2.7/site-packages/tornado/testing.py PASSED [ 75%] terminado/tests/basic_test.py::UniqueTermTests::test_max_terminals <- ../../../../../../usr/lib64/python2.7/site-packages/tornado/testing.py PASSED [ 87%] terminado/tests/basic_test.py::UniqueTermTests::test_unique_processes <- ../../../../../../usr/lib64/python2.7/site-packages/tornado/testing.py PASSED [100%] ===Flaky Test Report=== ===End Flaky Test Report=== ==================================================================================================== FAILURES ===================================================================================================== ________________________________________________________________________________________ NamedTermTests.test_max_terminals ________________________________________________________________________________________ self = , args = (), kwargs = {} def __call__(self, *args, **kwargs): > result = self.orig_method(*args, **kwargs) /usr/lib64/python2.7/site-packages/tornado/testing.py:125: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python2.7/site-packages/tornado/testing.py:550: in post_coroutine timeout=timeout) /usr/lib64/python2.7/site-packages/tornado/ioloop.py:576: in run_sync return future_cell[0].result() /usr/lib64/python2.7/site-packages/tornado/concurrent.py:261: in result raise_exc_info(self._exc_info) /usr/lib64/python2.7/site-packages/tornado/gen.py:1141: in run yielded = self.gen.throw(*exc_info) terminado/tests/basic_test.py:203: in test_max_terminals tms = yield self.get_term_clients(urls[:MAX_TERMS]) /usr/lib64/python2.7/site-packages/tornado/gen.py:1133: in run value = future.result() /usr/lib64/python2.7/site-packages/tornado/concurrent.py:261: in result raise_exc_info(self._exc_info) /usr/lib64/python2.7/site-packages/tornado/gen.py:1141: in run yielded = self.gen.throw(*exc_info) terminado/tests/basic_test.py:114: in get_term_clients tms = yield [self.get_term_client(path) for path in paths] /usr/lib64/python2.7/site-packages/tornado/gen.py:1133: in run value = future.result() /usr/lib64/python2.7/site-packages/tornado/concurrent.py:261: in result raise_exc_info(self._exc_info) /usr/lib64/python2.7/site-packages/tornado/gen.py:883: in callback result_list.append(f.result()) /usr/lib64/python2.7/site-packages/tornado/concurrent.py:261: in result raise_exc_info(self._exc_info) /usr/lib64/python2.7/site-packages/tornado/gen.py:1141: in run yielded = self.gen.throw(*exc_info) terminado/tests/basic_test.py:109: in get_term_client ws = yield tornado.websocket.websocket_connect(request) /usr/lib64/python2.7/site-packages/tornado/gen.py:1133: in run value = future.result() /usr/lib64/python2.7/site-packages/tornado/concurrent.py:261: in result raise_exc_info(self._exc_info) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ exc_info = (, HTTP 599: Stream closed, None) > ??? E HTTPStreamClosedError: Stream closed :3: HTTPStreamClosedError ------------------------------------------------------------------------------------------------ Captured log call ------------------------------------------------------------------------------------------------ autoreload.py 126 WARNING tornado.autoreload started more than once in the same process iostream.py 1074 WARNING Write error on : [Errno 9] Bad file descriptor web.py 1670 ERROR Uncaught exception GET /named/2 (127.0.0.1) HTTPServerRequest(protocol='http', host='127.0.0.1:38197', method='GET', uri='/named/2', version='HTTP/1.1', remote_ip='127.0.0.1') Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/tornado/websocket.py", line 546, in _run_callback result = callback(*args, **kwargs) File "/tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1/terminado/websocket.py", line 59, in open self.send_json_message(["setup", {}]) File "/tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1/terminado/websocket.py", line 68, in send_json_message self.write_message(json_msg) File "/usr/lib64/python2.7/site-packages/tornado/websocket.py", line 262, in write_message return self.ws_connection.write_message(message, binary=binary) File "/usr/lib64/python2.7/site-packages/tornado/websocket.py", line 869, in write_message raise WebSocketClosedError() WebSocketClosedError iostream.py 1074 WARNING Write error on : [Errno 9] Bad file descriptor concurrent.py 140 ERROR Future exception was never retrieved: Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/tornado/gen.py", line 1141, in run yielded = self.gen.throw(*exc_info) File "/usr/lib64/python2.7/site-packages/tornado/websocket.py", line 876, in wrapper raise WebSocketClosedError() WebSocketClosedError ================================================================================================ warnings summary ================================================================================================= None pytest-capturelog plugin has been merged into the core, please remove it from your requirements. terminado/tests/basic_test.py::TestTermClient cannot collect test class 'TestTermClient' because it has a __init__ constructor -- Docs: http://doc.pytest.org/en/latest/warnings.html ================================================================================= 1 failed, 7 passed, 2 warnings in 32.82 seconds ================================================================================= * ERROR: dev-python/terminado-0.8.1::gentoo failed (test phase): * (no error message) * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 2601: Called distutils-r1_src_test * environment, line 853: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 304: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2134: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1507: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1505: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 516: Called distutils-r1_run_phase 'python_test' * environment, line 784: Called python_test * environment, line 2503: Called die * The specific snippet of code: * py.test -v || die * * If you need support, post the output of `emerge --info '=dev-python/terminado-0.8.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/terminado-0.8.1::gentoo'`. * The complete build log is located at '/tmp/portage/dev-python/terminado-0.8.1/temp/build.log'. * The ebuild environment file is located at '/tmp/portage/dev-python/terminado-0.8.1/temp/environment'. * Working directory: '/tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1' * S: '/tmp/portage/dev-python/terminado-0.8.1/work/terminado-0.8.1'