The Buildbot has detected a new failure on builder AMD64 RHEL7 LTO 3.x while 
building python/cpython.
Full details are available at:
    https://buildbot.python.org/all/#/builders/507/builds/7219

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

Worker for this Build: cstratak-RHEL7-x86_64

Build Reason: <unknown>
Blamelist: Joshua Root <j...@macports.org>

BUILD FAILED: failed compile (failure)


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




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

remote: Enumerating objects: 22, done.        
remote: Counting objects:   4% (1/22)        
remote: Counting objects:   9% (2/22)        
remote: Counting objects:  13% (3/22)        
remote: Counting objects:  18% (4/22)        
remote: Counting objects:  22% (5/22)        
remote: Counting objects:  27% (6/22)        
remote: Counting objects:  31% (7/22)        
remote: Counting objects:  36% (8/22)        
remote: Counting objects:  40% (9/22)        
remote: Counting objects:  45% (10/22)        
remote: Counting objects:  50% (11/22)        
remote: Counting objects:  54% (12/22)        
remote: Counting objects:  59% (13/22)        
remote: Counting objects:  63% (14/22)        
remote: Counting objects:  68% (15/22)        
remote: Counting objects:  72% (16/22)        
remote: Counting objects:  77% (17/22)        
remote: Counting objects:  81% (18/22)        
remote: Counting objects:  86% (19/22)        
remote: Counting objects:  90% (20/22)        
remote: Counting objects:  95% (21/22)        
remote: Counting objects: 100% (22/22)        
remote: Counting objects: 100% (22/22), done.        
remote: Compressing objects:   8% (1/12)        
remote: Compressing objects:  16% (2/12)        
remote: Compressing objects:  25% (3/12)        
remote: Compressing objects:  33% (4/12)        
remote: Compressing objects:  41% (5/12)        
remote: Compressing objects:  50% (6/12)        
remote: Compressing objects:  58% (7/12)        
remote: Compressing objects:  66% (8/12)        
remote: Compressing objects:  75% (9/12)        
remote: Compressing objects:  83% (10/12)        
remote: Compressing objects:  91% (11/12)        
remote: Compressing objects: 100% (12/12)        
remote: Compressing objects: 100% (12/12), done.        
remote: Total 12 (delta 9), reused 1 (delta 0), pack-reused 0        
>From https://github.com/python/cpython
 * branch            main       -> FETCH_HEAD
Note: checking out '8515fd79fef1ac16d7848cec5ec1797294cb5366'.

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 8515fd7... gh-117845: Detect libedit hook function signature in 
configure (#117870)
Switched to and reset branch 'main'

In file included from ./Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ./Include/internal/pycore_mimalloc.h:40,
                 from ./Include/internal/pycore_interp.h:30,
                 from ./Include/internal/pycore_runtime.h:17,
                 from Parser/action_helpers.c:5:
./Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
In file included from ./Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ./Include/internal/pycore_mimalloc.h:40,
                 from ./Include/internal/pycore_interp.h:30,
                 from ./Include/internal/pycore_runtime.h:17,
                 from ./Include/internal/pycore_pystate.h:12,
                 from Parser/pegen.c:3:
./Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
compilation terminated.
In file included from ./Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ./Include/internal/pycore_mimalloc.h:40,
                 from ./Include/internal/pycore_interp.h:30,
                 from ./Include/internal/pycore_runtime.h:17,
                 from ./Include/internal/pycore_pystate.h:12,
                 from Parser/lexer/state.c:2:
./Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ./Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ./Include/internal/pycore_mimalloc.h:40,
                 from ./Include/internal/pycore_interp.h:30,
                 from ./Include/internal/pycore_runtime.h:17,
                 from ./Include/internal/pycore_pystate.h:12,
                 from ./Include/internal/pycore_call.h:12,
                 from Parser/tokenizer/file_tokenizer.c:2:
./Include/internal/mimalloc/mimalloc/atomic.h:39:23: 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/action_helpers.o] Error 1
In file included from ./Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ./Include/internal/pycore_mimalloc.h:40,
                 from ./Include/internal/pycore_interp.h:30,
                 from ./Include/internal/pycore_runtime.h:17,
                 from ./Include/internal/pycore_pystate.h:12,
                 from Parser/myreadline.c:14:
./Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ./Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ./Include/internal/pycore_mimalloc.h:40,
                 from ./Include/internal/pycore_interp.h:30,
                 from ./Include/internal/pycore_runtime.h:17,
                 from ./Include/internal/pycore_pystate.h:12,
                 from ./Include/internal/pycore_call.h:12,
                 from Objects/abstract.c:6:
./Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ./Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ./Include/internal/pycore_mimalloc.h:40,
                 from ./Include/internal/pycore_interp.h:30,
                 from ./Include/internal/pycore_runtime.h:17,
                 from ./Include/internal/pycore_long.h:13,
                 from Objects/boolobject.c:4:
./Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
make: *** [Parser/lexer/state.o] Error 1
make: *** [Parser/tokenizer/file_tokenizer.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:3081: clean-retain-profile] Error 1 (ignored)


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





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

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

Worker for this Build: cstratak-RHEL7-x86_64

Build Reason: <unknown>
Blamelist: Joshua Root <j...@macports.org>

BUILD FAILED: failed compile (failure)


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




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

remote: Enumerating objects: 22, done.        
remote: Counting objects:   4% (1/22)        
remote: Counting objects:   9% (2/22)        
remote: Counting objects:  13% (3/22)        
remote: Counting objects:  18% (4/22)        
remote: Counting objects:  22% (5/22)        
remote: Counting objects:  27% (6/22)        
remote: Counting objects:  31% (7/22)        
remote: Counting objects:  36% (8/22)        
remote: Counting objects:  40% (9/22)        
remote: Counting objects:  45% (10/22)        
remote: Counting objects:  50% (11/22)        
remote: Counting objects:  54% (12/22)        
remote: Counting objects:  59% (13/22)        
remote: Counting objects:  63% (14/22)        
remote: Counting objects:  68% (15/22)        
remote: Counting objects:  72% (16/22)        
remote: Counting objects:  77% (17/22)        
remote: Counting objects:  81% (18/22)        
remote: Counting objects:  86% (19/22)        
remote: Counting objects:  90% (20/22)        
remote: Counting objects:  95% (21/22)        
remote: Counting objects: 100% (22/22)        
remote: Counting objects: 100% (22/22), done.        
remote: Compressing objects:   8% (1/12)        
remote: Compressing objects:  16% (2/12)        
remote: Compressing objects:  25% (3/12)        
remote: Compressing objects:  33% (4/12)        
remote: Compressing objects:  41% (5/12)        
remote: Compressing objects:  50% (6/12)        
remote: Compressing objects:  58% (7/12)        
remote: Compressing objects:  66% (8/12)        
remote: Compressing objects:  75% (9/12)        
remote: Compressing objects:  83% (10/12)        
remote: Compressing objects:  91% (11/12)        
remote: Compressing objects: 100% (12/12)        
remote: Compressing objects: 100% (12/12), done.        
remote: Total 12 (delta 9), reused 1 (delta 0), pack-reused 0        
>From https://github.com/python/cpython
 * branch            main       -> FETCH_HEAD
Note: checking out '8515fd79fef1ac16d7848cec5ec1797294cb5366'.

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 8515fd7... gh-117845: Detect libedit hook function signature in 
configure (#117870)
Switched to and reset branch 'main'

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]: *** [Programs/python.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Parser/token.o] Error 1
make[2]: *** [Parser/pegen.o] Error 1
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
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
make[2]: *** [Parser/parser.o] Error 1
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
make[2]: *** [Parser/string_parser.o] Error 1
gcc: error: unrecognized command line option ‘-fno-semantic-interposition’
make[2]: *** [Parser/peg_api.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:3081: clean-retain-profile] Error 1 (ignored)


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





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

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

Worker for this Build: cstratak-RHEL7-x86_64

Build Reason: <unknown>
Blamelist: Joshua Root <j...@macports.org>

BUILD FAILED: failed compile (failure)


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




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

remote: Enumerating objects: 22, done.        
remote: Counting objects:   4% (1/22)        
remote: Counting objects:   9% (2/22)        
remote: Counting objects:  13% (3/22)        
remote: Counting objects:  18% (4/22)        
remote: Counting objects:  22% (5/22)        
remote: Counting objects:  27% (6/22)        
remote: Counting objects:  31% (7/22)        
remote: Counting objects:  36% (8/22)        
remote: Counting objects:  40% (9/22)        
remote: Counting objects:  45% (10/22)        
remote: Counting objects:  50% (11/22)        
remote: Counting objects:  54% (12/22)        
remote: Counting objects:  59% (13/22)        
remote: Counting objects:  63% (14/22)        
remote: Counting objects:  68% (15/22)        
remote: Counting objects:  72% (16/22)        
remote: Counting objects:  77% (17/22)        
remote: Counting objects:  81% (18/22)        
remote: Counting objects:  86% (19/22)        
remote: Counting objects:  90% (20/22)        
remote: Counting objects:  95% (21/22)        
remote: Counting objects: 100% (22/22)        
remote: Counting objects: 100% (22/22), done.        
remote: Compressing objects:   8% (1/12)        
remote: Compressing objects:  16% (2/12)        
remote: Compressing objects:  25% (3/12)        
remote: Compressing objects:  33% (4/12)        
remote: Compressing objects:  41% (5/12)        
remote: Compressing objects:  50% (6/12)        
remote: Compressing objects:  58% (7/12)        
remote: Compressing objects:  66% (8/12)        
remote: Compressing objects:  75% (9/12)        
remote: Compressing objects:  83% (10/12)        
remote: Compressing objects:  91% (11/12)        
remote: Compressing objects: 100% (12/12)        
remote: Compressing objects: 100% (12/12), done.        
remote: Total 12 (delta 9), reused 1 (delta 0), pack-reused 0        
>From https://github.com/python/cpython
 * branch            main       -> FETCH_HEAD
Note: checking out '8515fd79fef1ac16d7848cec5ec1797294cb5366'.

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 8515fd7... gh-117845: Detect libedit hook function signature in 
configure (#117870)
Switched to and reset branch 'main'

In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_runtime.h:17,
                 from ../Parser/action_helpers.c:5:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_runtime.h:17,
                 from ../Include/internal/pycore_pystate.h:12,
                 from ../Parser/pegen.c:3:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_runtime.h:17,
                 from ../Include/internal/pycore_pystate.h:12,
                 from ../Parser/lexer/state.c:2:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_runtime.h:17,
                 from ../Include/internal/pycore_pystate.h:12,
                 from ../Include/internal/pycore_call.h:12,
                 from ../Parser/tokenizer/file_tokenizer.c:2:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_runtime.h:17,
                 from ../Include/internal/pycore_pystate.h:12,
                 from ../Parser/myreadline.c:14:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_runtime.h:17,
                 from ../Include/internal/pycore_pystate.h:12,
                 from ../Include/internal/pycore_call.h:12,
                 from ../Objects/abstract.c:6:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_ceval.h:13,
                 from ../Objects/bytearrayobject.c:7:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: 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/action_helpers.o] Error 1
make: *** [Parser/lexer/state.o] Error 1
In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_runtime.h:17,
                 from ../Include/internal/pycore_long.h:13,
                 from ../Objects/boolobject.c:4:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
make: *** [Parser/tokenizer/file_tokenizer.o] Error 1
make: *** [Parser/myreadline.o] Error 1
make: *** [Objects/bytearrayobject.o] Error 1
make: *** [Objects/boolobject.o] Error 1
make: *** [Objects/abstract.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:3081: clean-retain-profile] Error 1 (ignored)


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





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

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

Worker for this Build: cstratak-RHEL7-ppc64le

Build Reason: <unknown>
Blamelist: Joshua Root <j...@macports.org>

BUILD FAILED: failed compile (failure)


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




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

remote: Enumerating objects: 22, done.        
remote: Counting objects:   4% (1/22)        
remote: Counting objects:   9% (2/22)        
remote: Counting objects:  13% (3/22)        
remote: Counting objects:  18% (4/22)        
remote: Counting objects:  22% (5/22)        
remote: Counting objects:  27% (6/22)        
remote: Counting objects:  31% (7/22)        
remote: Counting objects:  36% (8/22)        
remote: Counting objects:  40% (9/22)        
remote: Counting objects:  45% (10/22)        
remote: Counting objects:  50% (11/22)        
remote: Counting objects:  54% (12/22)        
remote: Counting objects:  59% (13/22)        
remote: Counting objects:  63% (14/22)        
remote: Counting objects:  68% (15/22)        
remote: Counting objects:  72% (16/22)        
remote: Counting objects:  77% (17/22)        
remote: Counting objects:  81% (18/22)        
remote: Counting objects:  86% (19/22)        
remote: Counting objects:  90% (20/22)        
remote: Counting objects:  95% (21/22)        
remote: Counting objects: 100% (22/22)        
remote: Counting objects: 100% (22/22), done.        
remote: Compressing objects:   8% (1/12)        
remote: Compressing objects:  16% (2/12)        
remote: Compressing objects:  25% (3/12)        
remote: Compressing objects:  33% (4/12)        
remote: Compressing objects:  41% (5/12)        
remote: Compressing objects:  50% (6/12)        
remote: Compressing objects:  58% (7/12)        
remote: Compressing objects:  66% (8/12)        
remote: Compressing objects:  75% (9/12)        
remote: Compressing objects:  83% (10/12)        
remote: Compressing objects:  91% (11/12)        
remote: Compressing objects: 100% (12/12)        
remote: Compressing objects: 100% (12/12), done.        
remote: Total 12 (delta 9), reused 1 (delta 0), pack-reused 0        
>From https://github.com/python/cpython
 * branch            main       -> FETCH_HEAD
Note: checking out '8515fd79fef1ac16d7848cec5ec1797294cb5366'.

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 8515fd7... gh-117845: Detect libedit hook function signature in 
configure (#117870)
Switched to and reset branch 'main'

In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_runtime.h:17,
                 from ../Include/internal/pycore_pystate.h:12,
                 from ../Parser/pegen.c:3:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_runtime.h:17,
                 from ../Parser/action_helpers.c:5:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_runtime.h:17,
                 from ../Include/internal/pycore_pystate.h:12,
                 from ../Parser/lexer/state.c:2:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_runtime.h:17,
                 from ../Include/internal/pycore_pystate.h:12,
                 from ../Include/internal/pycore_call.h:12,
                 from ../Parser/tokenizer/file_tokenizer.c:2:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_runtime.h:17,
                 from ../Include/internal/pycore_long.h:13,
                 from ../Objects/boolobject.c:4:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_runtime.h:17,
                 from ../Include/internal/pycore_pystate.h:12,
                 from ../Parser/myreadline.c:14:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include <stdatomic.h>
                       ^
compilation terminated.
In file included from ../Include/internal/mimalloc/mimalloc/types.h:24:0,
                 from ../Include/internal/pycore_mimalloc.h:40,
                 from ../Include/internal/pycore_interp.h:30,
                 from ../Include/internal/pycore_runtime.h:17,
                 from ../Include/internal/pycore_pystate.h:12,
                 from ../Include/internal/pycore_call.h:12,
                 from ../Objects/abstract.c:6:
../Include/internal/mimalloc/mimalloc/atomic.h:39:23: 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/lexer/state.o] Error 1
make: *** [Parser/action_helpers.o] Error 1
make: *** [Parser/tokenizer/file_tokenizer.o] Error 1
make: *** [Objects/boolobject.o] Error 1
make: *** [Objects/abstract.o] Error 1
make: *** [Parser/myreadline.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:3081: clean-retain-profile] Error 1 (ignored)


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





Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Debian 
Clang LTO + PGO 3.x while building python/cpython.
Full details are available at:
    https://buildbot.python.org/all/#/builders/1084/builds/4047

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

Worker for this Build: gps-arm64-debian

Build Reason: <unknown>
Blamelist: Joshua Root <j...@macports.org>

BUILD FAILED: failed compile (failure)


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




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

remote: Enumerating objects: 22, done.        
remote: Counting objects:   4% (1/22)        
remote: Counting objects:   9% (2/22)        
remote: Counting objects:  13% (3/22)        
remote: Counting objects:  18% (4/22)        
remote: Counting objects:  22% (5/22)        
remote: Counting objects:  27% (6/22)        
remote: Counting objects:  31% (7/22)        
remote: Counting objects:  36% (8/22)        
remote: Counting objects:  40% (9/22)        
remote: Counting objects:  45% (10/22)        
remote: Counting objects:  50% (11/22)        
remote: Counting objects:  54% (12/22)        
remote: Counting objects:  59% (13/22)        
remote: Counting objects:  63% (14/22)        
remote: Counting objects:  68% (15/22)        
remote: Counting objects:  72% (16/22)        
remote: Counting objects:  77% (17/22)        
remote: Counting objects:  81% (18/22)        
remote: Counting objects:  86% (19/22)        
remote: Counting objects:  90% (20/22)        
remote: Counting objects:  95% (21/22)        
remote: Counting objects: 100% (22/22)        
remote: Counting objects: 100% (22/22), done.        
remote: Compressing objects:   8% (1/12)        
remote: Compressing objects:  16% (2/12)        
remote: Compressing objects:  25% (3/12)        
remote: Compressing objects:  33% (4/12)        
remote: Compressing objects:  41% (5/12)        
remote: Compressing objects:  50% (6/12)        
remote: Compressing objects:  58% (7/12)        
remote: Compressing objects:  66% (8/12)        
remote: Compressing objects:  75% (9/12)        
remote: Compressing objects:  83% (10/12)        
remote: Compressing objects:  91% (11/12)        
remote: Compressing objects: 100% (12/12)        
remote: Compressing objects: 100% (12/12), done.        
remote: Total 12 (delta 9), reused 1 (delta 0), pack-reused 0        
>From https://github.com/python/cpython
 * branch                  main       -> FETCH_HEAD
Note: switching to '8515fd79fef1ac16d7848cec5ec1797294cb5366'.

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 switching back to a branch.

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

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 8515fd79fe gh-117845: Detect libedit hook function signature in 
configure (#117870)
Switched to and reset branch 'main'

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:3089: clean-retain-profile] Error 1 (ignored)
/bin/sh: 1: /bin/sh: 1: /bin/sh: 1: clang: not found
clang: not foundclang: not found

/bin/sh: 1: clang: not found
/bin/sh: 1: clang: not found
/bin/sh: 1: clang: not found
/bin/sh: 1: clang: not found
make[2]: *** [Makefile:1822: Programs/python.o] Error 127
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:2998: Parser/token.o] Error 127
make[2]: *** [Makefile:2998: Parser/pegen.o] Error 127
make[2]: *** [Makefile:2998: Parser/pegen_errors.o] Error 127
make[2]: *** [Makefile:2998: Parser/action_helpers.o] Error 127
make[2]: *** [Makefile:2998: Parser/parser.o] Error 127
make[2]: *** [Makefile:2998: Parser/string_parser.o] Error 127
make[1]: *** [Makefile:871: profile-gen-stamp] Error 2
make: *** [Makefile:883: 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:3089: 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