Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-33987: use ttk labels on IDLE statusbar #22941

Merged
merged 1 commit into from
Oct 24, 2020

Conversation

roseman
Copy link
Contributor

@roseman roseman commented Oct 24, 2020

Switch labels to use ttk so background matches the enclosing frame (switched to ttk in #22899)

https://bugs.python.org/issue33987

@terryjreedy
Copy link
Member

Failure is unrelated ttk LabelScale test. https://bugs.python.org/issue42142. Merging.

@terryjreedy terryjreedy merged commit e53e544 into python:master Oct 24, 2020
@miss-islington
Copy link
Contributor

Thanks @roseman for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 24, 2020
(cherry picked from commit e53e544)

Co-authored-by: Mark Roseman <mark@markroseman.com>
@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Oct 24, 2020
@bedevere-bot
Copy link

GH-22949 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 24, 2020
(cherry picked from commit e53e544)

Co-authored-by: Mark Roseman <mark@markroseman.com>
@bedevere-bot
Copy link

GH-22950 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Oct 24, 2020
(cherry picked from commit e53e544)

Co-authored-by: Mark Roseman <mark@markroseman.com>
miss-islington added a commit that referenced this pull request Oct 24, 2020
(cherry picked from commit e53e544)

Co-authored-by: Mark Roseman <mark@markroseman.com>
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot PPC64LE RHEL8 LTO 3.x has failed when building commit e53e544.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/361/builds/762) and take a look at the build logs.
  4. Check if the failure is related to this commit (e53e544) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/361/builds/762

Failed tests:

  • test_lib2to3

Summary of the results of the build (if available):

==

Click to see traceback logs
remote: Enumerating objects: 15, done.        
remote: Counting objects:   6% (1/15)        
remote: Counting objects:  13% (2/15)        
remote: Counting objects:  20% (3/15)        
remote: Counting objects:  26% (4/15)        
remote: Counting objects:  33% (5/15)        
remote: Counting objects:  40% (6/15)        
remote: Counting objects:  46% (7/15)        
remote: Counting objects:  53% (8/15)        
remote: Counting objects:  60% (9/15)        
remote: Counting objects:  66% (10/15)        
remote: Counting objects:  73% (11/15)        
remote: Counting objects:  80% (12/15)        
remote: Counting objects:  86% (13/15)        
remote: Counting objects:  93% (14/15)        
remote: Counting objects: 100% (15/15)        
remote: Counting objects: 100% (15/15), done.        
remote: Compressing objects:  20% (1/5)        
remote: Compressing objects:  40% (2/5)        
remote: Compressing objects:  60% (3/5)        
remote: Compressing objects:  80% (4/5)        
remote: Compressing objects: 100% (5/5)        
remote: Compressing objects: 100% (5/5), done.        
remote: Total 10 (delta 8), reused 6 (delta 5), pack-reused 0        
From https://github.com/python/cpython
 * branch                  master     -> FETCH_HEAD
Reset branch 'master'

test_winsound skipped -- No module named 'winsound'
Fatal Python error: Segmentation fault

Current thread 0x00007fffa17c4920 (most recent call first):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/lib2to3/btm_matcher.py", line 125 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/lib2to3/refactor.py", line 414 in refactor_tree
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/lib2to3/refactor.py", line 371 in refactor_string
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/lib2to3/refactor.py", line 339 in refactor_file
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/lib2to3/tests/test_all_fixers.py", line 24 in test_all_project_files
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/case.py", line 549 in _callTestMethod
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/case.py", line 592 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/case.py", line 652 in __call__
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/runner.py", line 176 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/support/__init__.py", line 959 in _run_suite
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/support/__init__.py", line 1082 in run_unittest
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/runtest.py", line 211 in _test_module
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/runtest.py", line 236 in _runtest_inner2
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/runtest.py", line 272 in _runtest_inner
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/runtest.py", line 142 in _runtest
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/runtest.py", line 195 in runtest
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/runtest_mp.py", line 81 in run_tests_worker
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/main.py", line 659 in _main
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/main.py", line 639 in main
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/main.py", line 717 in main
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/regrtest.py", line 43 in _main
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/regrtest.py", line 47 in <module>
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/runpy.py", line 87 in _run_code
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/runpy.py", line 197 in _run_module_as_main
test_flock (__main__.FNTLEINTRTest) ... ok
test_lockf (__main__.FNTLEINTRTest) ... ok
test_read (__main__.OSEINTRTest) ... ok
test_wait (__main__.OSEINTRTest) ... ok
test_wait3 (__main__.OSEINTRTest) ... ok
test_wait4 (__main__.OSEINTRTest) ... ok
test_waitpid (__main__.OSEINTRTest) ... ok
test_write (__main__.OSEINTRTest) ... ok
test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll'
test_epoll (__main__.SelectEINTRTest) ... ok
test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue'
test_poll (__main__.SelectEINTRTest) ... ok
test_select (__main__.SelectEINTRTest) ... ok
test_sigtimedwait (__main__.SignalEINTRTest) ... ok
test_sigwaitinfo (__main__.SignalEINTRTest) ... ok
test_accept (__main__.SocketEINTRTest) ... ok
test_open (__main__.SocketEINTRTest) ... ok
test_os_open (__main__.SocketEINTRTest) ... ok
test_recv (__main__.SocketEINTRTest) ... ok
test_recvmsg (__main__.SocketEINTRTest) ... ok
test_send (__main__.SocketEINTRTest) ... ok
test_sendall (__main__.SocketEINTRTest) ... ok
test_sendmsg (__main__.SocketEINTRTest) ... ok
test_sleep (__main__.TimeEINTRTest) ... ok

----------------------------------------------------------------------
Ran 24 tests in 6.419s

OK (skipped=2)
test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp'
test_winreg skipped -- No module named 'winreg'
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-RHEL8-ppc64le.lto/build/Lib/os.py'> has no attribute 'startfile'
test_ioctl skipped -- Unable to open /dev/tty
test_devpoll skipped -- test works only on Solaris OS family
test_msilib skipped -- No module named '_msi'
test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_winconsoleio skipped -- test only relevant on win32
test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_kqueue skipped -- test works only on BSD
Fatal Python error: Segmentation fault

Current thread 0x00007fffae2d4920 (most recent call first):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/lib2to3/btm_matcher.py", line 125 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/lib2to3/refactor.py", line 414 in refactor_tree
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/lib2to3/refactor.py", line 371 in refactor_string
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/lib2to3/refactor.py", line 339 in refactor_file
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/lib2to3/tests/test_all_fixers.py", line 24 in test_all_project_files
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/case.py", line 549 in _callTestMethod
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/case.py", line 592 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/case.py", line 652 in __call__
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 122 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/unittest/runner.py", line 176 in run
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/support/__init__.py", line 959 in _run_suite
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/support/__init__.py", line 1082 in run_unittest
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/runtest.py", line 211 in _test_module
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/runtest.py", line 236 in _runtest_inner2
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/runtest.py", line 272 in _runtest_inner
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/runtest.py", line 155 in _runtest
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/runtest.py", line 195 in runtest
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/main.py", line 319 in rerun_failed_tests
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/main.py", line 696 in _main
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/main.py", line 639 in main
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/libregrtest/main.py", line 717 in main
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/__main__.py", line 2 in <module>
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/runpy.py", line 87 in _run_code
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/runpy.py", line 197 in _run_module_as_main
make: *** [Makefile:1199: buildbottest] Segmentation fault (core dumped)

Cannot open file '/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/test-results.xml' for upload

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora LTO + PGO 3.x has failed when building commit e53e544.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/545/builds/644) and take a look at the build logs.
  4. Check if the failure is related to this commit (e53e544) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/545/builds/644

Failed tests:

  • test_lib2to3

Summary of the results of the build (if available):

==

Click to see traceback logs
remote: Enumerating objects: 15, done.        
remote: Counting objects:   6% (1/15)        
remote: Counting objects:  13% (2/15)        
remote: Counting objects:  20% (3/15)        
remote: Counting objects:  26% (4/15)        
remote: Counting objects:  33% (5/15)        
remote: Counting objects:  40% (6/15)        
remote: Counting objects:  46% (7/15)        
remote: Counting objects:  53% (8/15)        
remote: Counting objects:  60% (9/15)        
remote: Counting objects:  66% (10/15)        
remote: Counting objects:  73% (11/15)        
remote: Counting objects:  80% (12/15)        
remote: Counting objects:  86% (13/15)        
remote: Counting objects:  93% (14/15)        
remote: Counting objects: 100% (15/15)        
remote: Counting objects: 100% (15/15), done.        
remote: Compressing objects:  20% (1/5)        
remote: Compressing objects:  40% (2/5)        
remote: Compressing objects:  60% (3/5)        
remote: Compressing objects:  80% (4/5)        
remote: Compressing objects: 100% (5/5)        
remote: Compressing objects: 100% (5/5), done.        
remote: Total 10 (delta 8), reused 6 (delta 5), 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:1824: clean-retain-profile] Error 1 (ignored)
In function ‘assemble_lnotab’,
    inlined from ‘assemble_emit’ at Python/compile.c:5696:25,
    inlined from ‘assemble’ at Python/compile.c:6038:18:
Python/compile.c:5650:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 5650 |         *lnotab++ = k;
      |         ~~~~~~~~~~^~~
In function ‘assemble_lnotab’,
    inlined from ‘assemble_emit’ at Python/compile.c:5696:25,
    inlined from ‘assemble’ at Python/compile.c:6038:18:
Python/compile.c:5650:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 5650 |         *lnotab++ = k;
      |                   ^
In function ‘assemble_lnotab’,
    inlined from ‘assemble_emit’ at Python/compile.c:5696:0,
    inlined from ‘assemble’ at Python/compile.c:6038:0:
Python/compile.c:5650: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 5650 |         *lnotab++ = k;
      | 
In function ‘assemble_lnotab’,
    inlined from ‘assemble_emit’ at Python/compile.c:5696:0,
    inlined from ‘assemble’ at Python/compile.c:6038:0:
Python/compile.c:5650: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 5650 |         *lnotab++ = k;
      | 
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Modules/_pickle.c: In function ‘load_string’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Modules/_pickle.c:5444:30: warning: ‘s’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 5444 |     if (len >= 2 && s[0] == s[len - 1] && (s[0] == '\'' || s[0] == '"')) {
      |                              ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Modules/_pickle.c: In function ‘load_int’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Modules/_pickle.c:5181:17: warning: ‘s’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 5181 |         value = PyLong_FromString(s, NULL, 0);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Modules/socketmodule.c: In function ‘getsockaddrarg’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.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/dje/cpython-buildarea/3.x.edelsohn-fedora-z.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/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/pyfpe.gcda’ profile count data file not found [-Wmissing-profile]
   15 | }
      | ^

test_winreg skipped -- No module named 'winreg'
test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_kqueue skipped -- test works only on BSD
test_gdb skipped -- test_gdb is not reliable on PGO builds
test_devpoll skipped -- test works only on Solaris OS family
test_nis skipped -- No module named 'nis'
test_winsound skipped -- No module named 'winsound'
test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp'
test_flock (__main__.FNTLEINTRTest) ... ok
test_lockf (__main__.FNTLEINTRTest) ... ok
test_read (__main__.OSEINTRTest) ... ok
test_wait (__main__.OSEINTRTest) ... ok
test_wait3 (__main__.OSEINTRTest) ... ok
test_wait4 (__main__.OSEINTRTest) ... ok
test_waitpid (__main__.OSEINTRTest) ... ok
test_write (__main__.OSEINTRTest) ... ok
test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll'
test_epoll (__main__.SelectEINTRTest) ... ok
test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue'
test_poll (__main__.SelectEINTRTest) ... ok
test_select (__main__.SelectEINTRTest) ... ok
test_sigtimedwait (__main__.SignalEINTRTest) ... ok
test_sigwaitinfo (__main__.SignalEINTRTest) ... ok
test_accept (__main__.SocketEINTRTest) ... ok
test_open (__main__.SocketEINTRTest) ... ok
test_os_open (__main__.SocketEINTRTest) ... ok
test_recv (__main__.SocketEINTRTest) ... ok
test_recvmsg (__main__.SocketEINTRTest) ... ok
test_send (__main__.SocketEINTRTest) ... ok
test_sendall (__main__.SocketEINTRTest) ... ok
test_sendmsg (__main__.SocketEINTRTest) ... ok
test_sleep (__main__.TimeEINTRTest) ... ok

----------------------------------------------------------------------
Ran 24 tests in 6.399s

OK (skipped=2)
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
test_msilib skipped -- No module named '_msi'
test_readline skipped -- No module named 'readline'
test_ioctl skipped -- Unable to open /dev/tty
test_startfile skipped -- object <module 'os' from '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/os.py'> has no attribute 'startfile'
test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_winconsoleio skipped -- test only relevant on win32
Fatal Python error: Segmentation fault

Current thread 0x000003ffbcc78b20 (most recent call first):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/lib2to3/btm_matcher.py", line 125 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/lib2to3/refactor.py", line 414 in refactor_tree
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/lib2to3/refactor.py", line 371 in refactor_string
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/lib2to3/refactor.py", line 339 in refactor_file
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/lib2to3/tests/test_all_fixers.py", line 24 in test_all_project_files
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/case.py", line 549 in _callTestMethod
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/case.py", line 592 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/case.py", line 652 in __call__
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/runner.py", line 176 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/support/__init__.py", line 959 in _run_suite
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/support/__init__.py", line 1082 in run_unittest
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 211 in _test_module
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 236 in _runtest_inner2
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 272 in _runtest_inner
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 142 in _runtest
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 195 in runtest
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest_mp.py", line 81 in run_tests_worker
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 659 in _main
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 639 in main
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 717 in main
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/regrtest.py", line 43 in _main
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/regrtest.py", line 47 in <module>
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/runpy.py", line 87 in _run_code
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/runpy.py", line 197 in _run_module_as_main
test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmpf9rs46g4/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpf9rs46g4/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpf9rs46g4/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmpf9rs46g4/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmpf9rs46g4/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpf9rs46g4/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmpf9rs46g4/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpf9rs46g4/parse.c:154:1: warning: ‘/tmp/tmpf9rs46g4/tmp/tmpf9rs46g4/parse.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmpno09yo7v/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpno09yo7v/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpno09yo7v/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmpno09yo7v/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmpno09yo7v/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpno09yo7v/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmpno09yo7v/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpno09yo7v/parse.c:730:1: warning: ‘/tmp/tmpno09yo7v/tmp/tmpno09yo7v/parse.gcda’ profile count data file not found [-Wmissing-profile]
  730 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmp6uipmo_n/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmp6uipmo_n/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmp6uipmo_n/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmp6uipmo_n/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmp6uipmo_n/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmp6uipmo_n/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmp6uipmo_n/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp6uipmo_n/parse.c:299:1: warning: ‘/tmp/tmp6uipmo_n/tmp/tmp6uipmo_n/parse.gcda’ profile count data file not found [-Wmissing-profile]
  299 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmp5_ls2dr_/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmp5_ls2dr_/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmp5_ls2dr_/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmp5_ls2dr_/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmp5_ls2dr_/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmp5_ls2dr_/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmp5_ls2dr_/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp5_ls2dr_/parse.c:186:1: warning: ‘/tmp/tmp5_ls2dr_/tmp/tmp5_ls2dr_/parse.gcda’ profile count data file not found [-Wmissing-profile]
  186 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmpeg2vgp21/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpeg2vgp21/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpeg2vgp21/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmpeg2vgp21/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmpeg2vgp21/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpeg2vgp21/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmpeg2vgp21/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpeg2vgp21/parse.c:229:1: warning: ‘/tmp/tmpeg2vgp21/tmp/tmpeg2vgp21/parse.gcda’ profile count data file not found [-Wmissing-profile]
  229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmp4r_ywidf/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmp4r_ywidf/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmp4r_ywidf/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmp4r_ywidf/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmp4r_ywidf/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmp4r_ywidf/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmp4r_ywidf/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp4r_ywidf/parse.c:260:1: warning: ‘/tmp/tmp4r_ywidf/tmp/tmp4r_ywidf/parse.gcda’ profile count data file not found [-Wmissing-profile]
  260 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmp19g1oj7l/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmp19g1oj7l/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmp19g1oj7l/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmp19g1oj7l/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmp19g1oj7l/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmp19g1oj7l/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmp19g1oj7l/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp19g1oj7l/parse.c:742:1: warning: ‘/tmp/tmp19g1oj7l/tmp/tmp19g1oj7l/parse.gcda’ profile count data file not found [-Wmissing-profile]
  742 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmpfhol4anw/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpfhol4anw/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpfhol4anw/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmpfhol4anw/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmpfhol4anw/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpfhol4anw/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmpfhol4anw/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpfhol4anw/parse.c:219:1: warning: ‘/tmp/tmpfhol4anw/tmp/tmpfhol4anw/parse.gcda’ profile count data file not found [-Wmissing-profile]
  219 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmpl8vn_yqe/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpl8vn_yqe/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpl8vn_yqe/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmpl8vn_yqe/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmpl8vn_yqe/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpl8vn_yqe/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmpl8vn_yqe/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpl8vn_yqe/parse.c:132:1: warning: ‘/tmp/tmpl8vn_yqe/tmp/tmpl8vn_yqe/parse.gcda’ profile count data file not found [-Wmissing-profile]
  132 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmpgbv7vs1_/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpgbv7vs1_/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpgbv7vs1_/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmpgbv7vs1_/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmpgbv7vs1_/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpgbv7vs1_/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmpgbv7vs1_/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpgbv7vs1_/parse.c:225:1: warning: ‘/tmp/tmpgbv7vs1_/tmp/tmpgbv7vs1_/parse.gcda’ profile count data file not found [-Wmissing-profile]
  225 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmpofo7hb3m/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpofo7hb3m/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpofo7hb3m/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmpofo7hb3m/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmpofo7hb3m/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpofo7hb3m/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmpofo7hb3m/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpofo7hb3m/parse.c:217:1: warning: ‘/tmp/tmpofo7hb3m/tmp/tmpofo7hb3m/parse.gcda’ profile count data file not found [-Wmissing-profile]
  217 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmpoe_tbot8/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpoe_tbot8/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpoe_tbot8/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmpoe_tbot8/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmpoe_tbot8/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpoe_tbot8/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmpoe_tbot8/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpoe_tbot8/parse.c:132:1: warning: ‘/tmp/tmpoe_tbot8/tmp/tmpoe_tbot8/parse.gcda’ profile count data file not found [-Wmissing-profile]
  132 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmp1e9nxnk6/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmp1e9nxnk6/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmp1e9nxnk6/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmp1e9nxnk6/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmp1e9nxnk6/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmp1e9nxnk6/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmp1e9nxnk6/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp1e9nxnk6/parse.c:372:1: warning: ‘/tmp/tmp1e9nxnk6/tmp/tmp1e9nxnk6/parse.gcda’ profile count data file not found [-Wmissing-profile]
  372 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmp5stnpsdx/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmp5stnpsdx/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmp5stnpsdx/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmp5stnpsdx/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmp5stnpsdx/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmp5stnpsdx/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmp5stnpsdx/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp5stnpsdx/parse.c:374:1: warning: ‘/tmp/tmp5stnpsdx/tmp/tmp5stnpsdx/parse.gcda’ profile count data file not found [-Wmissing-profile]
  374 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmpieuuwgyc/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpieuuwgyc/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpieuuwgyc/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmpieuuwgyc/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmpieuuwgyc/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpieuuwgyc/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmpieuuwgyc/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpieuuwgyc/parse.c:525:1: warning: ‘/tmp/tmpieuuwgyc/tmp/tmpieuuwgyc/parse.gcda’ profile count data file not found [-Wmissing-profile]
  525 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmpw0k1l300/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpw0k1l300/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpw0k1l300/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmpw0k1l300/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmpw0k1l300/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpw0k1l300/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmpw0k1l300/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpw0k1l300/parse.c:115:1: warning: ‘/tmp/tmpw0k1l300/tmp/tmpw0k1l300/parse.gcda’ profile count data file not found [-Wmissing-profile]
  115 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmpqkgpwouq/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpqkgpwouq/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpqkgpwouq/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmpqkgpwouq/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmpqkgpwouq/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpqkgpwouq/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmpqkgpwouq/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpqkgpwouq/parse.c:113:1: warning: ‘/tmp/tmpqkgpwouq/tmp/tmpqkgpwouq/parse.gcda’ profile count data file not found [-Wmissing-profile]
  113 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmpzfk2zsdl/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpzfk2zsdl/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpzfk2zsdl/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmpzfk2zsdl/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmpzfk2zsdl/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpzfk2zsdl/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmpzfk2zsdl/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpzfk2zsdl/parse.c:181:1: warning: ‘/tmp/tmpzfk2zsdl/tmp/tmpzfk2zsdl/parse.gcda’ profile count data file not found [-Wmissing-profile]
  181 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmpvpk2ipl9/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpvpk2ipl9/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpvpk2ipl9/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmpvpk2ipl9/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmpvpk2ipl9/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpvpk2ipl9/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmpvpk2ipl9/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpvpk2ipl9/parse.c:521:1: warning: ‘/tmp/tmpvpk2ipl9/tmp/tmpvpk2ipl9/parse.gcda’ profile count data file not found [-Wmissing-profile]
  521 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c: In function ‘_PyPegen_collect_call_seqs’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.c:2268:1: warning: ‘/tmp/tmpyjewohmk/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/pegen.gcda’ profile count data file not found [-Wmissing-profile]
 2268 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.c:1229:1: warning: ‘/tmp/tmpyjewohmk/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/string_parser.gcda’ profile count data file not found [-Wmissing-profile]
 1229 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c: In function ‘PyTokenizer_FindEncoding’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.c:1909:1: warning: ‘/tmp/tmpyjewohmk/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Parser/tokenizer.gcda’ profile count data file not found [-Wmissing-profile]
 1909 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c: In function ‘PyAST_Check’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.c:10197:1: warning: ‘/tmp/tmpyjewohmk/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/Python-ast.gcda’ profile count data file not found [-Wmissing-profile]
10197 | }
      | ^
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.c:6:1: warning: ‘/tmp/tmpyjewohmk/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Python/asdl.gcda’ profile count data file not found [-Wmissing-profile]
    6 | GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: warning: ‘/tmp/tmpyjewohmk/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda’ profile count data file not found [-Wmissing-profile]
  154 | }
      | ^
/tmp/tmpyjewohmk/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpyjewohmk/parse.c:705:1: warning: ‘/tmp/tmpyjewohmk/tmp/tmpyjewohmk/parse.gcda’ profile count data file not found [-Wmissing-profile]
  705 | }
      | ^
Fatal Python error: Segmentation fault

Current thread 0x000003ff7fdf8b20 (most recent call first):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/lib2to3/btm_matcher.py", line 125 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/lib2to3/refactor.py", line 414 in refactor_tree
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/lib2to3/refactor.py", line 371 in refactor_string
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/lib2to3/refactor.py", line 339 in refactor_file
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/lib2to3/tests/test_all_fixers.py", line 24 in test_all_project_files
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/case.py", line 549 in _callTestMethod
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/case.py", line 592 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/case.py", line 652 in __call__
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/unittest/runner.py", line 176 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/support/__init__.py", line 959 in _run_suite
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/support/__init__.py", line 1082 in run_unittest
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 211 in _test_module
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 236 in _runtest_inner2
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 272 in _runtest_inner
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 155 in _runtest
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 195 in runtest
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 319 in rerun_failed_tests
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 696 in _main
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 639 in main
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 717 in main
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/__main__.py", line 2 in <module>
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/runpy.py", line 87 in _run_code
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/runpy.py", line 197 in _run_module_as_main
make: *** [Makefile:1199: buildbottest] Segmentation fault (core dumped)

Cannot open file '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/test-results.xml' for upload

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x RHEL8 LTO 3.x has failed when building commit e53e544.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/567/builds/870) and take a look at the build logs.
  4. Check if the failure is related to this commit (e53e544) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/567/builds/870

Failed tests:

  • test_lib2to3
  • test_os

Failed subtests:

  • test_utime_current - test.test_os.UtimeTests
  • test_utime_current_old - test.test_os.UtimeTests

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/test/test_os.py", line 762, in test_utime_current_old
    self._test_utime_current(set_time)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/test/test_os.py", line 749, in _test_utime_current
    self.assertAlmostEqual(st.st_mtime, current,
AssertionError: 1603584881.1478004 != 1603584881.4204729 within 0.05 delta (0.2726724147796631 difference) : st_time=1603584881.1478004, current=1603584881.4204729, dt=-0.2726724147796631


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/test/test_os.py", line 756, in test_utime_current
    self._test_utime_current(set_time)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/test/test_os.py", line 749, in _test_utime_current
    self.assertAlmostEqual(st.st_mtime, current,
AssertionError: 1603584881.1478004 != 1603584881.419046 within 0.05 delta (0.27124547958374023 difference) : st_time=1603584881.1478004, current=1603584881.419046, dt=-0.27124547958374023

adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants