Buildbot failure in Python on whole buildset
The Buildbot has detected a new failure on builder x86 Gentoo Non-Debug with X 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/51/builds/194
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: 16, done.
remote: Counting objects: 6% (1/16)
remote: Counting objects: 12% (2/16)
remote: Counting objects: 18% (3/16)
remote: Counting objects: 25% (4/16)
remote: Counting objects: 31% (5/16)
remote: Counting objects: 37% (6/16)
remote: Counting objects: 43% (7/16)
remote: Counting objects: 50% (8/16)
remote: Counting objects: 56% (9/16)
remote: Counting objects: 62% (10/16)
remote: Counting objects: 68% (11/16)
remote: Counting objects: 75% (12/16)
remote: Counting objects: 81% (13/16)
remote: Counting objects: 87% (14/16)
remote: Counting objects: 93% (15/16)
remote: Counting objects: 100% (16/16)
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 6% (1/15)
remote: Compressing objects: 13% (2/15)
remote: Compressing objects: 20% (3/15)
remote: Compressing objects: 26% (4/15)
remote: Compressing objects: 33% (5/15)
remote: Compressing objects: 40% (6/15)
remote: Compressing objects: 46% (7/15)
remote: Compressing objects: 53% (8/15)
remote: Compressing objects: 60% (9/15)
remote: Compressing objects: 66% (10/15)
remote: Compressing objects: 73% (11/15)
remote: Compressing objects: 80% (12/15)
remote: Compressing objects: 86% (13/15)
remote: Compressing objects: 93% (14/15)
remote: Compressing objects: 100% (15/15)
remote: Compressing objects: 100% (15/15), done.
remote: Total 16 (delta 1), reused 6 (delta 1), pack-reused 0
From https://github.com/python/cpython
- branch 3.9 -> FETCH_HEAD Note: switching to '98eb40828af97760badfa7b8ff84bd4f7a079839'.
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 98eb40828a bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121) (GH-28132) Switched to and reset branch '3.9'
In function ‘assemble_lnotab’, inlined from ‘assemble_emit’ at Python/compile.c:5723:25, inlined from ‘assemble’ at Python/compile.c:6062:18: Python/compile.c:5639:23: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5639 | *lnotab++ = 255; | ~~~~~~~~~~^~~~~ Python/compile.c:5640:23: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5640 | *lnotab++ = 0; | ~~~~~~~~~~^~~ Python/compile.c:5677:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5677 | *lnotab++ = k; | ~~~~~~~~~~^~~ ./Modules/signalmodule.c: In function ‘signal_siginterrupt_impl’: ./Modules/signalmodule.c:660:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] 660 | if (siginterrupt(signalnum, flag)<0) { | ^~ In file included from ./Modules/signalmodule.c:28: /usr/include/signal.h:311:12: note: declared here 311 | extern int siginterrupt (int __sig, int __interrupt) __THROW | ^~~~~~~~~~~~ not a dynamic executable In function ‘_write_size64’, inlined from ‘_Pickler_CommitFrame’ at /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:978:9: /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:962:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 962 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:75, from ./Include/Python.h:105, from /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.9.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.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:978:9: /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:962:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 962 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:75, from ./Include/Python.h:105, from /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.9.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.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:978:9: /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:962:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 962 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:75, from ./Include/Python.h:105, from /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.9.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.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:978:9: /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:962:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 962 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:75, from ./Include/Python.h:105, from /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.9.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.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:978:9, inlined from ‘_Pickler_GetString’ at /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:995:9, inlined from ‘_Pickler_FlushToFile’ at /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:1013:14: /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:962:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 962 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:75, from ./Include/Python.h:105, from /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.9.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.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:978:9, inlined from ‘_Pickler_GetString’ at /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:995:9, inlined from ‘_Pickler_FlushToFile’ at /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:1013:14: /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:962:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 962 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:75, from ./Include/Python.h:105, from /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.9.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.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:978:9, inlined from ‘_Pickler_GetString’ at /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:995:9, inlined from ‘_Pickler_FlushToFile’ at /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:1013:14: /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:962:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 962 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:75, from ./Include/Python.h:105, from /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.9.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.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:978:9, inlined from ‘_Pickler_GetString’ at /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:995:9, inlined from ‘_Pickler_FlushToFile’ at /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:1013:14: /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:962:16: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 962 | out[i] = 0; | ~~~~~~~^~~ In file included from ./Include/bytesobject.h:75, from ./Include/Python.h:105, from /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/_pickle.c:11: /buildbot/buildarea/cpython/3.9.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]; | ^~~~~~~ In file included from /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/expat/expat_config.h:8, from /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/expat/xmltok.c:53: ./pyconfig.h:1607: warning: "_POSIX_C_SOURCE" redefined 1607 | #define _POSIX_C_SOURCE 200809L | In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from /buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/Modules/expat/xmltok.c:46: /usr/include/features.h:310: note: this is the location of the previous definition 310 | # define _POSIX_C_SOURCE 199506L |
not a dynamic executable
Cannot open file '/buildbot/buildarea/cpython/3.9.ware-gentoo-x86.nondebug/build/test-results.xml' for upload
Test report
Failed tests:
- test_peg_generator
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org