The Buildbot has detected a new failure on builder AMD64 Windows11 Non-Debug
3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/914/builds/3671
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-win11
Build Reason: <unknown>
Blamelist: Raymond Hettinger <[email protected]>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "b:\uildarea\3.x.ware-win11.nondebug\build\Lib\test\test_int.py", line
738, in test_denial_of_service_prevented_str_to_int
self.assertLessEqual(sw_fail_extra_huge.seconds, sw_convert.seconds/2)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0.015625 not less than or equal to 0.0078125
Test report
===========
Failed tests:
- test_int
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL8
FIPS Only Blake2 Builtin Hash 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/469/builds/7670
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-fips-x86_64
Build Reason: <unknown>
Blamelist: Raymond Hettinger <[email protected]>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 9, done.
remote: Counting objects: 11% (1/9)
remote: Counting objects: 22% (2/9)
remote: Counting objects: 33% (3/9)
remote: Counting objects: 44% (4/9)
remote: Counting objects: 55% (5/9)
remote: Counting objects: 66% (6/9)
remote: Counting objects: 77% (7/9)
remote: Counting objects: 88% (8/9)
remote: Counting objects: 100% (9/9)
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 12% (1/8)
remote: Compressing objects: 25% (2/8)
remote: Compressing objects: 37% (3/8)
remote: Compressing objects: 50% (4/8)
remote: Compressing objects: 62% (5/8)
remote: Compressing objects: 75% (6/8)
remote: Compressing objects: 87% (7/8)
remote: Compressing objects: 100% (8/8)
remote: Compressing objects: 100% (8/8), done.
remote: Total 9 (delta 1), reused 2 (delta 1), pack-reused 0
>From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to 'a1e948edba9ec6ba61365429857f7a087c5edf51'.
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 a1e948edba9 Add cumulative option for the new statistics.kde()
function. (#117033)
Switched to and reset branch 'main'
make: *** [Makefile:2203: buildbottest] Error 2
Test report
===========
Failed tests:
- test.test_multiprocessing_fork.test_processes
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/6934
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown>
Blamelist: Barney Gale <[email protected]>, Erik Soma
<[email protected]>, Irit Katriel
<[email protected]>, Ken Jin <[email protected]>,
Mark Shannon <[email protected]>, Raymond Hettinger
<[email protected]>, Serhiy Storchaka <[email protected]>,
Victor Stinner <[email protected]>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 9, done.[K
remote: Counting objects: 11% (1/9)[K
remote: Counting objects: 22% (2/9)[K
remote: Counting objects: 33% (3/9)[K
remote: Counting objects: 44% (4/9)[K
remote: Counting objects: 55% (5/9)[K
remote: Counting objects: 66% (6/9)[K
remote: Counting objects: 77% (7/9)[K
remote: Counting objects: 88% (8/9)[K
remote: Counting objects: 100% (9/9)[K
remote: Counting objects: 100% (9/9), done.[K
remote: Compressing objects: 14% (1/7)[K
remote: Compressing objects: 28% (2/7)[K
remote: Compressing objects: 42% (3/7)[K
remote: Compressing objects: 57% (4/7)[K
remote: Compressing objects: 71% (5/7)[K
remote: Compressing objects: 85% (6/7)[K
remote: Compressing objects: 100% (7/7)[K
remote: Compressing objects: 100% (7/7), done.[K
remote: Total 9 (delta 2), reused 2 (delta 2), pack-reused 0[K
>From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: checking out 'a1e948edba9ec6ba61365429857f7a087c5edf51'.
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 a1e948e... Add cumulative option for the new statistics.kde()
function. (#117033)
Switched to and reset branch 'main'
Objects/unicodeobject.c: In function ‘unicode_endswith’:
Objects/unicodeobject.c:13101: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:13047: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:1522:9: warning: missing braces around initializer
[-Wmissing-braces]
code->_co_monitoring->local_monitors = (_Py_LocalMonitors){ 0 };
^
Python/instrumentation.c:1522:9: warning: (near initialization for
‘(anonymous).tools’) [-Wmissing-braces]
Python/instrumentation.c:1523:9: warning: missing braces around initializer
[-Wmissing-braces]
code->_co_monitoring->active_monitors = (_Py_LocalMonitors){ 0 };
^
Python/instrumentation.c:1523: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:1949:21: warning: missing braces around
initializer [-Wmissing-braces]
*info = (struct channel_info){0};
^
./Modules/_xxinterpchannelsmodule.c:1949:21: warning: (near initialization for
‘(anonymous).status’) [-Wmissing-braces]
make: *** [buildbottest] Error 2
Test report
===========
Failed tests:
- test.test_multiprocessing_fork.test_processes
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]