Buildbot failure in Python on aarch64 Fedora Stable LTO + PGO 3.8
The Buildbot has detected a new failure on builder aarch64 Fedora Stable LTO + PGO 3.8 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/553/builds/3
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown> Blamelist: Antoine Pitrou <antoine@python.org>, Benjamin Peterson <benjamin@python.org>, Dong-hee Na <donghee.na92@gmail.com>, Lysandros Nikolaou <lisandrosnik@gmail.com>, Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>, Pablo Galindo <Pablogsal@gmail.com>, Senthil Kumaran <senthil@uthcode.com>, Steve Dower <steve.dower@python.org>, Łukasz Langa <lukasz@langa.pl>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
==
Captured traceback
remote: Enumerating objects: 19, done.
remote: Counting objects: 5% (1/19)
remote: Counting objects: 10% (2/19)
remote: Counting objects: 15% (3/19)
remote: Counting objects: 21% (4/19)
remote: Counting objects: 26% (5/19)
remote: Counting objects: 31% (6/19)
remote: Counting objects: 36% (7/19)
remote: Counting objects: 42% (8/19)
remote: Counting objects: 47% (9/19)
remote: Counting objects: 52% (10/19)
remote: Counting objects: 57% (11/19)
remote: Counting objects: 63% (12/19)
remote: Counting objects: 68% (13/19)
remote: Counting objects: 73% (14/19)
remote: Counting objects: 78% (15/19)
remote: Counting objects: 84% (16/19)
remote: Counting objects: 89% (17/19)
remote: Counting objects: 94% (18/19)
remote: Counting objects: 100% (19/19)
remote: Counting objects: 100% (19/19), done.
remote: Total 22 (delta 18), reused 18 (delta 18), pack-reused 3
From https://github.com/python/cpython
- branch 3.8 -> FETCH_HEAD Reset branch '3.8'
find: ‘build’: No such file or directory find: ‘build’: No such file or directory find: ‘build’: No such file or directory find: ‘build’: No such file or directory make[2]: [Makefile:1778: clean] Error 1 (ignored) /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’: /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_testcapimodule.c:6216:5: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations] 6216 | MyList_Type.tp_print = 0; | ^~~~~~~~~~~ In file included from ./Include/object.h:746, from ./Include/pytime.h:6, from ./Include/Python.h:85, from /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_testcapimodule.c:15: ./Include/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c: In function ‘_testfunc_bitfield_by_value2’: /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c:241:1: note: parameter passing for argument of type ‘union Test8’ changed in GCC 9.1 241 | _testfunc_bitfield_by_value2(Test8 in) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c: In function ‘_testfunc_bitfield_by_value1’: /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c:206:1: note: parameter passing for argument of type ‘struct Test6’ changed in GCC 9.1 206 | _testfunc_bitfield_by_value1(Test6 in) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c: In function ‘_testfunc_bitfield_by_value2’: /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c:241:1: note: parameter passing for argument of type ‘union Test8’ changed in GCC 9.1 241 | _testfunc_bitfield_by_value2(Test8 in) { | ^ /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c: In function ‘_testfunc_bitfield_by_value1’: /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c:206:1: note: parameter passing for argument of type ‘struct Test6’ changed in GCC 9.1 206 | _testfunc_bitfield_by_value1(Test6 in) { | ^ /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/callproc.c: In function ‘_ctypes_callproc’: /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/callproc.c:1183:25: warning: argument to ‘alloca’ may be too large [-Walloca-larger-than=] 1183 | void *tmp = alloca(size); | ^ Parser/listnode.c: In function ‘list1node’: Parser/listnode.c:66:1: warning: ‘/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Parser/listnode.gcda’ profile count data file not found [-Wmissing-profile] 66 | } | ^ Python/frozenmain.c: In function ‘Py_FrozenMain’: Python/frozenmain.c:129:1: warning: ‘/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Python/frozenmain.gcda’ profile count data file not found [-Wmissing-profile] 129 | } | ^ Python/pyfpe.c: In function ‘PyFPE_dummy’: Python/pyfpe.c:15:1: warning: ‘/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Python/pyfpe.gcda’ profile count data file not found [-Wmissing-profile] 15 | } | ^ /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’: /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_testcapimodule.c:6216:5: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations] 6216 | MyList_Type.tp_print = 0; | ^~~~~~~~~~~ In file included from ./Include/object.h:746, from ./Include/pytime.h:6, from ./Include/Python.h:85, from /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_testcapimodule.c:15: ./Include/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c: In function ‘_testfunc_bitfield_by_value1’: /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c:206:1: note: parameter passing for argument of type ‘struct Test6’ changed in GCC 9.1 206 | _testfunc_bitfield_by_value1(Test6 in) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c: In function ‘_testfunc_bitfield_by_value2’: /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c:241:1: note: parameter passing for argument of type ‘union Test8’ changed in GCC 9.1 241 | _testfunc_bitfield_by_value2(Test8 in) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c: In function ‘_testfunc_bitfield_by_value1’: /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c:206:1: note: parameter passing for argument of type ‘struct Test6’ changed in GCC 9.1 206 | _testfunc_bitfield_by_value1(Test6 in) { | ^ /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c: In function ‘_testfunc_bitfield_by_value2’: /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Modules/_ctypes/_ctypes_test.c:241:1: note: parameter passing for argument of type ‘union Test8’ changed in GCC 9.1 241 | _testfunc_bitfield_by_value2(Test8 in) { | ^
test_gdb skipped -- test_gdb is not reliable on PGO builds stty: 'standard input': Inappropriate ioctl for device test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_msilib skipped -- No module named '_msi' test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_ioctl skipped -- Unable to open /dev/tty test_kqueue skipped -- test works only on BSD test_winreg skipped -- No module named 'winreg' test_startfile skipped -- object <module 'os' from '/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/os.py'> has no attribute 'startfile' test_devpoll skipped -- test works only on Solaris OS family test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp' /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py:229: UserWarning: resource_tracker: '/psm_be307ca4': [Errno 2] No such file or directory: '/psm_be307ca4' warnings.warn('resource_tracker: %r: %s' % (name, e)) test_winconsoleio skipped -- test only relevant on win32 test_winsound skipped -- No module named 'winsound' test_flock (__main__.FNTLEINTRTest) ... ok test_lockf (__main__.FNTLEINTRTest) ... ok test_read (__main__.OSEINTRTest) ... ok test_wait (__main__.OSEINTRTest) ... ok test_wait3 (__main__.OSEINTRTest) ... ok test_wait4 (__main__.OSEINTRTest) ... ok test_waitpid (__main__.OSEINTRTest) ... ok test_write (__main__.OSEINTRTest) ... ok test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll' test_epoll (__main__.SelectEINTRTest) ... ok test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue' test_poll (__main__.SelectEINTRTest) ... ok test_select (__main__.SelectEINTRTest) ... ok test_sigtimedwait (__main__.SignalEINTRTest) ... ok test_sigwaitinfo (__main__.SignalEINTRTest) ... ok test_accept (__main__.SocketEINTRTest) ... ok test_open (__main__.SocketEINTRTest) ... ok test_os_open (__main__.SocketEINTRTest) ... ok test_recv (__main__.SocketEINTRTest) ... ok test_recvmsg (__main__.SocketEINTRTest) ... ok test_send (__main__.SocketEINTRTest) ... ok test_sendall (__main__.SocketEINTRTest) ... ok test_sendmsg (__main__.SocketEINTRTest) ... ok test_sleep (__main__.TimeEINTRTest) ... ok
Ran 24 tests in 6.960s
OK (skipped=2) Fatal Python error: Segmentation fault
Current thread 0x0000ffff8f634c90 (most recent call first): File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/case.py", line 202 in handle File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/case.py", line 816 in assertRaises File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_io.py", line 2386 in test_constructor File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/case.py", line 633 in _callTestMethod File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/case.py", line 676 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/case.py", line 736 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py:229: UserWarning: resource_tracker: '/psm_4fcb0ef4': [Errno 2] No such file or directory: '/psm_4fcb0ef4' warnings.warn('resource_tracker: %r: %s' % (name, e)) Fatal Python error: Segmentation fault
Current thread 0x0000ffff9619cc90 (most recent call first): File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_io.py", line 1453 in test_threads File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/case.py", line 633 in _callTestMethod File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/case.py", line 676 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/case.py", line 736 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/unittest/runner.py", line 176 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/support/__init__.py", line 2030 in _run_suite File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/support/__init__.py", line 2126 in run_unittest File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 209 in _test_module File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 234 in _runtest_inner2 File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 270 in _runtest_inner File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 153 in _runtest File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 193 in runtest File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/libregrtest/main.py", line 318 in rerun_failed_tests File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/libregrtest/main.py", line 691 in _main File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/libregrtest/main.py", line 634 in main File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/libregrtest/main.py", line 712 in main File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/__main__.py", line 2 in <module> File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/runpy.py", line 86 in _run_code File "/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/runpy.py", line 193 in _run_module_as_main make: *** [Makefile:1161: buildbottest] Segmentation fault (core dumped)
Test report
Failed tests:
- test_io
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org