
The Buildbot has detected a failed build on builder AMD64 Fedora Rawhide LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/154/builds/1101
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo Pablogsal@gmail.com, amaajemyfren 32741226+amaajemyfren@users.noreply.github.com
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
==
Captured traceback
remote: Enumerating objects: 14, done.
remote: Counting objects: 7% (1/14)
remote: Counting objects: 14% (2/14)
remote: Counting objects: 21% (3/14)
remote: Counting objects: 28% (4/14)
remote: Counting objects: 35% (5/14)
remote: Counting objects: 42% (6/14)
remote: Counting objects: 50% (7/14)
remote: Counting objects: 57% (8/14)
remote: Counting objects: 64% (9/14)
remote: Counting objects: 71% (10/14)
remote: Counting objects: 78% (11/14)
remote: Counting objects: 85% (12/14)
remote: Counting objects: 92% (13/14)
remote: Counting objects: 100% (14/14)
remote: Counting objects: 100% (14/14), done.
remote: Compressing objects: 7% (1/13)
remote: Compressing objects: 15% (2/13)
remote: Compressing objects: 23% (3/13)
remote: Compressing objects: 30% (4/13)
remote: Compressing objects: 38% (5/13)
remote: Compressing objects: 46% (6/13)
remote: Compressing objects: 53% (7/13)
remote: Compressing objects: 61% (8/13)
remote: Compressing objects: 69% (9/13)
remote: Compressing objects: 76% (10/13)
remote: Compressing objects: 84% (11/13)
remote: Compressing objects: 92% (12/13)
remote: Compressing objects: 100% (13/13)
remote: Compressing objects: 100% (13/13), done.
remote: Total 14 (delta 1), reused 13 (delta 0), 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]: [Makefile:1815: clean-retain-profile] Error 1 (ignored) In function ‘assemble_lnotab’, inlined from ‘assemble_emit’ at Python/compile.c:5685:25, inlined from ‘assemble’ at Python/compile.c:6023:18: Python/compile.c:5639:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5639 | *lnotab++ = k; | ~~~~~~~~~~^~~ ./Modules/signalmodule.c: In function ‘signal_siginterrupt_impl’: ./Modules/signalmodule.c:667:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] 667 | if (siginterrupt(signalnum, flag)<0) { | ^~ In file included from ./Modules/signalmodule.c:28: /usr/include/signal.h:311:12: note: declared here 311 | extern int siginterrupt (int __sig, int __interrupt) __THROW | ^~~~~~~~~~~~ In function ‘assemble_lnotab’, inlined from ‘assemble_emit’ at Python/compile.c:5685:0, inlined from ‘assemble’ at Python/compile.c:6023:0: Python/compile.c:5639: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5639 | *lnotab++ = k; | In function ‘assemble_lnotab’, inlined from ‘assemble_emit’ at Python/compile.c:5685:0, inlined from ‘assemble’ at Python/compile.c:6023:0: Python/compile.c:5639: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5639 | *lnotab++ = k; | /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Modules/socketmodule.c: In function ‘getsockaddrarg’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Modules/socketmodule.c:2354:9: warning: ‘strncpy’ specified bound 64 equals destination size [-Wstringop-truncation] 2354 | strncpy((char *)sa->salg_name, name, sizeof(sa->salg_name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Python/frozenmain.c: In function ‘Py_FrozenMain’: Python/frozenmain.c:129:1: warning: ‘/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/frozenmain.gcda’ profile count data file not found [-Wmissing-profile] 129 | } | ^ Python/pyfpe.c: In function ‘PyFPE_dummy’: Python/pyfpe.c:15:1: warning: ‘/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/pyfpe.gcda’ profile count data file not found [-Wmissing-profile] 15 | } | ^ ./Modules/signalmodule.c: In function ‘signal_siginterrupt_impl’: ./Modules/signalmodule.c:667:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] 667 | if (siginterrupt(signalnum, flag)<0) { | ^~ In file included from ./Modules/signalmodule.c:28: /usr/include/signal.h:311:12: note: declared here 311 | extern int siginterrupt (int __sig, int __interrupt) __THROW | ^~~~~~~~~~~~
test_gdb skipped -- test_gdb is not reliable on PGO builds test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_kqueue skipped -- test works only on BSD test_msilib skipped -- No module named '_msi' test_winsound skipped -- No module named 'winsound' test_winreg skipped -- No module named 'winreg' test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp' test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run test_startfile skipped -- object <module 'os' from '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/os.py'> has no attribute 'startfile' 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 10.703s
OK (skipped=2) test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_ioctl skipped -- Unable to open /dev/tty test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_devpoll skipped -- test works only on Solaris OS family test_winconsoleio skipped -- test only relevant on win32 /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpk_tkufvc/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpk_tkufvc/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpk_tkufvc/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpk_tkufvc/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpk_tkufvc/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpk_tkufvc/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpk_tkufvc/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpk_tkufvc/parse.c:154:1: warning: ‘/tmp/tmpk_tkufvc/tmp/tmpk_tkufvc/parse.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpxalbn4wr/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpxalbn4wr/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpxalbn4wr/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpxalbn4wr/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpxalbn4wr/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpxalbn4wr/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpxalbn4wr/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpxalbn4wr/parse.c:730:1: warning: ‘/tmp/tmpxalbn4wr/tmp/tmpxalbn4wr/parse.gcda’ profile count data file not found [-Wmissing-profile] 730 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpyo58avjp/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpyo58avjp/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpyo58avjp/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpyo58avjp/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpyo58avjp/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpyo58avjp/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpyo58avjp/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpyo58avjp/parse.c:299:1: warning: ‘/tmp/tmpyo58avjp/tmp/tmpyo58avjp/parse.gcda’ profile count data file not found [-Wmissing-profile] 299 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpe2c_pcwm/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpe2c_pcwm/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpe2c_pcwm/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpe2c_pcwm/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpe2c_pcwm/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpe2c_pcwm/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpe2c_pcwm/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpe2c_pcwm/parse.c:186:1: warning: ‘/tmp/tmpe2c_pcwm/tmp/tmpe2c_pcwm/parse.gcda’ profile count data file not found [-Wmissing-profile] 186 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmp0tgjpkcu/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmp0tgjpkcu/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmp0tgjpkcu/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmp0tgjpkcu/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmp0tgjpkcu/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmp0tgjpkcu/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmp0tgjpkcu/parse.c: In function ‘_PyPegen_parse’: /tmp/tmp0tgjpkcu/parse.c:229:1: warning: ‘/tmp/tmp0tgjpkcu/tmp/tmp0tgjpkcu/parse.gcda’ profile count data file not found [-Wmissing-profile] 229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpm1p_6kwx/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpm1p_6kwx/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpm1p_6kwx/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpm1p_6kwx/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpm1p_6kwx/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpm1p_6kwx/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpm1p_6kwx/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpm1p_6kwx/parse.c:260:1: warning: ‘/tmp/tmpm1p_6kwx/tmp/tmpm1p_6kwx/parse.gcda’ profile count data file not found [-Wmissing-profile] 260 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpam7msjb0/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpam7msjb0/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpam7msjb0/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpam7msjb0/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpam7msjb0/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpam7msjb0/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpam7msjb0/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpam7msjb0/parse.c:742:1: warning: ‘/tmp/tmpam7msjb0/tmp/tmpam7msjb0/parse.gcda’ profile count data file not found [-Wmissing-profile] 742 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpn3wg9m0r/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpn3wg9m0r/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpn3wg9m0r/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpn3wg9m0r/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpn3wg9m0r/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpn3wg9m0r/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpn3wg9m0r/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpn3wg9m0r/parse.c:219:1: warning: ‘/tmp/tmpn3wg9m0r/tmp/tmpn3wg9m0r/parse.gcda’ profile count data file not found [-Wmissing-profile] 219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpj3s9f9px/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpj3s9f9px/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpj3s9f9px/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpj3s9f9px/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpj3s9f9px/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpj3s9f9px/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpj3s9f9px/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpj3s9f9px/parse.c:132:1: warning: ‘/tmp/tmpj3s9f9px/tmp/tmpj3s9f9px/parse.gcda’ profile count data file not found [-Wmissing-profile] 132 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpw58qjbyh/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpw58qjbyh/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpw58qjbyh/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpw58qjbyh/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpw58qjbyh/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpw58qjbyh/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpw58qjbyh/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpw58qjbyh/parse.c:225:1: warning: ‘/tmp/tmpw58qjbyh/tmp/tmpw58qjbyh/parse.gcda’ profile count data file not found [-Wmissing-profile] 225 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmposiiu5ya/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmposiiu5ya/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmposiiu5ya/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmposiiu5ya/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmposiiu5ya/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmposiiu5ya/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmposiiu5ya/parse.c: In function ‘_PyPegen_parse’: /tmp/tmposiiu5ya/parse.c:217:1: warning: ‘/tmp/tmposiiu5ya/tmp/tmposiiu5ya/parse.gcda’ profile count data file not found [-Wmissing-profile] 217 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmp2v1fdk5h/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmp2v1fdk5h/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmp2v1fdk5h/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmp2v1fdk5h/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmp2v1fdk5h/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmp2v1fdk5h/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmp2v1fdk5h/parse.c: In function ‘_PyPegen_parse’: /tmp/tmp2v1fdk5h/parse.c:132:1: warning: ‘/tmp/tmp2v1fdk5h/tmp/tmp2v1fdk5h/parse.gcda’ profile count data file not found [-Wmissing-profile] 132 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpc1z8xvs8/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpc1z8xvs8/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpc1z8xvs8/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpc1z8xvs8/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpc1z8xvs8/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpc1z8xvs8/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpc1z8xvs8/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpc1z8xvs8/parse.c:372:1: warning: ‘/tmp/tmpc1z8xvs8/tmp/tmpc1z8xvs8/parse.gcda’ profile count data file not found [-Wmissing-profile] 372 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmp32a95vbo/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmp32a95vbo/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmp32a95vbo/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmp32a95vbo/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmp32a95vbo/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmp32a95vbo/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmp32a95vbo/parse.c: In function ‘_PyPegen_parse’: /tmp/tmp32a95vbo/parse.c:374:1: warning: ‘/tmp/tmp32a95vbo/tmp/tmp32a95vbo/parse.gcda’ profile count data file not found [-Wmissing-profile] 374 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpp7dy9gxf/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpp7dy9gxf/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpp7dy9gxf/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpp7dy9gxf/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpp7dy9gxf/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpp7dy9gxf/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpp7dy9gxf/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpp7dy9gxf/parse.c:525:1: warning: ‘/tmp/tmpp7dy9gxf/tmp/tmpp7dy9gxf/parse.gcda’ profile count data file not found [-Wmissing-profile] 525 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmp612u5sj4/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmp612u5sj4/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmp612u5sj4/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmp612u5sj4/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmp612u5sj4/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmp612u5sj4/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmp612u5sj4/parse.c: In function ‘_PyPegen_parse’: /tmp/tmp612u5sj4/parse.c:115:1: warning: ‘/tmp/tmp612u5sj4/tmp/tmp612u5sj4/parse.gcda’ profile count data file not found [-Wmissing-profile] 115 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpm_xdurfj/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpm_xdurfj/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpm_xdurfj/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpm_xdurfj/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpm_xdurfj/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpm_xdurfj/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpm_xdurfj/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpm_xdurfj/parse.c:113:1: warning: ‘/tmp/tmpm_xdurfj/tmp/tmpm_xdurfj/parse.gcda’ profile count data file not found [-Wmissing-profile] 113 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmp_1t_gc2q/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmp_1t_gc2q/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmp_1t_gc2q/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmp_1t_gc2q/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmp_1t_gc2q/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmp_1t_gc2q/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmp_1t_gc2q/parse.c: In function ‘_PyPegen_parse’: /tmp/tmp_1t_gc2q/parse.c:181:1: warning: ‘/tmp/tmp_1t_gc2q/tmp/tmp_1t_gc2q/parse.gcda’ profile count data file not found [-Wmissing-profile] 181 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpsn5oveun/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpsn5oveun/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpsn5oveun/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpsn5oveun/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpsn5oveun/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpsn5oveun/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpsn5oveun/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpsn5oveun/parse.c:521:1: warning: ‘/tmp/tmpsn5oveun/tmp/tmpsn5oveun/parse.gcda’ profile count data file not found [-Wmissing-profile] 521 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpgd3p4ib5/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpgd3p4ib5/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ Timeout (0:15:00)! Thread 0x00007ff7726b5740 (most recent call first): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/spawn.py", line 75 in spawn File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/ccompiler.py", line 910 in spawn File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/unixccompiler.py", line 117 in _compile File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/ccompiler.py", line 574 in compile File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/command/build_ext.py", line 529 in build_extension File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/command/build_ext.py", line 474 in _build_extensions_serial File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/command/build_ext.py", line 449 in build_extensions File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/command/build_ext.py", line 340 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/pegen/build.py", line 90 in compile_c_extension File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/pegen/testutil.py", line 104 in generate_parser_c_extension File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py", line 80 in build_extension File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py", line 83 in run_test File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py", line 343 in test_with_stmt_with_paren File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/case.py", line 549 in _callTestMethod File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/case.py", line 592 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/case.py", line 652 in __call__ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/runner.py", line 176 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/support/__init__.py", line 977 in _run_suite File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/support/__init__.py", line 1100 in run_unittest File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 211 in _test_module File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 236 in _runtest_inner2 File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 272 in _runtest_inner File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 142 in _runtest File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 195 in runtest File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest_mp.py", line 81 in run_tests_worker File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/main.py", line 659 in _main File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/main.py", line 639 in main File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/main.py", line 717 in main File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/regrtest.py", line 43 in _main File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/regrtest.py", line 47 in <module> File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/runpy.py", line 87 in _run_code File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/runpy.py", line 197 in _run_module_as_main /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpgd3p4ib5/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmprhqfoji3/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmprhqfoji3/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmprhqfoji3/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmprhqfoji3/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmprhqfoji3/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmprhqfoji3/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmprhqfoji3/parse.c: In function ‘_PyPegen_parse’: /tmp/tmprhqfoji3/parse.c:154:1: warning: ‘/tmp/tmprhqfoji3/tmp/tmprhqfoji3/parse.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmp3jmhp1u5/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmp3jmhp1u5/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmp3jmhp1u5/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmp3jmhp1u5/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmp3jmhp1u5/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmp3jmhp1u5/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmp3jmhp1u5/parse.c: In function ‘_PyPegen_parse’: /tmp/tmp3jmhp1u5/parse.c:730:1: warning: ‘/tmp/tmp3jmhp1u5/tmp/tmp3jmhp1u5/parse.gcda’ profile count data file not found [-Wmissing-profile] 730 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpiav8ajul/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpiav8ajul/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpiav8ajul/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpiav8ajul/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpiav8ajul/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpiav8ajul/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpiav8ajul/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpiav8ajul/parse.c:299:1: warning: ‘/tmp/tmpiav8ajul/tmp/tmpiav8ajul/parse.gcda’ profile count data file not found [-Wmissing-profile] 299 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmphgny3v1k/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmphgny3v1k/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmphgny3v1k/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmphgny3v1k/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmphgny3v1k/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmphgny3v1k/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmphgny3v1k/parse.c: In function ‘_PyPegen_parse’: /tmp/tmphgny3v1k/parse.c:186:1: warning: ‘/tmp/tmphgny3v1k/tmp/tmphgny3v1k/parse.gcda’ profile count data file not found [-Wmissing-profile] 186 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmp_98rmu4d/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmp_98rmu4d/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmp_98rmu4d/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmp_98rmu4d/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmp_98rmu4d/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmp_98rmu4d/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmp_98rmu4d/parse.c: In function ‘_PyPegen_parse’: /tmp/tmp_98rmu4d/parse.c:229:1: warning: ‘/tmp/tmp_98rmu4d/tmp/tmp_98rmu4d/parse.gcda’ profile count data file not found [-Wmissing-profile] 229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmpy4jdpyn7/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpy4jdpyn7/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpy4jdpyn7/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmpy4jdpyn7/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmpy4jdpyn7/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpy4jdpyn7/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmpy4jdpyn7/parse.c: In function ‘_PyPegen_parse’: /tmp/tmpy4jdpyn7/parse.c:260:1: warning: ‘/tmp/tmpy4jdpyn7/tmp/tmpy4jdpyn7/parse.gcda’ profile count data file not found [-Wmissing-profile] 260 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_nonparen_genexp_in_call’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.c:2219:1: warning: ‘/tmp/tmp0tmv4rem/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile] 2219 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmp0tmv4rem/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile] 1229 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmp0tmv4rem/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile] 1909 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.c:10383:1: warning: ‘/tmp/tmp0tmv4rem/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile] 10383 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.c:64:1: warning: ‘/tmp/tmp0tmv4rem/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile] 64 | } | ^ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’: /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmp0tmv4rem/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile] 154 | } | ^ /tmp/tmp0tmv4rem/parse.c: In function ‘_PyPegen_parse’: /tmp/tmp0tmv4rem/parse.c:742:1: warning: ‘/tmp/tmp0tmv4rem/tmp/tmp0tmv4rem/parse.gcda’ profile count data file not found [-Wmissing-profile] 742 | } | ^ Timeout (0:15:00)! Thread 0x00007f4fef37b740 (most recent call first): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/subprocess.py", line 1873 in _try_wait File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/subprocess.py", line 1915 in _wait File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/subprocess.py", line 1185 in wait File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/spawn.py", line 76 in spawn File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/ccompiler.py", line 910 in spawn File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/unixccompiler.py", line 204 in link File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/ccompiler.py", line 713 in link_shared_object File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/command/build_ext.py", line 551 in build_extension File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/command/build_ext.py", line 474 in _build_extensions_serial File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/command/build_ext.py", line 449 in build_extensions File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/distutils/command/build_ext.py", line 340 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/pegen/build.py", line 90 in compile_c_extension File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Tools/peg_generator/pegen/testutil.py", line 104 in generate_parser_c_extension File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py", line 80 in build_extension File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py", line 83 in run_test File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py", line 297 in test_if_stmt_action File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/case.py", line 549 in _callTestMethod File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/case.py", line 592 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/case.py", line 652 in __call__ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/runner.py", line 176 in run File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/support/__init__.py", line 977 in _run_suite File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/support/__init__.py", line 1100 in run_unittest File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 211 in _test_module File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 236 in _runtest_inner2 File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 272 in _runtest_inner File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 155 in _runtest File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 195 in runtest File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/main.py", line 319 in rerun_failed_tests File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/main.py", line 696 in _main File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/main.py", line 639 in main File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/main.py", line 717 in main File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/__main__.py", line 2 in <module> File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/runpy.py", line 87 in _run_code File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/runpy.py", line 197 in _run_module_as_main make: *** [Makefile:1190: buildbottest] Error 1
Cannot open file '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/test-results.xml' for upload
Test report
Failed tests:
- test_peg_generator
Sincerely, -The Buildbot