Buildbot failure in Python on whole buildset

The Buildbot has detected a new failure on builder x86 Gentoo Non-Debug with X 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/698/builds/249
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-gentoo-x86
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.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: 37, done.
remote: Counting objects: 2% (1/37)
remote: Counting objects: 5% (2/37)
remote: Counting objects: 8% (3/37)
remote: Counting objects: 10% (4/37)
remote: Counting objects: 13% (5/37)
remote: Counting objects: 16% (6/37)
remote: Counting objects: 18% (7/37)
remote: Counting objects: 21% (8/37)
remote: Counting objects: 24% (9/37)
remote: Counting objects: 27% (10/37)
remote: Counting objects: 29% (11/37)
remote: Counting objects: 32% (12/37)
remote: Counting objects: 35% (13/37)
remote: Counting objects: 37% (14/37)
remote: Counting objects: 40% (15/37)
remote: Counting objects: 43% (16/37)
remote: Counting objects: 45% (17/37)
remote: Counting objects: 48% (18/37)
remote: Counting objects: 51% (19/37)
remote: Counting objects: 54% (20/37)
remote: Counting objects: 56% (21/37)
remote: Counting objects: 59% (22/37)
remote: Counting objects: 62% (23/37)
remote: Counting objects: 64% (24/37)
remote: Counting objects: 67% (25/37)
remote: Counting objects: 70% (26/37)
remote: Counting objects: 72% (27/37)
remote: Counting objects: 75% (28/37)
remote: Counting objects: 78% (29/37)
remote: Counting objects: 81% (30/37)
remote: Counting objects: 83% (31/37)
remote: Counting objects: 86% (32/37)
remote: Counting objects: 89% (33/37)
remote: Counting objects: 91% (34/37)
remote: Counting objects: 94% (35/37)
remote: Counting objects: 97% (36/37)
remote: Counting objects: 100% (37/37)
remote: Counting objects: 100% (37/37), done.
remote: Compressing objects: 5% (1/19)
remote: Compressing objects: 10% (2/19)
remote: Compressing objects: 15% (3/19)
remote: Compressing objects: 21% (4/19)
remote: Compressing objects: 26% (5/19)
remote: Compressing objects: 31% (6/19)
remote: Compressing objects: 36% (7/19)
remote: Compressing objects: 42% (8/19)
remote: Compressing objects: 47% (9/19)
remote: Compressing objects: 52% (10/19)
remote: Compressing objects: 57% (11/19)
remote: Compressing objects: 63% (12/19)
remote: Compressing objects: 68% (13/19)
remote: Compressing objects: 73% (14/19)
remote: Compressing objects: 78% (15/19)
remote: Compressing objects: 84% (16/19)
remote: Compressing objects: 89% (17/19)
remote: Compressing objects: 94% (18/19)
remote: Compressing objects: 100% (19/19)
remote: Compressing objects: 100% (19/19), done.
remote: Total 37 (delta 17), reused 25 (delta 17), pack-reused 0
From https://github.com/python/cpython
- branch 3.10 -> FETCH_HEAD Note: switching to '8a37e8cf45105fbb592c31ebd30501bbdea5ab81'.
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 8a37e8cf45 bpo-44732: Rename types.Union to types.UnionType (GH-27342) Switched to and reset branch '3.10'
In file included from Objects/bytes_methods.c:435: Objects/stringlib/fastsearch.h: In function ‘stringlib__preprocess’: Objects/stringlib/fastsearch.h:332:19: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 332 | if (shift > SHIFT_OVERFLOW) { | ^ In file included from Objects/bytearrayobject.c:1089: Objects/stringlib/fastsearch.h: In function ‘stringlib__preprocess’: Objects/stringlib/fastsearch.h:332:19: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 332 | if (shift > SHIFT_OVERFLOW) { | ^ In file included from Objects/bytesobject.c:1279: Objects/stringlib/fastsearch.h: In function ‘stringlib__preprocess’: Objects/stringlib/fastsearch.h:332:19: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 332 | if (shift > SHIFT_OVERFLOW) { | ^ In file included from Objects/unicodeobject.c:922: Objects/stringlib/fastsearch.h: In function ‘asciilib__preprocess’: Objects/stringlib/fastsearch.h:332:19: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 332 | if (shift > SHIFT_OVERFLOW) { | ^ In file included from Objects/unicodeobject.c:931: Objects/stringlib/fastsearch.h: In function ‘ucs1lib__preprocess’: Objects/stringlib/fastsearch.h:332:19: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 332 | if (shift > SHIFT_OVERFLOW) { | ^ In file included from Objects/unicodeobject.c:941: Objects/stringlib/fastsearch.h: In function ‘ucs2lib__preprocess’: Objects/stringlib/fastsearch.h:332:19: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 332 | if (shift > SHIFT_OVERFLOW) { | ^ In file included from Objects/unicodeobject.c:951: Objects/stringlib/fastsearch.h: In function ‘ucs4lib__preprocess’: Objects/stringlib/fastsearch.h:332:19: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 332 | if (shift > SHIFT_OVERFLOW) { | ^ In file included from Objects/unicodeobject.c:963: Objects/stringlib/fastsearch.h: In function ‘stringlib__preprocess’: Objects/stringlib/fastsearch.h:332:19: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 332 | if (shift > SHIFT_OVERFLOW) { | ^ not a dynamic executable In function ‘_write_size64’, inlined from ‘_Pickler_CommitFrame’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:979:9: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:963:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 963 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:62, from ./Include/Python.h:95, from /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c: In function ‘_Pickler_CommitFrame’: ./Include/cpython/bytesobject.h:8:10: note: at offset 5 to object ‘ob_sval’ with size 1 declared here 8 | char ob_sval[1]; | ^~~~~~~ In function ‘_write_size64’, inlined from ‘_Pickler_CommitFrame’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:979:9: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:963:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 963 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:62, from ./Include/Python.h:95, from /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c: In function ‘_Pickler_CommitFrame’: ./Include/cpython/bytesobject.h:8:10: note: at offset 6 to object ‘ob_sval’ with size 1 declared here 8 | char ob_sval[1]; | ^~~~~~~ In function ‘_write_size64’, inlined from ‘_Pickler_CommitFrame’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:979:9: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:963:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 963 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:62, from ./Include/Python.h:95, from /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c: In function ‘_Pickler_CommitFrame’: ./Include/cpython/bytesobject.h:8:10: note: at offset 7 to object ‘ob_sval’ with size 1 declared here 8 | char ob_sval[1]; | ^~~~~~~ In function ‘_write_size64’, inlined from ‘_Pickler_CommitFrame’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:979:9: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:963:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 963 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:62, from ./Include/Python.h:95, from /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c: In function ‘_Pickler_CommitFrame’: ./Include/cpython/bytesobject.h:8:10: note: at offset 8 to object ‘ob_sval’ with size 1 declared here 8 | char ob_sval[1]; | ^~~~~~~ In function ‘_write_size64’, inlined from ‘_Pickler_CommitFrame’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:979:9, inlined from ‘_Pickler_GetString’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:996:9, inlined from ‘_Pickler_FlushToFile’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:1014:14: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:963:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 963 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:62, from ./Include/Python.h:95, from /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c: In function ‘_Pickler_FlushToFile’: ./Include/cpython/bytesobject.h:8:10: note: at offset 5 to object ‘ob_sval’ with size 1 declared here 8 | char ob_sval[1]; | ^~~~~~~ In function ‘_write_size64’, inlined from ‘_Pickler_CommitFrame’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:979:9, inlined from ‘_Pickler_GetString’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:996:9, inlined from ‘_Pickler_FlushToFile’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:1014:14: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:963:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 963 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:62, from ./Include/Python.h:95, from /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c: In function ‘_Pickler_FlushToFile’: ./Include/cpython/bytesobject.h:8:10: note: at offset 6 to object ‘ob_sval’ with size 1 declared here 8 | char ob_sval[1]; | ^~~~~~~ In function ‘_write_size64’, inlined from ‘_Pickler_CommitFrame’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:979:9, inlined from ‘_Pickler_GetString’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:996:9, inlined from ‘_Pickler_FlushToFile’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:1014:14: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:963:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 963 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:62, from ./Include/Python.h:95, from /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c: In function ‘_Pickler_FlushToFile’: ./Include/cpython/bytesobject.h:8:10: note: at offset 7 to object ‘ob_sval’ with size 1 declared here 8 | char ob_sval[1]; | ^~~~~~~ In function ‘_write_size64’, inlined from ‘_Pickler_CommitFrame’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:979:9, inlined from ‘_Pickler_GetString’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:996:9, inlined from ‘_Pickler_FlushToFile’ at /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:1014:14: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:963:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 963 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:62, from ./Include/Python.h:95, from /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/Modules/_pickle.c: In function ‘_Pickler_FlushToFile’: ./Include/cpython/bytesobject.h:8:10: note: at offset 8 to object ‘ob_sval’ with size 1 declared here 8 | char ob_sval[1]; | ^~~~~~~ renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10 renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10 renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10
not a dynamic executable
renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10 renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10 renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10
Cannot open file '/buildbot/buildarea/cpython/3.10.ware-gentoo-x86.nondebug/build/test-results.xml' for upload
Test report
Failed tests:
- test_peg_generator
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Windows10 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/600/builds/261
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bolen-windows10
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 37, done.
remote: Counting objects: 2% (1/37)
remote: Counting objects: 5% (2/37)
remote: Counting objects: 8% (3/37)
remote: Counting objects: 10% (4/37)
remote: Counting objects: 13% (5/37)
remote: Counting objects: 16% (6/37)
remote: Counting objects: 18% (7/37)
remote: Counting objects: 21% (8/37)
remote: Counting objects: 24% (9/37)
remote: Counting objects: 27% (10/37)
remote: Counting objects: 29% (11/37)
remote: Counting objects: 32% (12/37)
remote: Counting objects: 35% (13/37)
remote: Counting objects: 37% (14/37)
remote: Counting objects: 40% (15/37)
remote: Counting objects: 43% (16/37)
remote: Counting objects: 45% (17/37)
remote: Counting objects: 48% (18/37)
remote: Counting objects: 51% (19/37)
remote: Counting objects: 54% (20/37)
remote: Counting objects: 56% (21/37)
remote: Counting objects: 59% (22/37)
remote: Counting objects: 62% (23/37)
remote: Counting objects: 64% (24/37)
remote: Counting objects: 67% (25/37)
remote: Counting objects: 70% (26/37)
remote: Counting objects: 72% (27/37)
remote: Counting objects: 75% (28/37)
remote: Counting objects: 78% (29/37)
remote: Counting objects: 81% (30/37)
remote: Counting objects: 83% (31/37)
remote: Counting objects: 86% (32/37)
remote: Counting objects: 89% (33/37)
remote: Counting objects: 91% (34/37)
remote: Counting objects: 94% (35/37)
remote: Counting objects: 97% (36/37)
remote: Counting objects: 100% (37/37)
remote: Counting objects: 100% (37/37), done.
remote: Compressing objects: 5% (1/19)
remote: Compressing objects: 10% (2/19)
remote: Compressing objects: 15% (3/19)
remote: Compressing objects: 21% (4/19)
remote: Compressing objects: 26% (5/19)
remote: Compressing objects: 31% (6/19)
remote: Compressing objects: 36% (7/19)
remote: Compressing objects: 42% (8/19)
remote: Compressing objects: 47% (9/19)
remote: Compressing objects: 52% (10/19)
remote: Compressing objects: 57% (11/19)
remote: Compressing objects: 63% (12/19)
remote: Compressing objects: 68% (13/19)
remote: Compressing objects: 73% (14/19)
remote: Compressing objects: 78% (15/19)
remote: Compressing objects: 84% (16/19)
remote: Compressing objects: 89% (17/19)
remote: Compressing objects: 94% (18/19)
remote: Compressing objects: 100% (19/19)
remote: Compressing objects: 100% (19/19), done.
remote: Total 37 (delta 17), reused 25 (delta 17), pack-reused 0
From https://github.com/python/cpython
- branch 3.10 -> FETCH_HEAD Note: checking out '8a37e8cf45105fbb592c31ebd30501bbdea5ab81'.
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 8a37e8c... bpo-44732: Rename types.Union to types.UnionType (GH-27342) Switched to and reset branch '3.10'
Could Not Find D:\buildarea\3.10.bolen-windows10\build\Lib\*.pyc The system cannot find the file specified. Could Not Find D:\buildarea\3.10.bolen-windows10\build\PCbuild\python*.zip
Could Not Find D:\buildarea\3.10.bolen-windows10\build\Lib\*.pyc The system cannot find the file specified. Could Not Find D:\buildarea\3.10.bolen-windows10\build\PCbuild\python*.zip
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org