Buildbot failure in Python on s390x Fedora Clang Installed 3.x

The Buildbot has detected a failed build on builder s390x Fedora Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/531/builds/345
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Christian Heimes <christian@python.org>
BUILD FAILED: failed Installed (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'
Python/pytime.c:160:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/pymath.h:228:82: note: expanded from macro '_Py_InIntegralTypeRange' #define _Py_InIntegralTypeRange(type, v) (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/pymath.h:221:124: note: expanded from macro '_Py_IntegralTypeMax' #define _Py_IntegralTypeMax(type) ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:213:14: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/pymath.h:228:82: note: expanded from macro '_Py_InIntegralTypeRange' #define _Py_InIntegralTypeRange(type, v) (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/pymath.h:221:124: note: expanded from macro '_Py_IntegralTypeMax' #define _Py_IntegralTypeMax(type) ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:398:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] if (!_Py_InIntegralTypeRange(_PyTime_t, d)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/pymath.h:228:82: note: expanded from macro '_Py_InIntegralTypeRange' #define _Py_InIntegralTypeRange(type, v) (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/pymath.h:221:124: note: expanded from macro '_Py_IntegralTypeMax' #define _Py_IntegralTypeMax(type) ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ 3 warnings generated. ./Modules/timemodule.c:139:13: warning: code will never be executed [-Wunreachable-code] PyErr_SetString(PyExc_OverflowError, ^~~~~~~~~~~~~~~ ./Modules/_threadmodule.c:1591:19: warning: implicit conversion from '_PyTime_t' (aka 'long') to 'double' changes value from 9223372036854775 to 9223372036854776 [-Wimplicit-int-float-conversion] timeout_max = (_PyTime_t)PY_TIMEOUT_MAX * 1e-6; ^~~~~~~~~~~~~~~~~~~~~~~~~ ~ 1 warning generated. 1 warning generated. /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Modules/_struct.c:731:27: error: use of undeclared identifier 'statem'; did you mean 'state'? return pack_halffloat(statem p, v, 0); ^~~~~~ state /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Modules/_struct.c:726:34: note: 'state' declared here np_halffloat(_structmodulestate *state, char *p, PyObject *v, const formatdef *f) ^ 1 error generated. *** 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-z.clang-installed/build/Modules/_struct.c:731:27: error: use of undeclared identifier 'statem'; did you mean 'state'? return pack_halffloat(statem p, v, 0); ^~~~~~ state /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Modules/_struct.c:726:34: note: 'state' declared here np_halffloat(_structmodulestate *state, char *p, PyObject *v, const formatdef *f) ^ 1 error generated. *** 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-z.clang-installed/build/Modules/_struct.c:731:27: error: use of undeclared identifier 'statem'; did you mean 'state'? return pack_halffloat(statem p, v, 0); ^~~~~~ state /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Modules/_struct.c:726:34: note: 'state' declared here np_halffloat(_structmodulestate *state, char *p, PyObject *v, const formatdef *f) ^ 1 error generated. /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Modules/_zoneinfo.c:2:10: fatal error: 'pycore_long.h' file not found #include "pycore_long.h" // _PyLong_GetOne() ^~~~~~~~~~~~~~~ 1 error generated. *** 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-z.clang-installed/build/target/lib/python3.10/compileall.py", line 17, in <module> import struct File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.10/struct.py", line 13, in <module> from _struct import * ModuleNotFoundError: No module named '_struct' make: [Makefile:1461: libinstall] Error 1 (ignored) Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.10/compileall.py", line 17, in <module> import struct File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.10/struct.py", line 13, in <module> from _struct import * ModuleNotFoundError: No module named '_struct' make: [Makefile:1462: libinstall] Error 1 (ignored) Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.10/compileall.py", line 17, in <module> import struct File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.10/struct.py", line 13, in <module> from _struct import * ModuleNotFoundError: No module named '_struct' make: [Makefile:1463: libinstall] Error 1 (ignored) Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.10/compileall.py", line 17, in <module> import struct File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.10/struct.py", line 13, in <module> from _struct import * ModuleNotFoundError: No module named '_struct' make: [Makefile:1464: libinstall] Error 1 (ignored) Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.10/compileall.py", line 17, in <module> import struct File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.10/struct.py", line 13, in <module> from _struct import * ModuleNotFoundError: No module named '_struct' make: [Makefile:1465: libinstall] Error 1 (ignored) Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.10/compileall.py", line 17, in <module> import struct File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.10/struct.py", line 13, in <module> from _struct import * ModuleNotFoundError: No module named '_struct' make: [Makefile:1466: libinstall] Error 1 (ignored) Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/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-z.clang-installed/build/Lib/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/lib2to3/pgen2/driver.py", line 26, in <module> from . import grammar, parse, token, tokenize, pgen File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/lib2to3/pgen2/grammar.py", line 16, in <module> import pickle File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/pickle.py", line 33, in <module> from struct import pack, unpack File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/struct.py", line 13, in <module> from _struct import * ModuleNotFoundError: No module named '_struct' make: [Makefile:1467: libinstall] Error 1 (ignored) Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/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-z.clang-installed/build/Lib/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/lib2to3/pgen2/driver.py", line 26, in <module> from . import grammar, parse, token, tokenize, pgen File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/lib2to3/pgen2/grammar.py", line 16, in <module> import pickle File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/pickle.py", line 33, in <module> from struct import pack, unpack File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/struct.py", line 13, in <module> from _struct import * ModuleNotFoundError: No module named '_struct' make: [Makefile:1468: libinstall] Error 1 (ignored) Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/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-z.clang-installed/build/Lib/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/ensurepip/__main__.py", line 5, in <module> sys.exit(ensurepip._main()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/ensurepip/__init__.py", line 210, in _main return _bootstrap( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/ensurepip/__init__.py", line 109, in _bootstrap whl = resources.read_binary( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/importlib/resources.py", line 78, in read_binary with open_binary(package, resource) as fp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/importlib/resources.py", line 41, in open_binary reader = _common.get_resource_reader(package) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/importlib/_common.py", line 49, in get_resource_reader return reader(spec.name) File "<frozen importlib._bootstrap_external>", line 507, in _check_name_wrapper File "<frozen importlib._bootstrap_external>", line 1028, in get_resource_reader File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/importlib/readers.py", line 1, in <module> import zipfile File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/zipfile.py", line 14, in <module> import struct File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/Lib/struct.py", line 13, in <module> from _struct import * ModuleNotFoundError: No module named '_struct' make: *** [Makefile:1228: install] Error 1
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org