Buildbot failure in Python on s390x Fedora Rawhide LTO 3.x
The Buildbot has detected a failed build on builder s390x Fedora Rawhide LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/323/builds/404
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Christian Heimes <christian@python.org>
BUILD FAILED: failed 'make pythoninfo' (failure) test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 20, done.
remote: Counting objects: 5% (1/20)
remote: Counting objects: 10% (2/20)
remote: Counting objects: 15% (3/20)
remote: Counting objects: 20% (4/20)
remote: Counting objects: 25% (5/20)
remote: Counting objects: 30% (6/20)
remote: Counting objects: 35% (7/20)
remote: Counting objects: 40% (8/20)
remote: Counting objects: 45% (9/20)
remote: Counting objects: 50% (10/20)
remote: Counting objects: 55% (11/20)
remote: Counting objects: 60% (12/20)
remote: Counting objects: 65% (13/20)
remote: Counting objects: 70% (14/20)
remote: Counting objects: 75% (15/20)
remote: Counting objects: 80% (16/20)
remote: Counting objects: 85% (17/20)
remote: Counting objects: 90% (18/20)
remote: Counting objects: 95% (19/20)
remote: Counting objects: 100% (20/20)
remote: Counting objects: 100% (20/20), done.
remote: Compressing objects: 11% (1/9)
remote: Compressing objects: 22% (2/9)
remote: Compressing objects: 33% (3/9)
remote: Compressing objects: 44% (4/9)
remote: Compressing objects: 55% (5/9)
remote: Compressing objects: 66% (6/9)
remote: Compressing objects: 77% (7/9)
remote: Compressing objects: 88% (8/9)
remote: Compressing objects: 100% (9/9)
remote: Compressing objects: 100% (9/9), done.
remote: Total 11 (delta 9), reused 3 (delta 2), pack-reused 0
From https://github.com/python/cpython
- branch master -> FETCH_HEAD Reset branch 'master'
In function ‘bytearray_removeprefix_impl’, inlined from ‘bytearray_removeprefix’ at Objects/clinic/bytearrayobject.c.h:139:20: Objects/bytearrayobject.c:1204:12: warning: ‘__builtin_memcmp_eq’ specified size between 9223372036854775808 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 1204 | && memcmp(self_start, prefix_start, prefix_len) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘bytearray_removesuffix_impl’, inlined from ‘bytearray_removesuffix’ at Objects/clinic/bytearrayobject.c.h:179:20: Objects/bytearrayobject.c:1236:12: warning: ‘__builtin_memcmp_eq’ specified size between 9223372036854775808 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 1236 | && memcmp(self_start + self_len - suffix_len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1237 | suffix_start, suffix_len) == 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘emit_pair’, inlined from ‘emit_delta’ at Objects/codeobject.c:423:14, inlined from ‘code_getlnotab’ at Objects/codeobject.c:462:18: Objects/codeobject.c:414:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 414 | *lnotab++ = b; | ~~~~~~~~~~^~~ In function ‘emit_pair’, inlined from ‘emit_delta’ at Objects/codeobject.c:436:14, inlined from ‘code_getlnotab’ at Objects/codeobject.c:462:18: Objects/codeobject.c:414:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 414 | *lnotab++ = b; | ~~~~~~~~~~^~~ In function ‘emit_pair’, inlined from ‘emit_delta’ at Objects/codeobject.c:429:14, inlined from ‘code_getlnotab’ at Objects/codeobject.c:462:18: Objects/codeobject.c:414:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 414 | *lnotab++ = b; | ~~~~~~~~~~^~~ In function ‘assemble_emit_linetable_pair’, inlined from ‘assemble_line_range’ at Python/compile.c:5614:18: Python/compile.c:5586:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5586 | *lnotab++ = ldelta; | ~~~~~~~~~~^~~~~~~~ In function ‘assemble_emit_linetable_pair’, inlined from ‘assemble_line_range’ at Python/compile.c:5608:18: Python/compile.c:5586:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5586 | *lnotab++ = ldelta; | ~~~~~~~~~~^~~~~~~~ In function ‘assemble_emit_linetable_pair’, inlined from ‘assemble’ at Python/compile.c:6011:10: Python/compile.c:5586:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5586 | *lnotab++ = ldelta; | ~~~~~~~~~~^~~~~~~~ In function ‘assemble_emit_linetable_pair’, inlined from ‘assemble_line_range’ at Python/compile.c:5614:0: Python/compile.c:5586: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5586 | *lnotab++ = ldelta; | In function ‘assemble_emit_linetable_pair’, inlined from ‘assemble_line_range’ at Python/compile.c:5608:0: Python/compile.c:5586: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5586 | *lnotab++ = ldelta; | In function ‘emit_pair’, inlined from ‘emit_delta’ at Objects/codeobject.c:423:0, inlined from ‘code_getlnotab’ at Objects/codeobject.c:462:0: Objects/codeobject.c:414: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 414 | *lnotab++ = b; | In function ‘emit_pair’, inlined from ‘emit_delta’ at Objects/codeobject.c:436:0, inlined from ‘code_getlnotab’ at Objects/codeobject.c:462:0: Objects/codeobject.c:414: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 414 | *lnotab++ = b; | In function ‘emit_pair’, inlined from ‘emit_delta’ at Objects/codeobject.c:429:0, inlined from ‘code_getlnotab’ at Objects/codeobject.c:462:0: Objects/codeobject.c:414: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 414 | *lnotab++ = b; | In function ‘assemble_emit_linetable_pair’, inlined from ‘assemble_line_range’ at Python/compile.c:5614:0: Python/compile.c:5586: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5586 | *lnotab++ = ldelta; | In function ‘assemble_emit_linetable_pair’, inlined from ‘assemble_line_range’ at Python/compile.c:5608:0: Python/compile.c:5586: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5586 | *lnotab++ = ldelta; | In function ‘emit_pair’, inlined from ‘emit_delta’ at Objects/codeobject.c:423:0, inlined from ‘code_getlnotab’ at Objects/codeobject.c:462:0: Objects/codeobject.c:414: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 414 | *lnotab++ = b; | In function ‘emit_pair’, inlined from ‘emit_delta’ at Objects/codeobject.c:436:0, inlined from ‘code_getlnotab’ at Objects/codeobject.c:462:0: Objects/codeobject.c:414: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 414 | *lnotab++ = b; | In function ‘emit_pair’, inlined from ‘emit_delta’ at Objects/codeobject.c:429:0, inlined from ‘code_getlnotab’ at Objects/codeobject.c:462:0: Objects/codeobject.c:414: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 414 | *lnotab++ = b; | In function ‘assemble_emit_linetable_pair’, inlined from ‘assemble’ at Python/compile.c:6011:0: Python/compile.c:5586: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5586 | *lnotab++ = ldelta; | In function ‘assemble_emit_linetable_pair’, inlined from ‘assemble’ at Python/compile.c:6011:0: Python/compile.c:5586: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 5586 | *lnotab++ = ldelta; | /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c: In function ‘np_halffloat’: /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:731:27: error: ‘statem’ undeclared (first use in this function); did you mean ‘state’? 731 | return pack_halffloat(statem p, v, 0); | ^~~~~~ | state /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:731:27: note: each undeclared identifier is reported only once for each function it appears in /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:731:33: error: expected ‘)’ before ‘p’ 731 | return pack_halffloat(statem p, v, 0); | ^~ | ) /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:731:12: error: too few arguments to function ‘pack_halffloat’ 731 | return pack_halffloat(statem p, v, 0); | ^~~~~~~~~~~~~~ /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:310:1: note: declared here 310 | pack_halffloat(_structmodulestate *state, | ^~~~~~~~~~~~~~ /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:733:1: warning: control reaches end of non-void function [-Wreturn-type] 733 | } | ^ /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_ctypes/callproc.c: In function ‘_ctypes_callproc’: /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_ctypes/callproc.c:916:18: warning: ‘space’ may be used uninitialized in this function [-Wmaybe-uninitialized] 916 | space[0] = errno; | ^ /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_ctypes/callproc.c:822:10: note: ‘space’ was declared here 822 | int *space; | ^~~~~ *** WARNING: renaming "_zoneinfo" since importing it failed: No module named '_struct' *** WARNING: renaming "_testbuffer" since importing it failed: No module named '_struct'
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c: In function ‘np_halffloat’: /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:731:27: error: ‘statem’ undeclared (first use in this function); did you mean ‘state’? 731 | return pack_halffloat(statem p, v, 0); | ^~~~~~ | state /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:731:27: note: each undeclared identifier is reported only once for each function it appears in /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:731:33: error: expected ‘)’ before ‘p’ 731 | return pack_halffloat(statem p, v, 0); | ^~ | ) /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:731:12: error: too few arguments to function ‘pack_halffloat’ 731 | return pack_halffloat(statem p, v, 0); | ^~~~~~~~~~~~~~ /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:310:1: note: declared here 310 | pack_halffloat(_structmodulestate *state, | ^~~~~~~~~~~~~~ /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:733:1: warning: control reaches end of non-void function [-Wreturn-type] 733 | } | ^ *** WARNING: renaming "_zoneinfo" since importing it failed: No module named '_struct' *** WARNING: renaming "_testbuffer" since importing it failed: No module named '_struct' ERROR: collect_platform() failed Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/pythoninfo.py", line 784, in collect_info collect_func(info_add) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/pythoninfo.py", line 139, in collect_platform arch = platform.architecture() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/platform.py", line 662, in architecture import struct File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/struct.py", line 13, in <module> from _struct import * ModuleNotFoundError: No module named '_struct'
Collection failed: exit with error make: *** [Makefile:1208: pythoninfo] Error 1
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c: In function ‘np_halffloat’: /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:731:27: error: ‘statem’ undeclared (first use in this function); did you mean ‘state’? 731 | return pack_halffloat(statem p, v, 0); | ^~~~~~ | state /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:731:27: note: each undeclared identifier is reported only once for each function it appears in /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:731:33: error: expected ‘)’ before ‘p’ 731 | return pack_halffloat(statem p, v, 0); | ^~ | ) /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:731:12: error: too few arguments to function ‘pack_halffloat’ 731 | return pack_halffloat(statem p, v, 0); | ^~~~~~~~~~~~~~ /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:310:1: note: declared here 310 | pack_halffloat(_structmodulestate *state, | ^~~~~~~~~~~~~~ /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Modules/_struct.c:733:1: warning: control reaches end of non-void function [-Wreturn-type] 733 | } | ^ *** WARNING: renaming "_zoneinfo" since importing it failed: No module named '_struct' *** WARNING: renaming "_testbuffer" since importing it failed: No module named '_struct' Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/__main__.py", line 1, in <module> from test.libregrtest import main File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/libregrtest/__init__.py", line 2, in <module> from test.libregrtest.main import main File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/libregrtest/main.py", line 14, in <module> from test.libregrtest.runtest import ( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/libregrtest/runtest.py", line 17, in <module> from test.libregrtest.save_env import saved_test_environment File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/libregrtest/save_env.py", line 10, in <module> import urllib.request File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/urllib/request.py", line 84, in <module> import base64 File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/base64.py", line 10, in <module> import struct File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/struct.py", line 13, in <module> from _struct import * ModuleNotFoundError: No module named '_struct' make: *** [Makefile:1203: buildbottest] Error 1
Cannot open file '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/test-results.xml' for upload
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org