☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder s390x Fedora Rawhide Clang 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/566/builds/2971
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Gregory P. Smith <gps@python.org>, Gregory P. Smith <greg@krypto.org>, melanie witt <melwittt@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
444 tests OK.
10 slowest tests:
- test_tools: 3 min 27 sec
- test_concurrent_futures: 2 min 26 sec
- test_multiprocessing_spawn: 2 min 1 sec
- test_multiprocessing_forkserver: 1 min 20 sec
- test_signal: 1 min 11 sec
- test_math: 1 min 10 sec
- test_multiprocessing_fork: 1 min 7 sec
- test_capi: 1 min 1 sec
- test_socket: 48.8 sec
- test_io: 33.8 sec
1 test failed: test_tools
20 tests skipped: test.test_asyncio.test_windows_events test.test_asyncio.test_windows_utils test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_nis test_peg_generator test_perf_profiler test_startfile test_tix test_tkinter test_ttk test_winconsoleio test_winreg test_winsound test_wmi test_zipfile64
2 re-run tests: test_tools test_zipfile
Total duration: 8 min 16 sec
Captured traceback
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/test_python_pbtvvzyc/tmpu9y2yc9_/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/test_python_pbtvvzyc/tmpu9y2yc9_/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/test_python_pbtvvzyc/tmpu9y2yc9_/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/test_python_pbtvvzyc/tmpu9y2yc9_/cpython/Lib/sysconfig.py", line 536, in _init_posix _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named '_sysconfigdata_d_linux_s390x-linux-gnu'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_zipfile/test_core.py", line 1389, in test_write_filtered_python_package zipfp.writepy(packagedir, filterfunc=filter) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/zipfile/__init__.py", line 2105, in writepy self.write(fname, arcname) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/zipfile/__init__.py", line 1836, in write shutil.copyfileobj(src, dest, 1024*8) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/shutil.py", line 202, in copyfileobj fdst_write(buf) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/zipfile/__init__.py", line 1205, in write self._fileobj.write(data) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/tmpoazztt9l/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/tmpoazztt9l/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/tmpoazztt9l/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/tmpoazztt9l/cpython/Lib/sysconfig.py", line 536, in _init_posix _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named '_sysconfigdata_d_linux_s390x-linux-gnu'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_zipfile/test_core.py", line 1370, in test_write_filtered_python_package with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp: OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_zipfile/test_core.py", line 1370, in test_write_filtered_python_package with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/zipfile/__init__.py", line 1381, in __exit__ self.close() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/zipfile/__init__.py", line 1934, in close self._write_end_record() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/zipfile/__init__.py", line 1989, in _write_end_record self.fp.write(centdir) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/test/freeze.py", line 198, in freeze _run_quiet([MAKE, '-C', os.path.dirname(scriptfile)]) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/tmpoazztt9l']' returned non-zero exit status 2.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/test/freeze.py", line 198, in freeze _run_quiet([MAKE, '-C', os.path.dirname(scriptfile)]) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/test_python_pbtvvzyc/tmpu9y2yc9_']' returned non-zero exit status 2.
Test report
Failed tests:
- test_tools
Failed subtests:
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_write_filtered_python_package - test.test_zipfile.test_core.PyZipFileTests.test_write_filtered_python_package
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org