Buildbot failure in Python on aarch64 Fedora Rawhide Refleaks 3.7
The Buildbot has detected a new failure on builder aarch64 Fedora Rawhide Refleaks 3.7 while building Python. Full details are available at: https://buildbot.python.org/all/#builders/608/builds/168
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-aarch64
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
402 tests OK.
10 slowest tests:
- test_asyncio: 26 min 13 sec
- test_multiprocessing_spawn: 20 min 57 sec
- test_concurrent_futures: 20 min 37 sec
- test_multiprocessing_forkserver: 12 min 14 sec
- test_multiprocessing_fork: 9 min 59 sec
- test_subprocess: 7 min 54 sec
- test_zipfile: 6 min 57 sec
- test_nntplib: 5 min
- test_io: 4 min 51 sec
- test_selectors: 4 min 16 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: 39 min 47 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.7.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_gdb.py", line 398, in test_tuples self.assertGdbRepr(tuple(), '()') File "/home/buildbot/buildarea/3.7.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_gdb.py", line 304, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/home/buildbot/buildarea/3.7.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_gdb.py", line 280, in get_gdb_repr self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) AssertionError: Unexpected gdb output: 'Breakpoint 1 at 0x4e483c: file Python/bltinmodule.c, line 1215.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n' Breakpoint 1 at 0x4e483c: file Python/bltinmodule.c, line 1215. [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.7.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/threading.py", line 926, in _bootstrap_inner self.run() File "/home/buildbot/buildarea/3.7.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_ssl.py", line 2478, in run raise ssl.SSLError('tlsv13 alert certificate required') ssl.SSLError: ('tlsv13 alert certificate required',)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.7.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_gdb.py", line 321, in test_singletons self.assertGdbRepr(True) File "/home/buildbot/buildarea/3.7.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_gdb.py", line 304, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/home/buildbot/buildarea/3.7.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_gdb.py", line 280, in get_gdb_repr self.fail('Unexpected gdb output: %r\n%s' % (gdb_output, gdb_output)) AssertionError: Unexpected gdb output: 'Breakpoint 1 at 0x4e483c: file Python/bltinmodule.c, line 1215.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n' Breakpoint 1 at 0x4e483c: file Python/bltinmodule.c, line 1215. [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.7.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_ssl.py", line 2392, in run msg = self.read() File "/home/buildbot/buildarea/3.7.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_ssl.py", line 2369, in read return self.sslconn.read() File "/home/buildbot/buildarea/3.7.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/ssl.py", line 931, in read return self._sslobj.read(len) ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:2570)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.7.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_gdb.py", line 764, in test_up_then_down $''') File "/home/buildbot/buildarea/3.7.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_gdb.py", line 291, in assertMultilineMatches self.fail(msg='%r did not match %r' % (actual, pattern)) AssertionError: 'Breakpoint 1 at 0x4e483c: file Python/bltinmodule.c, line 1215.\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\n' did not match '^.*\n#[0-9]+ Frame 0x-?[0-9a-f]+, for file .*gdb_sample.py, line 7, in bar \\(a=1, b=2, c=3\\)\n baz\\(a, b, c\\)\n#[0-9]+ Frame 0x-?[0-9a-f]+, for file .*gdb_sample.py, line 10, in baz \\(args=\\(1, 2, 3\\)\\)\n id\\(42\\)\n$'
Test report
Failed tests:
- test_gdb
Failed subtests:
- test_up_then_down - test.test_gdb.StackNavigationTests
- test_singletons - test.test_gdb.PrettyPrintTests
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org