The Buildbot has detected a new failure on builder PPC64LE RHEL7 LTO 3.12 while 
building python/cpython.
Full details are available at:
    https://buildbot.python.org/all/#/builders/1205/builds/593

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-RHEL7-ppc64le

Build Reason: <unknown>
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>

BUILD FAILED: failed compile (failure)


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




Captured traceback
==================

remote: Enumerating objects: 42, done.        
remote: Counting objects:   2% (1/38)        
remote: Counting objects:   5% (2/38)        
remote: Counting objects:   7% (3/38)        
remote: Counting objects:  10% (4/38)        
remote: Counting objects:  13% (5/38)        
remote: Counting objects:  15% (6/38)        
remote: Counting objects:  18% (7/38)        
remote: Counting objects:  21% (8/38)        
remote: Counting objects:  23% (9/38)        
remote: Counting objects:  26% (10/38)        
remote: Counting objects:  28% (11/38)        
remote: Counting objects:  31% (12/38)        
remote: Counting objects:  34% (13/38)        
remote: Counting objects:  36% (14/38)        
remote: Counting objects:  39% (15/38)        
remote: Counting objects:  42% (16/38)        
remote: Counting objects:  44% (17/38)        
remote: Counting objects:  47% (18/38)        
remote: Counting objects:  50% (19/38)        
remote: Counting objects:  52% (20/38)        
remote: Counting objects:  55% (21/38)        
remote: Counting objects:  57% (22/38)        
remote: Counting objects:  60% (23/38)        
remote: Counting objects:  63% (24/38)        
remote: Counting objects:  65% (25/38)        
remote: Counting objects:  68% (26/38)        
remote: Counting objects:  71% (27/38)        
remote: Counting objects:  73% (28/38)        
remote: Counting objects:  76% (29/38)        
remote: Counting objects:  78% (30/38)        
remote: Counting objects:  81% (31/38)        
remote: Counting objects:  84% (32/38)        
remote: Counting objects:  86% (33/38)        
remote: Counting objects:  89% (34/38)        
remote: Counting objects:  92% (35/38)        
remote: Counting objects:  94% (36/38)        
remote: Counting objects:  97% (37/38)        
remote: Counting objects: 100% (38/38)        
remote: Counting objects: 100% (38/38), done.        
remote: Compressing objects:   3% (1/30)        
remote: Compressing objects:   6% (2/30)        
remote: Compressing objects:  10% (3/30)        
remote: Compressing objects:  13% (4/30)        
remote: Compressing objects:  16% (5/30)        
remote: Compressing objects:  20% (6/30)        
remote: Compressing objects:  23% (7/30)        
remote: Compressing objects:  26% (8/30)        
remote: Compressing objects:  30% (9/30)        
remote: Compressing objects:  33% (10/30)        
remote: Compressing objects:  36% (11/30)        
remote: Compressing objects:  40% (12/30)        
remote: Compressing objects:  43% (13/30)        
remote: Compressing objects:  46% (14/30)        
remote: Compressing objects:  50% (15/30)        
remote: Compressing objects:  53% (16/30)        
remote: Compressing objects:  56% (17/30)        
remote: Compressing objects:  60% (18/30)        
remote: Compressing objects:  63% (19/30)        
remote: Compressing objects:  66% (20/30)        
remote: Compressing objects:  70% (21/30)        
remote: Compressing objects:  73% (22/30)        
remote: Compressing objects:  76% (23/30)        
remote: Compressing objects:  80% (24/30)        
remote: Compressing objects:  83% (25/30)        
remote: Compressing objects:  86% (26/30)        
remote: Compressing objects:  90% (27/30)        
remote: Compressing objects:  93% (28/30)        
remote: Compressing objects:  96% (29/30)        
remote: Compressing objects: 100% (30/30)        
remote: Compressing objects: 100% (30/30), done.        
remote: Total 42 (delta 19), reused 20 (delta 8), pack-reused 4        
>From https://github.com/python/cpython
 * branch            3.12       -> FETCH_HEAD
Note: checking out '95982c983fa61a1967c81f4acd16e06b2d95a550'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 95982c9... [3.12] gh-86650: Fix IndexError when parse emails 
with invalid Message-ID (GH-117934) (GH-117965)
Switched to and reset branch '3.12'

In file included from ./Include/internal/pycore_runtime.h:12:0,
                 from ./Include/internal/pycore_pystate.h:11,
                 from Parser/pegen.c:3:
./Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
In file included from ./Include/internal/pycore_runtime.h:12:0,
                 from ./Include/internal/pycore_pystate.h:11,
                 from Parser/myreadline.c:14:
./Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
In file included from ./Include/internal/pycore_runtime.h:12:0,
                 from ./Include/internal/pycore_pystate.h:11,
                 from ./Include/internal/pycore_call.h:11,
                 from Parser/tokenizer.c:6:
./Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
In file included from ./Include/internal/pycore_runtime.h:12:0,
                 from Parser/action_helpers.c:6:
./Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
In file included from ./Include/internal/pycore_runtime.h:12:0,
                 from ./Include/internal/pycore_pystate.h:11,
                 from ./Include/internal/pycore_call.h:11,
                 from Objects/abstract.c:5:
./Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
make: *** [Parser/pegen.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Parser/tokenizer.o] Error 1
In file included from ./Include/internal/pycore_interp.h:15:0,
                 from ./Include/internal/pycore_object.h:13,
                 from Objects/boolobject.c:4:
./Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
make: *** [Parser/action_helpers.o] Error 1
make: *** [Parser/myreadline.o] Error 1
make: *** [Objects/abstract.o] Error 1
make: *** [Objects/boolobject.o] Error 1

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: [Makefile:2824: clean-retain-profile] Error 1 (ignored)


Test report
===========





Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL7 
LTO + PGO 3.12 while building python/cpython.
Full details are available at:
    https://buildbot.python.org/all/#/builders/1132/builds/590

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-RHEL7-ppc64le

Build Reason: <unknown>
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>

BUILD FAILED: failed compile (failure)


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




Captured traceback
==================

remote: Enumerating objects: 42, done.        
remote: Counting objects:   2% (1/38)        
remote: Counting objects:   5% (2/38)        
remote: Counting objects:   7% (3/38)        
remote: Counting objects:  10% (4/38)        
remote: Counting objects:  13% (5/38)        
remote: Counting objects:  15% (6/38)        
remote: Counting objects:  18% (7/38)        
remote: Counting objects:  21% (8/38)        
remote: Counting objects:  23% (9/38)        
remote: Counting objects:  26% (10/38)        
remote: Counting objects:  28% (11/38)        
remote: Counting objects:  31% (12/38)        
remote: Counting objects:  34% (13/38)        
remote: Counting objects:  36% (14/38)        
remote: Counting objects:  39% (15/38)        
remote: Counting objects:  42% (16/38)        
remote: Counting objects:  44% (17/38)        
remote: Counting objects:  47% (18/38)        
remote: Counting objects:  50% (19/38)        
remote: Counting objects:  52% (20/38)        
remote: Counting objects:  55% (21/38)        
remote: Counting objects:  57% (22/38)        
remote: Counting objects:  60% (23/38)        
remote: Counting objects:  63% (24/38)        
remote: Counting objects:  65% (25/38)        
remote: Counting objects:  68% (26/38)        
remote: Counting objects:  71% (27/38)        
remote: Counting objects:  73% (28/38)        
remote: Counting objects:  76% (29/38)        
remote: Counting objects:  78% (30/38)        
remote: Counting objects:  81% (31/38)        
remote: Counting objects:  84% (32/38)        
remote: Counting objects:  86% (33/38)        
remote: Counting objects:  89% (34/38)        
remote: Counting objects:  92% (35/38)        
remote: Counting objects:  94% (36/38)        
remote: Counting objects:  97% (37/38)        
remote: Counting objects: 100% (38/38)        
remote: Counting objects: 100% (38/38), done.        
remote: Compressing objects:   3% (1/32)        
remote: Compressing objects:   6% (2/32)        
remote: Compressing objects:   9% (3/32)        
remote: Compressing objects:  12% (4/32)        
remote: Compressing objects:  15% (5/32)        
remote: Compressing objects:  18% (6/32)        
remote: Compressing objects:  21% (7/32)        
remote: Compressing objects:  25% (8/32)        
remote: Compressing objects:  28% (9/32)        
remote: Compressing objects:  31% (10/32)        
remote: Compressing objects:  34% (11/32)        
remote: Compressing objects:  37% (12/32)        
remote: Compressing objects:  40% (13/32)        
remote: Compressing objects:  43% (14/32)        
remote: Compressing objects:  46% (15/32)        
remote: Compressing objects:  50% (16/32)        
remote: Compressing objects:  53% (17/32)        
remote: Compressing objects:  56% (18/32)        
remote: Compressing objects:  59% (19/32)        
remote: Compressing objects:  62% (20/32)        
remote: Compressing objects:  65% (21/32)        
remote: Compressing objects:  68% (22/32)        
remote: Compressing objects:  71% (23/32)        
remote: Compressing objects:  75% (24/32)        
remote: Compressing objects:  78% (25/32)        
remote: Compressing objects:  81% (26/32)        
remote: Compressing objects:  84% (27/32)        
remote: Compressing objects:  87% (28/32)        
remote: Compressing objects:  90% (29/32)        
remote: Compressing objects:  93% (30/32)        
remote: Compressing objects:  96% (31/32)        
remote: Compressing objects: 100% (32/32)        
remote: Compressing objects: 100% (32/32), done.        
remote: Total 42 (delta 19), reused 18 (delta 6), pack-reused 4        
>From https://github.com/python/cpython
 * branch            3.12       -> FETCH_HEAD
Note: checking out '95982c983fa61a1967c81f4acd16e06b2d95a550'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 95982c9... [3.12] gh-86650: Fix IndexError when parse emails 
with invalid Message-ID (GH-117934) (GH-117965)
Switched to and reset branch '3.12'

find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [clean-retain-profile] Error 1 (ignored)
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
make[2]: *** [Programs/python.o] Error 1
make[2]: *** Waiting for unfinished jobs....
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
make[2]: *** [Parser/token.o] Error 1
make[2]: *** [Parser/pegen.o] Error 1
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
make[2]: *** [Parser/pegen_errors.o] Error 1
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
make[2]: *** [Parser/action_helpers.o] Error 1
make[1]: *** [profile-gen-stamp] Error 2
make: *** [profile-run-stamp] Error 2

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: [Makefile:2824: clean-retain-profile] Error 1 (ignored)


Test report
===========





Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL7 
3.12 while building python/cpython.
Full details are available at:
    https://buildbot.python.org/all/#/builders/1204/builds/574

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-RHEL7-ppc64le

Build Reason: <unknown>
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>

BUILD FAILED: failed compile (failure)


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




Captured traceback
==================

remote: Enumerating objects: 42, done.        
remote: Counting objects:   2% (1/38)        
remote: Counting objects:   5% (2/38)        
remote: Counting objects:   7% (3/38)        
remote: Counting objects:  10% (4/38)        
remote: Counting objects:  13% (5/38)        
remote: Counting objects:  15% (6/38)        
remote: Counting objects:  18% (7/38)        
remote: Counting objects:  21% (8/38)        
remote: Counting objects:  23% (9/38)        
remote: Counting objects:  26% (10/38)        
remote: Counting objects:  28% (11/38)        
remote: Counting objects:  31% (12/38)        
remote: Counting objects:  34% (13/38)        
remote: Counting objects:  36% (14/38)        
remote: Counting objects:  39% (15/38)        
remote: Counting objects:  42% (16/38)        
remote: Counting objects:  44% (17/38)        
remote: Counting objects:  47% (18/38)        
remote: Counting objects:  50% (19/38)        
remote: Counting objects:  52% (20/38)        
remote: Counting objects:  55% (21/38)        
remote: Counting objects:  57% (22/38)        
remote: Counting objects:  60% (23/38)        
remote: Counting objects:  63% (24/38)        
remote: Counting objects:  65% (25/38)        
remote: Counting objects:  68% (26/38)        
remote: Counting objects:  71% (27/38)        
remote: Counting objects:  73% (28/38)        
remote: Counting objects:  76% (29/38)        
remote: Counting objects:  78% (30/38)        
remote: Counting objects:  81% (31/38)        
remote: Counting objects:  84% (32/38)        
remote: Counting objects:  86% (33/38)        
remote: Counting objects:  89% (34/38)        
remote: Counting objects:  92% (35/38)        
remote: Counting objects:  94% (36/38)        
remote: Counting objects:  97% (37/38)        
remote: Counting objects: 100% (38/38)        
remote: Counting objects: 100% (38/38), done.        
remote: Compressing objects:   4% (1/23)        
remote: Compressing objects:   8% (2/23)        
remote: Compressing objects:  13% (3/23)        
remote: Compressing objects:  17% (4/23)        
remote: Compressing objects:  21% (5/23)        
remote: Compressing objects:  26% (6/23)        
remote: Compressing objects:  30% (7/23)        
remote: Compressing objects:  34% (8/23)        
remote: Compressing objects:  39% (9/23)        
remote: Compressing objects:  43% (10/23)        
remote: Compressing objects:  47% (11/23)        
remote: Compressing objects:  52% (12/23)        
remote: Compressing objects:  56% (13/23)        
remote: Compressing objects:  60% (14/23)        
remote: Compressing objects:  65% (15/23)        
remote: Compressing objects:  69% (16/23)        
remote: Compressing objects:  73% (17/23)        
remote: Compressing objects:  78% (18/23)        
remote: Compressing objects:  82% (19/23)        
remote: Compressing objects:  86% (20/23)        
remote: Compressing objects:  91% (21/23)        
remote: Compressing objects:  95% (22/23)        
remote: Compressing objects: 100% (23/23)        
remote: Compressing objects: 100% (23/23), done.        
remote: Total 42 (delta 19), reused 22 (delta 15), pack-reused 4        
>From https://github.com/python/cpython
 * branch            3.12       -> FETCH_HEAD
Note: checking out '95982c983fa61a1967c81f4acd16e06b2d95a550'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 95982c9... [3.12] gh-86650: Fix IndexError when parse emails 
with invalid Message-ID (GH-117934) (GH-117965)
Switched to and reset branch '3.12'

In file included from ../Include/internal/pycore_runtime.h:12:0,
                 from ../Parser/action_helpers.c:6:
../Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
In file included from ../Include/internal/pycore_runtime.h:12:0,
                 from ../Include/internal/pycore_pystate.h:11,
                 from ../Include/internal/pycore_call.h:11,
                 from ../Parser/tokenizer.c:6:
../Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
compilation terminated.
In file included from ../Include/internal/pycore_runtime.h:12:0,
                 from ../Include/internal/pycore_pystate.h:11,
                 from ../Parser/pegen.c:3:
../Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
In file included from ../Include/internal/pycore_runtime.h:12:0,
                 from ../Include/internal/pycore_pystate.h:11,
                 from ../Parser/myreadline.c:14:
../Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
In file included from ../Include/internal/pycore_runtime.h:12:0,
                 from ../Include/internal/pycore_pystate.h:11,
                 from ../Include/internal/pycore_call.h:11,
                 from ../Objects/abstract.c:5:
../Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
In file included from ../Include/internal/pycore_runtime.h:12:0,
                 from ../Include/internal/pycore_pystate.h:11,
                 from ../Include/internal/pycore_call.h:11,
                 from ../Objects/bytesobject.c:9:
../Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
make: *** [Parser/myreadline.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Parser/tokenizer.o] Error 1
make: *** [Parser/pegen.o] Error 1
make: *** [Parser/action_helpers.o] Error 1
In file included from ../Include/internal/pycore_interp.h:15:0,
                 from ../Include/internal/pycore_object.h:13,
                 from ../Objects/boolobject.c:4:
../Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
In file included from ../Include/internal/pycore_interp.h:15:0,
                 from ../Include/internal/pycore_object.h:13,
                 from ../Objects/bytearrayobject.c:8:
../Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
make: *** [Objects/abstract.o] Error 1
make: *** [Objects/bytesobject.o] Error 1
make: *** [Objects/bytearrayobject.o] Error 1
make: *** [Objects/boolobject.o] Error 1

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: [Makefile:2824: clean-retain-profile] Error 1 (ignored)


Test report
===========





Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL7 
LTO 3.12 while building python/cpython.
Full details are available at:
    https://buildbot.python.org/all/#/builders/1156/builds/893

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-RHEL7-x86_64

Build Reason: <unknown>
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>

BUILD FAILED: failed compile (failure)


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




Captured traceback
==================

remote: Enumerating objects: 42, done.        
remote: Counting objects:   2% (1/38)        
remote: Counting objects:   5% (2/38)        
remote: Counting objects:   7% (3/38)        
remote: Counting objects:  10% (4/38)        
remote: Counting objects:  13% (5/38)        
remote: Counting objects:  15% (6/38)        
remote: Counting objects:  18% (7/38)        
remote: Counting objects:  21% (8/38)        
remote: Counting objects:  23% (9/38)        
remote: Counting objects:  26% (10/38)        
remote: Counting objects:  28% (11/38)        
remote: Counting objects:  31% (12/38)        
remote: Counting objects:  34% (13/38)        
remote: Counting objects:  36% (14/38)        
remote: Counting objects:  39% (15/38)        
remote: Counting objects:  42% (16/38)        
remote: Counting objects:  44% (17/38)        
remote: Counting objects:  47% (18/38)        
remote: Counting objects:  50% (19/38)        
remote: Counting objects:  52% (20/38)        
remote: Counting objects:  55% (21/38)        
remote: Counting objects:  57% (22/38)        
remote: Counting objects:  60% (23/38)        
remote: Counting objects:  63% (24/38)        
remote: Counting objects:  65% (25/38)        
remote: Counting objects:  68% (26/38)        
remote: Counting objects:  71% (27/38)        
remote: Counting objects:  73% (28/38)        
remote: Counting objects:  76% (29/38)        
remote: Counting objects:  78% (30/38)        
remote: Counting objects:  81% (31/38)        
remote: Counting objects:  84% (32/38)        
remote: Counting objects:  86% (33/38)        
remote: Counting objects:  89% (34/38)        
remote: Counting objects:  92% (35/38)        
remote: Counting objects:  94% (36/38)        
remote: Counting objects:  97% (37/38)        
remote: Counting objects: 100% (38/38)        
remote: Counting objects: 100% (38/38), done.        
remote: Compressing objects:   4% (1/23)        
remote: Compressing objects:   8% (2/23)        
remote: Compressing objects:  13% (3/23)        
remote: Compressing objects:  17% (4/23)        
remote: Compressing objects:  21% (5/23)        
remote: Compressing objects:  26% (6/23)        
remote: Compressing objects:  30% (7/23)        
remote: Compressing objects:  34% (8/23)        
remote: Compressing objects:  39% (9/23)        
remote: Compressing objects:  43% (10/23)        
remote: Compressing objects:  47% (11/23)        
remote: Compressing objects:  52% (12/23)        
remote: Compressing objects:  56% (13/23)        
remote: Compressing objects:  60% (14/23)        
remote: Compressing objects:  65% (15/23)        
remote: Compressing objects:  69% (16/23)        
remote: Compressing objects:  73% (17/23)        
remote: Compressing objects:  78% (18/23)        
remote: Compressing objects:  82% (19/23)        
remote: Compressing objects:  86% (20/23)        
remote: Compressing objects:  91% (21/23)        
remote: Compressing objects:  95% (22/23)        
remote: Compressing objects: 100% (23/23)        
remote: Compressing objects: 100% (23/23), done.        
remote: Total 42 (delta 19), reused 21 (delta 15), pack-reused 4        
>From https://github.com/python/cpython
 * branch            3.12       -> FETCH_HEAD
Note: checking out '95982c983fa61a1967c81f4acd16e06b2d95a550'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 95982c9... [3.12] gh-86650: Fix IndexError when parse emails 
with invalid Message-ID (GH-117934) (GH-117965)
Switched to and reset branch '3.12'

In file included from ./Include/internal/pycore_runtime.h:12:0,
                 from ./Include/internal/pycore_pystate.h:11,
                 from ./Include/internal/pycore_call.h:11,
                 from Parser/tokenizer.c:6:
./Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
In file included from ./Include/internal/pycore_runtime.h:12:0,
                 from ./Include/internal/pycore_pystate.h:11,
                 from Parser/myreadline.c:14:
./Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
In file included from ./Include/internal/pycore_runtime.h:12:0,
                 from ./Include/internal/pycore_pystate.h:11,
                 from Parser/pegen.c:3:
./Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
In file included from ./Include/internal/pycore_runtime.h:12:0,
                 from Parser/action_helpers.c:6:
./Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
In file included from ./Include/internal/pycore_runtime.h:12:0,
                 from ./Include/internal/pycore_pystate.h:11,
                 from ./Include/internal/pycore_call.h:11,
                 from Objects/abstract.c:5:
./Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
make: *** [Parser/myreadline.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Parser/action_helpers.o] Error 1
In file included from ./Include/internal/pycore_interp.h:15:0,
                 from ./Include/internal/pycore_object.h:13,
                 from Objects/boolobject.c:4:
./Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
make: *** [Parser/tokenizer.o] Error 1
In file included from ./Include/internal/pycore_interp.h:15:0,
                 from ./Include/internal/pycore_object.h:13,
                 from Objects/bytearrayobject.c:8:
./Include/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such 
file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
make: *** [Parser/pegen.o] Error 1
make: *** [Objects/abstract.o] Error 1
make: *** [Objects/boolobject.o] Error 1
make: *** [Objects/bytearrayobject.o] Error 1

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: [Makefile:2824: clean-retain-profile] Error 1 (ignored)


Test report
===========





Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL7 
LTO + PGO 3.12 while building python/cpython.
Full details are available at:
    https://buildbot.python.org/all/#/builders/1170/builds/897

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-RHEL7-x86_64

Build Reason: <unknown>
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>

BUILD FAILED: failed compile (failure)


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




Captured traceback
==================

Note: checking out '95982c983fa61a1967c81f4acd16e06b2d95a550'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 95982c9... [3.12] gh-86650: Fix IndexError when parse emails 
with invalid Message-ID (GH-117934) (GH-117965)
Switched to and reset branch '3.12'

find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [clean-retain-profile] Error 1 (ignored)
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
make[2]: *** [Parser/pegen.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Parser/pegen_errors.o] Error 1
make[2]: *** [Parser/action_helpers.o] Error 1
make[2]: *** [Parser/string_parser.o] Error 1
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
make[2]: *** [Parser/token.o] Error 1
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
make[2]: *** [Programs/python.o] Error 1
make[2]: *** [Parser/parser.o] Error 1
make[2]: *** [Parser/peg_api.o] Error 1
make[2]: *** [Parser/tokenizer.o] Error 1
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
make[2]: *** [Parser/myreadline.o] Error 1
make[1]: *** [profile-gen-stamp] Error 2
make: *** [profile-run-stamp] Error 2

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: [Makefile:2824: clean-retain-profile] Error 1 (ignored)


Test report
===========





Sincerely,
 -The Buildbot

_______________________________________________
Buildbot-status mailing list -- buildbot-status@python.org
To unsubscribe send an email to buildbot-status-le...@python.org
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: arch...@mail-archive.com

Reply via email to