☠ Buildbot (Python): - failed test (failure) (418e72041349dccdd2bf6ad58643fec3314b1691)
![](https://secure.gravatar.com/avatar/877320e8ca98bd05c38bfe044ab7ee88.jpg?s=120&d=mm&r=g)
The Buildbot has detected a new failure on builder s390x RHEL7 Refleaks 3.12 while building Python. Full details are available at: https://buildbot.python.org/all/#/builders/1198/builds/271
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
==
Captured traceback
remote: Enumerating objects: 29, 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: 25% (1/4)[K remote: Compressing objects: 50% (2/4)[K remote: Compressing objects: 75% (3/4)[K remote: Compressing objects: 100% (4/4)[K remote: Compressing objects: 100% (4/4), done.[K remote: Total 29 (delta 13), reused 13 (delta 13), pack-reused 12[K From https://github.com/python/cpython
- branch 3.12 -> FETCH_HEAD Note: checking out 'FETCH_HEAD'.
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 418e720... [3.12] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descriptor (GH-115540) (GH-115966) Switched to and reset branch '3.12'
Objects/unicodeobject.c: In function ‘unicode_endswith’:
Objects/unicodeobject.c:12945: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:12891: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]
make: *** [buildbottest] Error 3
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org