☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure 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/2205
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Raymond Hettinger <rhettinger@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
414 tests OK.
10 slowest tests:
- test_tools: 4 min 14 sec
- test_concurrent_futures: 2 min 15 sec
- test_multiprocessing_spawn: 1 min 35 sec
- test_signal: 1 min 14 sec
- test_asyncio: 1 min 10 sec
- test_multiprocessing_forkserver: 1 min 8 sec
- test_multiprocessing_fork: 1 min 4 sec
- test_socket: 43.0 sec
- test_math: 33.0 sec
- test_imaplib: 32.2 sec
1 test failed: test_tools
18 tests skipped: 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_asyncio test_tools
Total duration: 8 min 43 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_asyncio/test_subprocess.py", line 770, in test_subprocess_consistent_callbacks self.loop.run_until_complete(main()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/asyncio/base_events.py", line 664, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_asyncio/test_subprocess.py", line 762, in main self.assertEqual(events, [ AssertionError: Lists differ: [('pi[29 chars]t'), 'pipe_connection_lost', ('pipe_data_recei[57 chars]ted'] != [('pi[29 chars]t'), ('pipe_data_received', 2, b'stderr'), 'pi[57 chars]ted']
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/tmpv323znat/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/tmpv323znat/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/tmpv323znat/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/tmpv323znat/cpython/Lib/sysconfig.py", line 536, in _init_posix _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named '_sysconfigdata__linux_s390x-linux-gnu'
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/test_python_tz_21s3t/tmpn1sbq_49/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/test_python_tz_21s3t/tmpn1sbq_49/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/test_python_tz_21s3t/tmpn1sbq_49/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/test_python_tz_21s3t/tmpn1sbq_49/cpython/Lib/sysconfig.py", line 536, in _init_posix _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named '_sysconfigdata__linux_s390x-linux-gnu'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/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.lto/build/Tools/freeze/test/freeze.py", line 180, in prepare _run_quiet([MAKE, '-C', builddir, parallel]) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/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.lto/build/Lib/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/tmpv323znat/python-build', '-j2']' returned non-zero exit status 2.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/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.lto/build/Tools/freeze/test/freeze.py", line 180, in prepare _run_quiet([MAKE, '-C', builddir, parallel]) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/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.lto/build/Lib/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/test_python_tz_21s3t/tmpn1sbq_49/python-build', '-j2']' returned non-zero exit status 2.
Test report
Failed tests:
- test_tools
Failed subtests:
- test_subprocess_consistent_callbacks - test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_consistent_callbacks
- 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 LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/341/builds/2618
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: AN Long <aisk@users.noreply.github.com>, Alan Williams <astropiloto@gmail.com>, Alex Waygood <Alex.Waygood@Gmail.com>, Andre Hora <andrehora@users.noreply.github.com>, Artem Mukhin <ortem00@gmail.com>, Benjamin Fogle <benfogle@gmail.com>, Blind4Basics <32236948+Blind4Basics@users.noreply.github.com>, Brandt Bucher <brandtbucher@microsoft.com>, Carl Meyer <carl@oddbird.net>, David Benjamin <davidben@google.com>, David Poirier <1152277+david-poirier@users.noreply.github.com>, Dong-hee Na <donghee.na@python.org>, Eric Snow <ericsnowcurrently@gmail.com>, Erlend E. Aasland <erlend.aasland@protonmail.com>, Guido van Rossum <guido@python.org>, Icelain <xerneas965@gmail.com>, Inada Naoki <songofacandy@gmail.com>, Irit Katriel <1055913+iritkatriel@users.noreply.github.com>, Jacob Bower <1978924+jbower-fb@users.noreply.github.com>, Jamoo721 <81095953+Jamoo721@users.noreply.github.com>, Jens-Hilmar Bradt <17177271+jenshb@users.noreply.github.com>, Joongi Kim <me@daybreaker.info>, Jos ephSBoyle <48555120+JosephSBoyle@users.noreply.github.com>, Julien Palard <julien@palard.fr>, Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>, Kristján Valur Jónsson <sweskman@gmail.com>, Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>, Mark Dickinson <dickinsm@gmail.com>, Mark Shannon <mark@hotpy.org>, Martin Breuss <martin-martin@users.noreply.github.com>, Max Bachmann <kontakt@maxbachmann.de>, MonadChains <monadchains@gmail.com>, Nikita Sobolev <mail@sobolevn.me>, Paul Watson <paul.hermeneutic@gmail.com>, Pieter Eendebak <pieter.eendebak@gmail.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Robert Prater (B. Eng) <robcprater@gmail.com>, Sergey B Kirpichev <skirpichev@gmail.com>, Stanislav Zmiev <szmiev2000@gmail.com>, Steve Dower <steve.dower@python.org>, T <tnie@tuta.io>, Timo Ludwig <ti.ludwig@web.de>, Tom Levy <tomlevy93@gmail.com>, gaogaotiantian <gaogaotiantian@hotmail.com>, wim glenn <wim.glenn@gmail.com>, yonatanp <yonatan.perry@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
414 tests OK.
10 slowest tests:
- test_tools: 5 min 59 sec
- test_concurrent_futures: 2 min 9 sec
- test_multiprocessing_spawn: 1 min 29 sec
- test_signal: 1 min 16 sec
- test_asyncio: 1 min 7 sec
- test_multiprocessing_forkserver: 1 min 7 sec
- test_multiprocessing_fork: 1 min 5 sec
- test_socket: 46.8 sec
- test_io: 32.6 sec
- test_imaplib: 32.2 sec
1 test failed: test_tools
18 tests skipped: 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_asyncio test_tools
Total duration: 12 min 3 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/test_asyncio/test_subprocess.py", line 770, in test_subprocess_consistent_callbacks self.loop.run_until_complete(main()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/asyncio/base_events.py", line 664, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/test_asyncio/test_subprocess.py", line 762, in main self.assertEqual(events, [ AssertionError: Lists differ: [('pi[29 chars]t'), 'pipe_connection_lost', ('pipe_data_recei[57 chars]ted'] != [('pi[29 chars]t'), ('pipe_data_received', 2, b'stderr'), 'pi[57 chars]ted']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/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.lto-pgo/build/Tools/freeze/test/freeze.py", line 180, in prepare _run_quiet([MAKE, '-C', builddir, parallel]) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/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.lto-pgo/build/Lib/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/tmp7y7mvmof/python-build', '-j2']' returned non-zero exit status 2.
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/tmp7y7mvmof/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/tmp7y7mvmof/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/tmp7y7mvmof/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/tmp7y7mvmof/cpython/Lib/sysconfig.py", line 536, in _init_posix _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named '_sysconfigdata__linux_s390x-linux-gnu'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/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.lto-pgo/build/Tools/freeze/test/freeze.py", line 180, in prepare _run_quiet([MAKE, '-C', builddir, parallel]) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/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.lto-pgo/build/Lib/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/test_python_233ax5_y/tmpmhcri6d7/python-build', '-j2']' returned non-zero exit status 2.
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/test_python_233ax5_y/tmpmhcri6d7/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/test_python_233ax5_y/tmpmhcri6d7/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/test_python_233ax5_y/tmpmhcri6d7/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/test_python_233ax5_y/tmpmhcri6d7/cpython/Lib/sysconfig.py", line 536, in _init_posix _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named '_sysconfigdata__linux_s390x-linux-gnu'
Test report
Failed tests:
- test_tools
Failed subtests:
- test_subprocess_consistent_callbacks - test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_consistent_callbacks
- 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 Clang 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/566/builds/2537
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Raymond Hettinger <rhettinger@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
414 tests OK.
10 slowest tests:
- test_tools: 2 min 28 sec
- test_concurrent_futures: 2 min 19 sec
- test_multiprocessing_spawn: 1 min 53 sec
- test_asyncio: 1 min 25 sec
- test_multiprocessing_forkserver: 1 min 22 sec
- test_math: 1 min 21 sec
- test_signal: 1 min 10 sec
- test_multiprocessing_fork: 1 min 7 sec
- test_capi: 57.9 sec
- test_tokenize: 50.8 sec
1 test failed: test_tools
18 tests skipped: 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 40 sec
Captured traceback
Traceback (most recent call last): File "/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/lib/python3.12/compileall.py", line 468, in <module> exit_status = int(not main()) ^^^^^^ File "/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/lib/python3.12/compileall.py", line 445, in main if not compile_dir(dest, maxlevels, args.ddir, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/lib/python3.12/compileall.py", line 88, in compile_dir from concurrent.futures.process import _check_system_limits File "/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/lib/python3.12/concurrent/futures/process.py", line 51, in <module> import multiprocessing as mp File "/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/lib/python3.12/multiprocessing/__init__.py", line 16, in <module> from . import context File "/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/lib/python3.12/multiprocessing/context.py", line 6, in <module> from . import reduction File "/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/lib/python3.12/multiprocessing/reduction.py", line 16, in <module> import socket File "/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/lib/python3.12/socket.py", line 55, in <module> import os, sys, io, selectors File "<frozen importlib._bootstrap>", line 1307, in _find_and_load File "<frozen importlib._bootstrap>", line 1278, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 841, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 1017, in exec_module File "<frozen importlib._bootstrap_external>", line 1150, in get_code File "<frozen importlib._bootstrap_external>", line 763, in _compile_bytecode EOFError: marshal data too short make[1]: [Makefile:2276: libinstall] Error 1 (ignored) /tmp/test_python_2b_fudto/tmpe907l99w/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_2b_fudto/tmpe907l99w/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_2b_fudto/tmpe907l99w/cpython/Include/abstract.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/abstract.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/bltinmodule.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/bltinmodule.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/boolobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/boolobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/bytearrayobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/bytearrayobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/bytesobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/bytesobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/ceval.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/ceval.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/codecs.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/codecs.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/compile.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/compile.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/complexobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/complexobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/datetime.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/datetime.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/descrobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/descrobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/dictobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/dictobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/dynamic_annotations.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/dynamic_annotations.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/enumobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/enumobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/errcode.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/errcode.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/exports.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/exports.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/fileobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/fileobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/fileutils.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/fileutils.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/floatobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/floatobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/frameobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/frameobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/genericaliasobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/genericaliasobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/import.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/import.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/intrcheck.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/intrcheck.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/iterobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/iterobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/listobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/listobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/longobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/longobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/marshal.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/marshal.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/memoryobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/memoryobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/methodobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/methodobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/modsupport.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/modsupport.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/moduleobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/moduleobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/object.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/object.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/objimpl.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/objimpl.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/opcode.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/opcode.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/osdefs.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/osdefs.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/osmodule.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/osmodule.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/patchlevel.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/patchlevel.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pybuffer.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pybuffer.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pycapsule.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pycapsule.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/py_curses.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/py_curses.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pydtrace.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pydtrace.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pyerrors.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pyerrors.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pyexpat.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pyexpat.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pyframe.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pyframe.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pyhash.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pyhash.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pylifecycle.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pylifecycle.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pymacconfig.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pymacconfig.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pymacro.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pymacro.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pymath.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pymath.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pymem.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pymem.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pyport.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pyport.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pystate.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pystate.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pystats.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pystats.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pystrcmp.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pystrcmp.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pystrtod.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pystrtod.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/Python.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/Python.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pythonrun.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pythonrun.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pythread.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pythread.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/pytypedefs.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/pytypedefs.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/rangeobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/rangeobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/setobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/setobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/sliceobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/sliceobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/structmember.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/structmember.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/structseq.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/structseq.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/sysmodule.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/sysmodule.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/traceback.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/traceback.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/tracemalloc.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/tracemalloc.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/tupleobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/tupleobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/typeslots.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/typeslots.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/unicodeobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/unicodeobject.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/warnings.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/warnings.h': No space left on device /usr/bin/install: error copying '/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Include/weakrefobject.h' to '/tmp/test_python_2b_fudto/tmpe907l99w/python-installation/include/python3.12d/weakrefobject.h': No space left on device make[1]: *** [Makefile:2396: inclinstall] Error 1
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_2b_fudto/tmpe907l99w/python-build', 'install']' returned non-zero exit status 2.
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/tmpa1bw_qc9/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/tmpa1bw_qc9/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/tmpa1bw_qc9/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/tmpa1bw_qc9/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_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/tmpa1bw_qc9/python-build', 'install']' returned non-zero exit status 2.
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/test_python_2b_fudto/tmpe907l99w/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/test_python_2b_fudto/tmpe907l99w/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/2545
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Raymond Hettinger <rhettinger@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
413 tests OK.
10 slowest tests:
- test_tools: 2 min 39 sec
- test_concurrent_futures: 2 min 30 sec
- test_math: 2 min 28 sec
- test_multiprocessing_spawn: 2 min 22 sec
- test_multiprocessing_forkserver: 1 min 29 sec
- test_asyncio: 1 min 25 sec
- test_tokenize: 1 min 15 sec
- test_capi: 1 min 15 sec
- test_multiprocessing_fork: 1 min 14 sec
- test_signal: 1 min 6 sec
1 test failed: test_tools
18 tests skipped: 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
4 re-run tests: test_asyncio test_subprocess test_tools test_unicodedata
1 test run no tests: test_unicodedata
Total duration: 8 min 32 sec
Captured traceback
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/tmpik41rqta/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_subprocess.py", line 204, in test_check_output_stdin_arg tf.seek(0) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/test_python_j3b_qtfq/tmpal09x_cn/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/test_python_j3b_qtfq/tmpal09x_cn/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/test_python_j3b_qtfq/tmpal09x_cn/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/test_python_j3b_qtfq/tmpal09x_cn/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_asyncio/test_subprocess.py", line 770, in test_subprocess_consistent_callbacks self.loop.run_until_complete(main()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/asyncio/base_events.py", line 664, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_asyncio/test_subprocess.py", line 762, in main self.assertEqual(events, [ AssertionError: Lists differ: [('pi[69 chars]), 'process_exited', 'pipe_connection_lost', '[17 chars]ost'] != [('pi[69 chars]), 'pipe_connection_lost', 'pipe_connection_lo[17 chars]ted']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_subprocess.py", line 261, in test_check_output_stdin_with_input_arg tf.seek(0) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/tmpik41rqta/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/tmpik41rqta/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/tmpik41rqta/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/tmpik41rqta/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_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_j3b_qtfq/tmpal09x_cn/python-build', 'install']' returned non-zero exit status 2.
Test report
Failed tests:
- test_tools
Failed subtests:
- test_check_output_stdin_with_input_arg - test.test_subprocess.ProcessTestCase.test_check_output_stdin_with_input_arg
- test_subprocess_consistent_callbacks - test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_consistent_callbacks
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_check_output_stdin_arg - test.test_subprocess.ProcessTestCase.test_check_output_stdin_arg
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org