Buildbot failure in Python on aarch64 Fedora Rawhide Clang 3.x

The Buildbot has detected a failed build on builder aarch64 Fedora Rawhide Clang 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/594/builds/700
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-aarch64
Build Reason: <unknown> Blamelist: Terry Jan Reedy <tjreedy@udel.edu>
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_peg_generator: 6 min 40 sec
- test_concurrent_futures: 3 min 38 sec
- test_multiprocessing_spawn: 2 min 11 sec
- test_asyncio: 2 min 10 sec
- test_multiprocessing_forkserver: 1 min 49 sec
- test_tokenize: 1 min 31 sec
- test_unparse: 1 min 21 sec
- test_nntplib: 1 min 20 sec
- test_subprocess: 1 min 12 sec
- test_multiprocessing_fork: 1 min 8 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: 8 min 2 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/test/test_gdb.py", line 325, in test_singletons self.assertGdbRepr(True) File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/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.x.cstratak-fedora-rawhide-aarch64.clang/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 0x5aaaf8: file Python/bltinmodule.c, line 1174.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n' Breakpoint 1 at 0x5aaaf8: file Python/bltinmodule.c, line 1174. [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.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/test/test_gdb.py", line 410, in test_sets self.assertGdbRepr(set(['a']), "{'a'}") File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/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.x.cstratak-fedora-rawhide-aarch64.clang/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 0x5aaaf8: file Python/bltinmodule.c, line 1174.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n' Breakpoint 1 at 0x5aaaf8: file Python/bltinmodule.c, line 1174. [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.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/test/test_gdb.py", line 751, in test_up_at_top self.assertEndsWith(bt, File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/test/test_gdb.py", line 289, in assertEndsWith self.assertTrue(actual.endswith(exp_end), AssertionError: False is not true : 'Breakpoint 1 at 0x5aaaf8: file Python/bltinmodule.c, line 1174.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\nUnable to locate python frame\nUnable to locate python frame\nUnable to locate python frame\nUnable to locate python frame\nUnable to locate python frame\n' did not end with 'Unable to find an older python frame\n'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/test/test_gdb.py", line 403, in test_tuples self.assertGdbRepr(('foo', 'bar', 'baz')) File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/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.x.cstratak-fedora-rawhide-aarch64.clang/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 0x5aaaf8: file Python/bltinmodule.c, line 1174.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n' Breakpoint 1 at 0x5aaaf8: file Python/bltinmodule.c, line 1174. [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_up_at_top - test.test_gdb.StackNavigationTests
- test_singletons - test.test_gdb.PrettyPrintTests
- test_sets - test.test_gdb.PrettyPrintTests
- test_tuples - test.test_gdb.PrettyPrintTests
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org