☠ 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/2946
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Alex Waygood <Alex.Waygood@Gmail.com>, Erlend E. Aasland <erlend.aasland@protonmail.com>, Serhiy Storchaka <storchaka@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
446 tests OK.
10 slowest tests:
- test_tools: 2 min 35 sec
- test_concurrent_futures: 2 min 18 sec
- test_multiprocessing_spawn: 1 min 57 sec
- test_math: 1 min 25 sec
- test_multiprocessing_forkserver: 1 min 19 sec
- test_multiprocessing_fork: 1 min 7 sec
- test_capi: 56.7 sec
- test_tokenize: 53.2 sec
- test_signal: 52.4 sec
- test_socket: 49.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
1 re-run test: test_tools
Total duration: 7 min 54 sec
Captured traceback
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 27, in test_freeze_simple_script outdir, scriptfile, python = helper.prepare(script, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/test/freeze.py", line 184, in prepare _run_quiet([MAKE, '-C', builddir, 'install']) 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/tmp1mkpzme9/python-build', 'install']' 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 27, in test_freeze_simple_script outdir, scriptfile, python = helper.prepare(script, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/test/freeze.py", line 184, in prepare _run_quiet([MAKE, '-C', builddir, 'install']) 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_iyrmk2mi/tmppqsa1k24/python-build', 'install']' returned non-zero exit status 2.
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/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 "<string>", line 1, in <module> File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/cpython/Lib/multiprocessing/forkserver.py", line 11, in <module> from . import connection File "<frozen importlib._bootstrap>", line 1266, in _find_and_load File "<frozen importlib._bootstrap>", line 1237, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 841, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 990, in exec_module File "<frozen importlib._bootstrap_external>", line 1123, in get_code File "<frozen importlib._bootstrap_external>", line 752, in _compile_bytecode EOFError: marshal data too short Traceback (most recent call last): File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/lib/python3.12/compileall.py", line 468, in <module> exit_status = int(not main()) ^^^^^^ File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/lib/python3.12/compileall.py", line 445, in main if not compile_dir(dest, maxlevels, args.ddir, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/lib/python3.12/compileall.py", line 109, in compile_dir results = executor.map(partial(compile_file, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/lib/python3.12/concurrent/futures/process.py", line 818, in map results = super().map(partial(_process_chunk, fn), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/lib/python3.12/concurrent/futures/_base.py", line 608, in map fs = [self.submit(fn, *args) for args in zip(*iterables)] ^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/lib/python3.12/concurrent/futures/process.py", line 789, in submit self._adjust_process_count() File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/lib/python3.12/concurrent/futures/process.py", line 748, in _adjust_process_count self._spawn_process() File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/lib/python3.12/concurrent/futures/process.py", line 766, in _spawn_process p.start() File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/lib/python3.12/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) ^^^^^^^^^^^^^^^^^ File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/lib/python3.12/multiprocessing/context.py", line 301, in _Popen return Popen(process_obj) ^^^^^^^^^^^^^^^^^^ File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/lib/python3.12/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/lib/python3.12/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/lib/python3.12/multiprocessing/popen_forkserver.py", line 59, in _launch self.pid = forkserver.read_signed(self.sentinel) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/lib/python3.12/multiprocessing/forkserver.py", line 328, in read_signed raise EOFError('unexpected EOF') EOFError: unexpected EOF make[1]: [Makefile:2358: libinstall] Error 1 (ignored) /tmp/test_python_iyrmk2mi/tmppqsa1k24/cpython/Lib/runpy.py:112: DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ __import__(pkg_name) /tmp/test_python_iyrmk2mi/tmppqsa1k24/cpython/Lib/runpy.py:112: DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ __import__(pkg_name) /usr/bin/install: error copying '/tmp/test_python_iyrmk2mi/tmppqsa1k24/cpython/Include/abstract.h' to '/tmp/test_python_iyrmk2mi/tmppqsa1k24/python-installation/include/python3.12d/abstract.h': No space left on device make[1]: *** [Makefile:2481: inclinstall] Error 1
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/tmp1mkpzme9/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/tmp1mkpzme9/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/tmp1mkpzme9/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/tmp1mkpzme9/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'
Test report
Failed tests:
- test_tools
Failed subtests:
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Rawhide 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/538/builds/2957
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Alex Waygood <Alex.Waygood@Gmail.com>, Erlend E. Aasland <erlend.aasland@protonmail.com>, Serhiy Storchaka <storchaka@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
446 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 29 sec
- test_multiprocessing_spawn: 2 min 25 sec
- test_tools: 2 min 10 sec
- test_math: 2 min 7 sec
- test_multiprocessing_forkserver: 1 min 30 sec
- test_multiprocessing_fork: 1 min 16 sec
- test_tokenize: 1 min 14 sec
- test_signal: 1 min 7 sec
- test_capi: 1 min 6 sec
- test_lib2to3: 54.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
5 re-run tests: test_compileall test_compiler_assemble test_opcache test_select test_tools
Total duration: 9 min 4 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 755, in test_include_file_with_arg with open(os.path.join(self.directory, 'l1'), 'w', encoding="utf-8") as l1: OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 721, in test_multiple_dirs self.assertRunOK('-q', self.pkgdir, pkgdir2) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall', '-q', '/tmp/test_python_0tvojs0z/tmpjmfem7ku/foo', '/tmp/test_python_0tvojs0z/tmpjmfem7ku/foo2']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 548, in test_no_args_compiles_path self.assertRunOK(**env) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script outdir, scriptfile, python = helper.prepare(script, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Tools/freeze/test/freeze.py", line 184, in prepare _run_quiet([MAKE, '-C', builddir, 'install']) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/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/build/Lib/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/tmp625wdn6v/python-build', 'install']' returned non-zero exit status 2.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 807, in test_pyc_invalidation_mode self.assertRunOK('--invalidation-mode=checked-hash', self.pkgdir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall', '--invalidation-mode=checked-hash', '/tmp/test_python_0tvojs0z/tmpkkapthk3/foo']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 728, in test_d_compile_error script_helper.make_script(self.pkgdir, 'crunchyfrog', 'bad(syntax') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 222, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 699, in test_quiet noisy = self.assertRunOK(self.pkgdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall', '/tmp/test_python_0tvojs0z/tmpr11138jr/foo']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 862, in test_multiple_optimization_levels script = script_helper.make_script(path, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 222, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 612, in test_multiple_runs self.assertRunOK('-q', self.pkgdir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall', '-q', '/tmp/test_python_0tvojs0z/tmp1s5snsv2/foo']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 826, in test_workers self.assertRunOK(self.directory, '-j', '0') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall', '/tmp/test_python_0tvojs0z/tmp7jq58k0p', '-j', '0']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 843, in test_strip_and_prepend script = script_helper.make_script(path, "test", "1 / 0") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 222, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 587, in f script_helper.assert_python_ok(*(switch + File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-I', '-OO', '-m', 'compileall', '-q', '/tmp/test_python_0tvojs0z/tmpcy_i0v3k/foo']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 733, in test_d_runtime_error bazfn = script_helper.make_script(self.pkgdir, 'baz', 'raise Exception') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 222, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 769, in test_include_file_no_arg with open(os.path.join(self.directory, 'l1'), 'w', encoding="utf-8") as l1: OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 712, in test_regexp self.assertRunOK('-q', '-x', r'ba[^\\/]*$', self.pkgdir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall', '-q', '-x', 'ba[^\\\\/]*$', '/tmp/test_python_0tvojs0z/tmpli5jbx86/foo']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 602, in test_legacy_paths self.assertRunOK('-b', '-q', self.pkgdir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall', '-b', '-q', '/tmp/test_python_0tvojs0z/tmpm113zyox/foo']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 567, in test_no_args_respects_force_flag self.assertRunOK('-f', **env) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall', '-f']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 574, in test_no_args_respects_quiet_flag noisy = self.assertRunOK(**env) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 921, in test_hardlink script = script_helper.make_script(path, "script", "a = 0") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 222, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script outdir, scriptfile, python = helper.prepare(script, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Tools/freeze/test/freeze.py", line 184, in prepare _run_quiet([MAKE, '-C', builddir, 'install']) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/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/build/Lib/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/test_python_2cbxe9ij/tmpgvhbpp5n/python-build', 'install']' returned non-zero exit status 2.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 624, in test_force self.assertRunOK('-q', self.pkgdir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall', '-q', '/tmp/test_python_0tvojs0z/tmp0qay279n/foo']
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/test_python_2cbxe9ij/tmpgvhbpp5n/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/test_python_2cbxe9ij/tmpgvhbpp5n/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/test_python_2cbxe9ij/tmpgvhbpp5n/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/test_python_2cbxe9ij/tmpgvhbpp5n/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/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 791, in test_compiles_as_much_as_possible bingfn = script_helper.make_script(self.pkgdir, 'bing', 'syntax(error') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 222, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 705, in test_silent script_helper.make_script(self.pkgdir, 'crunchyfrog', 'bad(syntax') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 222, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 557, in test_no_args_respects_force_flag self.assertRunOK(**env) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 893, in test_ignore_symlink_destination allowed_script = script_helper.make_script(allowed_path, "test_allowed", "a = 0") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 222, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 643, in test_recursion_control self.assertRunOK('-q', '-l', self.pkgdir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall', '-q', '-l', '/tmp/test_python_0tvojs0z/tmptoca02r2/foo']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 787, in test_include_on_stdin self.assertCompiled(f3) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 538, in assertCompiled self.assertTrue(os.path.exists(path)) AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 662, in test_recursion_limit self.assertRunOK('-q', '-r 0', self.pkgdir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall', '-q', '-r 0', '/tmp/test_python_0tvojs0z/tmpz01gmrm8/foo']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 693, in test_symlink_loop self.assertRunOK('-q', self.pkgdir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 524, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall', '-q', '/tmp/test_python_0tvojs0z/tmps68pbved/foo']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 587, in f script_helper.assert_python_ok(*(switch + File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-I', '-m', 'compileall', '-q', '/tmp/test_python_0tvojs0z/tmp5iqflfr_/foo']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_compileall.py", line 587, in f script_helper.assert_python_ok(*(switch + File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 151, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/support/script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python', '-X', 'faulthandler', '-I', '-O', '-m', 'compileall', '-q', '/tmp/test_python_0tvojs0z/tmpqv7123al/foo']
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/tmp625wdn6v/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/tmp625wdn6v/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/tmp625wdn6v/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/tmp625wdn6v/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'
Test report
Failed tests:
- test_tools
Failed subtests:
- test_d_compile_error - test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_compile_error
- test_multiple_dirs - test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_dirs
- test_workers - test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers
- test_include_file_no_arg - test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_file_no_arg
- test_pyc_invalidation_mode - test.test_compileall.CommandLineTestsNoSourceEpoch.test_pyc_invalidation_mode
- test_regexp - test.test_compileall.CommandLineTestsNoSourceEpoch.test_regexp
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_pep3147_paths_normal - test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_normal
- test_no_args_compiles_path - test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_compiles_path
- test_pep3147_paths_doubleoptimize - test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_doubleoptimize
- test_multiple_optimization_levels - test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_optimization_levels
- test_silent - test.test_compileall.CommandLineTestsNoSourceEpoch.test_silent
- test_legacy_paths - test.test_compileall.CommandLineTestsWithSourceEpoch.test_legacy_paths
- test_hardlink - test.test_compileall.CommandLineTestsWithSourceEpoch.test_hardlink
- test_recursion_limit - test.test_compileall.CommandLineTestsNoSourceEpoch.test_recursion_limit
- test_no_args_respects_force_flag - test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_respects_force_flag
- test_d_runtime_error - test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_runtime_error
- test_recursion_control - test.test_compileall.CommandLineTestsNoSourceEpoch.test_recursion_control
- test_include_file_with_arg - test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_file_with_arg
- test_multiple_runs - test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_runs
- test_pep3147_paths_optimize - test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_optimize
- test_compiles_as_much_as_possible - test.test_compileall.CommandLineTestsWithSourceEpoch.test_compiles_as_much_as_possible
- test_strip_and_prepend - test.test_compileall.CommandLineTestsNoSourceEpoch.test_strip_and_prepend
- test_no_args_respects_quiet_flag - test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_quiet_flag
- test_quiet - test.test_compileall.CommandLineTestsNoSourceEpoch.test_quiet
- test_no_args_respects_force_flag - test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_force_flag
- test_symlink_loop - test.test_compileall.CommandLineTestsNoSourceEpoch.test_symlink_loop
- test_force - test.test_compileall.CommandLineTestsWithSourceEpoch.test_force
- test_include_on_stdin - test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_on_stdin
- test_ignore_symlink_destination - test.test_compileall.CommandLineTestsWithSourceEpoch.test_ignore_symlink_destination
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org