The Buildbot has detected a new failure on builder s390x RHEL7 LTO 3.x while 
building python/cpython.
Full details are available at:
    https://buildbot.python.org/all/#/builders/402/builds/6621

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: edelsohn-rhel-z

Build Reason: <unknown>
Blamelist: Eric Snow <[email protected]>, Gouvernathor 
<[email protected]>, Nikita Sobolev 
<[email protected]>

BUILD FAILED: failed test (failure)


Summary of the results of the build (if available):
===================================================

== 


Captured traceback
==================

Note: checking out '936d4611d63d0c109e05d385e99acc0592eff341'.

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 936d461... gh-76785: Fix interpreters.Queue.get_nowait() 
(gh-116166)
Switched to and reset branch 'main'

Python/instrumentation.c: In function ‘allocate_instrumentation_data’:
Python/instrumentation.c:1514:9: warning: missing braces around initializer 
[-Wmissing-braces]
         code->_co_monitoring->local_monitors = (_Py_LocalMonitors){ 0 };
         ^
Python/instrumentation.c:1514:9: warning: (near initialization for 
‘(anonymous).tools’) [-Wmissing-braces]
Python/instrumentation.c:1515:9: warning: missing braces around initializer 
[-Wmissing-braces]
         code->_co_monitoring->active_monitors = (_Py_LocalMonitors){ 0 };
         ^
Python/instrumentation.c:1515:9: warning: (near initialization for 
‘(anonymous).tools’) [-Wmissing-braces]
Python/optimizer.c:163:1: warning: missing braces around initializer 
[-Wmissing-braces]
 static _PyExecutorObject COLD_EXITS[UOP_MAX_TRACE_LENGTH] = { 0 };
 ^
Python/optimizer.c:163:1: warning: (near initialization for ‘COLD_EXITS[0]’) 
[-Wmissing-braces]
Python/optimizer.c:165:1: warning: missing braces around initializer 
[-Wmissing-braces]
 static const _PyBloomFilter EMPTY_FILTER = { 0 };
 ^
Python/optimizer.c:165:1: warning: (near initialization for 
‘EMPTY_FILTER.bits’) [-Wmissing-braces]
./Modules/_xxinterpchannelsmodule.c: In function ‘_channel_get_info’:
./Modules/_xxinterpchannelsmodule.c:1988:21: warning: missing braces around 
initializer [-Wmissing-braces]
     *info = (struct channel_info){0};
                     ^
./Modules/_xxinterpchannelsmodule.c:1988:21: warning: (near initialization for 
‘(anonymous).status’) [-Wmissing-braces]
./Modules/_xxinterpqueuesmodule.c: In function ‘queuesmod_get’:
./Modules/_xxinterpqueuesmodule.c:1430:15: warning: ‘fmt’ may be used 
uninitialized in this function [-Wmaybe-uninitialized]
     PyObject *res = Py_BuildValue("Oi", obj, fmt);
               ^

make: *** [buildbottest] Error 3


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]

Reply via email to