The Buildbot has detected a new failure on builder AMD64 Fedora Stable 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/543/builds/6144
Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-fedora-stable-x86_64 Build Reason: <unknown> Blamelist: Bénédikt Tran <10796600+picn...@users.noreply.github.com>, Jan Kaliszewski <z...@kaliszewski.net>, Mark Shannon <m...@hotpy.org>, Raymond Hettinger <rhettin...@users.noreply.github.com> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): =================================================== == Captured traceback ================== Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 503, in testStr self.helper(strobj) ~~~~~~~~~~~^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmptcfgv413' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmpondeaz5t' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/runpy.py", line 198, in _run_module_as_main return _run_code(code, main_globals, None, "__main__", mod_spec) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/runpy.py", line 88, in _run_code exec(code, run_globals) ~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1151566æ/tempcwd/env/lib64/python3.14/site-packages/pip/__main__.py", line 22, in <module> from pip._internal.cli.main import main as _main File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1151566æ/tempcwd/env/lib64/python3.14/site-packages/pip/_internal/cli/main.py", line 10, in <module> from pip._internal.cli.autocompletion import autocomplete File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1151566æ/tempcwd/env/lib64/python3.14/site-packages/pip/_internal/cli/autocompletion.py", line 10, in <module> from pip._internal.cli.main_parser import create_main_parser File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1151566æ/tempcwd/env/lib64/python3.14/site-packages/pip/_internal/cli/main_parser.py", line 9, in <module> from pip._internal.build_env import get_runnable_pip File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1151566æ/tempcwd/env/lib64/python3.14/site-packages/pip/_internal/build_env.py", line 19, in <module> from pip._internal.cli.spinners import open_spinner File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1151566æ/tempcwd/env/lib64/python3.14/site-packages/pip/_internal/cli/spinners.py", line 9, in <module> from pip._internal.utils.logging import get_indentation File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1151566æ/tempcwd/env/lib64/python3.14/site-packages/pip/_internal/utils/logging.py", line 13, in <module> from pip._vendor.rich.console import ( ...<6 lines>... ) File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 1020, in exec_module File "<frozen importlib._bootstrap_external>", line 1153, in get_code File "<frozen importlib._bootstrap_external>", line 782, in _compile_bytecode EOFError: marshal data too short ERROR Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 255, in test_advanced_left_recursive self.run_test(grammar_source, test_source) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 134, in run_test self.build_extension(grammar_source) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 131, in build_extension generate_parser_c_extension(grammar, Path('.'), library_dir=self.library_dir) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/testutil.py", line 107, in generate_parser_c_extension compile_c_extension( ~~~~~~~~~~~~~~~~~~~^ str(source), ^^^^^^^^^^^^ ...<3 lines>... library_dir=library_dir, ^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/build.py", line 182, in compile_c_extension objects = compiler.compile( common_sources, ...<2 lines>... extra_postargs=compile_opts, ) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tempcwd/venv/lib64/python3.14/site-packages/setuptools/_distutils/ccompiler.py", line 600, in compile self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tempcwd/venv/lib64/python3.14/site-packages/setuptools/_distutils/unixccompiler.py", line 187, in _compile raise CompileError(msg) distutils.errors.CompileError: command '/usr/bin/gcc' failed with exit code 1 Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 220, in test_cut self.run_test(grammar_source, test_source) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 134, in run_test self.build_extension(grammar_source) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 131, in build_extension generate_parser_c_extension(grammar, Path('.'), library_dir=self.library_dir) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/testutil.py", line 106, in generate_parser_c_extension genr.generate("parse.c") ~~~~~~~~~~~~~^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/c_generator.py", line 475, in generate self.print(trailer.rstrip("\n") % dict(mode=mode, modulename=modulename)) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/parser_generator.py", line 144, in print print(*args, file=self.file) ~~~~~^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmpdrel94_0' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmpvixd19bt' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmpavssgx4t' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmpdkgqjcm_' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_reprlib.py", line 598, in setUp os.mkdir(self.subpkgname) ~~~~~~~~^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: 'areallylongpackageandmodulenametotestreprtruncation/areallylongpackageandmodulenametotestreprtruncation' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 65, in test_bool self.helper(b) ~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_reprlib.py", line 595, in setUp os.mkdir(self.pkgname) ~~~~~~~~^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: 'areallylongpackageandmodulenametotestreprtruncation' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 37, in test_ints self.helper(expected) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 538, in testDict self.helper(dictobj) ~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmpuvqahomx' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmppkym1nqi' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_cext/__init__.py", line 45, in test_build_limited self.check_build('_test_limited_cext', limited=True) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_cext/__init__.py", line 53, in check_build with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/support/__init__.py", line 2374, in setup_venv_with_pip_setuptools_wheel run_command(cmd) ~~~~~~~~~~~^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/support/__init__.py", line 2349, in run_command subprocess.run(cmd, check=True) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1176804æ/tempcwd/env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/wheeldata/setuptools-67.6.1-py3-none-any.whl', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/wheeldata/wheel-0.43.0-py3-none-any.whl']' returned non-zero exit status 1. Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 493, in testInt self.helper(intobj) ~~~~~~~~~~~^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tempcwd/venv/lib64/python3.14/site-packages/setuptools/_distutils/unixccompiler.py", line 185, in _compile self.spawn(compiler_so + cc_args + [src, '-o', obj] + extra_postargs) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tempcwd/venv/lib64/python3.14/site-packages/setuptools/_distutils/ccompiler.py", line 1041, in spawn spawn(cmd, dry_run=self.dry_run, **kwargs) ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tempcwd/venv/lib64/python3.14/site-packages/setuptools/_distutils/spawn.py", line 70, in spawn raise DistutilsExecError( "command {!r} failed with exit code {}".format(cmd, exitcode) ) distutils.errors.DistutilsExecError: command '/usr/bin/gcc' failed with exit code 1 Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 213, in test_sets self.helper(constructor(self.d.keys())) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_cext/__init__.py", line 45, in test_build_limited self.check_build('_test_limited_cext', limited=True) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_cext/__init__.py", line 53, in check_build with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/support/__init__.py", line 2374, in setup_venv_with_pip_setuptools_wheel run_command(cmd) ~~~~~~~~~~~^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/support/__init__.py", line 2349, in run_command subprocess.run(cmd, check=True) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1151566æ/tempcwd/env/bin/python', '-X', 'dev', '-m', 'pip', 'install', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/wheeldata/setuptools-67.6.1-py3-none-any.whl', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/wheeldata/wheel-0.43.0-py3-none-any.whl']' returned non-zero exit status 1. Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 209, in test_tuple self.helper(tuple(self.d.keys())) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmpap7i9p_z' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 508, in testBytes self.helper(bytesobj) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 105, in test_bytes self.helper(s) ~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmpllhjvlqd' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmp30wvat_l' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 206, in test_list self.helper(list(self.d.items())) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 101, in test_string self.helper(s) ~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 520, in testTuple self.helper(tupleobj) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmp70nb_5fu' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 203, in test_dict self.helper(self.d) ~~~~~~~~~~~^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmp3wo3066b' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 526, in testSet self.helper(setobj) ~~~~~~~~~~~^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmp88jcxprj' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmppqc2busl' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmpp4x1s4z6' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 510, in test_forced self.run_test(grammar_source, test_source) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 134, in run_test self.build_extension(grammar_source) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 131, in build_extension generate_parser_c_extension(grammar, Path('.'), library_dir=self.library_dir) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/testutil.py", line 102, in generate_parser_c_extension with open(source, "w", encoding="utf-8") as file: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmpsbcyxj_b' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 74, in test_floats self.helper(float(expected)) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 97, in test_unicode self.helper(marshal.loads(marshal.dumps(s))) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 456, in test_error_in_rules self.run_test(grammar_source, test_source) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 134, in run_test self.build_extension(grammar_source) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 131, in build_extension generate_parser_c_extension(grammar, Path('.'), library_dir=self.library_dir) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/testutil.py", line 102, in generate_parser_c_extension with open(source, "w", encoding="utf-8") as file: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 546, in testModule self.helper(code) ~~~~~~~~~~~^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 24, in helper marshal.dump(sample, f, *extra) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 102, in setUpClass python_exe = stack.enter_context(support.setup_venv_with_pip_setuptools_wheel("venv")) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/contextlib.py", line 530, in enter_context result = _enter(cm) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/support/__init__.py", line 2374, in setup_venv_with_pip_setuptools_wheel run_command(cmd) ~~~~~~~~~~~^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/support/__init__.py", line 2349, in run_command subprocess.run(cmd, check=True) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1176805æ/tempcwd/venv/bin/python', '-X', 'dev', '-m', 'pip', 'install', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/wheeldata/setuptools-67.6.1-py3-none-any.whl', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/wheeldata/wheel-0.43.0-py3-none-any.whl']' returned non-zero exit status 1. Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 180, in test_c_parser self.run_test(grammar_source, test_source) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 134, in run_test self.build_extension(grammar_source) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 131, in build_extension generate_parser_c_extension(grammar, Path('.'), library_dir=self.library_dir) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/testutil.py", line 106, in generate_parser_c_extension genr.generate("parse.c") ~~~~~~~~~~~~~^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/c_generator.py", line 465, in generate self.visit(rule) ~~~~~~~~~~^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/grammar.py", line 24, in visit return visitor(node, *args, **kwargs) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/c_generator.py", line 687, in visit_Rule self._handle_default_rule_body(node, rhs, result_type) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/c_generator.py", line 597, in _handle_default_rule_body self.visit( ~~~~~~~~~~^ rhs, ^^^^ ...<2 lines>... rulename=node.name, ^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/grammar.py", line 24, in visit return visitor(node, *args, **kwargs) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/c_generator.py", line 706, in visit_Rhs self.visit(alt, is_loop=is_loop, is_gather=is_gather, rulename=rulename) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/grammar.py", line 24, in visit return visitor(node, *args, **kwargs) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/c_generator.py", line 846, in visit_Alt self.handle_alt_normal(node, is_gather, rulename) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/c_generator.py", line 773, in handle_alt_normal self._set_up_token_end_metadata_extraction() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/c_generator.py", line 536, in _set_up_token_end_metadata_extraction self.print("int _end_col_offset = _token->end_col_offset;") ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Tools/peg_generator/pegen/parser_generator.py", line 144, in print print(*args, file=self.file) ~~~~~^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 532, in testFrozenSet self.helper(frozensetobj) ~~~~~~~~~~~^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 498, in testFloat self.helper(floatobj) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmpdy2siv1w' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 514, in testList self.helper(listobj) ~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmp08uye019' Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_peg_generator/test_c_parser.py", line 117, in setUp self.tmp_path = tempfile.mkdtemp(dir=self.tmp_base) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build_oot/build/test_python_1154767æ/tmpwfo2yajy' Test report =========== Failed tests: - test_marshal - test_cext - test_reprlib - test_peg_generator Failed subtests: - testModule - test.test_marshal.InstancingTestCase.testModule - test_ternary_operator - test.test_peg_generator.test_c_parser.TestCParser.test_ternary_operator - testStr - test.test_marshal.InstancingTestCase.testStr - testTuple - test.test_marshal.InstancingTestCase.testTuple - test_c_parser - test.test_peg_generator.test_c_parser.TestCParser.test_c_parser - test_syntax_error_for_string - test.test_peg_generator.test_c_parser.TestCParser.test_syntax_error_for_string - test_forced - test.test_peg_generator.test_c_parser.TestCParser.test_forced - test_gather - test.test_peg_generator.test_c_parser.TestCParser.test_gather - test_return_stmt_noexpr_action - test.test_peg_generator.test_c_parser.TestCParser.test_return_stmt_noexpr_action - test_pass_stmt_action - test.test_peg_generator.test_c_parser.TestCParser.test_pass_stmt_action - test_forced_with_group - test.test_peg_generator.test_c_parser.TestCParser.test_forced_with_group - test_advanced_left_recursive - test.test_peg_generator.test_c_parser.TestCParser.test_advanced_left_recursive - testFloat - test.test_marshal.InstancingTestCase.testFloat - test_type - test.test_reprlib.LongReprTest.test_type - test_cut - test.test_peg_generator.test_c_parser.TestCParser.test_cut - testDict - test.test_marshal.InstancingTestCase.testDict - test_dict - test.test_marshal.ContainerTestCase.test_dict - test_gather_action_ast - test.test_peg_generator.test_c_parser.TestCParser.test_gather_action_ast - test_tuple - test.test_marshal.ContainerTestCase.test_tuple - test_nasty_mutually_left_recursive - test.test_peg_generator.test_c_parser.TestCParser.test_nasty_mutually_left_recursive - test_module - test.test_reprlib.LongReprTest.test_module - test_soft_keywords - test.test_peg_generator.test_c_parser.TestCParser.test_soft_keywords - test_ints - test.test_marshal.IntTestCase.test_ints - test_method - test.test_reprlib.LongReprTest.test_method - test_with_stmt_with_paren - test.test_peg_generator.test_c_parser.TestCParser.test_with_stmt_with_paren - testSet - test.test_marshal.InstancingTestCase.testSet - test_left_recursion - test.test_peg_generator.test_c_parser.TestCParser.test_left_recursion - test_lookahead - test.test_peg_generator.test_c_parser.TestCParser.test_lookahead - test_soft_keywords_parse - test.test_peg_generator.test_c_parser.TestCParser.test_soft_keywords_parse - test_error_in_rules - test.test_peg_generator.test_c_parser.TestCParser.test_error_in_rules - test_list - test.test_marshal.ContainerTestCase.test_list - test_build_limited - test.test_cext.TestExt.test_build_limited - test_no_soft_keywords - test.test_peg_generator.test_c_parser.TestCParser.test_no_soft_keywords - setUpClass - test.test_peg_generator.test_c_parser.TestCParser - testBytes - test.test_marshal.InstancingTestCase.testBytes - test_soft_keywords_lookahead - test.test_peg_generator.test_c_parser.TestCParser.test_soft_keywords_lookahead - test_same_name_different_types - test.test_peg_generator.test_c_parser.TestCParser.test_same_name_different_types - test_sets - test.test_marshal.ContainerTestCase.test_sets - test_unicode - test.test_marshal.StringTestCase.test_unicode - test_instance - test.test_reprlib.LongReprTest.test_instance - test_negative_lookahead - test.test_peg_generator.test_c_parser.TestCParser.test_negative_lookahead - test_floats - test.test_marshal.FloatTestCase.test_floats - testFrozenSet - test.test_marshal.InstancingTestCase.testFrozenSet - test_string - test.test_marshal.StringTestCase.test_string - testList - test.test_marshal.InstancingTestCase.testList - test_bool - test.test_marshal.IntTestCase.test_bool - test_class - test.test_reprlib.LongReprTest.test_class - testInt - test.test_marshal.InstancingTestCase.testInt - test_if_stmt_action - test.test_peg_generator.test_c_parser.TestCParser.test_if_stmt_action - test_bytes - test.test_marshal.StringTestCase.test_bytes - test_headers_and_trailer - test.test_peg_generator.test_c_parser.TestCParser.test_headers_and_trailer - test_mutually_left_recursive - test.test_peg_generator.test_c_parser.TestCParser.test_mutually_left_recursive Sincerely, -The Buildbot _______________________________________________ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com