Buildbot failure in Python on aarch64 RHEL8 3.8
The Buildbot has detected a failed build on builder aarch64 RHEL8 3.8 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/113/builds/28
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-aarch64
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
409 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 3 min 2 sec
- test_concurrent_futures: 2 min 52 sec
- test_tokenize: 2 min 22 sec
- test_tools: 2 min 7 sec
- test_lib2to3: 1 min 36 sec
- test_multiprocessing_forkserver: 1 min 24 sec
- test_multiprocessing_fork: 1 min 24 sec
- test_gdb: 1 min 17 sec
- test_capi: 1 min 15 sec
- test_io: 54.4 sec
1 test failed: test_asyncio
13 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_asyncio
Total duration: 17 min 53 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/sslproto.py", line 322, in __del__ self.close() File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/sslproto.py", line 317, in close self._ssl_protocol._start_shutdown() File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/sslproto.py", line 591, in _start_shutdown self._abort() File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/sslproto.py", line 732, in _abort self._transport.abort() File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/selector_events.py", line 672, in abort self._force_close(None) File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/selector_events.py", line 723, in _force_close self._loop.call_soon(self._call_connection_lost, exc) File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/base_events.py", line 719, in call_soon self._check_closed() File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/base_events.py", line 508, in _check_closed raise RuntimeError('Event loop is closed') RuntimeError: Event loop is closed /home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/selector_events.py:696: ResourceWarning: unclosed transport <_SelectorSocketTransport closing fd=9> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback Task was destroyed but it is pending! task: <Task pending name='Task-660' coro=<BaseSelectorEventLoop._accept_connection2() running at /home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/selector_events.py:218> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0xffffb5d745d0>()]>>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/sslproto.py", line 322, in __del__ self.close() File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/sslproto.py", line 317, in close self._ssl_protocol._start_shutdown() File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/sslproto.py", line 591, in _start_shutdown self._abort() File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/sslproto.py", line 732, in _abort self._transport.abort() File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/selector_events.py", line 672, in abort self._force_close(None) File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/selector_events.py", line 723, in _force_close self._loop.call_soon(self._call_connection_lost, exc) File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/base_events.py", line 719, in call_soon self._check_closed() File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/base_events.py", line 508, in _check_closed raise RuntimeError('Event loop is closed') RuntimeError: Event loop is closed /home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/selector_events.py:696: ResourceWarning: unclosed transport <_SelectorSocketTransport closing fd=9> _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get the object allocation traceback Task was destroyed but it is pending! task: <Task pending name='Task-660' coro=<BaseSelectorEventLoop._accept_connection2() running at /home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/asyncio/selector_events.py:218> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0xffffb5d745d0>()]>> /home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/unittest/case.py:704: ResourceWarning: unclosed <socket.socket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 42505)> outcome.errors.clear() ResourceWarning: Enable tracemalloc to get the object allocation traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/test/test_asyncio/test_events.py", line 1105, in test_create_server_ssl_verified proto.transport.close() AttributeError: 'NoneType' object has no attribute 'close'
Test report
Failed tests:
- test_asyncio
Failed subtests:
- test_create_server_ssl_verified - test.test_asyncio.test_events.SelectEventLoopTests
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org