⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️Hi! The buildbotPPC64LE RHEL7 LTO + PGO 3.x has failed when building commitda6f098. What do you need to do: - Don't panic.
- Checkthe 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/232) and take a look at the build logs.
- Check if the failure is related to this commit (da6f098) 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/232 Failed tests: Summary of the results of the build (if available): == Click to see traceback logsremote:Enumerating objects: 1remote:Enumerating objects: 10, done.remote:Counting objects: 10% (1/10)remote:Counting objects: 20% (2/10)remote:Counting objects: 30% (3/10)remote:Counting objects: 40% (4/10)remote:Counting objects: 50% (5/10)remote:Counting objects: 60% (6/10)remote:Counting objects: 70% (7/10)remote:Counting objects: 80% (8/10)remote:Counting objects: 90% (9/10)remote:Counting objects: 100% (10/10)remote:Counting objects: 100% (10/10), done.remote:Compressing objects: 20% (1/5)remote:Compressing objects: 40% (2/5)remote:Compressing objects: 60% (3/5)remote:Compressing objects: 80% (4/5)remote:Compressing objects: 100% (5/5)remote:Compressing objects: 100% (5/5), done.remote:Total 11 (delta 5), reused 5 (delta 5), pack-reused 1From https://github.com/python/cpython * branch master -> FETCH_HEADReset branch 'master'find:‘build’: No such file or directoryfind:‘build’: No such file or directoryfind:‘build’: No such file or directoryfind:‘build’: No such file or directorymake[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: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_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to runFatal Python error: Segmentation faultCurrent thread 0x00003fff89b45330 (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 <module> 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_maintest_flock (__main__.FNTLEINTRTest) ... oktest_lockf (__main__.FNTLEINTRTest) ... oktest_read (__main__.OSEINTRTest) ... oktest_wait (__main__.OSEINTRTest) ... oktest_wait3 (__main__.OSEINTRTest) ... oktest_wait4 (__main__.OSEINTRTest) ... oktest_waitpid (__main__.OSEINTRTest) ... oktest_write (__main__.OSEINTRTest) ... oktest_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll'test_epoll (__main__.SelectEINTRTest) ... oktest_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue'test_poll (__main__.SelectEINTRTest) ... oktest_select (__main__.SelectEINTRTest) ... oktest_sigtimedwait (__main__.SignalEINTRTest) ... oktest_sigwaitinfo (__main__.SignalEINTRTest) ... oktest_accept (__main__.SocketEINTRTest) ... oktest_open (__main__.SocketEINTRTest) ... oktest_os_open (__main__.SocketEINTRTest) ... oktest_recv (__main__.SocketEINTRTest) ... oktest_recvmsg (__main__.SocketEINTRTest) ... oktest_send (__main__.SocketEINTRTest) ... oktest_sendall (__main__.SocketEINTRTest) ... oktest_sendmsg (__main__.SocketEINTRTest) ... oktest_sleep (__main__.TimeEINTRTest) ... ok----------------------------------------------------------------------Ran 24 tests in 8.471sOK (skipped=2)test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]test_winreg skipped -- No module named 'winreg'test_winsound skipped -- No module named 'winsound'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_winconsoleio skipped -- test only relevant on win32test_kqueue skipped -- test works only on BSDtest_ioctl skipped -- Unable to open /dev/ttytest_devpoll skipped -- test works only on Solaris OS familytest_msilib skipped -- No module named '_msi'test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]test_gdb skipped -- test_gdb is not reliable on PGO buildstest_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp'/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/tmp0yt2420a/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/tmp0yt2420a/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/tmp0yt2420a/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/tmp0yt2420a/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/tmp0yt2420a/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/tmp0yt2420a/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/tmp0yt2420a/parse.c:In function ‘_PyPegen_parse’:/tmp/tmp0yt2420a/parse.c:154:1: note: file /tmp/tmp0yt2420a/tmp/tmp0yt2420a/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/tmpryg_nhnw/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/tmpryg_nhnw/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/tmpryg_nhnw/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/tmpryg_nhnw/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/tmpryg_nhnw/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/tmpryg_nhnw/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/tmpryg_nhnw/parse.c:In function ‘_PyPegen_parse’:/tmp/tmpryg_nhnw/parse.c:730:1: note: file /tmp/tmpryg_nhnw/tmp/tmpryg_nhnw/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/tmpeluoj3ox/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/tmpeluoj3ox/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/tmpeluoj3ox/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/tmpeluoj3ox/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/tmpeluoj3ox/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/tmpeluoj3ox/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/tmpeluoj3ox/parse.c:In function ‘_PyPegen_parse’:/tmp/tmpeluoj3ox/parse.c:299:1: note: file /tmp/tmpeluoj3ox/tmp/tmpeluoj3ox/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/tmp5konwy3r/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/tmp5konwy3r/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/tmp5konwy3r/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/tmp5konwy3r/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/tmp5konwy3r/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/tmp5konwy3r/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/tmp5konwy3r/parse.c:In function ‘_PyPegen_parse’:/tmp/tmp5konwy3r/parse.c:186:1: note: file /tmp/tmp5konwy3r/tmp/tmp5konwy3r/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/tmp7owt0i7g/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/tmp7owt0i7g/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/tmp7owt0i7g/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/tmp7owt0i7g/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/tmp7owt0i7g/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/tmp7owt0i7g/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/tmp7owt0i7g/parse.c:In function ‘_PyPegen_parse’:/tmp/tmp7owt0i7g/parse.c:229:1: note: file /tmp/tmp7owt0i7g/tmp/tmp7owt0i7g/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/tmpn73tkhut/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/tmpn73tkhut/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/tmpn73tkhut/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/tmpn73tkhut/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/tmpn73tkhut/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/tmpn73tkhut/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/tmpn73tkhut/parse.c:In function ‘_PyPegen_parse’:/tmp/tmpn73tkhut/parse.c:260:1: note: file /tmp/tmpn73tkhut/tmp/tmpn73tkhut/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/tmp2q7um5ab/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/tmp2q7um5ab/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/tmp2q7um5ab/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/tmp2q7um5ab/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/tmp2q7um5ab/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/tmp2q7um5ab/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/tmp2q7um5ab/parse.c:In function ‘_PyPegen_parse’:/tmp/tmp2q7um5ab/parse.c:742:1: note: file /tmp/tmp2q7um5ab/tmp/tmp2q7um5ab/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/tmp22jzqg7c/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/tmp22jzqg7c/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/tmp22jzqg7c/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/tmp22jzqg7c/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/tmp22jzqg7c/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/tmp22jzqg7c/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/tmp22jzqg7c/parse.c:In function ‘_PyPegen_parse’:/tmp/tmp22jzqg7c/parse.c:219:1: note: file /tmp/tmp22jzqg7c/tmp/tmp22jzqg7c/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/tmpln70cljr/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/tmpln70cljr/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/tmpln70cljr/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/tmpln70cljr/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/tmpln70cljr/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/tmpln70cljr/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/tmpln70cljr/parse.c:In function ‘_PyPegen_parse’:/tmp/tmpln70cljr/parse.c:132:1: note: file /tmp/tmpln70cljr/tmp/tmpln70cljr/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/tmp90c2dux0/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/tmp90c2dux0/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/tmp90c2dux0/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/tmp90c2dux0/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/tmp90c2dux0/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/tmp90c2dux0/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/tmp90c2dux0/parse.c:In function ‘_PyPegen_parse’:/tmp/tmp90c2dux0/parse.c:225:1: note: file /tmp/tmp90c2dux0/tmp/tmp90c2dux0/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/tmpe7tdx38w/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/tmpe7tdx38w/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/tmpe7tdx38w/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/tmpe7tdx38w/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/tmpe7tdx38w/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/tmpe7tdx38w/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/tmpe7tdx38w/parse.c:In function ‘_PyPegen_parse’:/tmp/tmpe7tdx38w/parse.c:217:1: note: file /tmp/tmpe7tdx38w/tmp/tmpe7tdx38w/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/tmphpytgnd6/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/tmphpytgnd6/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/tmphpytgnd6/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/tmphpytgnd6/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/tmphpytgnd6/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/tmphpytgnd6/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/tmphpytgnd6/parse.c:In function ‘_PyPegen_parse’:/tmp/tmphpytgnd6/parse.c:132:1: note: file /tmp/tmphpytgnd6/tmp/tmphpytgnd6/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/tmpbdcbaboy/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/tmpbdcbaboy/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/tmpbdcbaboy/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/tmpbdcbaboy/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/tmpbdcbaboy/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/tmpbdcbaboy/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/tmpbdcbaboy/parse.c:In function ‘_PyPegen_parse’:/tmp/tmpbdcbaboy/parse.c:372:1: note: file /tmp/tmpbdcbaboy/tmp/tmpbdcbaboy/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/tmpnmxr9jv_/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/tmpnmxr9jv_/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/tmpnmxr9jv_/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/tmpnmxr9jv_/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/tmpnmxr9jv_/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/tmpnmxr9jv_/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/tmpnmxr9jv_/parse.c:In function ‘_PyPegen_parse’:/tmp/tmpnmxr9jv_/parse.c:374:1: note: file /tmp/tmpnmxr9jv_/tmp/tmpnmxr9jv_/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/tmplj1ip87k/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/tmplj1ip87k/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/tmplj1ip87k/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/tmplj1ip87k/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/tmplj1ip87k/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/tmplj1ip87k/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/tmplj1ip87k/parse.c:In function ‘_PyPegen_parse’:/tmp/tmplj1ip87k/parse.c:525:1: note: file /tmp/tmplj1ip87k/tmp/tmplj1ip87k/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/tmpwnjxt9ot/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/tmpwnjxt9ot/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/tmpwnjxt9ot/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/tmpwnjxt9ot/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/tmpwnjxt9ot/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/tmpwnjxt9ot/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/tmpwnjxt9ot/parse.c:In function ‘_PyPegen_parse’:/tmp/tmpwnjxt9ot/parse.c:115:1: note: file /tmp/tmpwnjxt9ot/tmp/tmpwnjxt9ot/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/tmpynsyc5xg/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/tmpynsyc5xg/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/tmpynsyc5xg/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/tmpynsyc5xg/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/tmpynsyc5xg/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/tmpynsyc5xg/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/tmpynsyc5xg/parse.c:In function ‘_PyPegen_parse’:/tmp/tmpynsyc5xg/parse.c:113:1: note: file /tmp/tmpynsyc5xg/tmp/tmpynsyc5xg/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/tmp_1yh2hm9/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/tmp_1yh2hm9/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/tmp_1yh2hm9/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/tmp_1yh2hm9/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/tmp_1yh2hm9/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/tmp_1yh2hm9/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/tmp_1yh2hm9/parse.c:In function ‘_PyPegen_parse’:/tmp/tmp_1yh2hm9/parse.c:181:1: note: file /tmp/tmp_1yh2hm9/tmp/tmp_1yh2hm9/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/tmpt1av0n1u/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/tmpt1av0n1u/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/tmpt1av0n1u/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/tmpt1av0n1u/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/tmpt1av0n1u/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/tmpt1av0n1u/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/tmpt1av0n1u/parse.c:In function ‘_PyPegen_parse’:/tmp/tmpt1av0n1u/parse.c:521:1: note: file /tmp/tmpt1av0n1u/tmp/tmpt1av0n1u/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/tmpb6tfaxzz/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/tmpb6tfaxzz/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/tmpb6tfaxzz/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/tmpb6tfaxzz/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/tmpb6tfaxzz/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/tmpb6tfaxzz/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/tmpb6tfaxzz/parse.c:In function ‘_PyPegen_parse’:/tmp/tmpb6tfaxzz/parse.c:705:1: note: file /tmp/tmpb6tfaxzz/tmp/tmpb6tfaxzz/parse.gcda not found, execution counts estimated } ^Fatal Python error: Segmentation faultCurrent thread 0x00003fffb7dc5330 (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 <module> 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_mainmake:*** [buildbottest] Segmentation faultCannot open file '/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/test-results.xml' for upload |
Uh oh!
There was an error while loading.Please reload this page.
Additional note: created a new
test_pathext_with_empty_str()
test, but copies roughly 10loc fromtest_pathext()
. We could also add theassertEqual
with a newwith
block to thetest_pathext
.https://bugs.python.org/issue40592