The Buildbot has detected a failed build on builder aarch64 Fedora Rawhide LTO 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/692/builds/150
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-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 ==
411 tests OK.
10 slowest tests:
- test_peg_generator: 9 min 43 sec
- test_gdb: 3 min 36 sec
- test_concurrent_futures: 3 min 22 sec
- test_multiprocessing_spawn: 2 min 12 sec
- test_multiprocessing_forkserver: 1 min 30 sec
- test_asyncio: 1 min 29 sec
- test_tokenize: 1 min 19 sec
- test_subprocess: 1 min 17 sec
- test_multiprocessing_fork: 1 min 8 sec
- test_unparse: 1 min 5 sec
1 test failed: test_gdb
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_gdb
Total duration: 13 min 6 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_gdb.py", line 327, in test_singletons self.assertGdbRepr(None) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_gdb.py", line 308, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_gdb.py", line 284, in get_gdb_repr self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) AssertionError: Unexpected gdb output: 'Breakpoint 1 at 0x592784: file Objects/longobject.c, line 1091.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n' Breakpoint 1 at 0x592784: file Objects/longobject.c, line 1091. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_gdb.py", line 588, in test_selfreferential_dict self.get_gdb_repr("a = {} ; b = {'bar':a} ; a['foo'] = b ; id(a)") File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_gdb.py", line 284, in get_gdb_repr self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) AssertionError: Unexpected gdb output: 'Breakpoint 1 at 0x592784: file Objects/longobject.c, line 1091.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n' Breakpoint 1 at 0x592784: file Objects/longobject.c, line 1091. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".
Test report
Failed tests:
- test_gdb
Failed subtests:
- test_singletons - test.test_gdb.PrettyPrintTests
Sincerely, -The Buildbot