bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 by serhiy-storchaka · Pull Request #22870 · python/cpython (original) (raw)
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️
Hi! The buildbot PPC64LE RHEL7 LTO + PGO 3.x has failed when building commit 8cd1dba.
What do you need to do:
- Don't panic.
- Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
- Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/43/builds/236) and take a look at the build logs.
- Check if the failure is related to this commit (8cd1dba) or if it is a false positive.
- If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.
You can take a look at the buildbot page here:
https://buildbot.python.org/all/#builders/43/builds/236
Failed tests:
- test_lib2to3
Summary of the results of the build (if available):
==
Click to see traceback logs
remote: Enumerating objects: 36, done.
remote: Counting objects: 2% (1/36)
remote: Counting objects: 5% (2/36)
remote: Counting objects: 8% (3/36)
remote: Counting objects: 11% (4/36)
remote: Counting objects: 13% (5/36)
remote: Counting objects: 16% (6/36)
remote: Counting objects: 19% (7/36)
remote: Counting objects: 22% (8/36)
remote: Counting objects: 25% (9/36)
remote: Counting objects: 27% (10/36)
remote: Counting objects: 30% (11/36)
remote: Counting objects: 33% (12/36)
remote: Counting objects: 36% (13/36)
remote: Counting objects: 38% (14/36)
remote: Counting objects: 41% (15/36)
remote: Counting objects: 44% (16/36)
remote: Counting objects: 47% (17/36)
remote: Counting objects: 50% (18/36)
remote: Counting objects: 52% (19/36)
remote: Counting objects: 55% (20/36)
remote: Counting objects: 58% (21/36)
remote: Counting objects: 61% (22/36)
remote: Counting objects: 63% (23/36)
remote: Counting objects: 66% (24/36)
remote: Counting objects: 69% (25/36)
remote: Counting objects: 72% (26/36)
remote: Counting objects: 75% (27/36)
remote: Counting objects: 77% (28/36)
remote: Counting objects: 80% (29/36)
remote: Counting objects: 83% (30/36)
remote: Counting objects: 86% (31/36)
remote: Counting objects: 88% (32/36)
remote: Counting objects: 91% (33/36)
remote: Counting objects: 94% (34/36)
remote: Counting objects: 97% (35/36)
remote: Counting objects: 100% (36/36)
remote: Counting objects: 100% (36/36), done.
remote: Compressing objects: 8% (1/12)
remote: Compressing objects: 16% (2/12)
remote: Compressing objects: 25% (3/12)
remote: Compressing objects: 33% (4/12)
remote: Compressing objects: 41% (5/12)
remote: Compressing objects: 50% (6/12)
remote: Compressing objects: 58% (7/12)
remote: Compressing objects: 66% (8/12)
remote: Compressing objects: 75% (9/12)
remote: Compressing objects: 83% (10/12)
remote: Compressing objects: 91% (11/12)
remote: Compressing objects: 100% (12/12)
remote: Compressing objects: 100% (12/12), done.
remote: Total 19 (delta 17), reused 8 (delta 7), pack-reused 0
From https://github.com/python/cpython
- branch master -> FETCH_HEAD Reset branch 'master'
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]: [clean-retain-profile] Error 1 (ignored) /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Modules/socketmodule.c: In function ‘sock_bind’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Modules/socketmodule.c:3117:15: warning: ‘addrlen’ may be used uninitialized in this function [-Wmaybe-uninitialized] res = bind(s->sock_fd, SAS2SA(&addrbuf), addrlen); ^ Objects/bytes_methods.c: In function ‘find_internal’: Objects/bytes_methods.c:524:31: warning: ‘subobj’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (PyObject_GetBuffer(subobj, &subbuf, PyBUF_SIMPLE) != 0) ^ Objects/bytes_methods.c: In function ‘_Py_bytes_find’: Objects/bytes_methods.c:524:31: warning: ‘subobj’ may be used uninitialized in this function [-Wmaybe-uninitialized] Objects/bytes_methods.c:511:15: note: ‘subobj’ was declared here PyObject *subobj; ^ Objects/bytes_methods.c: In function ‘_Py_bytes_rfind’: Objects/bytes_methods.c:524:31: warning: ‘subobj’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (PyObject_GetBuffer(subobj, &subbuf, PyBUF_SIMPLE) != 0) ^ Objects/bytes_methods.c:511:15: note: ‘subobj’ was declared here PyObject *subobj; ^ Objects/bytes_methods.c: In function ‘_Py_bytes_count’: Objects/bytes_methods.c:673:31: warning: ‘sub_obj’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (PyObject_GetBuffer(sub_obj, &vsub, PyBUF_SIMPLE) != 0) ^ Python/frozenmain.c: In function ‘Py_FrozenMain’: Python/frozenmain.c:129:1: note: file /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/frozenmain.gcda not found, execution counts estimated } ^ Python/pyfpe.c: In function ‘PyFPE_dummy’: Python/pyfpe.c:15:1: note: file /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/pyfpe.gcda not found, execution counts estimated } ^ ./Modules/_io/clinic/textio.c.h: In function ‘_io_TextIOWrapper_seek’: ./Modules/_io/textio.c:2596:48: warning: ‘MEM[(char * {ref-all})&cookie + 20B]’ may be used uninitialized in this function [-Wmaybe-uninitialized] decoded = _PyObject_CallMethodIdObjArgs(self->decoder, &PyId_decode, ^ ./Modules/_io/textio.c:2447:17: note: ‘MEM[(char * {ref-all})&cookie + 20B]’ was declared here cookie_type cookie; ^ ./Modules/_io/textio.c:2605:54: warning: ‘MEM[(char * {ref-all})&cookie + 16B]’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (PyUnicode_GetLength(self->decoded_chars) < cookie.chars_to_skip) { ^ ./Modules/_io/textio.c:2447:17: note: ‘MEM[(char * {ref-all})&cookie + 16B]’ was declared here cookie_type cookie; ^ ./Modules/_io/textio.c:2431:40: warning: ‘MEM[(char * {ref-all})&cookie + 8B]’ may be used uninitialized in this function [-Wmaybe-uninitialized] return _textiowrapper_encoder_reset( ^ ./Modules/_io/textio.c:2447:17: note: ‘MEM[(char * {ref-all})&cookie + 8B]’ was declared here cookie_type cookie; ^ ./Modules/_io/textio.c:2431:40: warning: ‘MEM[(char * {ref-all})&cookie]’ may be used uninitialized in this function [-Wmaybe-uninitialized] return _textiowrapper_encoder_reset( ^ ./Modules/_io/textio.c:2447:17: note: ‘MEM[(char * {ref-all})&cookie]’ was declared here cookie_type cookie; ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Modules/_pickle.c: In function ‘load’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Modules/_pickle.c:6184:9: warning: ‘s’ may be used uninitialized in this function [-Wmaybe-uninitialized] key = PyLong_FromString(s, NULL, 10); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Modules/_pickle.c:6177:11: note: ‘s’ was declared here char *s; ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Modules/_pickle.c:5181:15: warning: ‘s’ may be used uninitialized in this function [-Wmaybe-uninitialized] value = PyLong_FromString(s, NULL, 0); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Modules/_pickle.c:5162:20: note: ‘s’ was declared here char *endptr, *s; ^
test_winsound skipped -- No module named 'winsound' test_devpoll skipped -- test works only on Solaris OS family Fatal Python error: Segmentation fault
Current thread 0x00003fffa3bc5330 (most recent call first): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/btm_matcher.py", line 125 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/refactor.py", line 414 in refactor_tree File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/refactor.py", line 371 in refactor_string File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/refactor.py", line 339 in refactor_file File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/tests/test_all_fixers.py", line 24 in test_all_project_files File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 549 in _callTestMethod File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 592 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 652 in call File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in call File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in call File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in call File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in call File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in call File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/runner.py", line 176 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/support/init.py", line 959 in _run_suite File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/support/init.py", line 1082 in run_unittest File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 211 in _test_module File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 236 in _runtest_inner2 File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 272 in _runtest_inner File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 142 in _runtest File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 195 in runtest File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest_mp.py", line 81 in run_tests_worker File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/main.py", line 659 in _main File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/main.py", line 639 in main File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/main.py", line 717 in main File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/regrtest.py", line 43 in _main File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/regrtest.py", line 47 in File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/runpy.py", line 87 in _run_code File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/runpy.py", line 197 in _run_module_as_main test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] 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 8.462s
OK (skipped=2) test_winreg skipped -- No module named 'winreg' test_winconsoleio skipped -- test only relevant on win32 test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run test_kqueue skipped -- test works only on BSD test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp' test_msilib skipped -- No module named 'msi' test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_startfile skipped -- object <module 'os' from '/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/os.py'> has no attribute 'startfile' test_gdb skipped -- test_gdb is not reliable on PGO builds test_ioctl skipped -- Unable to open /dev/tty /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpew2_pto2/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpew2_pto2/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpew2_pto2/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpew2_pto2/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpew2_pto2/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpew2_pto2/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmpew2_pto2/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpew2_pto2/parse.c:154:1: note: file /tmp/tmpew2_pto2/tmp/tmpew2_pto2/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmp4u0fbdhy/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmp4u0fbdhy/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp4u0fbdhy/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmp4u0fbdhy/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmp4u0fbdhy/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp4u0fbdhy/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmp4u0fbdhy/parse.c: In function ‘_PyPegen_parse’: /tmp/tmp4u0fbdhy/parse.c:730:1: note: file /tmp/tmp4u0fbdhy/tmp/tmp4u0fbdhy/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmp3jyh2pkb/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmp3jyh2pkb/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp3jyh2pkb/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmp3jyh2pkb/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmp3jyh2pkb/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp3jyh2pkb/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmp3jyh2pkb/parse.c: In function ‘_PyPegen_parse’: /tmp/tmp3jyh2pkb/parse.c:299:1: note: file /tmp/tmp3jyh2pkb/tmp/tmp3jyh2pkb/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpuplgjjl0/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpuplgjjl0/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpuplgjjl0/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpuplgjjl0/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpuplgjjl0/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpuplgjjl0/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmpuplgjjl0/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpuplgjjl0/parse.c:186:1: note: file /tmp/tmpuplgjjl0/tmp/tmpuplgjjl0/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpef56kwz/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpef56kwz_/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpef56kwz_/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpef56kwz_/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpef56kwz/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpef56kwz_/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmpef56kwz_/parse.c: In function ‘PyPegen_parse’: /tmp/tmpef56kwz/parse.c:229:1: note: file /tmp/tmpef56kwz_/tmp/tmpef56kwz_/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpclw5rsgw/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpclw5rsgw/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpclw5rsgw/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpclw5rsgw/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpclw5rsgw/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpclw5rsgw/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmpclw5rsgw/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpclw5rsgw/parse.c:260:1: note: file /tmp/tmpclw5rsgw/tmp/tmpclw5rsgw/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpsut_k4h/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpsut_k4h_/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpsut_k4h_/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpsut_k4h_/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpsut_k4h/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpsut_k4h_/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmpsut_k4h_/parse.c: In function ‘PyPegen_parse’: /tmp/tmpsut_k4h/parse.c:742:1: note: file /tmp/tmpsut_k4h_/tmp/tmpsut_k4h_/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpxadb0g2y/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpxadb0g2y/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpxadb0g2y/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpxadb0g2y/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpxadb0g2y/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpxadb0g2y/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmpxadb0g2y/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpxadb0g2y/parse.c:219:1: note: file /tmp/tmpxadb0g2y/tmp/tmpxadb0g2y/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmprvrriie8/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmprvrriie8/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmprvrriie8/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmprvrriie8/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmprvrriie8/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmprvrriie8/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmprvrriie8/parse.c: In function ‘_PyPegen_parse’: /tmp/tmprvrriie8/parse.c:132:1: note: file /tmp/tmprvrriie8/tmp/tmprvrriie8/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpmvdmj9k1/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpmvdmj9k1/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpmvdmj9k1/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpmvdmj9k1/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpmvdmj9k1/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpmvdmj9k1/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmpmvdmj9k1/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpmvdmj9k1/parse.c:225:1: note: file /tmp/tmpmvdmj9k1/tmp/tmpmvdmj9k1/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpknkklswz/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpknkklswz/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpknkklswz/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpknkklswz/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpknkklswz/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpknkklswz/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmpknkklswz/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpknkklswz/parse.c:217:1: note: file /tmp/tmpknkklswz/tmp/tmpknkklswz/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpi78p3_pu/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpi78p3_pu/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpi78p3_pu/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpi78p3_pu/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpi78p3_pu/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpi78p3_pu/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmpi78p3_pu/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpi78p3_pu/parse.c:132:1: note: file /tmp/tmpi78p3_pu/tmp/tmpi78p3_pu/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmp5u26mv6q/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmp5u26mv6q/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp5u26mv6q/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmp5u26mv6q/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmp5u26mv6q/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp5u26mv6q/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmp5u26mv6q/parse.c: In function ‘_PyPegen_parse’: /tmp/tmp5u26mv6q/parse.c:372:1: note: file /tmp/tmp5u26mv6q/tmp/tmp5u26mv6q/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmp2ai5mtom/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmp2ai5mtom/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp2ai5mtom/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmp2ai5mtom/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmp2ai5mtom/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp2ai5mtom/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmp2ai5mtom/parse.c: In function ‘_PyPegen_parse’: /tmp/tmp2ai5mtom/parse.c:374:1: note: file /tmp/tmp2ai5mtom/tmp/tmp2ai5mtom/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmp9fldpiuu/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmp9fldpiuu/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp9fldpiuu/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmp9fldpiuu/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmp9fldpiuu/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp9fldpiuu/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmp9fldpiuu/parse.c: In function ‘_PyPegen_parse’: /tmp/tmp9fldpiuu/parse.c:525:1: note: file /tmp/tmp9fldpiuu/tmp/tmp9fldpiuu/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpotw0mw79/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpotw0mw79/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpotw0mw79/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpotw0mw79/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpotw0mw79/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpotw0mw79/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmpotw0mw79/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpotw0mw79/parse.c:115:1: note: file /tmp/tmpotw0mw79/tmp/tmpotw0mw79/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpsfh2zu7l/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpsfh2zu7l/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpsfh2zu7l/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpsfh2zu7l/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpsfh2zu7l/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpsfh2zu7l/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmpsfh2zu7l/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpsfh2zu7l/parse.c:113:1: note: file /tmp/tmpsfh2zu7l/tmp/tmpsfh2zu7l/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmppsuzowj1/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmppsuzowj1/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmppsuzowj1/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmppsuzowj1/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmppsuzowj1/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmppsuzowj1/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmppsuzowj1/parse.c: In function ‘_PyPegen_parse’: /tmp/tmppsuzowj1/parse.c:181:1: note: file /tmp/tmppsuzowj1/tmp/tmppsuzowj1/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpsh7wwm7v/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpsh7wwm7v/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpsh7wwm7v/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpsh7wwm7v/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpsh7wwm7v/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpsh7wwm7v/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmpsh7wwm7v/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpsh7wwm7v/parse.c:521:1: note: file /tmp/tmpsh7wwm7v/tmp/tmpsh7wwm7v/parse.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmptvj2ghke/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmptvj2ghke/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmptvj2ghke/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmptvj2ghke/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated } ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmptvj2ghke/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int); ^ /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmptvj2ghke/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated } ^ /tmp/tmptvj2ghke/parse.c: In function ‘_PyPegen_parse’: /tmp/tmptvj2ghke/parse.c:705:1: note: file /tmp/tmptvj2ghke/tmp/tmptvj2ghke/parse.gcda not found, execution counts estimated } ^ Fatal Python error: Segmentation fault
Current thread 0x00003fffa2295330 (most recent call first): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/btm_matcher.py", line 125 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/refactor.py", line 414 in refactor_tree File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/refactor.py", line 371 in refactor_string File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/refactor.py", line 339 in refactor_file File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/tests/test_all_fixers.py", line 24 in test_all_project_files File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 549 in _callTestMethod File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 592 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 652 in call File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in call File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in call File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in call File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in call File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in call File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/runner.py", line 176 in run File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/support/init.py", line 959 in _run_suite File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/support/init.py", line 1082 in run_unittest File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 211 in _test_module File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 236 in _runtest_inner2 File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 272 in _runtest_inner File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 155 in _runtest File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 195 in runtest File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/main.py", line 319 in rerun_failed_tests File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/main.py", line 696 in _main File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/main.py", line 639 in main File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/main.py", line 717 in main File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/main.py", line 2 in File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/runpy.py", line 87 in _run_code File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/runpy.py", line 197 in _run_module_as_main make: *** [buildbottest] Segmentation fault
Cannot open file '/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/test-results.xml' for upload