The Buildbot has detected a new failure on builder AMD64 Fedora Rawhide LTO 3.x
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/375/builds/6489
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown>
Blamelist: Mark Shannon <[email protected]>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
Note: switching to '3e06c7f719b99cc7f5e8889319cff4980e41d3e8'.
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 3e06c7f719 GH-118095: Add dynamic exit support and FOR_ITER_GEN
support to tier 2 (GH-118279)
Switched to and reset branch 'main'
In file included from Python/optimizer_analysis.c:437:
Python/optimizer_cases.c.h: In function ‘optimize_uops’:
Python/optimizer_cases.c.h:1444:23: error: assignment to ‘_PyInterpreterFrame
*’ from incompatible pointer type ‘_Py_UopsSymbol *’
[-Wincompatible-pointer-types]
1444 | gen_frame = sym_new_not_null(ctx);
| ^
make: *** [Makefile:3018: Python/optimizer_analysis.o] Error 1
make: *** Waiting for unfinished jobs....
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:3109: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora
Rawhide LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/307/builds/4648
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-aarch64
Build Reason: <unknown>
Blamelist: Mark Shannon <[email protected]>, neonene
<[email protected]>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 43, done.
remote: Counting objects: 2% (1/43)
remote: Counting objects: 4% (2/43)
remote: Counting objects: 6% (3/43)
remote: Counting objects: 9% (4/43)
remote: Counting objects: 11% (5/43)
remote: Counting objects: 13% (6/43)
remote: Counting objects: 16% (7/43)
remote: Counting objects: 18% (8/43)
remote: Counting objects: 20% (9/43)
remote: Counting objects: 23% (10/43)
remote: Counting objects: 25% (11/43)
remote: Counting objects: 27% (12/43)
remote: Counting objects: 30% (13/43)
remote: Counting objects: 32% (14/43)
remote: Counting objects: 34% (15/43)
remote: Counting objects: 37% (16/43)
remote: Counting objects: 39% (17/43)
remote: Counting objects: 41% (18/43)
remote: Counting objects: 44% (19/43)
remote: Counting objects: 46% (20/43)
remote: Counting objects: 48% (21/43)
remote: Counting objects: 51% (22/43)
remote: Counting objects: 53% (23/43)
remote: Counting objects: 55% (24/43)
remote: Counting objects: 58% (25/43)
remote: Counting objects: 60% (26/43)
remote: Counting objects: 62% (27/43)
remote: Counting objects: 65% (28/43)
remote: Counting objects: 67% (29/43)
remote: Counting objects: 69% (30/43)
remote: Counting objects: 72% (31/43)
remote: Counting objects: 74% (32/43)
remote: Counting objects: 76% (33/43)
remote: Counting objects: 79% (34/43)
remote: Counting objects: 81% (35/43)
remote: Counting objects: 83% (36/43)
remote: Counting objects: 86% (37/43)
remote: Counting objects: 88% (38/43)
remote: Counting objects: 90% (39/43)
remote: Counting objects: 93% (40/43)
remote: Counting objects: 95% (41/43)
remote: Counting objects: 97% (42/43)
remote: Counting objects: 100% (43/43)
remote: Counting objects: 100% (43/43), done.
remote: Compressing objects: 5% (1/17)
remote: Compressing objects: 11% (2/17)
remote: Compressing objects: 17% (3/17)
remote: Compressing objects: 23% (4/17)
remote: Compressing objects: 29% (5/17)
remote: Compressing objects: 35% (6/17)
remote: Compressing objects: 41% (7/17)
remote: Compressing objects: 47% (8/17)
remote: Compressing objects: 52% (9/17)
remote: Compressing objects: 58% (10/17)
remote: Compressing objects: 64% (11/17)
remote: Compressing objects: 70% (12/17)
remote: Compressing objects: 76% (13/17)
remote: Compressing objects: 82% (14/17)
remote: Compressing objects: 88% (15/17)
remote: Compressing objects: 94% (16/17)
remote: Compressing objects: 100% (17/17)
remote: Compressing objects: 100% (17/17), done.
remote: Total 22 (delta 21), reused 6 (delta 5), pack-reused 0
>From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '3e06c7f719b99cc7f5e8889319cff4980e41d3e8'.
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 3e06c7f719 GH-118095: Add dynamic exit support and FOR_ITER_GEN
support to tier 2 (GH-118279)
Switched to and reset branch 'main'
In file included from Python/optimizer_analysis.c:437:
Python/optimizer_cases.c.h: In function ‘optimize_uops’:
Python/optimizer_cases.c.h:1444:23: error: assignment to ‘_PyInterpreterFrame
*’ from incompatible pointer type ‘_Py_UopsSymbol *’
[-Wincompatible-pointer-types]
1444 | gen_frame = sym_new_not_null(ctx);
| ^
make: *** [Makefile:3018: Python/optimizer_analysis.o] Error 1
make: *** Waiting for unfinished jobs....
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:3109: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora
Rawhide LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/79/builds/7395
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown>
Blamelist: Mark Shannon <[email protected]>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 43, done.
remote: Counting objects: 2% (1/43)
remote: Counting objects: 4% (2/43)
remote: Counting objects: 6% (3/43)
remote: Counting objects: 9% (4/43)
remote: Counting objects: 11% (5/43)
remote: Counting objects: 13% (6/43)
remote: Counting objects: 16% (7/43)
remote: Counting objects: 18% (8/43)
remote: Counting objects: 20% (9/43)
remote: Counting objects: 23% (10/43)
remote: Counting objects: 25% (11/43)
remote: Counting objects: 27% (12/43)
remote: Counting objects: 30% (13/43)
remote: Counting objects: 32% (14/43)
remote: Counting objects: 34% (15/43)
remote: Counting objects: 37% (16/43)
remote: Counting objects: 39% (17/43)
remote: Counting objects: 41% (18/43)
remote: Counting objects: 44% (19/43)
remote: Counting objects: 46% (20/43)
remote: Counting objects: 48% (21/43)
remote: Counting objects: 51% (22/43)
remote: Counting objects: 53% (23/43)
remote: Counting objects: 55% (24/43)
remote: Counting objects: 58% (25/43)
remote: Counting objects: 60% (26/43)
remote: Counting objects: 62% (27/43)
remote: Counting objects: 65% (28/43)
remote: Counting objects: 67% (29/43)
remote: Counting objects: 69% (30/43)
remote: Counting objects: 72% (31/43)
remote: Counting objects: 74% (32/43)
remote: Counting objects: 76% (33/43)
remote: Counting objects: 79% (34/43)
remote: Counting objects: 81% (35/43)
remote: Counting objects: 83% (36/43)
remote: Counting objects: 86% (37/43)
remote: Counting objects: 88% (38/43)
remote: Counting objects: 90% (39/43)
remote: Counting objects: 93% (40/43)
remote: Counting objects: 95% (41/43)
remote: Counting objects: 97% (42/43)
remote: Counting objects: 100% (43/43)
remote: Counting objects: 100% (43/43), done.
remote: Compressing objects: 5% (1/17)
remote: Compressing objects: 11% (2/17)
remote: Compressing objects: 17% (3/17)
remote: Compressing objects: 23% (4/17)
remote: Compressing objects: 29% (5/17)
remote: Compressing objects: 35% (6/17)
remote: Compressing objects: 41% (7/17)
remote: Compressing objects: 47% (8/17)
remote: Compressing objects: 52% (9/17)
remote: Compressing objects: 58% (10/17)
remote: Compressing objects: 64% (11/17)
remote: Compressing objects: 70% (12/17)
remote: Compressing objects: 76% (13/17)
remote: Compressing objects: 82% (14/17)
remote: Compressing objects: 88% (15/17)
remote: Compressing objects: 94% (16/17)
remote: Compressing objects: 100% (17/17)
remote: Compressing objects: 100% (17/17), done.
remote: Total 22 (delta 21), reused 6 (delta 5), pack-reused 0
>From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '3e06c7f719b99cc7f5e8889319cff4980e41d3e8'.
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 3e06c7f719 GH-118095: Add dynamic exit support and FOR_ITER_GEN
support to tier 2 (GH-118279)
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:3109: clean-retain-profile] Error 1 (ignored)
In file included from Python/optimizer_analysis.c:437:
Python/optimizer_cases.c.h: In function ‘optimize_uops’:
Python/optimizer_cases.c.h:1444:23: error: assignment to ‘_PyInterpreterFrame
*’ from incompatible pointer type ‘_Py_UopsSymbol *’
[-Wincompatible-pointer-types]
1444 | gen_frame = sym_new_not_null(ctx);
| ^
make[2]: *** [Makefile:3018: Python/optimizer_analysis.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:874: profile-gen-stamp] Error 2
make: *** [Makefile:886: 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:3109: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora
Rawhide LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/73/builds/5510
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-aarch64
Build Reason: <unknown>
Blamelist: Mark Shannon <[email protected]>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
Note: switching to '3e06c7f719b99cc7f5e8889319cff4980e41d3e8'.
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 3e06c7f719 GH-118095: Add dynamic exit support and FOR_ITER_GEN
support to tier 2 (GH-118279)
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:3109: clean-retain-profile] Error 1 (ignored)
In file included from Python/optimizer_analysis.c:437:
Python/optimizer_cases.c.h: In function ‘optimize_uops’:
Python/optimizer_cases.c.h:1444:23: error: assignment to ‘_PyInterpreterFrame
*’ from incompatible pointer type ‘_Py_UopsSymbol *’
[-Wincompatible-pointer-types]
1444 | gen_frame = sym_new_not_null(ctx);
| ^
make[2]: *** [Makefile:3018: Python/optimizer_analysis.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:874: profile-gen-stamp] Error 2
make: *** [Makefile:886: 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:3109: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The BuildbotThe 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/7303
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-x86_64
Build Reason: <unknown>
Blamelist: Mark Shannon <[email protected]>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 43, done.
remote: Counting objects: 2% (1/43)
remote: Counting objects: 4% (2/43)
remote: Counting objects: 6% (3/43)
remote: Counting objects: 9% (4/43)
remote: Counting objects: 11% (5/43)
remote: Counting objects: 13% (6/43)
remote: Counting objects: 16% (7/43)
remote: Counting objects: 18% (8/43)
remote: Counting objects: 20% (9/43)
remote: Counting objects: 23% (10/43)
remote: Counting objects: 25% (11/43)
remote: Counting objects: 27% (12/43)
remote: Counting objects: 30% (13/43)
remote: Counting objects: 32% (14/43)
remote: Counting objects: 34% (15/43)
remote: Counting objects: 37% (16/43)
remote: Counting objects: 39% (17/43)
remote: Counting objects: 41% (18/43)
remote: Counting objects: 44% (19/43)
remote: Counting objects: 46% (20/43)
remote: Counting objects: 48% (21/43)
remote: Counting objects: 51% (22/43)
remote: Counting objects: 53% (23/43)
remote: Counting objects: 55% (24/43)
remote: Counting objects: 58% (25/43)
remote: Counting objects: 60% (26/43)
remote: Counting objects: 62% (27/43)
remote: Counting objects: 65% (28/43)
remote: Counting objects: 67% (29/43)
remote: Counting objects: 69% (30/43)
remote: Counting objects: 72% (31/43)
remote: Counting objects: 74% (32/43)
remote: Counting objects: 76% (33/43)
remote: Counting objects: 79% (34/43)
remote: Counting objects: 81% (35/43)
remote: Counting objects: 83% (36/43)
remote: Counting objects: 86% (37/43)
remote: Counting objects: 88% (38/43)
remote: Counting objects: 90% (39/43)
remote: Counting objects: 93% (40/43)
remote: Counting objects: 95% (41/43)
remote: Counting objects: 97% (42/43)
remote: Counting objects: 100% (43/43)
remote: Counting objects: 100% (43/43), done.
remote: Compressing objects: 5% (1/17)
remote: Compressing objects: 11% (2/17)
remote: Compressing objects: 17% (3/17)
remote: Compressing objects: 23% (4/17)
remote: Compressing objects: 29% (5/17)
remote: Compressing objects: 35% (6/17)
remote: Compressing objects: 41% (7/17)
remote: Compressing objects: 47% (8/17)
remote: Compressing objects: 52% (9/17)
remote: Compressing objects: 58% (10/17)
remote: Compressing objects: 64% (11/17)
remote: Compressing objects: 70% (12/17)
remote: Compressing objects: 76% (13/17)
remote: Compressing objects: 82% (14/17)
remote: Compressing objects: 88% (15/17)
remote: Compressing objects: 94% (16/17)
remote: Compressing objects: 100% (17/17)
remote: Compressing objects: 100% (17/17), done.
remote: Total 22 (delta 21), reused 6 (delta 5), pack-reused 0
>From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: checking out '3e06c7f719b99cc7f5e8889319cff4980e41d3e8'.
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 3e06c7f... GH-118095: Add dynamic exit support and FOR_ITER_GEN
support to tier 2 (GH-118279)
Switched to and reset branch 'main'
In file included from Python/optimizer_analysis.c:437:
Python/optimizer_cases.c.h: In function ‘optimize_uops’:
Python/optimizer_cases.c.h:1444:23: warning: assignment to ‘_PyInterpreterFrame
*’ {aka ‘struct _PyInterpreterFrame *’} from incompatible pointer type
‘_Py_UopsSymbol *’ {aka ‘struct _Py_UopsSymbol *’}
[-Wincompatible-pointer-types]
gen_frame = sym_new_not_null(ctx);
^
make: *** [Makefile:2232: buildbottest] Error 2
Test report
===========
Failed tests:
- test_capi
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/7367
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-x86_64
Build Reason: <unknown>
Blamelist: Mark Shannon <[email protected]>, neonene
<[email protected]>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 43, done.
remote: Counting objects: 2% (1/43)
remote: Counting objects: 4% (2/43)
remote: Counting objects: 6% (3/43)
remote: Counting objects: 9% (4/43)
remote: Counting objects: 11% (5/43)
remote: Counting objects: 13% (6/43)
remote: Counting objects: 16% (7/43)
remote: Counting objects: 18% (8/43)
remote: Counting objects: 20% (9/43)
remote: Counting objects: 23% (10/43)
remote: Counting objects: 25% (11/43)
remote: Counting objects: 27% (12/43)
remote: Counting objects: 30% (13/43)
remote: Counting objects: 32% (14/43)
remote: Counting objects: 34% (15/43)
remote: Counting objects: 37% (16/43)
remote: Counting objects: 39% (17/43)
remote: Counting objects: 41% (18/43)
remote: Counting objects: 44% (19/43)
remote: Counting objects: 46% (20/43)
remote: Counting objects: 48% (21/43)
remote: Counting objects: 51% (22/43)
remote: Counting objects: 53% (23/43)
remote: Counting objects: 55% (24/43)
remote: Counting objects: 58% (25/43)
remote: Counting objects: 60% (26/43)
remote: Counting objects: 62% (27/43)
remote: Counting objects: 65% (28/43)
remote: Counting objects: 67% (29/43)
remote: Counting objects: 69% (30/43)
remote: Counting objects: 72% (31/43)
remote: Counting objects: 74% (32/43)
remote: Counting objects: 76% (33/43)
remote: Counting objects: 79% (34/43)
remote: Counting objects: 81% (35/43)
remote: Counting objects: 83% (36/43)
remote: Counting objects: 86% (37/43)
remote: Counting objects: 88% (38/43)
remote: Counting objects: 90% (39/43)
remote: Counting objects: 93% (40/43)
remote: Counting objects: 95% (41/43)
remote: Counting objects: 97% (42/43)
remote: Counting objects: 100% (43/43)
remote: Counting objects: 100% (43/43), done.
remote: Compressing objects: 5% (1/18)
remote: Compressing objects: 11% (2/18)
remote: Compressing objects: 16% (3/18)
remote: Compressing objects: 22% (4/18)
remote: Compressing objects: 27% (5/18)
remote: Compressing objects: 33% (6/18)
remote: Compressing objects: 38% (7/18)
remote: Compressing objects: 44% (8/18)
remote: Compressing objects: 50% (9/18)
remote: Compressing objects: 55% (10/18)
remote: Compressing objects: 61% (11/18)
remote: Compressing objects: 66% (12/18)
remote: Compressing objects: 72% (13/18)
remote: Compressing objects: 77% (14/18)
remote: Compressing objects: 83% (15/18)
remote: Compressing objects: 88% (16/18)
remote: Compressing objects: 94% (17/18)
remote: Compressing objects: 100% (18/18)
remote: Compressing objects: 100% (18/18), done.
remote: Total 22 (delta 21), reused 5 (delta 4), pack-reused 0
>From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: checking out '3e06c7f719b99cc7f5e8889319cff4980e41d3e8'.
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 3e06c7f... GH-118095: Add dynamic exit support and FOR_ITER_GEN
support to tier 2 (GH-118279)
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:3101: clean-retain-profile] Error 1 (ignored)
In file included from Python/optimizer_analysis.c:437:
Python/optimizer_cases.c.h: In function ‘optimize_uops’:
Python/optimizer_cases.c.h:1444:23: warning: assignment to ‘_PyInterpreterFrame
*’ {aka ‘struct _PyInterpreterFrame *’} from incompatible pointer type
‘_Py_UopsSymbol *’ {aka ‘struct _Py_UopsSymbol *’}
[-Wincompatible-pointer-types]
gen_frame = sym_new_not_null(ctx);
^
In file included from Python/optimizer_analysis.c:437:
Python/optimizer_cases.c.h: In function ‘optimize_uops’:
Python/optimizer_cases.c.h:1444:23: warning: assignment to ‘_PyInterpreterFrame
*’ {aka ‘struct _PyInterpreterFrame *’} from incompatible pointer type
‘_Py_UopsSymbol *’ {aka ‘struct _Py_UopsSymbol *’}
[-Wincompatible-pointer-types]
gen_frame = sym_new_not_null(ctx);
^
make: *** [Makefile:2232: buildbottest] Error 2
Test report
===========
Failed tests:
- test_capi
Sincerely,
-The Buildbot
_______________________________________________
Buildbot-status mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: [email protected]