Buildbot failure in Python on whole buildset
The Buildbot has detected a new failure on builder aarch64 RHEL8 3.8 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/113/builds/49
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-aarch64
Build Reason: <unknown> Blamelist: Christian Heimes <christian@python.org>
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_concurrent_futures: 2 min 30 sec
- test_multiprocessing_spawn: 1 min 53 sec
- test_multiprocessing_forkserver: 1 min 26 sec
- test_multiprocessing_fork: 1 min 10 sec
- test_asyncio: 58.9 sec
- test_tools: 57.1 sec
- test_tokenize: 53.0 sec
- test_nntplib: 52.8 sec
- test_io: 42.3 sec
- test_lib2to3: 36.7 sec
1 test failed: test_readline
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_readline
Total duration: 2 min 35 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/test/test_readline.py", line 150, in test_auto_history_enabled self.assertIn(b"History length: 1\r\n", output) AssertionError: b'History length: 1\r\n' not found in bytearray(b'dummy input\r\ndummy input\r\nHistory length: 1')
Test report
Failed tests:
- test_readline
Failed subtests:
- test_auto_history_enabled - test.test_readline.TestReadline
Sincerely, -The Buildbot
Fixed in https://bugs.python.org/issue44949 But aarch64 RHEL8 3.8 no longer accept bugfixes.
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64/build/Lib/test/test_readline.py", line 150, in test_auto_history_enabled self.assertIn(b"History length: 1\r\n", output) AssertionError: b'History length: 1\r\n' not found in bytearray(b'dummy input\r\ndummy input\r\nHistory length: 1')
participants (2)
-
buildbot@python.org
-
Victor Stinner