Buildbot failure in Python on whole buildset
The Buildbot has detected a new failure on builder aarch64 RHEL8 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/338/builds/537
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-aarch64
Build Reason: <unknown> Blamelist: Victor Stinner <vstinner@python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
414 tests OK.
10 slowest tests:
- test_peg_generator: 3 min 51 sec
- test_concurrent_futures: 2 min 26 sec
- test_gdb: 1 min 18 sec
- test_multiprocessing_spawn: 1 min 5 sec
- test_telnetlib: 1 min
- test_multiprocessing_forkserver: 58.5 sec
- test_multiprocessing_fork: 52.1 sec
- test_asyncio: 51.3 sec
- test_signal: 46.8 sec
- test_io: 37.8 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
Total duration: 3 min 53 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/test/test_readline.py", line 258, in test_nonascii self.assertIn(b"history " + expected + b"\r\n", output) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: b"history '[\\xefnserted]|t\\xebxt[after]'\r\n" not found in bytearray(b"^A^B^B^B^B^B^B^B\t\tx\t\r\n[\xc3\xafnserted]|t\xc3\xab[after]\x08\x08\x08\x08\x08\x08\x08text \'t\\xeb\'\r\nline \'[\\xefnserted]|t\\xeb[after]\'\r\nindexes 11 13\r\n\x07text \'t\\xeb\'\r\nline \'[\\xefnserted]|t\\xeb[after]\'\r\nindexes 11 13\r\nsubstitution \'t\\xeb\'\r\nmatches [\'t\\xebnt\', \'t\\xebxt\']\r\nx[after]\x08\x08\x08\x08\x08\x08\x08t[after]\x08\x08\x08\x08\x08\x08\x08\r\nresult \'[\\xefnserted]|t\\xebxt[after]\'\r\nhistory \'[\\xefnserted]|t\\xebxt[after]\'")
Test report
Failed tests:
- test_readline
Failed subtests:
- test_nonascii - test.test_readline.TestReadline
Sincerely, -The Buildbot
participants (2)
-
buildbot@python.org
-
Victor Stinner