☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder s390x RHEL8 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/567/builds/5212
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown> Blamelist: Eric Snow <ericsnowcurrently@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
==
Captured traceback
remote: Enumerating objects: 7, done.
remote: Counting objects: 14% (1/7)
remote: Counting objects: 28% (2/7)
remote: Counting objects: 42% (3/7)
remote: Counting objects: 57% (4/7)
remote: Counting objects: 71% (5/7)
remote: Counting objects: 85% (6/7)
remote: Counting objects: 100% (7/7)
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (1/1)
remote: Compressing objects: 100% (1/1), done.
remote: Total 4 (delta 3), reused 3 (delta 3), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: switching to 'df9815eb11b58dfaae02a8e3fb85ae8aa725dc17'.
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 df9815eb11 gh-111684: Avoid a Compiler Warning (gh-111706) Switched to and reset branch 'main'
make: *** [Makefile:2067: buildbottest] Error 3
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL7 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/179/builds/5874
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown> Blamelist: AN Long <aisk@users.noreply.github.com>, Eric Snow <ericsnowcurrently@gmail.com>, Hugo van Kemenade <hugovk@users.noreply.github.com>, Irit Katriel <1055913+iritkatriel@users.noreply.github.com>, Michael Droettboom <mdboom@gmail.com>, Nikita Sobolev <mail@sobolevn.me>, Philippe Cerfon <41550983+philcerf@users.noreply.github.com>, Serhiy Storchaka <storchaka@gmail.com>, Terry Jan Reedy <tjreedy@udel.edu>, Tian Gao <gaogaotiantian@hotmail.com>, Victor Stinner <vstinner@python.org>, lefp <70862148+lefp@users.noreply.github.com>, scoder <stefan_ml@behnel.de>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
==
Captured traceback
remote: Enumerating objects: 7, done.[K remote: Counting objects: 14% (1/7)[K remote: Counting objects: 28% (2/7)[K remote: Counting objects: 42% (3/7)[K remote: Counting objects: 57% (4/7)[K remote: Counting objects: 71% (5/7)[K remote: Counting objects: 85% (6/7)[K remote: Counting objects: 100% (7/7)[K remote: Counting objects: 100% (7/7), done.[K remote: Compressing objects: 100% (1/1)[K remote: Compressing objects: 100% (1/1), done.[K remote: Total 4 (delta 3), reused 3 (delta 3), pack-reused 0[K From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: checking out 'df9815eb11b58dfaae02a8e3fb85ae8aa725dc17'.
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 df9815e... gh-111684: Avoid a Compiler Warning (gh-111706) Switched to and reset branch 'main'
Objects/unicodeobject.c: In function ‘unicode_endswith’: Objects/unicodeobject.c:13021: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:12967:23: warning: ‘subobj’ may be used uninitialized in this function [-Wmaybe-uninitialized] substring = PyTuple_GET_ITEM(subobj, i); ^ Python/instrumentation.c: In function ‘allocate_instrumentation_data’: Python/instrumentation.c:1489:9: warning: missing braces around initializer [-Wmissing-braces] code->_co_monitoring->local_monitors = (_Py_LocalMonitors){ 0 }; ^ Python/instrumentation.c:1489:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces] Python/instrumentation.c:1490:9: warning: missing braces around initializer [-Wmissing-braces] code->_co_monitoring->active_monitors = (_Py_LocalMonitors){ 0 }; ^ Python/instrumentation.c:1490:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces] ./Modules/_xxinterpchannelsmodule.c: In function ‘_channel_get_info’: ./Modules/_xxinterpchannelsmodule.c:2129:21: warning: missing braces around initializer [-Wmissing-braces] *info = (struct channel_info){0}; ^ ./Modules/_xxinterpchannelsmodule.c:2129:21: warning: (near initialization for ‘(anonymous).status’) [-Wmissing-braces]
make: *** [buildbottest] Error 3
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org