Buildbot failure in Python on whole buildset
The Buildbot has detected a new failure on builder ARM Raspbian 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/424/builds/963
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: gps-raspbian
Build Reason: <unknown> Blamelist: Benjamin Peterson <benjamin@python.org>, Brandt Bucher <brandt@python.org>, Carlos Damazio <carlos.damazio@damazio.dev>, Christian Heimes <christian@python.org>, David CARLIER <devnexen@gmail.com>, David Gilbertson <gilbertson.david@gmail.com>, Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>, Dong-hee Na <donghee.na@python.org>, E-Paine <63801254+E-Paine@users.noreply.github.com>, Erlend Egeberg Aasland <erlend.aasland@innova.no>, Hugo van Kemenade <hugovk@users.noreply.github.com>, Irit Katriel <1055913+iritkatriel@users.noreply.github.com>, Jade Lovelace <software@lfcode.ca>, Jason R. Coombs <jaraco@jaraco.com>, Joe <nigelchiang@outlook.com>, Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>, Mark Dickinson <mdickinson@enthought.com>, Ned Deily <nad@python.org>, Nikita Sobolev <mail@sobolevn.me>, Pablo Galindo Salgado <Pablogsal@gmail.com>, Philipp Claßen <philipp.classen@posteo.de>, Rafael Fontenelle <rffontenelle@users.noreply.github.com>, R aymond Hettinger <rhettinger@users.noreply.github.com>, Sebastian Pipping <sebastian@pipping.org>, Serhiy Storchaka <storchaka@gmail.com>, Tim Peters <tim.peters@gmail.com>, Xinhang Xu <xuxinhang4567@126.com>, andrei kulakov <andrei.avk@gmail.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
==
Captured traceback
remote: Enumerating objects: 13, done.
remote: Counting objects: 8% (1/12)
remote: Counting objects: 16% (2/12)
remote: Counting objects: 25% (3/12)
remote: Counting objects: 33% (4/12)
remote: Counting objects: 41% (5/12)
remote: Counting objects: 50% (6/12)
remote: Counting objects: 58% (7/12)
remote: Counting objects: 66% (8/12)
remote: Counting objects: 75% (9/12)
remote: Counting objects: 83% (10/12)
remote: Counting objects: 91% (11/12)
remote: Counting objects: 100% (12/12)
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 25% (1/4)
remote: Compressing objects: 50% (2/4)
remote: Compressing objects: 75% (3/4)
remote: Compressing objects: 100% (4/4)
remote: Compressing objects: 100% (4/4), done.
remote: Total 13 (delta 8), reused 8 (delta 8), pack-reused 1
From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: switching to '332e6b972567debfa9d8f3f9a4a966c7ad15eec9'.
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 332e6b9725 bpo-45256: Don't track the exact depth of each InterpreterFrame (GH-30372)
Switched to and reset branch 'main'
In file included from Objects/bytes_methods.c:435: Objects/stringlib/fastsearch.h: In function ‘stringlib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ In file included from Objects/bytearrayobject.c:1089: Objects/stringlib/fastsearch.h: In function ‘stringlib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ In file included from Objects/bytesobject.c:1282: Objects/stringlib/fastsearch.h: In function ‘stringlib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ In file included from Objects/unicodeobject.c:930: Objects/stringlib/fastsearch.h: In function ‘asciilib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ In file included from Objects/unicodeobject.c:939: Objects/stringlib/fastsearch.h: In function ‘ucs1lib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ In file included from Objects/unicodeobject.c:949: Objects/stringlib/fastsearch.h: In function ‘ucs2lib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ In file included from Objects/unicodeobject.c:959: Objects/stringlib/fastsearch.h: In function ‘ucs4lib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ In file included from Objects/unicodeobject.c:971: Objects/stringlib/fastsearch.h: In function ‘stringlib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ Python/specialize.c: In function ‘specialize_dict_access’: Python/specialize.c:691:18: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 691 | if (hint != (uint32_t)hint) { | ^~ renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11
renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11
renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 Timeout (0:15:00)! Thread 0xb6f5d040 (most recent call first): File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/selectors.py", line 416 in select File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/subprocess.py", line 2001 in _communicate File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/subprocess.py", line 1150 in communicate File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/subprocess.py", line 504 in run File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Tools/freeze/test/freeze.py", line 25 in _run_quiet File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Tools/freeze/test/freeze.py", line 163 in prepare File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/test/test_tools/test_freeze.py", line 27 in test_freeze_simple_script File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/unittest/case.py", line 547 in _callTestMethod File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/unittest/case.py", line 591 in run File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/unittest/case.py", line 646 in __call__ File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/unittest/suite.py", line 122 in run File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/unittest/suite.py", line 84 in __call__ File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/unittest/suite.py", line 122 in run File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/unittest/suite.py", line 84 in __call__ File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/unittest/suite.py", line 122 in run File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/unittest/suite.py", line 84 in __call__ File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/unittest/suite.py", line 122 in run File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/unittest/suite.py", line 84 in __call__ File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/unittest/suite.py", line 122 in run File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/unittest/suite.py", line 84 in __call__ File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/unittest/runner.py", line 208 in run File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/test/support/__init__.py", line 1009 in _run_suite File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/test/support/__init__.py", line 1135 in run_unittest File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/test/libregrtest/runtest.py", line 273 in _test_module File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/test/libregrtest/runtest.py", line 309 in _runtest_inner2 File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/test/libregrtest/runtest.py", line 352 in _runtest_inner File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/test/libregrtest/runtest.py", line 227 in _runtest File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/test/libregrtest/runtest.py", line 257 in runtest File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/test/libregrtest/main.py", line 337 in rerun_failed_tests File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/test/libregrtest/main.py", line 715 in _main File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/test/libregrtest/main.py", line 658 in main File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/test/libregrtest/main.py", line 736 in main File "/var/lib/buildbot/workers/3.x.gps-raspbian/build/Lib/test/__main__.py", line 2 in <module> File "<frozen runpy>", line 88 in _run_code File "<frozen runpy>", line 198 in _run_module_as_main make: *** [Makefile:1843: buildbottest] Error 1
Cannot open file '/var/lib/buildbot/workers/3.x.gps-raspbian/build/test-results.xml' for upload
Test report
Failed tests:
- test_tools
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org