☠ Buildbot (Python): python/cpython - failed compile (failure) (3.12)
The Buildbot has detected a new failure on builder PPC64 Fedora 3.12 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1202/builds/447
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-ppc64
Build Reason: <unknown> Blamelist: Alex Waygood <Alex.Waygood@Gmail.com>, Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 17, done.[K remote: Counting objects: 5% (1/17)[K remote: Counting objects: 11% (2/17)[K remote: Counting objects: 17% (3/17)[K remote: Counting objects: 23% (4/17)[K remote: Counting objects: 29% (5/17)[K remote: Counting objects: 35% (6/17)[K remote: Counting objects: 41% (7/17)[K remote: Counting objects: 47% (8/17)[K remote: Counting objects: 52% (9/17)[K remote: Counting objects: 58% (10/17)[K remote: Counting objects: 64% (11/17)[K remote: Counting objects: 70% (12/17)[K remote: Counting objects: 76% (13/17)[K remote: Counting objects: 82% (14/17)[K remote: Counting objects: 88% (15/17)[K remote: Counting objects: 94% (16/17)[K remote: Counting objects: 100% (17/17)[K remote: Counting objects: 100% (17/17), done.[K remote: Compressing objects: 11% (1/9)[K remote: Compressing objects: 22% (2/9)[K remote: Compressing objects: 33% (3/9)[K remote: Compressing objects: 44% (4/9)[K remote: Compressing objects: 55% (5/9)[K remote: Compressing objects: 66% (6/9)[K remote: Compressing objects: 77% (7/9)[K remote: Compressing objects: 88% (8/9)[K remote: Compressing objects: 100% (9/9)[K remote: Compressing objects: 100% (9/9), done.[K remote: Total 17 (delta 8), reused 12 (delta 8), pack-reused 0[K From https://github.com/python/cpython
- branch 3.12 -> FETCH_HEAD Note: checking out '7313bde84c82e37aa1110d44b796ec3025b0f611'.
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 7313bde... [3.12] Bump mypy to 1.7.0 (GH-111961) (#112033) Switched to and reset branch '3.12'
configure: WARNING: powerpc64-unknown-linux-gnu/gcc is not supported configure: WARNING:
Platform "powerpc64-unknown-linux-gnu" with compiler "gcc" is not supported by the CPython core team, see https://peps.python.org/pep-0011/ for more information.
../Objects/unicodeobject.c: In function ‘unicode_endswith’:
../Objects/unicodeobject.c:12897:23: warning: ‘subobj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
substring = PyTuple_GET_ITEM(subobj, i);
^
../Objects/unicodeobject.c: In function ‘unicode_startswith’:
../Objects/unicodeobject.c:12843:23: warning: ‘subobj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
substring = PyTuple_GET_ITEM(subobj, i);
^
In file included from ../Include/internal/pycore_opcode.h:13:0,
from ../Python/ceval.c:16:
../Python/ceval.c: In function ‘lltrace_instruction’:
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:266:33: note: in definition of macro ‘IS_PSEUDO_OPCODE’
#define IS_PSEUDO_OPCODE(op) (((op) >= MIN_PSEUDO_OPCODE) && ((op) <= MAX_PSEUDO_OPCODE))
^
../Python/ceval.c:141:9: note: in expansion of macro ‘HAS_ARG’
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:221:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == JUMP)
^
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:222:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == JUMP_NO_INTERRUPT)
^
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:223:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == LOAD_METHOD)
^
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:224:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == LOAD_SUPER_METHOD)
^
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:225:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == LOAD_ZERO_SUPER_METHOD)
^
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:226:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == LOAD_ZERO_SUPER_ATTR)
^
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:227:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == STORE_FAST_MAYBE_NULL)
^
../Python/instrumentation.c: In function ‘allocate_instrumentation_data’:
../Python/instrumentation.c:1436:9: warning: missing braces around initializer [-Wmissing-braces]
code->_co_monitoring->local_monitors = (_Py_LocalMonitors){ 0 };
^
../Python/instrumentation.c:1436:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces]
../Python/instrumentation.c:1437:9: warning: missing braces around initializer [-Wmissing-braces]
code->_co_monitoring->active_monitors = (_Py_LocalMonitors){ 0 };
^
../Python/instrumentation.c:1437:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces]
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make: *** [libpython3.12d.so] 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: [clean-retain-profile] Error 1 (ignored)
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org