The Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO +
PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/29/builds/6675
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist: Barney Gale <[email protected]>, Hugo van Kemenade
<[email protected]>, Jelle Zijlstra
<[email protected]>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 48, done.
remote: Counting objects: 2% (1/48)
remote: Counting objects: 4% (2/48)
remote: Counting objects: 6% (3/48)
remote: Counting objects: 8% (4/48)
remote: Counting objects: 10% (5/48)
remote: Counting objects: 12% (6/48)
remote: Counting objects: 14% (7/48)
remote: Counting objects: 16% (8/48)
remote: Counting objects: 18% (9/48)
remote: Counting objects: 20% (10/48)
remote: Counting objects: 22% (11/48)
remote: Counting objects: 25% (12/48)
remote: Counting objects: 27% (13/48)
remote: Counting objects: 29% (14/48)
remote: Counting objects: 31% (15/48)
remote: Counting objects: 33% (16/48)
remote: Counting objects: 35% (17/48)
remote: Counting objects: 37% (18/48)
remote: Counting objects: 39% (19/48)
remote: Counting objects: 41% (20/48)
remote: Counting objects: 43% (21/48)
remote: Counting objects: 45% (22/48)
remote: Counting objects: 47% (23/48)
remote: Counting objects: 50% (24/48)
remote: Counting objects: 52% (25/48)
remote: Counting objects: 54% (26/48)
remote: Counting objects: 56% (27/48)
remote: Counting objects: 58% (28/48)
remote: Counting objects: 60% (29/48)
remote: Counting objects: 62% (30/48)
remote: Counting objects: 64% (31/48)
remote: Counting objects: 66% (32/48)
remote: Counting objects: 68% (33/48)
remote: Counting objects: 70% (34/48)
remote: Counting objects: 72% (35/48)
remote: Counting objects: 75% (36/48)
remote: Counting objects: 77% (37/48)
remote: Counting objects: 79% (38/48)
remote: Counting objects: 81% (39/48)
remote: Counting objects: 83% (40/48)
remote: Counting objects: 85% (41/48)
remote: Counting objects: 87% (42/48)
remote: Counting objects: 89% (43/48)
remote: Counting objects: 91% (44/48)
remote: Counting objects: 93% (45/48)
remote: Counting objects: 95% (46/48)
remote: Counting objects: 97% (47/48)
remote: Counting objects: 100% (48/48)
remote: Counting objects: 100% (48/48), done.
remote: Compressing objects: 3% (1/31)
remote: Compressing objects: 6% (2/31)
remote: Compressing objects: 9% (3/31)
remote: Compressing objects: 12% (4/31)
remote: Compressing objects: 16% (5/31)
remote: Compressing objects: 19% (6/31)
remote: Compressing objects: 22% (7/31)
remote: Compressing objects: 25% (8/31)
remote: Compressing objects: 29% (9/31)
remote: Compressing objects: 32% (10/31)
remote: Compressing objects: 35% (11/31)
remote: Compressing objects: 38% (12/31)
remote: Compressing objects: 41% (13/31)
remote: Compressing objects: 45% (14/31)
remote: Compressing objects: 48% (15/31)
remote: Compressing objects: 51% (16/31)
remote: Compressing objects: 54% (17/31)
remote: Compressing objects: 58% (18/31)
remote: Compressing objects: 61% (19/31)
remote: Compressing objects: 64% (20/31)
remote: Compressing objects: 67% (21/31)
remote: Compressing objects: 70% (22/31)
remote: Compressing objects: 74% (23/31)
remote: Compressing objects: 77% (24/31)
remote: Compressing objects: 80% (25/31)
remote: Compressing objects: 83% (26/31)
remote: Compressing objects: 87% (27/31)
remote: Compressing objects: 90% (28/31)
remote: Compressing objects: 93% (29/31)
remote: Compressing objects: 96% (30/31)
remote: Compressing objects: 100% (31/31)
remote: Compressing objects: 100% (31/31), done.
remote: Total 48 (delta 20), reused 33 (delta 17), pack-reused 0
>From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to 'ae192262ad1cffb6ece9d16e67804386c382be0c'.
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 ae192262ad gh-119180: Add evaluate functions for type params and
type aliases (#122212)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled
libmpdecimal (deprecated and scheduled for removal in Python 3.15)
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:3150: clean-retain-profile] Error 1 (ignored)
Objects/typevarobject.c: In function ‘constevaluator_call’:
Objects/typevarobject.c:187:42: error: passing argument 1 of
‘_Py_typing_type_repr’ from incompatible pointer type
[-Wincompatible-pointer-types]
187 | if (_Py_typing_type_repr(&writer, item) < 0) {
| ^~~~~~~
| |
| _PyUnicodeWriter *
In file included from Objects/typevarobject.c:4:
./Include/internal/pycore_typevarobject.h:19:33: note: expected
‘PyUnicodeWriter *’ but argument is of type ‘_PyUnicodeWriter *’
19 | extern int _Py_typing_type_repr(PyUnicodeWriter *, PyObject *);
| ^~~~~~~~~~~~~~~~~
Objects/typevarobject.c:198:38: error: passing argument 1 of
‘_Py_typing_type_repr’ from incompatible pointer type
[-Wincompatible-pointer-types]
198 | if (_Py_typing_type_repr(&writer, value) < 0) {
| ^~~~~~~
| |
| _PyUnicodeWriter *
./Include/internal/pycore_typevarobject.h:19:33: note: expected
‘PyUnicodeWriter *’ but argument is of type ‘_PyUnicodeWriter *’
19 | extern int _Py_typing_type_repr(PyUnicodeWriter *, PyObject *);
| ^~~~~~~~~~~~~~~~~
Objects/typevarobject.c: In function ‘_Py_typing_type_repr’:
Objects/typevarobject.c:262:50: error: passing argument 1 of
‘_PyUnicodeWriter_WriteASCIIString’ from incompatible pointer type
[-Wincompatible-pointer-types]
262 | return _PyUnicodeWriter_WriteASCIIString(writer, "None", 4);
| ^~~~~~
| |
| PyUnicodeWriter *
In file included from ./Include/unicodeobject.h:1014,
from ./Include/Python.h:76,
from Objects/typevarobject.c:2:
./Include/cpython/unicodeobject.h:586:53: note: expected ‘_PyUnicodeWriter *’
but argument is of type ‘PyUnicodeWriter *’
586 | _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer,
| ~~~~~~~~~~~~~~~~~~^~~~~~
Objects/typevarobject.c:309:36: error: passing argument 1 of
‘_PyUnicodeWriter_WriteStr’ from incompatible pointer type
[-Wincompatible-pointer-types]
309 | rc = _PyUnicodeWriter_WriteStr(writer, r);
| ^~~~~~
| |
| PyUnicodeWriter *
./Include/cpython/unicodeobject.h:570:45: note: expected ‘_PyUnicodeWriter *’
but argument is of type ‘PyUnicodeWriter *’
570 | _PyUnicodeWriter_WriteStr(_PyUnicodeWriter *writer,
| ~~~~~~~~~~~~~~~~~~^~~~~~
make[2]: *** [Makefile:3059: Objects/typevarobject.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:891: profile-gen-stamp] Error 2
make: *** [Makefile:903: 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:3150: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora
Stable 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/543/builds/6327
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist: Barney Gale <[email protected]>, Hugo van Kemenade
<[email protected]>, Jelle Zijlstra
<[email protected]>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 48, done.
remote: Counting objects: 2% (1/48)
remote: Counting objects: 4% (2/48)
remote: Counting objects: 6% (3/48)
remote: Counting objects: 8% (4/48)
remote: Counting objects: 10% (5/48)
remote: Counting objects: 12% (6/48)
remote: Counting objects: 14% (7/48)
remote: Counting objects: 16% (8/48)
remote: Counting objects: 18% (9/48)
remote: Counting objects: 20% (10/48)
remote: Counting objects: 22% (11/48)
remote: Counting objects: 25% (12/48)
remote: Counting objects: 27% (13/48)
remote: Counting objects: 29% (14/48)
remote: Counting objects: 31% (15/48)
remote: Counting objects: 33% (16/48)
remote: Counting objects: 35% (17/48)
remote: Counting objects: 37% (18/48)
remote: Counting objects: 39% (19/48)
remote: Counting objects: 41% (20/48)
remote: Counting objects: 43% (21/48)
remote: Counting objects: 45% (22/48)
remote: Counting objects: 47% (23/48)
remote: Counting objects: 50% (24/48)
remote: Counting objects: 52% (25/48)
remote: Counting objects: 54% (26/48)
remote: Counting objects: 56% (27/48)
remote: Counting objects: 58% (28/48)
remote: Counting objects: 60% (29/48)
remote: Counting objects: 62% (30/48)
remote: Counting objects: 64% (31/48)
remote: Counting objects: 66% (32/48)
remote: Counting objects: 68% (33/48)
remote: Counting objects: 70% (34/48)
remote: Counting objects: 72% (35/48)
remote: Counting objects: 75% (36/48)
remote: Counting objects: 77% (37/48)
remote: Counting objects: 79% (38/48)
remote: Counting objects: 81% (39/48)
remote: Counting objects: 83% (40/48)
remote: Counting objects: 85% (41/48)
remote: Counting objects: 87% (42/48)
remote: Counting objects: 89% (43/48)
remote: Counting objects: 91% (44/48)
remote: Counting objects: 93% (45/48)
remote: Counting objects: 95% (46/48)
remote: Counting objects: 97% (47/48)
remote: Counting objects: 100% (48/48)
remote: Counting objects: 100% (48/48), done.
remote: Compressing objects: 3% (1/31)
remote: Compressing objects: 6% (2/31)
remote: Compressing objects: 9% (3/31)
remote: Compressing objects: 12% (4/31)
remote: Compressing objects: 16% (5/31)
remote: Compressing objects: 19% (6/31)
remote: Compressing objects: 22% (7/31)
remote: Compressing objects: 25% (8/31)
remote: Compressing objects: 29% (9/31)
remote: Compressing objects: 32% (10/31)
remote: Compressing objects: 35% (11/31)
remote: Compressing objects: 38% (12/31)
remote: Compressing objects: 41% (13/31)
remote: Compressing objects: 45% (14/31)
remote: Compressing objects: 48% (15/31)
remote: Compressing objects: 51% (16/31)
remote: Compressing objects: 54% (17/31)
remote: Compressing objects: 58% (18/31)
remote: Compressing objects: 61% (19/31)
remote: Compressing objects: 64% (20/31)
remote: Compressing objects: 67% (21/31)
remote: Compressing objects: 70% (22/31)
remote: Compressing objects: 74% (23/31)
remote: Compressing objects: 77% (24/31)
remote: Compressing objects: 80% (25/31)
remote: Compressing objects: 83% (26/31)
remote: Compressing objects: 87% (27/31)
remote: Compressing objects: 90% (28/31)
remote: Compressing objects: 93% (29/31)
remote: Compressing objects: 96% (30/31)
remote: Compressing objects: 100% (31/31)
remote: Compressing objects: 100% (31/31), done.
remote: Total 48 (delta 20), reused 33 (delta 17), pack-reused 0
>From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to 'ae192262ad1cffb6ece9d16e67804386c382be0c'.
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 ae192262ad gh-119180: Add evaluate functions for type params and
type aliases (#122212)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled
libmpdecimal (deprecated and scheduled for removal in Python 3.15)
../Objects/typevarobject.c: In function ‘constevaluator_call’:
../Objects/typevarobject.c:187:42: error: passing argument 1 of
‘_Py_typing_type_repr’ from incompatible pointer type
[-Wincompatible-pointer-types]
187 | if (_Py_typing_type_repr(&writer, item) < 0) {
| ^~~~~~~
| |
| _PyUnicodeWriter *
In file included from ../Objects/typevarobject.c:4:
../Include/internal/pycore_typevarobject.h:19:33: note: expected
‘PyUnicodeWriter *’ but argument is of type ‘_PyUnicodeWriter *’
19 | extern int _Py_typing_type_repr(PyUnicodeWriter *, PyObject *);
| ^~~~~~~~~~~~~~~~~
../Objects/typevarobject.c:198:38: error: passing argument 1 of
‘_Py_typing_type_repr’ from incompatible pointer type
[-Wincompatible-pointer-types]
198 | if (_Py_typing_type_repr(&writer, value) < 0) {
| ^~~~~~~
| |
| _PyUnicodeWriter *
../Include/internal/pycore_typevarobject.h:19:33: note: expected
‘PyUnicodeWriter *’ but argument is of type ‘_PyUnicodeWriter *’
19 | extern int _Py_typing_type_repr(PyUnicodeWriter *, PyObject *);
| ^~~~~~~~~~~~~~~~~
../Objects/typevarobject.c: In function ‘_Py_typing_type_repr’:
../Objects/typevarobject.c:262:50: error: passing argument 1 of
‘_PyUnicodeWriter_WriteASCIIString’ from incompatible pointer type
[-Wincompatible-pointer-types]
262 | return _PyUnicodeWriter_WriteASCIIString(writer, "None", 4);
| ^~~~~~
| |
| PyUnicodeWriter *
In file included from ../Include/unicodeobject.h:1014,
from ../Include/Python.h:76,
from ../Objects/typevarobject.c:2:
../Include/cpython/unicodeobject.h:586:53: note: expected ‘_PyUnicodeWriter *’
but argument is of type ‘PyUnicodeWriter *’
586 | _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer,
| ~~~~~~~~~~~~~~~~~~^~~~~~
../Objects/typevarobject.c:309:36: error: passing argument 1 of
‘_PyUnicodeWriter_WriteStr’ from incompatible pointer type
[-Wincompatible-pointer-types]
309 | rc = _PyUnicodeWriter_WriteStr(writer, r);
| ^~~~~~
| |
| PyUnicodeWriter *
../Include/cpython/unicodeobject.h:570:45: note: expected ‘_PyUnicodeWriter *’
but argument is of type ‘PyUnicodeWriter *’
570 | _PyUnicodeWriter_WriteStr(_PyUnicodeWriter *writer,
| ~~~~~~~~~~~~~~~~~~^~~~~~
make: *** [Makefile:3059: Objects/typevarobject.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:3150: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora
Stable LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/271/builds/5535
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist: Barney Gale <[email protected]>, Hugo van Kemenade
<[email protected]>, Jelle Zijlstra
<[email protected]>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 48, done.
remote: Counting objects: 2% (1/48)
remote: Counting objects: 4% (2/48)
remote: Counting objects: 6% (3/48)
remote: Counting objects: 8% (4/48)
remote: Counting objects: 10% (5/48)
remote: Counting objects: 12% (6/48)
remote: Counting objects: 14% (7/48)
remote: Counting objects: 16% (8/48)
remote: Counting objects: 18% (9/48)
remote: Counting objects: 20% (10/48)
remote: Counting objects: 22% (11/48)
remote: Counting objects: 25% (12/48)
remote: Counting objects: 27% (13/48)
remote: Counting objects: 29% (14/48)
remote: Counting objects: 31% (15/48)
remote: Counting objects: 33% (16/48)
remote: Counting objects: 35% (17/48)
remote: Counting objects: 37% (18/48)
remote: Counting objects: 39% (19/48)
remote: Counting objects: 41% (20/48)
remote: Counting objects: 43% (21/48)
remote: Counting objects: 45% (22/48)
remote: Counting objects: 47% (23/48)
remote: Counting objects: 50% (24/48)
remote: Counting objects: 52% (25/48)
remote: Counting objects: 54% (26/48)
remote: Counting objects: 56% (27/48)
remote: Counting objects: 58% (28/48)
remote: Counting objects: 60% (29/48)
remote: Counting objects: 62% (30/48)
remote: Counting objects: 64% (31/48)
remote: Counting objects: 66% (32/48)
remote: Counting objects: 68% (33/48)
remote: Counting objects: 70% (34/48)
remote: Counting objects: 72% (35/48)
remote: Counting objects: 75% (36/48)
remote: Counting objects: 77% (37/48)
remote: Counting objects: 79% (38/48)
remote: Counting objects: 81% (39/48)
remote: Counting objects: 83% (40/48)
remote: Counting objects: 85% (41/48)
remote: Counting objects: 87% (42/48)
remote: Counting objects: 89% (43/48)
remote: Counting objects: 91% (44/48)
remote: Counting objects: 93% (45/48)
remote: Counting objects: 95% (46/48)
remote: Counting objects: 97% (47/48)
remote: Counting objects: 100% (48/48)
remote: Counting objects: 100% (48/48), done.
remote: Compressing objects: 3% (1/31)
remote: Compressing objects: 6% (2/31)
remote: Compressing objects: 9% (3/31)
remote: Compressing objects: 12% (4/31)
remote: Compressing objects: 16% (5/31)
remote: Compressing objects: 19% (6/31)
remote: Compressing objects: 22% (7/31)
remote: Compressing objects: 25% (8/31)
remote: Compressing objects: 29% (9/31)
remote: Compressing objects: 32% (10/31)
remote: Compressing objects: 35% (11/31)
remote: Compressing objects: 38% (12/31)
remote: Compressing objects: 41% (13/31)
remote: Compressing objects: 45% (14/31)
remote: Compressing objects: 48% (15/31)
remote: Compressing objects: 51% (16/31)
remote: Compressing objects: 54% (17/31)
remote: Compressing objects: 58% (18/31)
remote: Compressing objects: 61% (19/31)
remote: Compressing objects: 64% (20/31)
remote: Compressing objects: 67% (21/31)
remote: Compressing objects: 70% (22/31)
remote: Compressing objects: 74% (23/31)
remote: Compressing objects: 77% (24/31)
remote: Compressing objects: 80% (25/31)
remote: Compressing objects: 83% (26/31)
remote: Compressing objects: 87% (27/31)
remote: Compressing objects: 90% (28/31)
remote: Compressing objects: 93% (29/31)
remote: Compressing objects: 96% (30/31)
remote: Compressing objects: 100% (31/31)
remote: Compressing objects: 100% (31/31), done.
remote: Total 48 (delta 20), reused 33 (delta 17), pack-reused 0
>From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to 'ae192262ad1cffb6ece9d16e67804386c382be0c'.
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 ae192262ad gh-119180: Add evaluate functions for type params and
type aliases (#122212)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled
libmpdecimal (deprecated and scheduled for removal in Python 3.15)
Objects/typevarobject.c: In function ‘constevaluator_call’:
Objects/typevarobject.c:187:42: error: passing argument 1 of
‘_Py_typing_type_repr’ from incompatible pointer type
[-Wincompatible-pointer-types]
187 | if (_Py_typing_type_repr(&writer, item) < 0) {
| ^~~~~~~
| |
| _PyUnicodeWriter *
In file included from Objects/typevarobject.c:4:
./Include/internal/pycore_typevarobject.h:19:33: note: expected
‘PyUnicodeWriter *’ but argument is of type ‘_PyUnicodeWriter *’
19 | extern int _Py_typing_type_repr(PyUnicodeWriter *, PyObject *);
| ^~~~~~~~~~~~~~~~~
Objects/typevarobject.c:198:38: error: passing argument 1 of
‘_Py_typing_type_repr’ from incompatible pointer type
[-Wincompatible-pointer-types]
198 | if (_Py_typing_type_repr(&writer, value) < 0) {
| ^~~~~~~
| |
| _PyUnicodeWriter *
./Include/internal/pycore_typevarobject.h:19:33: note: expected
‘PyUnicodeWriter *’ but argument is of type ‘_PyUnicodeWriter *’
19 | extern int _Py_typing_type_repr(PyUnicodeWriter *, PyObject *);
| ^~~~~~~~~~~~~~~~~
Objects/typevarobject.c: In function ‘_Py_typing_type_repr’:
Objects/typevarobject.c:262:50: error: passing argument 1 of
‘_PyUnicodeWriter_WriteASCIIString’ from incompatible pointer type
[-Wincompatible-pointer-types]
262 | return _PyUnicodeWriter_WriteASCIIString(writer, "None", 4);
| ^~~~~~
| |
| PyUnicodeWriter *
In file included from ./Include/unicodeobject.h:1014,
from ./Include/Python.h:76,
from Objects/typevarobject.c:2:
./Include/cpython/unicodeobject.h:586:53: note: expected ‘_PyUnicodeWriter *’
but argument is of type ‘PyUnicodeWriter *’
586 | _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer,
| ~~~~~~~~~~~~~~~~~~^~~~~~
Objects/typevarobject.c:309:36: error: passing argument 1 of
‘_PyUnicodeWriter_WriteStr’ from incompatible pointer type
[-Wincompatible-pointer-types]
309 | rc = _PyUnicodeWriter_WriteStr(writer, r);
| ^~~~~~
| |
| PyUnicodeWriter *
./Include/cpython/unicodeobject.h:570:45: note: expected ‘_PyUnicodeWriter *’
but argument is of type ‘PyUnicodeWriter *’
570 | _PyUnicodeWriter_WriteStr(_PyUnicodeWriter *writer,
| ~~~~~~~~~~~~~~~~~~^~~~~~
make: *** [Makefile:3059: Objects/typevarobject.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:3150: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora
Rawhide LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/323/builds/4043
Buildbot URL: https://buildbot.python.org/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: Barney Gale <[email protected]>, Jelle Zijlstra
<[email protected]>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 51, done.
remote: Counting objects: 1% (1/51)
remote: Counting objects: 3% (2/51)
remote: Counting objects: 5% (3/51)
remote: Counting objects: 7% (4/51)
remote: Counting objects: 9% (5/51)
remote: Counting objects: 11% (6/51)
remote: Counting objects: 13% (7/51)
remote: Counting objects: 15% (8/51)
remote: Counting objects: 17% (9/51)
remote: Counting objects: 19% (10/51)
remote: Counting objects: 21% (11/51)
remote: Counting objects: 23% (12/51)
remote: Counting objects: 25% (13/51)
remote: Counting objects: 27% (14/51)
remote: Counting objects: 29% (15/51)
remote: Counting objects: 31% (16/51)
remote: Counting objects: 33% (17/51)
remote: Counting objects: 35% (18/51)
remote: Counting objects: 37% (19/51)
remote: Counting objects: 39% (20/51)
remote: Counting objects: 41% (21/51)
remote: Counting objects: 43% (22/51)
remote: Counting objects: 45% (23/51)
remote: Counting objects: 47% (24/51)
remote: Counting objects: 49% (25/51)
remote: Counting objects: 50% (26/51)
remote: Counting objects: 52% (27/51)
remote: Counting objects: 54% (28/51)
remote: Counting objects: 56% (29/51)
remote: Counting objects: 58% (30/51)
remote: Counting objects: 60% (31/51)
remote: Counting objects: 62% (32/51)
remote: Counting objects: 64% (33/51)
remote: Counting objects: 66% (34/51)
remote: Counting objects: 68% (35/51)
remote: Counting objects: 70% (36/51)
remote: Counting objects: 72% (37/51)
remote: Counting objects: 74% (38/51)
remote: Counting objects: 76% (39/51)
remote: Counting objects: 78% (40/51)
remote: Counting objects: 80% (41/51)
remote: Counting objects: 82% (42/51)
remote: Counting objects: 84% (43/51)
remote: Counting objects: 86% (44/51)
remote: Counting objects: 88% (45/51)
remote: Counting objects: 90% (46/51)
remote: Counting objects: 92% (47/51)
remote: Counting objects: 94% (48/51)
remote: Counting objects: 96% (49/51)
remote: Counting objects: 98% (50/51)
remote: Counting objects: 100% (51/51)
remote: Counting objects: 100% (51/51), 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 28 (delta 24), reused 15 (delta 11), pack-reused 0
>From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to 'ae192262ad1cffb6ece9d16e67804386c382be0c'.
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 ae192262ad1 gh-119180: Add evaluate functions for type params
and type aliases (#122212)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled
libmpdecimal (deprecated and scheduled for removal in Python 3.15)
Objects/typevarobject.c: In function ‘constevaluator_call’:
Objects/typevarobject.c:187:42: error: passing argument 1 of
‘_Py_typing_type_repr’ from incompatible pointer type
[-Wincompatible-pointer-types]
187 | if (_Py_typing_type_repr(&writer, item) < 0) {
| ^~~~~~~
| |
| _PyUnicodeWriter *
In file included from Objects/typevarobject.c:4:
./Include/internal/pycore_typevarobject.h:19:33: note: expected
‘PyUnicodeWriter *’ but argument is of type ‘_PyUnicodeWriter *’
19 | extern int _Py_typing_type_repr(PyUnicodeWriter *, PyObject *);
| ^~~~~~~~~~~~~~~~~
Objects/typevarobject.c:198:38: error: passing argument 1 of
‘_Py_typing_type_repr’ from incompatible pointer type
[-Wincompatible-pointer-types]
198 | if (_Py_typing_type_repr(&writer, value) < 0) {
| ^~~~~~~
| |
| _PyUnicodeWriter *
./Include/internal/pycore_typevarobject.h:19:33: note: expected
‘PyUnicodeWriter *’ but argument is of type ‘_PyUnicodeWriter *’
19 | extern int _Py_typing_type_repr(PyUnicodeWriter *, PyObject *);
| ^~~~~~~~~~~~~~~~~
Objects/typevarobject.c: In function ‘_Py_typing_type_repr’:
Objects/typevarobject.c:262:50: error: passing argument 1 of
‘_PyUnicodeWriter_WriteASCIIString’ from incompatible pointer type
[-Wincompatible-pointer-types]
262 | return _PyUnicodeWriter_WriteASCIIString(writer, "None", 4);
| ^~~~~~
| |
| PyUnicodeWriter *
In file included from ./Include/unicodeobject.h:1014,
from ./Include/Python.h:76,
from Objects/typevarobject.c:2:
./Include/cpython/unicodeobject.h:586:53: note: expected ‘_PyUnicodeWriter *’
but argument is of type ‘PyUnicodeWriter *’
586 | _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer,
| ~~~~~~~~~~~~~~~~~~^~~~~~
Objects/typevarobject.c:309:36: error: passing argument 1 of
‘_PyUnicodeWriter_WriteStr’ from incompatible pointer type
[-Wincompatible-pointer-types]
309 | rc = _PyUnicodeWriter_WriteStr(writer, r);
| ^~~~~~
| |
| PyUnicodeWriter *
./Include/cpython/unicodeobject.h:570:45: note: expected ‘_PyUnicodeWriter *’
but argument is of type ‘PyUnicodeWriter *’
570 | _PyUnicodeWriter_WriteStr(_PyUnicodeWriter *writer,
| ~~~~~~~~~~~~~~~~~~^~~~~~
make: *** [Makefile:3057: Objects/typevarobject.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:3148: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora
Rawhide LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/341/builds/4917
Buildbot URL: https://buildbot.python.org/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: Barney Gale <[email protected]>, Jelle Zijlstra
<[email protected]>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 28, done.
remote: Counting objects: 3% (1/28)
remote: Counting objects: 7% (2/28)
remote: Counting objects: 10% (3/28)
remote: Counting objects: 14% (4/28)
remote: Counting objects: 17% (5/28)
remote: Counting objects: 21% (6/28)
remote: Counting objects: 25% (7/28)
remote: Counting objects: 28% (8/28)
remote: Counting objects: 32% (9/28)
remote: Counting objects: 35% (10/28)
remote: Counting objects: 39% (11/28)
remote: Counting objects: 42% (12/28)
remote: Counting objects: 46% (13/28)
remote: Counting objects: 50% (14/28)
remote: Counting objects: 53% (15/28)
remote: Counting objects: 57% (16/28)
remote: Counting objects: 60% (17/28)
remote: Counting objects: 64% (18/28)
remote: Counting objects: 67% (19/28)
remote: Counting objects: 71% (20/28)
remote: Counting objects: 75% (21/28)
remote: Counting objects: 78% (22/28)
remote: Counting objects: 82% (23/28)
remote: Counting objects: 85% (24/28)
remote: Counting objects: 89% (25/28)
remote: Counting objects: 92% (26/28)
remote: Counting objects: 96% (27/28)
remote: Counting objects: 100% (28/28)
remote: Counting objects: 100% (28/28), done.
remote: Compressing objects: 7% (1/13)
remote: Compressing objects: 15% (2/13)
remote: Compressing objects: 23% (3/13)
remote: Compressing objects: 30% (4/13)
remote: Compressing objects: 38% (5/13)
remote: Compressing objects: 46% (6/13)
remote: Compressing objects: 53% (7/13)
remote: Compressing objects: 61% (8/13)
remote: Compressing objects: 69% (9/13)
remote: Compressing objects: 76% (10/13)
remote: Compressing objects: 84% (11/13)
remote: Compressing objects: 92% (12/13)
remote: Compressing objects: 100% (13/13)
remote: Compressing objects: 100% (13/13), done.
remote: Total 28 (delta 15), reused 22 (delta 15), pack-reused 0
>From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to 'ae192262ad1cffb6ece9d16e67804386c382be0c'.
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 ae192262ad1 gh-119180: Add evaluate functions for type params
and type aliases (#122212)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled
libmpdecimal (deprecated and scheduled for removal in Python 3.15)
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:3148: clean-retain-profile] Error 1 (ignored)
Objects/typevarobject.c: In function ‘constevaluator_call’:
Objects/typevarobject.c:187:42: error: passing argument 1 of
‘_Py_typing_type_repr’ from incompatible pointer type
[-Wincompatible-pointer-types]
187 | if (_Py_typing_type_repr(&writer, item) < 0) {
| ^~~~~~~
| |
| _PyUnicodeWriter *
In file included from Objects/typevarobject.c:4:
./Include/internal/pycore_typevarobject.h:19:33: note: expected
‘PyUnicodeWriter *’ but argument is of type ‘_PyUnicodeWriter *’
19 | extern int _Py_typing_type_repr(PyUnicodeWriter *, PyObject *);
| ^~~~~~~~~~~~~~~~~
Objects/typevarobject.c:198:38: error: passing argument 1 of
‘_Py_typing_type_repr’ from incompatible pointer type
[-Wincompatible-pointer-types]
198 | if (_Py_typing_type_repr(&writer, value) < 0) {
| ^~~~~~~
| |
| _PyUnicodeWriter *
./Include/internal/pycore_typevarobject.h:19:33: note: expected
‘PyUnicodeWriter *’ but argument is of type ‘_PyUnicodeWriter *’
19 | extern int _Py_typing_type_repr(PyUnicodeWriter *, PyObject *);
| ^~~~~~~~~~~~~~~~~
Objects/typevarobject.c: In function ‘_Py_typing_type_repr’:
Objects/typevarobject.c:262:50: error: passing argument 1 of
‘_PyUnicodeWriter_WriteASCIIString’ from incompatible pointer type
[-Wincompatible-pointer-types]
262 | return _PyUnicodeWriter_WriteASCIIString(writer, "None", 4);
| ^~~~~~
| |
| PyUnicodeWriter *
In file included from ./Include/unicodeobject.h:1014,
from ./Include/Python.h:76,
from Objects/typevarobject.c:2:
./Include/cpython/unicodeobject.h:586:53: note: expected ‘_PyUnicodeWriter *’
but argument is of type ‘PyUnicodeWriter *’
586 | _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer,
| ~~~~~~~~~~~~~~~~~~^~~~~~
Objects/typevarobject.c:309:36: error: passing argument 1 of
‘_PyUnicodeWriter_WriteStr’ from incompatible pointer type
[-Wincompatible-pointer-types]
309 | rc = _PyUnicodeWriter_WriteStr(writer, r);
| ^~~~~~
| |
| PyUnicodeWriter *
./Include/cpython/unicodeobject.h:570:45: note: expected ‘_PyUnicodeWriter *’
but argument is of type ‘PyUnicodeWriter *’
570 | _PyUnicodeWriter_WriteStr(_PyUnicodeWriter *writer,
| ~~~~~~~~~~~~~~~~~~^~~~~~
make[2]: *** [Makefile:3057: Objects/typevarobject.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:889: profile-gen-stamp] Error 2
make: *** [Makefile:901: 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:3148: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora
Rawhide 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/538/builds/4832
Buildbot URL: https://buildbot.python.org/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: Barney Gale <[email protected]>, Jelle Zijlstra
<[email protected]>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 51, done.
remote: Counting objects: 1% (1/51)
remote: Counting objects: 3% (2/51)
remote: Counting objects: 5% (3/51)
remote: Counting objects: 7% (4/51)
remote: Counting objects: 9% (5/51)
remote: Counting objects: 11% (6/51)
remote: Counting objects: 13% (7/51)
remote: Counting objects: 15% (8/51)
remote: Counting objects: 17% (9/51)
remote: Counting objects: 19% (10/51)
remote: Counting objects: 21% (11/51)
remote: Counting objects: 23% (12/51)
remote: Counting objects: 25% (13/51)
remote: Counting objects: 27% (14/51)
remote: Counting objects: 29% (15/51)
remote: Counting objects: 31% (16/51)
remote: Counting objects: 33% (17/51)
remote: Counting objects: 35% (18/51)
remote: Counting objects: 37% (19/51)
remote: Counting objects: 39% (20/51)
remote: Counting objects: 41% (21/51)
remote: Counting objects: 43% (22/51)
remote: Counting objects: 45% (23/51)
remote: Counting objects: 47% (24/51)
remote: Counting objects: 49% (25/51)
remote: Counting objects: 50% (26/51)
remote: Counting objects: 52% (27/51)
remote: Counting objects: 54% (28/51)
remote: Counting objects: 56% (29/51)
remote: Counting objects: 58% (30/51)
remote: Counting objects: 60% (31/51)
remote: Counting objects: 62% (32/51)
remote: Counting objects: 64% (33/51)
remote: Counting objects: 66% (34/51)
remote: Counting objects: 68% (35/51)
remote: Counting objects: 70% (36/51)
remote: Counting objects: 72% (37/51)
remote: Counting objects: 74% (38/51)
remote: Counting objects: 76% (39/51)
remote: Counting objects: 78% (40/51)
remote: Counting objects: 80% (41/51)
remote: Counting objects: 82% (42/51)
remote: Counting objects: 84% (43/51)
remote: Counting objects: 86% (44/51)
remote: Counting objects: 88% (45/51)
remote: Counting objects: 90% (46/51)
remote: Counting objects: 92% (47/51)
remote: Counting objects: 94% (48/51)
remote: Counting objects: 96% (49/51)
remote: Counting objects: 98% (50/51)
remote: Counting objects: 100% (51/51)
remote: Counting objects: 100% (51/51), done.
remote: Compressing objects: 5% (1/19)
remote: Compressing objects: 10% (2/19)
remote: Compressing objects: 15% (3/19)
remote: Compressing objects: 21% (4/19)
remote: Compressing objects: 26% (5/19)
remote: Compressing objects: 31% (6/19)
remote: Compressing objects: 36% (7/19)
remote: Compressing objects: 42% (8/19)
remote: Compressing objects: 47% (9/19)
remote: Compressing objects: 52% (10/19)
remote: Compressing objects: 57% (11/19)
remote: Compressing objects: 63% (12/19)
remote: Compressing objects: 68% (13/19)
remote: Compressing objects: 73% (14/19)
remote: Compressing objects: 78% (15/19)
remote: Compressing objects: 84% (16/19)
remote: Compressing objects: 89% (17/19)
remote: Compressing objects: 94% (18/19)
remote: Compressing objects: 100% (19/19)
remote: Compressing objects: 100% (19/19), done.
remote: Total 28 (delta 24), reused 11 (delta 9), pack-reused 0
>From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to 'ae192262ad1cffb6ece9d16e67804386c382be0c'.
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 ae192262ad1 gh-119180: Add evaluate functions for type params
and type aliases (#122212)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled
libmpdecimal (deprecated and scheduled for removal in Python 3.15)
Objects/typevarobject.c: In function ‘constevaluator_call’:
Objects/typevarobject.c:187:42: error: passing argument 1 of
‘_Py_typing_type_repr’ from incompatible pointer type
[-Wincompatible-pointer-types]
187 | if (_Py_typing_type_repr(&writer, item) < 0) {
| ^~~~~~~
| |
| _PyUnicodeWriter *
In file included from Objects/typevarobject.c:4:
./Include/internal/pycore_typevarobject.h:19:33: note: expected
‘PyUnicodeWriter *’ but argument is of type ‘_PyUnicodeWriter *’
19 | extern int _Py_typing_type_repr(PyUnicodeWriter *, PyObject *);
| ^~~~~~~~~~~~~~~~~
Objects/typevarobject.c:198:38: error: passing argument 1 of
‘_Py_typing_type_repr’ from incompatible pointer type
[-Wincompatible-pointer-types]
198 | if (_Py_typing_type_repr(&writer, value) < 0) {
| ^~~~~~~
| |
| _PyUnicodeWriter *
./Include/internal/pycore_typevarobject.h:19:33: note: expected
‘PyUnicodeWriter *’ but argument is of type ‘_PyUnicodeWriter *’
19 | extern int _Py_typing_type_repr(PyUnicodeWriter *, PyObject *);
| ^~~~~~~~~~~~~~~~~
Objects/typevarobject.c: In function ‘_Py_typing_type_repr’:
Objects/typevarobject.c:262:50: error: passing argument 1 of
‘_PyUnicodeWriter_WriteASCIIString’ from incompatible pointer type
[-Wincompatible-pointer-types]
262 | return _PyUnicodeWriter_WriteASCIIString(writer, "None", 4);
| ^~~~~~
| |
| PyUnicodeWriter *
In file included from ./Include/unicodeobject.h:1014,
from ./Include/Python.h:76,
from Objects/typevarobject.c:2:
./Include/cpython/unicodeobject.h:586:53: note: expected ‘_PyUnicodeWriter *’
but argument is of type ‘PyUnicodeWriter *’
586 | _PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter *writer,
| ~~~~~~~~~~~~~~~~~~^~~~~~
Objects/typevarobject.c:309:36: error: passing argument 1 of
‘_PyUnicodeWriter_WriteStr’ from incompatible pointer type
[-Wincompatible-pointer-types]
309 | rc = _PyUnicodeWriter_WriteStr(writer, r);
| ^~~~~~
| |
| PyUnicodeWriter *
./Include/cpython/unicodeobject.h:570:45: note: expected ‘_PyUnicodeWriter *’
but argument is of type ‘PyUnicodeWriter *’
570 | _PyUnicodeWriter_WriteStr(_PyUnicodeWriter *writer,
| ~~~~~~~~~~~~~~~~~~^~~~~~
make: *** [Makefile:3057: Objects/typevarobject.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:3148: clean-retain-profile] Error 1 (ignored)
Test report
===========
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]