☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
The Buildbot has detected a new failure on builder AMD64 Fedora Rawhide Clang 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1486/builds/42
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist: Eric Snow <ericsnowcurrently@gmail.com>, Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>, Jelle Zijlstra <jelle.zijlstra@gmail.com>, Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>, Victor Stinner <vstinner@python.org>
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.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 592, in test_fileobj_mode gzip.GzipFile(self.filename, "wb").close() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_profile.py", line 103, in test_runctx self.profilermodule.runctx("testfunc()", globals(), locals(), ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ filename=TESTFN) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/profile.py", line 101, in runctx return _Utils(Profile).runctx(statement, globals, locals, filename, sort) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/profile.py", line 68, in runctx self._show(prof, filename, sort) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/profile.py", line 72, in _show prof.dump_stats(filename) ~~~~~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/profile.py", line 395, in dump_stats with open(file, 'wb') as f: self.create_stats() marshal.dump(self.stats, f) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 188, in test_isdir create_file(filename) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 19, in create_file fp.write(data) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2940, in test_bug_6050 os.mkdir(os.path.join(TESTFN2, "a")) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3944209_tmpæ2/a'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1449, in test_write_python_directory os.mkdir(TESTFN2) ~~~~~~~~^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965476_tmpæ2'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 115, in test_add_nonascii_string_header_raises self._box.add(self._nonascii_msg) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 820, in _append_message self._file.truncate(before) ~~~~~~~~~~~~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 105, in test_bytes self.helper(s) ~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_socket.py", line 6259, in setUpClass f.write(chunk) ~~~~~~~^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3287, in test_module_is_run_as_main stdout, stderr = self.run_pdb_module(script, commands) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2878, in run_pdb_module os.mkdir(self.module_name) ~~~~~~~~^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1587, in test_mkdir_dir_fd with self.prepare() as (dir_fd, name, fullname): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... posix.stat(fullname) # should not raise exception ^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967791_tmpæ_5base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 71, in test_write f.flush() ~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 378, in flush self.fileobj.flush() ~~~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 313, in test_keys self._check_iteration(self._box.keys, do_keys=True, do_values=False) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 343, in _check_iteration keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackFormat.test_stack_format) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 146, in test_add_8bit_body key = self._box.add(self._non_latin_bin_msg) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3539, in test_errors_in_command stdout, _ = self.run_pdb_script('pass', commands + '\n') ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 226, in test_discard key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1211, in test_huntrleaks_mp
self.check_huntrleaks(run_workers=True)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1205, in check_huntrleaks
self.check_leak(code, 'references', run_workers=run_workers)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1181, in check_leak
self.check_executed_tests(output, [test], failed=test, stats=1)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 654, in check_executed_tests
self.check_line(output, line, full=True)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 537, in check_line
self.assertRegex(output, regex)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
AssertionError: Regex didn't match: '^Total tests: run=1\n' not found in '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:554: RuntimeWarning: tests may fail, unable to create temporary directory \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967601æ\': [Errno 28] No space left on device: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967601æ\'\n with temp_dir(path=name, quiet=quiet) as temp_path:\n/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:555: RuntimeWarning: tests may fail, unable to change the current working directory to \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967601æ\': [Errno 2] No such file or directory: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_pyth
on_worker_3967601æ\'\n with change_cwd(temp_path, quiet=quiet) as cwd_dir:\nUsing random seed: 1093639056\n0:00:00 load avg: 2.60 Run 1 test in parallel using 1 worker process\n0:00:00 load avg: 2.60 [1/1/1] test_regrtest_huntrleaks failed (uncaught exception)\n/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:554: RuntimeWarning: tests may fail, unable to create temporary directory \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_3967607æ\': [Errno 28] No space left on device: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_3967607æ\'\n with temp_dir(path=name, quiet=quiet) as temp_path:\n/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:555: RuntimeWarning: tests may fail, unable to change the current working directory to \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.
clang/build/build/test_python_3967607æ\': [Errno 2] No such file or directory: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_3967607æ\'\n with change_cwd(temp_path, quiet=quiet) as cwd_dir:\nbeginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)\n123:456\nXX1 111\ntest_regrtest_huntrleaks leaked [1, 1, 1] references, sum=3\nWarning -- files was modified by test_regrtest_huntrleaks\nWarning -- Before: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'@test_3956382_tmpæ.py\', \'@test_3961684_tmp\\udce7w\\udcf0.py\', \'@test_3961920_tmp\\udce7w\\udcf0\', \'@test_3961977_tmpæ.py\', \'@test_3965689_tmpæ.pag\'
, \'@test_3965716_tmpæ.py\', \'@test_3965767_tmpæ.new\', \'@test_3966375_tmpæ-infile\', \'@test_3967394_tmpæ.py\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'_temp.py\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'mod.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'tmp.py\']\nWarning -- After: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.giti
gnore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\',
'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'@test_3956382_tmpæ.py\', \'@test_3961684_tmp\\udce7w\\udcf0.py\', \'@test_3961920_tmp\\udce7w\\udcf0\', \'@test_3961977_tmpæ.py\', \'@test_3965689_tmpæ.pag\', \'@test_3965716_tmpæ.py\', \'@test_3965767_tmpæ.new\', \'@test_3966375_tmpæ-infile\', \'@test_3967394_tmpæ.py\', \'@test_3967616_tmpæ.bak\', \'@test_3967616_tmpæ.dat\', \'@test_3967616_tmpæ.dir\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'_temp.py\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py
\', \'main.py\', \'mod.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'reflog.txt\', \'tmp.py\'] \ntest test_regrtest_huntrleaks crashed -- Traceback (most recent call last):\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/refleak.py", line 217, in runtest_refleak\n refrep.flush()\n ~~~~~~~~~~~~^^\nOSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nOSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc\n _load_run_test(result, runtests)\n ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3
.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 138, in _load_run_test\n regrtest_runner(result, test_func, runtests)\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 87, in regrtest_runner\n refleak, test_result = runtest_refleak(result.test_name, test_func,\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n runtests.hunt_refleak,\n ^^^^^^^^^^^^^^^^^^^^^^\n runtests.quiet)\n ^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/refleak.py", line 215, in runtest_refleak\n with open(filename, "a", encoding="utf-8") as refrep:\n print(msg, file=refrep)\n
refrep.flush()\nOSError: [Errno 28] No space left on device\n\n== Tests result: FAILURE ==\n\n1 test failed:\n test_regrtest_huntrleaks\n\nTotal duration: 524 ms\nTotal tests: run=0\nTotal test files: run=1/1 failed=1\nResult: FAILURE\n'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 26, in tearDown self.fout.close() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 602, in close file.close() ~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1599, in test_mknod_dir_fd with self.prepare() as (dir_fd, name, fullname): ...<9 lines>... self.assertTrue(stat.S_ISFIFO(posix.stat(fullname).st_mode)) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967791_tmpæ_7base'
TracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... ok
TracebackException.test_smoke_builtin) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_traceback.py", line 1159, in test_traceback_specialization_with_syntax_error with open(TESTFN, "w") as file: # make the file's contents invalid file.write("1 $ 0 / 1 / 2\n") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 64, in setUp self._box = self._factory(self._path) ~~~~~~~~~~~~~^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1322, in <lambda> _factory = lambda self, path, factory=None: mailbox.MH(path, factory) ~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1000, in __init__ os.mkdir(self._path, 0o700) ~~~~~~~~^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3947260_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test test_mod = importlib.import_module(module_name) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 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 1022, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_fileio.py", line 24, in <module> import _pyio # Python implementation of io ^^^^^^^^^^^^ 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 620, in test_bytes_filename with gzip.GzipFile(bytes_filename, "wb") as f: f.write(data1 * 50) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1122, in test_coverage output = self.run_tests("--coverage", test) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 897, in run_tests return self.run_python(cmdargs, **kw) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 749, in run_python proc = self.run_command(args, **kw) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 740, in run_command self.fail(msg) ~~~~~~~~~^^^^^ AssertionError: Command ['/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/test_python_o1jwt3l2/tmp_9qy33mi', '--coverage', 'test_regrtest_coverage'] failed with exit code 1, but exit code 0 expected!
Traceback.test_repr) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 281, in test_get_string key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/_test_multiprocessing.py", line 198, in spawn_check_wrapper return test_item(*args, **kwargs) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/_test_multiprocessing.py", line 6147, in test_global_named_resource_spawn with open(testfn, 'w', encoding='utf-8') as f: ...<9 lines>... ''')) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 297, in test_pread os.write(fd, b'test') ~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 561, in setUp create_file(self.file_name, b"test_genericpath.PathLikeTests") ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 19, in create_file fp.write(data) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2887, in test_write_after_read with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipf: ...<3 lines>... zipf.writestr('twos', self.data2) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1423, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1997, in close self._fpclose(fp) ~~~~~~~~~~~~~^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2097, in _fpclose fp.close() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_many_lines_no_caret) ... ok
TracebackFormat.test_print_exception_bad_type_python) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/_test_multiprocessing.py", line 1234, in test_no_import_lock_contention with os_helper.temp_cwd(): ...<17 lines>... " see Issue #22853") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_iter.py", line 790, in test_in_and_not_in f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_xml_etree.py", line 3877, in test_write_to_binary_file with open(TESTFN, 'wb') as f: tree.write(f) self.assertFalse(f.closed) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_base64.py", line 870, in test_decode with open(os_helper.TESTFN, 'wb') as fp: fp.write(b'Yf9iCg==') OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1634, in test_rename_dir_fd
with self.prepare_file() as (dir_fd, name, fullname),
...<4 lines>...
posix.rename(fullname2, fullname)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1481, in prepare_file
with self.prepare() as (dir_fd, name, fullname):
...<2 lines>...
yield (dir_fd, name, fullname)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare
posix.mkdir(base_dir)
~~~~~~~~~~~^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_3961781_tmpæ_10base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 595, in close self._patchheader() ~~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 644, in _patchheader self._file.seek(self._form_length_pos, 0) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_json/test_tool.py", line 103, in test_infile_stdout infile = self._create_infile() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_json/test_tool.py", line 97, in _create_infile with open(infile, "w", encoding="utf-8") as fp: self.addCleanup(os.remove, infile) fp.write(data or self.data) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 616, in test_write_object_to_file self.assertEqual(marshal.loads(data), obj) ~~~~~~~~~~~~~^^^^^^ EOFError: EOF read where object expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 437, in test_pop key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3080, in test_issue36250 with open(os_helper.TESTFN, 'wb') as f: ...<14 lines>... t.join()""").encode('ascii')) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_urllib2net.py", line 152, in test_file f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackTests.test_nonexistent_module_nested) ... ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 398, in test_set_item key0 = self._box.add(self._template % 'original 0') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_embed.py", line 1758, in test_audit_run_interactivehook with open(startup, "w", encoding="utf-8") as f: print("import sys", file=f) print("sys.__interactivehook__ = lambda: None", file=f) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 2043, in test_dup2 support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3961824 exited with code 120, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 967, in test_resources self.check_executed_tests(output, test_names, stats=2) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 639, in check_executed_tests self.check_line(output, regex, full=True) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 537, in check_line self.assertRegex(output, regex) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ AssertionError: Regex didn't match: '^All 2 tests OK\\.\n' not found in "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:554: RuntimeWarning: tests may fail, unable to create temporary directory '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3956348æ': [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3956348æ'\n with temp_dir(path=name, quiet=quiet) as temp_path:\n/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:555: RuntimeWarning: tests may fail, unable to change the current working directory to '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3956348æ': [Errno 2] No such file or directory: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worke r_3956348æ'\n with change_cwd(temp_path, quiet=quiet) as cwd_dir:\nUsing random seed: 1260157900\n0:00:00 load avg: 8.47 Run 2 tests sequentially\n0:00:00 load avg: 8.47 [1/2] test_regrtest_audio\n0:00:00 load avg: 8.47 [2/2] test_regrtest_network\nWarning -- files was modified by test_regrtest_network\nWarning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '@test_3948050_tmpæ', '@test_3951289_tmpæ.pag', '@test_3951328_tmpæ.py', '@test_3951734_tmpæ.new', '@test_3954887_tmpæ-infile', '@test_3956353_tmpæ', 'Android/', 'Doc/', 'Grammar/', 'Include/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile', 'Makefile.pre', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', '_bootstrap_python', 'aclocal.m4', 'bar.py', 'build/', 'config.guess', 'config.log', 'config.status' , 'config.sub', 'configure', 'configure.ac', 'env_changed', 'gh93696.py', 'iOS/', 'install-sh', 'libpython3.13d.a', 'longlist.py', 'main.py', 'platform', 'pybuilddir.txt', 'pyconfig.h', 'pyconfig.h.in', 'python', 'python-config', 'python-config.py', 'python-gdb.py', 'tmp.py']\nWarning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '@test_3948050_tmpæ', '@test_3951289_tmpæ.pag', '@test_3951328_tmpæ.py', '@test_3951734_tmpæ.new', '@test_3954887_tmpæ-infile', 'Android/', 'Doc/', 'Grammar/', 'Include/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile', 'Makefile.pre', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', '_bootstrap_python', 'aclocal.m4', 'bar.py', 'build/', 'config.guess', 'config.log', 'config.status', 'config.sub', 'configure', 'configure.ac', 'env_ch anged', 'gh93696.py', 'iOS/', 'install-sh', 'libpython3.13d.a', 'longlist.py', 'main.py', 'platform', 'pybuilddir.txt', 'pyconfig.h', 'pyconfig.h.in', 'python', 'python-config', 'python-config.py', 'python-gdb.py', 'tmp.py'] \ntest_regrtest_network failed (env changed)\n\n== Tests result: SUCCESS ==\n\n1 test altered the execution environment (env changed):\n test_regrtest_network\n\n1 test OK.\n\nTotal duration: 190 ms\nTotal tests: run=2\nTotal test files: run=2/2 env_changed=1\nResult: SUCCESS\n"
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 263, in test_get_message key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_http_cookiejar.py", line 414, in test_cookie_files_are_truncated c.save() ~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/http/cookiejar.py", line 1893, in save with os.fdopen( ...<7 lines>... f.write(self.as_lwp_str(ignore_discard, ignore_expires)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 156, in test_write_readonly_file with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 322, in test_metadata with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite: fWrite.write(data1) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 974, in test_chmod_dir target = self.tempdir() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 968, in tempdir posix.mkdir(target) ~~~~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967791_tmpæd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 202, in test_readall self._test_reading( ~~~~~~~~~~~~~~~~~~^ data_to_write=b'hello\nworld!', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_and_verify_code=self._READING_CODE_TEMPLATE.format( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_method_name='read', ^^^^^^^^^^^^^^^^^^^^^^^^ expected=b'hello\nworld!\n')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 110, in _test_reading self.fail_with_process_info('while awaiting a sign', ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ stderr=worm_sign) ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 72, in fail_with_process_info self.fail('Error from IO process %s:\nSTDOUT:\n%sSTDERR:\n%s\n' % ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (why, stdout.decode(), stderr.decode())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Error from IO process while awaiting a sign: STDOUT: STDERR: Traceback ( File "<string>", line 1, in <module> import signal, sys ;signal.signal(signal.SIGINT, lambda s, f: sys.stderr.write("$\n")) ;import _pyio as io ;infile = io.open(sys.stdin.fileno(), "rb") ;assert isinstance(infile, io.BufferedReader) ;sys.stderr.write("Worm Sign!\n") ;got = infile.read() ;expected = b'hello\nworld!\n' ;assert got == expected, ("read returned wrong data.\n""got data %r\nexpected %r" % (got, expected)) ;infile.close() ^^^^^^^^^^^^^^^^^^ 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_concurrent_futures/test_init.py", line 52, in test_initializer self.assertEqual(f.result(), 'initialized') ~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/concurrent/futures/_base.py", line 456, in result return self.__get_result() ~~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/concurrent/futures/_base.py", line 401, in __get_result raise self._exception concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 303, in test_paddedfile_getattr self.test_write() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 67, in test_write with gzip.GzipFile(self.filename, 'wb') as f: ...<7 lines>... f.close() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 53, in test_macros nrc = self.make_nrc(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc with open(temp_filename, mode, encoding="utf-8") as fp: fp.write(test_data) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cmd_line_script.py", line 578, in test_non_ascii script_name = _make_test_script(os.getcwd(), name, source) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cmd_line_script.py", line 80, in _make_test_script to_return = make_script(script_dir, script_basename, source) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/script_helper.py", line 236, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: script_file.write(source) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_ndbm.py", line 13, in setUp self.d = dbm.ndbm.open(self.filename, 'c') ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ _dbm.error: [Errno 28] No space left on device: '@test_3951289_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 437, in test_pop key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1214, in setUp os.mkdir(self.path) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965716_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2832, in test_different_file self.make_test_archive(f) ~~~~~~~~~~~~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2810, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: zipfp.writestr('ones', self.data1) zipfp.writestr('twos', self.data2) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1423, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1997, in close self._fpclose(fp) ~~~~~~~~~~~~~^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2097, in _fpclose fp.close() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 73, in test_add keys.append(self._box.add(self._template % 0)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posixpath.py", line 225, in test_ismount_non_existent os.mkdir(ABSTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3965542_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_trace.py", line 411, in test_issue9936 self._coverage(tracer, cmd) ~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_trace.py", line 376, in _coverage r.write_results(show_missing=True, summary=True, coverdir=TESTFN) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/trace.py", line 268, in write_results os.makedirs(dir, exist_ok=True) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3966375_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_cli.py", line 58, in test_cli_on_disk_db out = self.expect_success(TESTFN, "create table t(t)") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_cli.py", line 23, in expect_success self.assertEqual(code, 0, ~~~~~~~~~~~~~~~~^^^^^^^^^ "\n".join([f"Unexpected failure: {args=}", out, err])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 1 != 0 : Unexpected failure: args=('@test_3965627_tmpæ', 'create table t(t)')
TracebackTests.test_syntax_error) ... ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 489, in test_abspath_issue3426 with os_helper.temp_cwd(unicwd): for path in ('', 'fuu', 'f\xf9\xf9', '/fuu', 'U:\\'): self.assertIsInstance(abspath(path), str) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'çwð'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 177, in test_add_text_file_warns key = self._box.add(f) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 845, in test_binary_modes with gzip.open(self.filename, "wb") as f: f.write(uncompressed) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 186, in test_truncate with open(os_helper.TESTFN, 'w') as fp: fp.write('test') fp.flush() OSError: [Errno 28] No space left on device
TracebackException.test_compact_no_cause) ... ok
TracebackErrorCaretTests.test_specialization_variations) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test test_mod = importlib.import_module(module_name) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 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 1022, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_io.py", line 49, in <module> import _pyio as pyio # Python implementation of io ^^^^^^^^^^^^^^^^^^^^ 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 107, in test_write_array self.write_and_read_back(array.array('I', data1 * 40)) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 60, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: l = f.write(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_iter.py", line 973, in test_unpack_iter f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1509, in test_stat_dir_fd with self.prepare() as (dir_fd, name, fullname): ...<22 lines>... self.assertEqual(cm.filename, __file__) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961781_tmpæ_11base'
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode) ... ok
TracebackCases.test_format_exception_group_with_tracebacks) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_tempfile.py", line 879, in test_path_is_absolute path = tempfile.mkdtemp(dir=".") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: './tmpbz296a5a'
TracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1296, in test_terminating_newline i = self._box.add(message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 41, in test_dumbdbm_creation f[key] = self._dict[key] ~^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 203, in __setitem__ self._addkey(key, self._addval(val)) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 185, in _addkey with _io.open(self._dirfile, 'a', encoding="Latin-1") as f: self._chmod(self._dirfile) f.write("%r, %r\n" % (key.decode("Latin-1"), pos_and_siz_pair)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_xml_etree.py", line 3856, in test_write_to_text_file with open(TESTFN, 'w', encoding='utf-8') as f: tree.write(f, encoding='unicode') self.assertFalse(f.closed) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2818, in test_same_file self.make_test_archive(f) ~~~~~~~~~~~~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2811, in make_test_archive zipfp.writestr('ones', self.data1) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1935, in writestr with self.open(zinfo, mode='w') as dest: dest.write(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1259, in close self._fileobj.write(buf) ~~~~~~~~~~~~~~~~~~~^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 340, in test_multiple_dumps_and_loads with open(os_helper.TESTFN, 'wb') as f: ...<4 lines>... positions.append(f.tell()) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_site.py", line 126, in test_addpackage pth_file.create() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_site.py", line 438, in create FILE.close() ~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1395, in test_write_python_package zipfp.writepy(packagedir) ~~~~~~~~~~~~~^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2160, in writepy fname, arcname = self._get_codename(path[0:-3], ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ basename) ^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2240, in _get_codename if _compile(file_py): ~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2203, in _compile py_compile.compile(file, doraise=True, optimize=optimize) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/py_compile.py", line 172, in compile importlib._bootstrap_external._write_atomic(cfile, bytecode, mode) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap_external>", line 212, in _write_atomic OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3776, in test_checkline_is_not_executable with open(os_helper.TESTFN, "w") as f: f.write(s) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 320, in test_sync_nonempty_unmodified f['key'] = 'value' ~^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 203, in __setitem__ self._addkey(key, self._addval(val)) ~~~~~~~~~~~~^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 161, in _addval with _io.open(self._datfile, 'rb+') as f: ...<5 lines>... f.write(val) OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_basic_caret) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_optparse.py", line 1054, in test_filetype_notfile os.mkdir(os_helper.TESTFN) ~~~~~~~~^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3951026_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_os.py", line 4872, in setUp os.mkdir(self.path) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_3945843æ/@test_3945843_tmpæ'
TracebackException.test_comparison_basic) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 253, in test_getitem key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 520, in testTuple self.helper(tupleobj) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 83, in test_dumbdbm_read self.init_db() ~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 161, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: for k in self._dict: f[k] = self._dict[k] File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 364, in __exit__ self.thing.close() ~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 277, in close self._commit() ~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 131, in _commit with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f: ...<5 lines>... f.write(entry) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 489, in test_writev n = os.writev(fd, (b'test1', b'tt2', b't3')) OSError: [Errno 28] No space left on device
TracebackCases.test_format_exception_group_multiple_exceptions) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_codecs.py", line 721, in test_bug691291 with open(os_helper.TESTFN, 'wb') as fp: fp.write(s) OSError: [Errno 28] No space left on device
TracebackTests.test_exec_failure_nested) ... ERROR
TracebackCases.test_recursion_error_during_traceback) ... ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 368, in test_contains key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_trace.py", line 426, in test_coverageresults_update with open(infile, 'wb') as f: dump(({}, {}, {'caller': 1}), f, protocol=1) OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 267, in test_comment_at_end_of_machine_line_pass_has_hash
self._test_comment("""
~~~~~~~~~~~~~~~~~~^^^^^
machine foo.domain.com login bar password #pass #comment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
machine bar.domain.com login foo password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""", '#pass')
^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 193, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_fileinput.py", line 984, in test_modes with open(TESTFN, 'wb') as f: # UTF-7 is a convenient, seldom used encoding f.write(b'A\nB\r\nC\rD+IKw-') OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/threading_helper.py", line 66, in decorator return func(*args) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/pickletester.py", line 1399, in test_unpickle_module_race os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961696_tmpæ'
Traceback (most recent call last): File "<string>", line 1, in <module> from test._test_multiprocessing import TestFlags; TestFlags.run_in_child('forkserver') ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/_test_multiprocessing.py", line 5243, in run_in_child p.start() ~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) ~~~~~~~~~~~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/context.py", line 300, in _Popen from .popen_forkserver import Popen 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2888, in test_write_after_read zipf.writestr('ones', self.data1) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1935, in writestr with self.open(zinfo, mode='w') as dest: dest.write(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1259, in close self._fileobj.write(buf) ~~~~~~~~~~~~~~~~~~~^^^^^ OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_caret_for_call_unicode) ... ok
Traceback (most recent call last): File "<string>", line 1, in <module> from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=6, pipe_handle=15) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/spawn.py", line 122, in spawn_main exitcode = _main(fd, parent_sentinel) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/spawn.py", line 132, in _main self = reduction.pickle.load(from_parent) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_concurrent_futures/test_init.py", line 11, in <module> from logging.handlers import QueueHandler 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: EOF read where object expected FAIL
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 477, in test_fileobj_with_name with open(self.filename, "xb") as raw: ...<15 lines>... self.assertIs(f.seekable(), True) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 389, in test_len keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_caret_for_subscript_multiline) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 331, in test_iteritems self._check_iteration(self._box.iteritems, do_keys=True, ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ do_values=True) ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 343, in _check_iteration keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2244, in test_seek_and_tell self._test_seek_and_tell(mailbox._ProxyFile(self._file)) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2180, in _test_seek_and_tell proxy.seek(3) ~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2045, in seek self._file.seek(offset, whence) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 512, in test_nonascii_abspath with os_helper.temp_cwd(name): self.test_abspath() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: b'@test_3963988_tmp\xe7w\xf0'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_py_compile.py", line 32, in wrapper return fxn(*args, **kwargs) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_importlib/source/test_file_loader.py", line 176, in test_file_from_empty_string_dir with open(file_path, 'w', encoding='utf-8') as file: file.write("# test file for importlib") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_builtin.py", line 1543, in test_input self.write_testfile() ~~~~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_builtin.py", line 1402, in write_testfile with fp: ...<5 lines>... fp.write('YYY'*100) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1569, in test_initialize_with_file f.seek(0) ~~~~~~^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 321, in test_preadv_flags os.write(fd, b'test1tt2t3t5t6t6t8') ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1279, in test_close_after_close with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf: ...<6 lines>... self.assertEqual(zipf.read('test'), data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1423, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1997, in close self._fpclose(fp) ~~~~~~~~~~~~~^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2097, in _fpclose fp.close() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cppext/__init__.py", line 32, in test_build_cpp03 self.check_build('_testcpp03ext', std='c++03') ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cppext/__init__.py", line 46, in check_build with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe: self._check_build(extension_name, python_exe, std=std) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2337, in setup_venv_with_pip_setuptools_wheel with temp_cwd() as temp_dir: ...<19 lines>... yield python File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2950, in test_spec stdout, _ = self.run_pdb_script(script, commands) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2873, in test_read_after_write with zipfile.ZipFile(f, 'w', zipfile.ZIP_DEFLATED) as zipf: ...<3 lines>... data1 = zopen1.read(500) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1423, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1997, in close self._fpclose(fp) ~~~~~~~~~~~~~^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2097, in _fpclose fp.close() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_inspect/test_inspect.py", line 1097, in setUp os.mkdir(self.tempdir) ~~~~~~~~^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3960002_tmpæ_dir'
TracebackLegacyErrorCaretTests.test_specialization_variations) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 110, in test_context_manager with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 2006, in test_open_file support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3967797 exited with code 120, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 331, in test_iteritems self._check_iteration(self._box.iteritems, do_keys=True, ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ do_values=True) ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 343, in _check_iteration keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_iter.py", line 624, in test_builtin_map f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_site.py", line 171, in test_addpackage_empty_lines pth_dir, pth_fn = self.make_pth("\n\n \n\n") ~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_site.py", line 137, in make_pth with open(pth_fn, 'w', encoding='utf-8') as pth_file: self.addCleanup(lambda: os.remove(pth_fn)) pth_file.write(contents) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1613, in test_open_dir_fd with self.prepare() as (dir_fd, name, fullname): ...<8 lines>... posix.close(fd) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961781_tmpæ_8base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 336, in test_items self._check_iteration(self._box.items, do_keys=True, do_values=True) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 343, in _check_iteration keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_tempfile.py", line 879, in test_path_is_absolute path = tempfile.mkdtemp(dir=".") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/tempfile.py", line 384, in mkdtemp _os.mkdir(file, 0o700) ~~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: './tmpf3m2z2qq'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 214, in test_unseekable_incompleted_write testfile.write(b'ababagalamaga') ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_venv.py", line 922, in test_with_pip self.do_test_with_pip(False) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_venv.py", line 844, in do_test_with_pip with self.nicer_error(): ...<2 lines>... with_pip=True) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_venv.py", line 913, in nicer_error self.fail( ~~~~~~~~~^ f"{exc}\n\n" ^^^^^^^^^^^^ f"**Subprocess Output**\n{out}\n\n" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ f"**Subprocess Error**\n{err}" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ AssertionError: Command '['/tmp/test_python_0wokym24/tmpcsww9q_1/bin/python', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 229, in test_readline self.test_write() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 67, in test_write with gzip.GzipFile(self.filename, 'wb') as f: ...<7 lines>... f.close() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 509, in test_popitem_and_flush_twice self._box.add(self._template % 0) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_iter.py", line 592, in test_builtin_max_min f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 3009, in test_mkdir zf.mkdir("directory2/") ~~~~~~~~^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1959, in mkdir self.fp.seek(self.start_dir) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1730, in test_returns_pid support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3967798 exited with code 1, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 387, in test_compresslevel_metadata with fWrite: fWrite.write(data1) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_caret_for_call_unicode) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 670, in test_fileobj_and_filename with (open(self.filename, 'wb') as fileobj, ...<2 lines>... self.assertEqual(f.name, filename2) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_xml_etree.py", line 3832, in test_write_to_filename_with_encoding tree.write(TESTFN, encoding='utf-8') ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/xml/etree/ElementTree.py", line 717, in write with _get_writer(file_or_filename, encoding) as (write, declared_encoding): ...<12 lines>... short_empty_elements=short_empty_elements) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 148, in __exit__ next(self.gen) ~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/xml/etree/ElementTree.py", line 748, in _get_writer with open(file_or_filename, "w", encoding=encoding, errors="xmlcharrefreplace") as file: yield file.write, encoding OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 130, in test_read1 self.test_write() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 67, in test_write with gzip.GzipFile(self.filename, 'wb') as f: ...<7 lines>... f.close() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 493, in testInt self.helper(intobj) ~~~~~~~~~~~^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1650, in test_unlink_dir_fd with self.prepare() as (dir_fd, name, fullname): ...<7 lines>... raise File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967791_tmpæ_13base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 467, in test_import test_with_extension(".py") ~~~~~~~~~~~~~~~~~~~^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 439, in test_with_extension with open(source, "w", encoding='utf-8') as f: ...<5 lines>... print("b =", b, file=f) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 123, in test_str_write_contains self.init_db() ~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 161, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: for k in self._dict: f[k] = self._dict[k] File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 364, in __exit__ self.thing.close() ~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 277, in close self._commit() ~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 131, in _commit with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f: ...<5 lines>... f.write(entry) OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 289, in test_mode self.test_write() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 67, in test_write with gzip.GzipFile(self.filename, 'wb') as f: ...<7 lines>... f.close() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_plistlib.py", line 450, in test_io with open(os_helper.TESTFN, 'wb') as fp: plistlib.dump(pl, fp) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_ssl.py", line 4765, in test_keylog_defaults self.assertEqual(self.keylog_lines(), 1) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 0 != 1
TracebackErrorCaretTests.test_caret_exception_group) ... ok
TracebackFormat.test_format_stack) ... ok
TracebackCases.test_format_exception_group_multiline2_messages) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_json/test_tool.py", line 202, in test_no_ensure_ascii_flag infile = self._create_infile('{"key":"💩"}') ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_json/test_tool.py", line 97, in _create_infile with open(infile, "w", encoding="utf-8") as fp: self.addCleanup(os.remove, infile) fp.write(data or self.data) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 666, in test_timestamp_overflow os.stat(compiled) ~~~~~~~^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '__pycache__/@test_3965716_tmpæ.cpython-313.pyc'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_ntpath.py", line 1184, in setUp file.write(b"test_ntpath.PathLikeTests") ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackCases.test_nocaret) ... ok
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 231, in test_comment_after_machine_line_no_space
self._test_comment("""
~~~~~~~~~~~~~~~~~~^^^^^
machine foo.domain.com login bar password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#comment
^^^^^^^^
machine bar.domain.com login foo password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""")
^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 193, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 465, in rmtree _rmtree(path) ~~~~~~~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 449, in _rmtree _rmtree_inner(path) ~~~~~~~~~~~~~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 438, in _rmtree_inner for name in _force_run(path, os.listdir, path): ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 210, in _force_run return func(*args) NotADirectoryError: [Errno 20] Not a directory: '@test_3945843_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1627, in test_readlink_dir_fd with self.prepare() as (dir_fd, name, fullname): ...<2 lines>... self.assertEqual(posix.readlink(name, dir_fd=dir_fd), 'symlink') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961781_tmpæ_9base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 98, in test_write_memoryview self.write_and_read_back(memoryview(data1 * 50)) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 60, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: l = f.write(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2248, in test_close self._test_close(mailbox._ProxyFile(self._file)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2195, in _test_close proxy.close() ~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2053, in close self._file.close() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 163, in test_incompleted_write f.writeframes(self.frames) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 588, in writeframes self._patchheader() ~~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 644, in _patchheader self._file.seek(self._form_length_pos, 0) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_decorator_application_lineno_correct) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 305, in test_samestat_on_link self._test_samestat_on_link_func(os.link) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 288, in _test_samestat_on_link_func create_file(test_fn1) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 19, in create_file fp.write(data) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 82, in test_write_read_with_pathlike_file with gzip.GzipFile(filename, 'w') as f: f.write(data1 * 50) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1760, in test_specify_environment support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3967838 exited with code 1, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3631, in test_issue42383 with os_helper.temp_cwd() as cwd: ...<19 lines>... self.assertEqual(stdout.split('\n')[6].rstrip('\r'), expected) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 263, in test_get_message key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_ssl.py", line 4242, in test_sendfile with open(os_helper.TESTFN, 'wb') as f: f.write(TEST_DATA) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_json/test_tool.py", line 117, in test_non_ascii_infile infile = self._create_infile(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_json/test_tool.py", line 97, in _create_infile with open(infile, "w", encoding="utf-8") as fp: self.addCleanup(os.remove, infile) fp.write(data or self.data) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1214, in setUp os.mkdir(self.path) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3951328_tmpæ'
Traceback (most recent call last): File "<string>", line 3, in <module> with open('@test_3961781_tmpæ', "w") as pidfile: pidfile.write(str(os.getpid())) OSError: [Errno 28] No space left on device FAIL
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/_test_multiprocessing.py", line 6217, in test_large_pool with open(testfn, 'w', encoding='utf-8') as f: ...<6 lines>... ''')) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1403, in test_env_changed self.check_executed_tests(output, [testname], ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ env_changed=testname, stats=1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 613, in check_executed_tests self.check_line(output, regex) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 537, in check_line self.assertRegex(output, regex) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ AssertionError: Regex didn't match: '^1 test altered the execution environment \\(env changed\\):\\n test_regrtest_noop1$' not found in "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:554: RuntimeWarning: tests may fail, unable to create temporary directory '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967473æ': [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967473æ'\n with temp_dir(path=name, quiet=quiet) as temp_path:\n/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:555: RuntimeWarning: tests may fail, unable to change the current working directory to '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967473æ': [Errno 2] No such file or directory: '/home/buildbot/buildarea/3.13 .cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967473æ'\n with change_cwd(temp_path, quiet=quiet) as cwd_dir:\nUsing random seed: 1937558452\n0:00:00 load avg: 2.60 Run 1 test sequentially\n0:00:00 load avg: 2.60 [1/1] test_regrtest_noop1\n\n== Tests result: SUCCESS ==\n\n1 test OK.\n\nTotal duration: 94 ms\nTotal tests: run=1\nTotal test files: run=1/1\nResult: SUCCESS\n"
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 35, in test_toplevel_tokens
nrc = self.make_nrc("""
machine host.domain.com login log1 password pass1 account acct1
default login log2 password pass2 account acct2
""")
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1204, in test_add_and_close self._box.add(_sample_message) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 767, in test_prepend_error with gzip.open(self.filename, "wb") as f: f.write(data1) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 228, in test_create_new with dumbdbm.open(_fname, 'n') as f: for k in self._dict: f[k] = self._dict[k] File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 290, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 277, in close self._commit() ~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 131, in _commit with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f: ...<5 lines>... f.write(entry) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_tempfile.py", line 882, in test_path_is_absolute os.rmdir(path) ^^^^ UnboundLocalError: cannot access local variable 'path' where it is not associated with a value
TracebackCases.test_no_caret_with_no_debug_ranges_flag)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 197, in test_context_manager db["dumbdbm context manager"] = "context manager" ~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 203, in __setitem__ self._addkey(key, self._addval(val)) ~~~~~~~~~~~~^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 161, in _addval with _io.open(self._datfile, 'rb+') as f: ...<5 lines>... f.write(val) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2209, in tearDown self._file.close() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 190, in test_open_with_bytes_path gdbm.open(os.fsencode(filename), "c").close() ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1521, in test_write_pathlike os.mkdir(TESTFN2) ~~~~~~~~^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3944209_tmpæ2'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/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.13.cstratak-fedora-rawhide-x86_64.clang/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: self._check_build(extension_name, python_exe, std=std, limited=limited) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2337, in setup_venv_with_pip_setuptools_wheel with temp_cwd() as temp_dir: ...<19 lines>... yield python File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_venv.py", line 909, in nicer_error yield File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_venv.py", line 845, in do_test_with_pip self.run_with_capture(venv.create, self.env_dir, ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ system_site_packages=system_site_packages, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ with_pip=True) ^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_venv.py", line 102, in run_with_capture func(*args, **kwargs) ~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/venv/__init__.py", line 569, in create builder.create(env_dir) ~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/venv/__init__.py", line 81, in create self._setup_pip(context) ~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/venv/__init__.py", line 445, in _setup_pip self._call_new_python(context, '-m', 'ensurepip', '--upgrade', ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ '--default-pip', stderr=subprocess.STDOUT) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/venv/__init__.py", line 441, in _call_new_python subprocess.check_output(args, **kwargs) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/subprocess.py", line 472, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ **kwargs).stdout ^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/tmp/test_python_0wokym24/tmpcsww9q_1/bin/python', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
Traceback (most recent call last): File "<string>", line 3, in <module> from _pyio import open 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gc.py", line 785, in test_global_del_SystemExit with open(TESTFN, 'w', encoding="utf-8") as script: script.write(code) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_importlib/source/test_finder.py", line 128, in test_empty_string_for_dir with open('mod.py', 'w', encoding='utf-8') as file: file.write("# test file for importlib") OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_two_char) ... ok
TracebackException.test_smoke_user_exception) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 310, in test_mtime with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite: fWrite.write(data1) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_http_cookiejar.py", line 364, in test_lwp_valueless_cookie c.save(filename, ignore_discard=True) ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/http/cookiejar.py", line 1893, in save with os.fdopen( ...<7 lines>... f.write(self.as_lwp_str(ignore_discard, ignore_expires)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_urllibnet.py", line 180, in test_specified_path with self.urlretrieve(self.logo, ...<4 lines>... self.assertTrue(f.read(), "reading from temporary file failed") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_urllibnet.py", line 163, in urlretrieve file_location, info = urllib.request.urlretrieve(*args, **kwargs) ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/urllib/request.py", line 230, in urlretrieve with tfp: ...<16 lines>... reporthook(blocknum, bs, size) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 666, in test_read_object_from_file with open(os_helper.TESTFN, 'wb') as f: f.write(data + b'xxxx') OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 171, in test_nonascii_filename with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_dbapi.py", line 672, in test_open_with_path_like_object cx.execute(self._sql) ~~~~~~~~~~^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_transactions.py", line 89, in test_replace_starts_transaction self.cur1.execute("create table test(i)") ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_capi/test_object.py", line 87, in testPyObjectPrintNULL self.assertEqual(output_file.read(), '<nil>') ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '<nil>'
- <nil>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 182, in test_ftruncate fp.close() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackCases.test_encoded_file) ... ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 232, in test_unseekable_overflowed_write testfile.write(b'ababagalamaga') ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 112, in test_write_write_read f[b'1'] = b'hello' ~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 203, in __setitem__ self._addkey(key, self._addval(val)) ~~~~~~~~~~~~^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 161, in _addval with _io.open(self._datfile, 'rb+') as f: ...<5 lines>... f.write(val) OSError: [Errno 28] No space left on device
TracebackTests.test_nonexistent_module_nested)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965716_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_site.py", line 193, in test_addsitedir pth_file.create() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_site.py", line 438, in create FILE.close() ~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 528, in test_close self._test_flush_or_close(self._box.close, False) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 532, in _test_flush_or_close self._box.add(contents[0]) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2293, in test_seek_and_tell self._test_seek_and_tell(mailbox._PartialFile(self._file, 3, ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 9 + 2 * len(os.linesep))) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2180, in _test_seek_and_tell proxy.seek(3) ~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2117, in seek _ProxyFile.seek(self, offset, whence) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2044, in seek self._file.seek(self._pos) ~~~~~~~~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 363, in test_nonascii_filename db[b'key'] = b'value' ~~^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 203, in __setitem__ self._addkey(key, self._addval(val)) ~~~~~~~~~~~~^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 161, in _addval with _io.open(self._datfile, 'rb+') as f: ...<5 lines>... f.write(val) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 327, in test_values self._check_iteration(self._box.values, do_keys=False, do_values=True) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 343, in _check_iteration keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode) ... ok
TracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_ssl.py", line 4791, in test_keylog_filename self.assertEqual(self.keylog_lines(), 6) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 0 != 6
TracebackTests.test_broken_submodule) ... ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_multibytecodec.py", line 316, in test_bug1728403 f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackException.test_from_exception) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2603, in wrapper return func(*args, **kwargs) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3131, in test_issue84583 stdout, stderr = self.run_pdb_script(script, commands) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_json/test_tool.py", line 213, in test_ensure_ascii_default infile = self._create_infile('{"key":"💩"}') ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_json/test_tool.py", line 97, in _create_infile with open(infile, "w", encoding="utf-8") as fp: self.addCleanup(os.remove, infile) fp.write(data or self.data) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 78, in test_flags self.g = gdbm.open(filename, mode) ~~~~~~~~~^^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 197, in test_clear with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 137, in test_line_endings f[b'1'] = b'hello' ~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 203, in __setitem__ self._addkey(key, self._addval(val)) ~~~~~~~~~~~~^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 161, in _addval with _io.open(self._datfile, 'rb+') as f: ...<5 lines>... f.write(val) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_unicode_file_functions.py", line 67, in setUp os.mkdir(os_helper.TESTFN) ~~~~~~~~^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967335_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1057, in test_add_doesnt_rewrite self._box.add(self._template % 0) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 636, in test_import_in_del_does_not_crash
testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""
import sys
...<3 lines>...
sys.argv.insert(0, C())
"""))
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/script_helper.py", line 236, in make_script
with open(script_name, 'w', encoding='utf-8') as script_file:
script_file.write(source)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 522, in test_readv os.write(fd, b'test1tt2t3') ~~~~~~~~^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 619, in test_read_short_from_file with open(os_helper.TESTFN, 'wb') as f: f.write(b'\x34\x12xxxx') OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2933, in test_extract_dir zipf.extractall(TESTFN2) ~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1775, in extractall self._extract_member(zipinfo, path, pwd) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1829, in _extract_member os.mkdir(targetpath) ~~~~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3944209_tmpæ2/a'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1760, in test_specify_environment support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3961852 exited with code 1, but exit code 0 is expected
TracebackErrorCaretTests.test_caret_multiline_expression) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 188, in test_truncate fp.flush() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 289, in test_get_file key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 432, in test_bad_gzip_file file.write(data1 * 50) ~~~~~~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackCases.test_format_exception_only_bad__str__) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 281, in test_get_string key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 210, in test_exclusive_write with gzip.GzipFile(self.filename, 'xb') as f: f.write(data1 * 50) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 91, in test_context_manager_with_open_file with open(TESTFN, 'wb') as testfile: ...<5 lines>... self.assertEqual(testfile.closed, self.close_fd) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test test_mod = importlib.import_module(module_name) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 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 1022, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_concurrent_futures/test_init.py", line 11, in <module> from logging.handlers import QueueHandler 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: EOF read where object expected
TracebackErrorCaretTests.test_many_lines_binary_op) ... ok
TracebackException.test_no_locals) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1442, in test_write_with_optimization zipfp.writepy(packagedir) ~~~~~~~~~~~~~^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2160, in writepy fname, arcname = self._get_codename(path[0:-3], ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ basename) ^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2266, in _get_codename if not _compile(file_py, optimize=self._optimize): ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2203, in _compile py_compile.compile(file, doraise=True, optimize=optimize) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/py_compile.py", line 172, in compile importlib._bootstrap_external._write_atomic(cfile, bytecode, mode) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap_external>", line 212, in _write_atomic OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 220, in test_bytearray self.helper(b) ~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
TracebackCases.test_caret) ... ok
TracebackException.test_locals) ... ok
TracebackCases.test_print_exception) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3379, in test_blocks_at_first_code_line stdout, stderr = self.run_pdb_module(script, commands) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2878, in run_pdb_module os.mkdir(self.module_name) ~~~~~~~~^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_json/test_tool.py", line 157, in test_sort_keys_flag infile = self._create_infile() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_json/test_tool.py", line 97, in _create_infile with open(infile, "w", encoding="utf-8") as fp: self.addCleanup(os.remove, infile) fp.write(data or self.data) OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_caret_multiline_expression_bin_op) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 159, in test_incompleted_write with open(TESTFN, 'wb') as testfile: ...<4 lines>... f.close() OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_multiline_method_call_a) ... ok
TracebackErrorCaretTests.test_caret_for_subscript) ... ok
TracebackLegacyErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 197, in test_clear with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 253, in test_getitem key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_http_cookiejar.py", line 393, in test_mozilla_filepermissions c.save(filename, ignore_discard=True) ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/http/cookiejar.py", line 2087, in save with os.fdopen( ...<33 lines>... "\n") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/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.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 530, in enter_context result = _enter(cm) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2337, in setup_venv_with_pip_setuptools_wheel with temp_cwd() as temp_dir: ...<19 lines>... yield python File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 171, in test_multiple_writes with open(TESTFN, 'wb') as testfile: ...<6 lines>... f.close() OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2811, in make_test_archive zipfp.writestr('ones', self.data1) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1935, in writestr with self.open(zinfo, mode='w') as dest: dest.write(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1259, in close self._fileobj.write(buf) ~~~~~~~~~~~~~~~~~~~^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 505, in test_flush self._test_flush_or_close(self._box.flush, True) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 532, in _test_flush_or_close self._box.add(contents[0]) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_tarfile.py", line 4223, in setUpModule os.makedirs(TEMPDIR) ~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3961874_tmpæ-tardir'
TracebackLegacyErrorCaretTests.test_caret_for_call_multiline) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 512, in test_nonascii_abspath with os_helper.temp_cwd(name): self.test_abspath() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: b'@test_3950191_tmp\xe7w\xf0'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 817, in _append_message offsets = self._install_message(message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 890, in _install_message self._dump_message(message, self._file, self._mangle_from_) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 216, in _dump_message gen.flatten(message) ~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 125, in raiser raise CustomError(exc_msg)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 213, in test_sets self.helper(constructor(self.d.keys())) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_fstring.py", line 1506, in test_filename_in_syntaxerror with temp_cwd() as cwd: ...<4 lines>... PYTHONIOENCODING='ascii') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_trace.py", line 411, in test_issue9936 self._coverage(tracer, cmd) ~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_trace.py", line 376, in _coverage r.write_results(show_missing=True, summary=True, coverdir=TESTFN) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/trace.py", line 268, in write_results os.makedirs(dir, exist_ok=True) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3954887_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1730, in test_returns_pid support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3961810 exited with code 1, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_optparse.py", line 1054, in test_filetype_notfile os.mkdir(os_helper.TESTFN) ~~~~~~~~^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965590_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/threading_helper.py", line 66, in decorator return func(*args) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/pickletester.py", line 1399, in test_unpickle_module_race os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3968295_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1760, in test_specify_environment support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3967799 exited with code 1, but exit code 0 is expected
TracebackLegacyErrorCaretTests.test_traceback_very_long_line) ... ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2874, in test_read_after_write zipf.writestr('ones', self.data1) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1935, in writestr with self.open(zinfo, mode='w') as dest: dest.write(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1259, in close self._fileobj.write(buf) ~~~~~~~~~~~~~~~~~~~^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 80, in _execute return closing(self._cx.execute(*args, **kwargs)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2618, in setUp fp.write(self.data) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_base64.py", line 858, in test_encode_file with open(os_helper.TESTFN, 'wb') as fp: fp.write(b'a\xffb\n') OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_unicode_file.py", line 132, in test_directories self._do_directory(TESTFN_UNICODE+ext, TESTFN_UNICODE+ext) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_unicode_file.py", line 89, in _do_directory os.mkdir(make_name) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3968187_tmp-àòɘŁğ.dir'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/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.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/runpy.py", line 88, in _run_code exec(code, run_globals) ~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/__main__.py", line 2, in <module> main(_add_python_opts=True) ~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/main.py", line 739, in main Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/main.py", line 731, in main exitcode = self.run_tests(selected, tests) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/main.py", line 568, in run_tests return self._run_tests(selected, tests) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/main.py", line 548, in _run_tests self.finalize_tests(coverage) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/main.py", line 438, in finalize_tests coverage.write_results(show_missing=True, summary=True, # type: ignore[call-arg] ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ coverdir=self.coverage_dir, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ignore_missing_files=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/trace.py", line 268, in write_results os.makedirs(dir, exist_ok=True) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: 'coverage'
Traceback (most recent call last): File "<string>", line 3, in <module> with open('@test_3967791_tmpæ', "w") as pidfile: pidfile.write(str(os.getpid())) OSError: [Errno 28] No space left on device FAIL
TracebackException_ExceptionGroups.test_exception_group_format) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1045, in test_fromfile with open(filename, "w") as fp: ...<7 lines>... previous = name OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_hooks.py", line 303, in test_trace_callback_content cur.execute(queries[0]) ~~~~~~~~~~~^^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cmd_line.py", line 620, in test_isolatedmode with os_helper.temp_cwd() as tmpdir: ...<14 lines>... self.assertEqual(out.strip(), b"ok") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 225, in test_readline self._test_reading( ~~~~~~~~~~~~~~~~~~^ data_to_write=b'hello, world!', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_and_verify_code=self._READING_CODE_TEMPLATE.format( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_method_name='readline', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected='hello, world!\n')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 110, in _test_reading self.fail_with_process_info('while awaiting a sign', ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ stderr=worm_sign) ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 72, in fail_with_process_info self.fail('Error from IO process %s:\nSTDOUT:\n%sSTDERR:\n%s\n' % ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (why, stdout.decode(), stderr.decode())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Error from IO process while awaiting a sign: STDOUT: STDERR: Traceback ( File "<string>", line 1, in <module> import signal, sys ;signal.signal(signal.SIGINT, lambda s, f: sys.stderr.write("$\n")) ;import _pyio as io ;infile = io.open(sys.stdin.fileno(), encoding="utf-8", newline=None) ;assert isinstance(infile, io.TextIOWrapper) ;sys.stderr.write("Worm Sign!\n") ;got = infile.readline() ;expected = 'hello, world!\n' ;assert got == expected, ("readline returned wrong data.\n""got data %r\nexpected %r" % (got, expected)) ;infile.close() ^^^^^^^^^^^^^^^^^^ 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2603, in wrapper return func(*args, **kwargs) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_traceback.py", line 133, in test_no_caret_with_no_debug_ranges_flag with open(TESTFN, 'w') as f: f.write("x = 1 / 0\n") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 101, in test_string self.helper(s) ~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 146, in test_add_8bit_body key = self._box.add(self._non_latin_bin_msg) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_subprocess.py", line 478, in test_cwd_with_relative_executable with os_helper.temp_cwd() as wrong_dir: ...<9 lines>... cwd=python_dir) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 273, in test_get_bytes key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 289, in test_get_file key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackTests.test_exec_failure) ... ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 190, in test_open_with_bytes_path gdbm.open(os.fsencode(filename), "c").close() ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test test_mod = importlib.import_module(module_name) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 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 1022, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_univnewlines.py", line 3, in <module> import _pyio as pyio 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "<string>", line 6, in <module> runpy.run_module("pip", run_name="__main__", alter_sys=True) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/runpy.py", line 226, in run_module return _run_module_code(code, init_globals, run_name, mod_spec) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/runpy.py", line 98, in _run_module_code _run_code(code, mod_globals, init_globals, ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mod_name, mod_spec, pkg_name, script_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/runpy.py", line 88, in _run_code exec(code, run_globals) ~~~~^^^^^^^^^^^^^^^^^^^ File "/tmp/test_python_ghhi5q0u/tmpdghr0ibj/pip-24.0-py3-none-any.whl/pip/__main__.py", line 22, in <module> from pip._internal.cli.main import main as _main File "/tmp/test_python_ghhi5q0u/tmpdghr0ibj/pip-24.0-py3-none-any.whl/pip/_internal/cli/main.py", line 10, in <module> from pip._internal.cli.autocompletion import autocomplete File "/tmp/test_python_ghhi5q0u/tmpdghr0ibj/pip-24.0-py3-none-any.whl/pip/_internal/cli/autocompletion.py", line 10, in <module> from pip._internal.cli.main_parser import create_main_parser File "/tmp/test_python_ghhi5q0u/tmpdghr0ibj/pip-24.0-py3-none-any.whl/pip/_internal/cli/main_parser.py", line 9, in <module> from pip._internal.build_env import get_runnable_pip File "/tmp/test_python_ghhi5q0u/tmpdghr0ibj/pip-24.0-py3-none-any.whl/pip/_internal/build_env.py", line 19, in <module> from pip._internal.cli.spinners import open_spinner File "/tmp/test_python_ghhi5q0u/tmpdghr0ibj/pip-24.0-py3-none-any.whl/pip/_internal/cli/spinners.py", line 9, in <module> from pip._internal.utils.logging import get_indentation File "/tmp/test_python_ghhi5q0u/tmpdghr0ibj/pip-24.0-py3-none-any.whl/pip/_internal/utils/logging.py", line 4, in <module> import logging.handlers 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: EOF read where object expected Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/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.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/runpy.py", line 88, in _run_code exec(code, run_globals) ~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/ensurepip/__main__.py", line 5, in <module> sys.exit(ensurepip._main()) ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/ensurepip/__init__.py", line 257, in _main return _bootstrap( root=args.root, ...<4 lines>... default_pip=args.default_pip, ) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/ensurepip/__init__.py", line 172, in _bootstrap return _run_pip([*args, "pip"], [os.fsdecode(tmp_wheel_path)]) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/ensurepip/__init__.py", line 87, in _run_pip return subprocess.run(cmd, check=True).returncode ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/tmp/test_python_ghhi5q0u/tmpt_bsw9zs/bin/python', '-W', 'ignore::DeprecationWarning', '-c', '\nimport runpy\nimport sys\nsys.path = [\'/tmp/test_python_ghhi5q0u/tmpdghr0ibj/pip-24.0-py3-none-any.whl\'] + sys.path\nsys.argv[1:] = [\'install\', \'--no-cache-dir\', \'--no-index\', \'--find-links\', \'/tmp/test_python_ghhi5q0u/tmpdghr0ibj\', \'--upgrade\', \'pip\']\nrunpy.run_module("pip", run_name="__main__", alter_sys=True)\n']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 503, in testStr self.helper(strobj) ~~~~~~~~~~~^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 817, in _append_message offsets = self._install_message(message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 870, in _install_message message = self._string_to_bytes(message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 204, in _string_to_bytes raise ValueError("String input must be ASCII-only; " "use bytes or a Message instead") ValueError: String input must be ASCII-only; use bytes or a Message instead
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3244, in test_readrc_kwarg stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc='invalid', remove_home=True) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 971, in test_resources self.check_executed_tests(output, test_names, ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ resource_denied=tests['network'], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ stats=1) ^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 639, in check_executed_tests self.check_line(output, regex, full=True) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 537, in check_line self.assertRegex(output, regex) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ AssertionError: Regex didn't match: '^1 test OK\\.\n' not found in "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:554: RuntimeWarning: tests may fail, unable to create temporary directory '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967754æ': [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967754æ'\n with temp_dir(path=name, quiet=quiet) as temp_path:\n/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:555: RuntimeWarning: tests may fail, unable to change the current working directory to '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967754æ': [Errno 2] No such file or directory: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_396 7754æ'\n with change_cwd(temp_path, quiet=quiet) as cwd_dir:\nUsing random seed: 547348500\n0:00:00 load avg: 2.88 Run 2 tests sequentially\n0:00:00 load avg: 2.88 [1/2] test_regrtest_audio\nWarning -- files was modified by test_regrtest_audio\nWarning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '@test_3948050_tmpæ', '@test_3951289_tmpæ.pag', '@test_3951328_tmpæ.py', '@test_3951734_tmpæ.new', '@test_3954887_tmpæ-infile', '@test_3956382_tmpæ.py', '@test_3961684_tmp\\udce7w\\udcf0.py', '@test_3961920_tmp\\udce7w\\udcf0', '@test_3961977_tmpæ.py', '@test_3965689_tmpæ.pag', '@test_3965716_tmpæ.py', '@test_3965767_tmpæ.new', '@test_3966375_tmpæ-infile', '@test_3967394_tmpæ.py', '@test_3967703_tmpæ', '@test_3967750_tmpæ', 'Android/', 'Doc/', 'Grammar/', 'Include/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile', 'Makefile.pre', 'Mak efile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', '_bootstrap_python', '_temp.py', 'aclocal.m4', 'bar.py', 'build/', 'config.guess', 'config.log', 'config.status', 'config.sub', 'configure', 'configure.ac', 'env_changed', 'gh93696.py', 'iOS/', 'install-sh', 'libpython3.13d.a', 'longlist.py', 'main.py', 'mod.py', 'platform', 'pybuilddir.txt', 'pyconfig.h', 'pyconfig.h.in', 'python', 'python-config', 'python-config.py', 'python-gdb.py', 'tmp.py']\nWarning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '@test_3948050_tmpæ', '@test_3951289_tmpæ.pag', '@test_3951328_tmpæ.py', '@test_3951734_tmpæ.new', '@test_3954887_tmpæ-infile', '@test_3956382_tmpæ.py', '@test_3961684_tmp\\udce7w\\udcf0.py', '@test_3961920_tmp\\udce7w\\udcf0', '@test_3961977_tmpæ.py', '@test _3965689_tmpæ.pag', '@test_3965716_tmpæ.py', '@test_3965767_tmpæ.new', '@test_3966375_tmpæ-infile', '@test_3967394_tmpæ.py', '@test_3967703_tmpæ', 'Android/', 'Doc/', 'Grammar/', 'Include/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile', 'Makefile.pre', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', '_bootstrap_python', '_temp.py', 'aclocal.m4', 'bar.py', 'build/', 'config.guess', 'config.log', 'config.status', 'config.sub', 'configure', 'configure.ac', 'env_changed', 'gh93696.py', 'iOS/', 'install-sh', 'libpython3.13d.a', 'longlist.py', 'main.py', 'mod.py', 'platform', 'pybuilddir.txt', 'pyconfig.h', 'pyconfig.h.in', 'python', 'python-config', 'python-config.py', 'python-gdb.py', 'tmp.py'] \n0:00:00 load avg: 2.88 [2/2/1] test_regrtest_network -- test_regrtest_audio failed (env changed)\ntest_regrtest_network skipped -- Use of the 'network' resource not enabled\ntest_regrtest_network skipped (resource denied)\n\n== Tests result: SUCCESS ==\n\n1 test skipped (resource denied):\n test_regrtest_network\n\n1 test altered the execution en ironment (env changed):\n test_regrtest_audio\n\nTotal duration: 160 ms\nTotal tests: run=1\nTotal test files: run=1/2 env_changed=1 resource_denied=1\nResult: SUCCESS\n"
TracebackCases.test_format_exception_group_syntax_error) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_clinic.py", line 682, in test_cloned_forced_text_signature self.clinic.parse(block) ~~~~~~~~~~~~~~~~~^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Tools/clinic/libclinic/app.py", line 216, in parse os.makedirs(dirname) ~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: './clinic'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_asyncio/test_unix_events.py", line 488, in setUpClass fp.write(cls.DATA) ~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2980, in test_issue7964 with open(os_helper.TESTFN, 'wb') as f: f.write(b'print("testing my pdb")\r\n') OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1208, in test_huntrleaks
self.check_huntrleaks(run_workers=False)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1205, in check_huntrleaks
self.check_leak(code, 'references', run_workers=run_workers)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1181, in check_leak
self.check_executed_tests(output, [test], failed=test, stats=1)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 654, in check_executed_tests
self.check_line(output, line, full=True)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 537, in check_line
self.assertRegex(output, regex)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
AssertionError: Regex didn't match: '^Total tests: run=1\n' not found in '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:554: RuntimeWarning: tests may fail, unable to create temporary directory \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3955203æ\': [Errno 28] No space left on device: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3955203æ\'\n with temp_dir(path=name, quiet=quiet) as temp_path:\n/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:555: RuntimeWarning: tests may fail, unable to change the current working directory to \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3955203æ\': [Errno 2] No such file or directory: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_pyth
on_worker_3955203æ\'\n with change_cwd(temp_path, quiet=quiet) as cwd_dir:\nUsing random seed: 621582918\n0:00:00 load avg: 8.70 Run 1 test sequentially\n0:00:00 load avg: 8.70 [1/1] test_regrtest_huntrleaks\nbeginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)\n123:456\nXX1 111\ntest_regrtest_huntrleaks leaked [1, 1, 1] references, sum=3\nWarning -- files was modified by test_regrtest_huntrleaks\nWarning -- Before: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbu
ild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'tmp.py\']\nWarning -- After: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'M
akefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'reflog.txt\', \'tmp.py\'] \ntest test_regrtest_huntrleaks crashed -- Traceback (most recent call last):\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/refleak.py", line 217, in runtest_refleak\n refrep.flush()\n ~~~~~~~~~~~~^^\nOSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nOSError: [Errno 28] N
o space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent
all last):\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc\n _load_run_test(result, runtests)\n ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 138, in _load_run_test\n regrtest_runner(result, test_func, runtests)\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 87, in regrtest_runner\n refleak, test_result = runtest_refleak(result.test_name, test_func,\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n runtests.hunt_refleak,\n ^^^^^^^^^^^^^^^^^^^^^^\n runtests.quiet)\n
^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/refleak.py", line 215, in runtest_refleak\n with open(filename, "a", encoding="utf-8") as refrep:\n print(msg, file=refrep)\n refrep.flush()\nOSError: [Errno 28] No space left on device\n\ntest_regrtest_huntrleaks failed (uncaught exception)\n\n== Tests result: FAILURE ==\n\n1 test failed:\n test_regrtest_huntrleaks\n\nTotal duration: 257 ms\nTotal tests: run=0\nTotal test files: run=1/1 failed=1\nResult: FAILURE\n'
TracebackException.test_no_save_exc_type) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 378, in flush self.fileobj.flush() ~~~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_email/test_email.py", line 4388, in test_message_from_binary_file with open(fn, 'wb') as testfile: testfile.write(self.non_latin_bin_msg) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2859, in test_read_after_close self.make_test_archive(f) ~~~~~~~~~~~~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2811, in make_test_archive zipfp.writestr('ones', self.data1) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1935, in writestr with self.open(zinfo, mode='w') as dest: dest.write(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1259, in close self._fileobj.write(buf) ~~~~~~~~~~~~~~~~~~~^^^^^ OSError: [Errno 28] No space left on device
TracebackCases.test_format_exception_group_nested_with_notes) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_cli.py", line 58, in test_cli_on_disk_db out = self.expect_success(TESTFN, "create table t(t)") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_cli.py", line 23, in expect_success self.assertEqual(code, 0, ~~~~~~~~~~~~~~~~^^^^^^^^^ "\n".join([f"Unexpected failure: {args=}", out, err])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 1 != 0 : Unexpected failure: args=('@test_3951180_tmpæ', 'create table t(t)')
Traceback.test_colorized_syntax_error) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1282, in test_close_after_close w.close() ~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1285, in close self._fileobj.seek(self._zinfo.header_offset) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2932, in test_find_function_found_with_bom
self._assert_find_function(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
codecs.BOM_UTF8 + """
^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
('bœr', 2),
^^^^^^^^^^^
)
^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2887, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
f.write(file_content)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3706, in test_gh_93696_frozen_list with open('gh93696.py', 'w') as f: f.write(textwrap.dedent(frozen_src)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 37, in test_key_methods self.g = gdbm.open(filename, 'c') ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_asyncio/test_base_events.py", line 2057, in setUpClass fp.write(cls.DATA) ~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 509, in test_popitem_and_flush_twice self._box.add(self._template % 0) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 298, in test_1647484 with gzip.GzipFile(self.filename, mode) as f: self.assertTrue(hasattr(f, "name")) self.assertEqual(f.name, self.filename) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1266, in test_huntrleaks_fd_leak
self.check_leak(code, 'file descriptors')
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1181, in check_leak
self.check_executed_tests(output, [test], failed=test, stats=1)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 654, in check_executed_tests
self.check_line(output, line, full=True)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 537, in check_line
self.assertRegex(output, regex)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
AssertionError: Regex didn't match: '^Total tests: run=1\n' not found in '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:554: RuntimeWarning: tests may fail, unable to create temporary directory \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3955253æ\': [Errno 28] No space left on device: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3955253æ\'\n with temp_dir(path=name, quiet=quiet) as temp_path:\n/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:555: RuntimeWarning: tests may fail, unable to change the current working directory to \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3955253æ\': [Errno 2] No such file or directory: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_pyth
on_worker_3955253æ\'\n with change_cwd(temp_path, quiet=quiet) as cwd_dir:\nUsing random seed: 2234869446\n0:00:00 load avg: 8.70 Run 1 test sequentially\n0:00:00 load avg: 8.70 [1/1] test_regrtest_huntrleaks\nbeginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)\n123:456\nXX1 111\ntest_regrtest_huntrleaks leaked [1, 1, 1] file descriptors, sum=3\nWarning -- files was modified by test_regrtest_huntrleaks\nWarning -- Before: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\',
\'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'tmp.py\']\nWarning -- After: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre
\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'reflog.txt\', \'tmp.py\'] \ntest test_regrtest_huntrleaks crashed -- Traceback (most recent call last):\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/refleak.py", line 217, in runtest_refleak\n refrep.flush()\n ~~~~~~~~~~~~^^\nOSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nOSError: [Errn
o 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most
cent call last):\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc\n _load_run_test(result, runtests)\n ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 138, in _load_run_test\n regrtest_runner(result, test_func, runtests)\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 87, in regrtest_runner\n refleak, test_result = runtest_refleak(result.test_name, test_func,\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n runtests.hunt_refleak,\n ^^^^^^^^^^^^^^^^^^^^^^\n runtests.quiet)\n
^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/refleak.py", line 215, in runtest_refleak\n with open(filename, "a", encoding="utf-8") as refrep:\n print(msg, file=refrep)\n refrep.flush()\nOSError: [Errno 28] No space left on device\n\ntest_regrtest_huntrleaks failed (uncaught exception)\n\n== Tests result: FAILURE ==\n\n1 test failed:\n test_regrtest_huntrleaks\n\nTotal duration: 255 ms\nTotal tests: run=0\nTotal test files: run=1/1 failed=1\nResult: FAILURE\n'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1479, in test_rerun_success self.check_executed_tests(output, [testname], ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ rerun=Rerun(testname, ^^^^^^^^^^^^^^^^^^^^^ match="test_fail_once", ^^^^^^^^^^^^^^^^^^^^^^^ success=True), ^^^^^^^^^^^^^^ stats=TestStats(3, 1)) ^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 683, in check_executed_tests self.check_line(output, line, full=True) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 537, in check_line self.assertRegex(output, regex) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ AssertionError: Regex didn't match: '^Total test files: run=2/1 rerun=1\n' not found in '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:554: RuntimeWarning: tests may fail, unable to create temporary directory \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967687æ\': [Errno 28] No space left on device: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967687æ\'\n with temp_dir(path=name, quiet=quiet) as temp_path:\n/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:555: RuntimeWarning: tests may fail, unable to change the current working directory to \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967687æ\': [Errno 2] No such file or directory: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/ build/test_python_worker_3967687æ\'\n with change_cwd(temp_path, quiet=quiet) as cwd_dir:\nUsing random seed: 3477772012\n0:00:00 load avg: 2.88 Run 1 test sequentially\n0:00:00 load avg: 2.88 [1/1] test_regrtest_noop9\nWarning -- files was modified by test_regrtest_noop9\nWarning -- Before: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'@test_3956382_tmpæ.py\', \'@test_3961684_tmp\\udce7w\\udcf0.py\', \'@test_3961920_tmp\\udce7w\\udcf0\', \'@test_3961977_tmpæ.py\', \'@test_3965689_tmpæ.pag\', \'@test_3965716_tmpæ.py\', \'@test_3965767_tmpæ.new\', \'@test_3966375_tmpæ-infile\', \'@test_3967394_tmpæ.py\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib /\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'_temp.py\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'mod.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'tmp.py\']\nWarning -- After: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@t est_3954887_tmpæ-infile\', \'@test_3956382_tmpæ.py\', \'@test_3961684_tmp\\udce7w\\udcf0.py\', \'@test_3961920_tmp\\udce7w\\udcf0\', \'@test_3961977_tmpæ.py\', \'@test_3965689_tmpæ.pag\', \'@test_3965716_tmpæ.py\', \'@test_3965767_tmpæ.new\', \'@test_3966375_tmpæ-infile\', \'@test_3967394_tmpæ.py\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'_temp.py\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'mod.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.p y\', \'python-gdb.py\', \'regrtest_marker_filename\', \'tmp.py\'] \ntest test_regrtest_noop9 failed -- Traceback (most recent call las
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2902, in test_many_opens self.make_test_archive(TESTFN2) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2811, in make_test_archive zipfp.writestr('ones', self.data1) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1935, in writestr with self.open(zinfo, mode='w') as dest: dest.write(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1259, in close self._fileobj.write(buf) ~~~~~~~~~~~~~~~~~~~^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3343, in test_package_without_a_main os.makedirs(modpath) ~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 217, in makedirs makedirs(head, exist_ok=exist_ok) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: 't_pkg'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2258, in tearDown self._file.close() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 130, in test_write f.close() ~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 602, in close file.close() ~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackFormat.test_recursive_traceback) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_source_encoding.py", line 166, in test_tokenizer_fstring_warning_in_first_line with open(TESTFN, "w") as fd: fd.write("{}".format(source)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 194, in test_many_append with gzip.GzipFile(self.filename, 'wb', 9) as f: f.write(b'a') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_byte_offset_multiline) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_ntpath.py", line 847, in test_relpath with os_helper.temp_cwd(os_helper.TESTFN) as cwd_dir: ...<2 lines>... tester('ntpath.relpath("a/b", "../c")', '..\\'+currentdir+'\\a\\b') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: '@test_3968250_tmpæ'
TracebackTests.test_import_bug)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965716_tmpæ'
TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback) ... ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3054, in test_issue13120 with open(os_helper.TESTFN, 'wb') as f: ...<10 lines>... t.start()""").encode('ascii')) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "<string>", line 6, in <module> with open('@test_3961781_tmpæ', 'w', encoding='utf-8') as closefile: closefile.write('is closed %d' % e.errno) OSError: [Errno 28] No space left on device FAIL
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 2025, in test_close_file support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3967823 exited with code 1, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_utf8_mode.py", line 200, in test_pyio_encoding self.check_io_encoding('_pyio') ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_utf8_mode.py", line 191, in check_io_encoding self._check_io_encoding(module, encoding="latin1") ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_utf8_mode.py", line 181, in _check_io_encoding out = self.get_output('-c', code, filename, PYTHONUTF8='1') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_utf8_mode.py", line 35, in get_output out = assert_python_ok(*args, **kw) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/script_helper.py", line 180, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/script_helper.py", line 165, in _assert_python res.fail(cmd_line) ~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/script_helper.py", line 75, in fail raise AssertionError("Process return code is %d\n" ...<13 lines>... err)) AssertionError: Process return code is 1 command line: ['/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/python', '-X', 'faulthandler', '-c', '\nimport sys\nfrom _pyio import open\nfilename = sys.argv[1]\nwith open(filename, encoding=\'latin1\') as fp:\n print(f"{fp.encoding}/{fp.errors}")\n', '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_utf8_mode.py']
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 156, in test_write_readonly_file with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 141, in test_exists create_file(filename) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 19, in create_file fp.write(data) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cmd_line.py", line 681, in test_set_pycache_prefix with os_helper.temp_cwd(): assert_python_ok(*args, **env) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
TracebackErrorCaretTests.test_caret_in_type_annotation) ... ok
TracebackTests.test_nonexistent_module)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3951328_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 168, in test_add_binary_nonascii_file key = self._box.add(f) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_caret_for_call_multiline) ... ok
TracebackFormat.test_exception_group_deep_recursion_capi) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 128, in test_add_that_raises_leaves_mailbox_empty self._box.add(email.message_from_string("From: Alphöso")) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 820, in _append_message self._file.truncate(before) ~~~~~~~~~~~~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 471, in test_textio_readlines self.test_write() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 67, in test_write with gzip.GzipFile(self.filename, 'wb') as f: ...<7 lines>... f.close() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 157, in test_readline self._test_reading( ~~~~~~~~~~~~~~~~~~^ data_to_write=b'hello, world!', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_and_verify_code=self._READING_CODE_TEMPLATE.format( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_method_name='readline', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected=b'hello, world!\n')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 110, in _test_reading self.fail_with_process_info('while awaiting a sign', ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ stderr=worm_sign) ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 72, in fail_with_process_info self.fail('Error from IO process %s:\nSTDOUT:\n%sSTDERR:\n%s\n' % ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (why, stdout.decode(), stderr.decode())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Error from IO process while awaiting a sign: STDOUT: STDERR: Traceback ( File "<string>", line 1, in <module> import signal, sys ;signal.signal(signal.SIGINT, lambda s, f: sys.stderr.write("$\n")) ;import _pyio as io ;infile = io.open(sys.stdin.fileno(), "rb") ;assert isinstance(infile, io.BufferedReader) ;sys.stderr.write("Worm Sign!\n") ;got = infile.readline() ;expected = b'hello, world!\n' ;assert got == expected, ("readline returned wrong data.\n""got data %r\nexpected %r" % (got, expected)) ;infile.close() ^^^^^^^^^^^^^^^^^^ 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/_test_multiprocessing.py", line 980, in test_sys_exit self.assertEqual(p.exitcode, 1) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ AssertionError: 120 != 1
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 604, in setUp TestMailbox.setUp(self) ~~~~~~~~~~~~~~~~~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 64, in setUp self._box = self._factory(self._path) ~~~~~~~~~~~~~^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 601, in <lambda> _factory = lambda self, path, factory=None: mailbox.Maildir(path, factory) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 282, in __init__ os.mkdir(self._path, 0o700) ~~~~~~~~^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3947260_tmpæ'
TracebackFormat.test_traceback_format) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_concurrent_futures/test_init.py", line 74, in test_initializer with self._assert_logged('ValueError: error in initializer'): ...<17 lines>... self.executor.submit(get_init_status) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 148, in __exit__ next(self.gen) ~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_concurrent_futures/test_init.py", line 108, in _assert_logged self.assertTrue(any(msg in line for line in output), ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ output) ^^^^^^^ AssertionError: False is not true : []
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_json/test_tool.py", line 136, in test_writing_in_place infile = self._create_infile() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_json/test_tool.py", line 97, in _create_infile with open(infile, "w", encoding="utf-8") as fp: self.addCleanup(os.remove, infile) fp.write(data or self.data) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test test_mod = importlib.import_module(module_name) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 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 1022, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_shutil.py", line 160, in <module> SUPPORTS_SENDFILE = supports_file2file_sendfile() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_shutil.py", line 138, in supports_file2file_sendfile with tempfile.NamedTemporaryFile("wb", dir=os.getcwd(), delete=False) as f: srcname = f.name f.write(b"0123456789") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/tempfile.py", line 517, in __exit__ result = self.file.__exit__(exc, value, tb) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_xml_etree.py", line 3825, in test_write_to_filename tree.write(TESTFN) ~~~~~~~~~~^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/xml/etree/ElementTree.py", line 717, in write with _get_writer(file_or_filename, encoding) as (write, declared_encoding): ...<12 lines>... short_empty_elements=short_empty_elements) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 148, in __exit__ next(self.gen) ~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/xml/etree/ElementTree.py", line 748, in _get_writer with open(file_or_filename, "w", encoding=encoding, errors="xmlcharrefreplace") as file: yield file.write, encoding OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_transactions.py", line 56, in test_dml_does_not_auto_commit_before self.cur1.execute("create table test(i)") ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
TracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 189, in test_overflowed_write f.writeframes(self.frames) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 588, in writeframes self._patchheader() ~~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 644, in _patchheader self._file.seek(self._form_length_pos, 0) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3329, in test_module_without_a_main os.mkdir(module_name) ~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_source_encoding.py", line 294, in test_invalid_utf8 check(byte) ~~~~~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_source_encoding.py", line 273, in check with open(fn, 'wb') as fp: fp.write(template % content) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 2025, in test_close_file support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3967795 exited with code 1, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1382, in test_matchfile with open(filename, "w") as fp: for name in subset: print(name, file=fp) OSError: [Errno 28] No space left on device
TracebackException.test_context) ... ok
TracebackException_ExceptionGroups.test_max_group_depth) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 817, in _append_message offsets = self._install_message(message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 890, in _install_message self._dump_message(message, self._file, self._mangle_from_) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 230, in _dump_message message = self._string_to_bytes(message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 204, in _string_to_bytes raise ValueError("String input must be ASCII-only; " "use bytes or a Message instead") ValueError: String input must be ASCII-only; use bytes or a Message instead
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 984, in wrapper os.makedirs(directory) ~~~~~~~~~~~^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3965907_tmpæ-gzdir'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 261, in test_comment_at_end_of_machine_line_no_space
self._test_comment("""
~~~~~~~~~~~~~~~~~~^^^^^
machine foo.domain.com login bar password pass #comment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
machine bar.domain.com login foo password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""")
^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 193, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 817, in _append_message offsets = self._install_message(message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1479, in _install_message orig_generator.flatten(message) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 125, in raiser raise CustomError(exc_msg)
TracebackLegacyErrorCaretTests.test_byte_offset_wide_chars_subscript) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2832, in test_different_file self.make_test_archive(f) ~~~~~~~~~~~~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2811, in make_test_archive zipfp.writestr('ones', self.data1) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1935, in writestr with self.open(zinfo, mode='w') as dest: dest.write(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1259, in close self._fileobj.write(buf) ~~~~~~~~~~~~~~~~~~~^^^^^ OSError: [Errno 28] No space left on device
TracebackTests.test_exec_failure)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3951328_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2271, in test_read self._test_read(mailbox._PartialFile(self._file, 3, 6)) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2123, in _test_read proxy.seek(0) ~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2117, in seek _ProxyFile.seek(self, offset, whence) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2044, in seek self._file.seek(self._pos) ~~~~~~~~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 243, in test_comment_after_machine_line_hash_only
self._test_comment("""
~~~~~~~~~~~~~~~~~~^^^^^
machine foo.domain.com login bar password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#
^
machine bar.domain.com login foo password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""")
^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 193, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_dbapi.py", line 684, in test_open_with_undecodable_path cx.execute(self._sql) ~~~~~~~~~~^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3396, in test_file_modified_after_execution stdout, stderr = self.run_pdb_script(script, commands) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_traceback_specialization_with_syntax_error) ... ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_linecache.py", line 171, in test_checkcache with open(source_name, 'w', encoding='utf-8') as source: source.write(SOURCE_1) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 33, in test_disallow_instantiation self.g = gdbm.open(filename, 'c') ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1186, in test_add_mbox_or_mmdf_message key = self._box.add(msg) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackCases.test_print_exception_exc) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 336, in test_items self._check_iteration(self._box.items, do_keys=True, do_values=True) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 343, in _check_iteration keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided) ... ok
TracebackFormat.test_unhashable) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 596, in close self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_venv.py", line 922, in test_with_pip self.do_test_with_pip(False) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_venv.py", line 844, in do_test_with_pip with self.nicer_error(): ...<2 lines>... with_pip=True) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_venv.py", line 913, in nicer_error self.fail( ~~~~~~~~~^ f"{exc}\n\n" ^^^^^^^^^^^^ f"**Subprocess Output**\n{out}\n\n" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ f"**Subprocess Error**\n{err}" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ AssertionError: Command '['/tmp/test_python_ghhi5q0u/tmpt_bsw9zs/bin/python', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 372, in test_metadata_ascii_name self.test_metadata() ~~~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 322, in test_metadata with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite: fWrite.write(data1) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_dbapi.py", line 693, in test_open_uri cx.execute(self._sql) ~~~~~~~~~~^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
TracebackLegacyErrorCaretTests.test_line_with_unicode) ... ok
TracebackErrorCaretTests.test_caret_for_call) ... ok
TracebackTests.test_exec_failure_nested)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965716_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_iter.py", line 827, in test_countOf f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 398, in test_set_item key0 = self._box.add(self._template % 'original 0') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_caret_for_binary_operators) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 33, in test_disallow_instantiation self.g = gdbm.open(filename, 'c') ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 2006, in test_open_file support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3961832 exited with code 120, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 131, in test_bool_on_closed_db_raises with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 176, in test_multiple_writes f.writeframes(self.frames[:-framesize]) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 588, in writeframes self._patchheader() ~~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 644, in _patchheader self._file.seek(self._form_length_pos, 0) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackTests.test_broken_from)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3951328_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3148, in test_issue26053 stdout, stderr = self.run_pdb_script(script, commands) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 203, in test_dict self.helper(self.d) ~~~~~~~~~~~^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1493, in test_chmod_dir_fd with self.prepare_file() as (dir_fd, name, fullname): ...<4 lines>... stat.S_IRUSR | stat.S_IWUSR) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1481, in prepare_file with self.prepare() as (dir_fd, name, fullname): ...<2 lines>... yield (dir_fd, name, fullname) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961781_tmpæ_2base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2276, in test_readline self._test_readline(mailbox._PartialFile(self._file, 5, ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 + 3 * len(os.linesep))) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2137, in _test_readline proxy.seek(0) ~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2117, in seek _ProxyFile.seek(self, offset, whence) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2044, in seek self._file.seek(self._pos) ~~~~~~~~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sysconfig.py", line 598, in test_parse_makefile with open(TESTFN, "w") as makefile: ...<6 lines>... "-x86_64-linux-gnu", file=makefile) OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 255, in test_comment_at_end_of_machine_line
self._test_comment("""
~~~~~~~~~~~~~~~~~~^^^^^
machine foo.domain.com login bar password pass # comment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
machine bar.domain.com login foo password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""")
^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 193, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_fstring.py", line 1733, in test_syntax_warning_infinite_recursion_in_file with temp_cwd(): ...<6 lines>... self.assertEqual(len(stderr.strip().splitlines()), 2) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_xml_etree.py", line 647, in test_iterparse with open(TESTFN, "wb") as f: f.write(b"<document />junk") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1309, in test_zipwritefile_attrs with zipfp.open(fname, 'w') as fid: ...<6 lines>... self.assertIs(fid.closed, False) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1285, in close self._fileobj.seek(self._zinfo.header_offset) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_multiline_method_call_b) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_importlib/test_threaded_import.py", line 196, in test_circular_imports os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3968257_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_tracemalloc.py", line 315, in test_snapshot snapshot.dump(os_helper.TESTFN) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/tracemalloc.py", line 430, in dump with open(filename, "wb") as fp: pickle.dump(self, fp, pickle.HIGHEST_PROTOCOL) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1643, in test_symlink_dir_fd with self.prepare() as (dir_fd, name, fullname): ...<2 lines>... self.assertEqual(posix.readlink(fullname), 'symlink') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967791_tmpæ_12base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_importlib/test_threaded_import.py", line 196, in test_circular_imports os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961977_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 168, in test_add_binary_nonascii_file key = self._box.add(f) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 457, in test_popitem keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_json/test_tool.py", line 125, in test_infile_outfile infile = self._create_infile() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_json/test_tool.py", line 97, in _create_infile with open(infile, "w", encoding="utf-8") as fp: self.addCleanup(os.remove, infile) fp.write(data or self.data) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1413, in test_write_filtered_python_package zipfp.writepy(packagedir) ~~~~~~~~~~~~~^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2153, in writepy self.writepy(path, basename, ~~~~~~~~~~~~^^^^^^^^^^^^^^^^ filterfunc=filterfunc) # Recursive call ^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2160, in writepy fname, arcname = self._get_codename(path[0:-3], ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ basename) ^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2240, in _get_codename if _compile(file_py): ~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2203, in _compile py_compile.compile(file, doraise=True, optimize=optimize) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/py_compile.py", line 172, in compile importlib._bootstrap_external._write_atomic(cfile, bytecode, mode) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap_external>", line 212, in _write_atomic OSError: [Errno 28] No space left on device
TracebackCases.test_format_exception_group_with_cause) ... ok
TracebackFormat.test_traceback_format_with_cleared_frames) ... ok
TracebackCases.test_format_exception_group_explicit_class) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1504, in test_chown_dir_fd with self.prepare_file() as (dir_fd, name, fullname): posix.chown(name, os.getuid(), os.getgid(), dir_fd=dir_fd) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1481, in prepare_file with self.prepare() as (dir_fd, name, fullname): ...<2 lines>... yield (dir_fd, name, fullname) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967791_tmpæ_3base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3581, in test_issue42384 with os_helper.temp_cwd() as cwd: ...<4 lines>... self.assertEqual(stdout.split('\n')[2].rstrip('\r'), expected) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 498, in testFloat self.helper(floatobj) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/_test_multiprocessing.py", line 3416, in test_fd_transfer self.assertEqual(f.read(), b"foo") ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ AssertionError: b'' != b'foo'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 322, in test_iter self._check_iteration(self._box.__iter__, do_keys=False, ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ do_values=True) ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 343, in _check_iteration keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 713, in setUp fp.write(self.data) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_line_with_unicode) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2282, in test_readlines self._test_readlines(mailbox._PartialFile(self._file, 0, ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 13 + 3 * len(os.linesep))) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2153, in _test_readlines proxy.seek(0) ~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2117, in seek _ProxyFile.seek(self, offset, whence) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2044, in seek self._file.seek(self._pos) ~~~~~~~~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 157, in test_readline self._test_reading( ~~~~~~~~~~~~~~~~~~^ data_to_write=b'hello, world!', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_and_verify_code=self._READING_CODE_TEMPLATE.format( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_method_name='readline', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected=b'hello, world!\n')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 110, in _test_reading self.fail_with_process_info('while awaiting a sign', ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ stderr=worm_sign) ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 72, in fail_with_process_info self.fail('Error from IO process %s:\nSTDOUT:\n%sSTDERR:\n%s\n' % ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (why, stdout.decode(), stderr.decode())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Error from IO process while awaiting a sign: STDOUT: STDERR: Traceback ( File "<string>", line 1, in <module> import signal, sys ;signal.signal(signal.SIGINT, lambda s, f: sys.stderr.write("$\n")) ;import _pyio as io ;infile = io.FileIO(sys.stdin.fileno(), "rb") ;sys.stderr.write("Worm Sign!\n") ;got = infile.readline() ;expected = b'hello, world!\n' ;assert got == expected, ("readline returned wrong data.\n""got data %r\nexpected %r" % (got, expected)) ;infile.close() ^^^^^^^^^^^^^^^^^^ 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 974, in test_newline with gzip.open(self.filename, "wt", encoding="ascii", newline="\n") as f: f.write(uncompressed) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 538, in testDict self.helper(dictobj) ~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 264, in test_missing_data f['key'] = 'value' ~^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 203, in __setitem__ self._addkey(key, self._addval(val)) ~~~~~~~~~~~~^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 161, in _addval with _io.open(self._datfile, 'rb+') as f: ...<5 lines>... f.write(val) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_ntpath.py", line 847, in test_relpath with os_helper.temp_cwd(os_helper.TESTFN) as cwd_dir: ...<2 lines>... tester('ntpath.relpath("a/b", "../c")', '..\\'+currentdir+'\\a\\b') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: '@test_3963988_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2322, in setUp os.mkdir(self._dir) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3947260_tmpæ'
Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 984, in wrapper os.makedirs(directory) ~~~~~~~~~~~^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3952226_tmpæ-gzdir'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 115, in test_add_nonascii_string_header_raises self._box.add(self._nonascii_msg) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 820, in _append_message self._file.truncate(before) ~~~~~~~~~~~~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 108, in test_invalid_nonascii_header_as_string key = self._box.add(subj.encode('latin-1')) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/unittest/mock.py", line 1420, in patched return func(*newargs, **newkeywargs) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_importlib/test_threaded_import.py", line 235, in test_side_effect_import with open(filename, "wb") as f: f.write(code.encode('utf-8')) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 322, in test_iter self._check_iteration(self._box.__iter__, do_keys=False, ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ do_values=True) ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 343, in _check_iteration keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 312, in test_sameopenfile create_file(filename) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 19, in create_file fp.write(data) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_exceptions.py", line 2206, in test_encodings with open(TESTFN, 'w', encoding='cp437') as testfile: testfile.write(source) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 238, in test_get key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 232, in test_samefile create_file(file1) ~~~~~~~~~~~^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 19, in create_file fp.write(data) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3570, in test_issue34266 check('\\', 'No escaped character') ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3564, in check stdout, _ = self.run_pdb_script('pass', commands + '\n') ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cmd_line.py", line 585, in test_del___main__ with open(filename, "w", encoding="utf-8") as script: print("import sys", file=script) print("del sys.modules['__main__']", file=script) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_sqlite3.py", line 65, in setUp super().setUp() ~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_sqlite3.py", line 22, in setUp db = dbm_sqlite3.open(self.filename, "c") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 141, in open return _Database(filename, flag=flag, mode=mode) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 74, in __init__ self._execute(BUILD_TABLE) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 82, in _execute raise error(str(exc)) dbm.sqlite3.error: database or disk is full
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1486, in tearDown super().tearDown() ~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 67, in tearDown self._box.close() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 793, in close self._file.close() # Sync has been done by self.flush() above. ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1650, in test_unlink_dir_fd with self.prepare() as (dir_fd, name, fullname): ...<7 lines>... raise File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961781_tmpæ_13base'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1634, in test_rename_dir_fd
with self.prepare_file() as (dir_fd, name, fullname),
...<4 lines>...
posix.rename(fullname2, fullname)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1481, in prepare_file
with self.prepare() as (dir_fd, name, fullname):
...<2 lines>...
yield (dir_fd, name, fullname)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare
posix.mkdir(base_dir)
~~~~~~~~~~~^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_3967791_tmpæ_10base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_fileinput.py", line 286, in test_readline f.write(b'123456789\n' * 1000) ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 206, in test_list self.helper(list(self.d.items())) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 309, in test_preadv os.write(fd, b'test1tt2t3t5t6t6t8') ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_tarfile.py", line 4223, in setUpModule os.makedirs(TEMPDIR) ~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3968025_tmpæ-tardir'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_dbapi.py", line 702, in test_open_unquoted_uri cx.execute(self._sql) ~~~~~~~~~~^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
TracebackCases.test_format_exception_group_multiline_messages) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 309, in test_iterkeys self._check_iteration(self._box.iterkeys, do_keys=True, do_values=False) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 343, in _check_iteration keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 187, in test_open_with_pathlib_path gdbm.open(FakePath(filename), "c").close() ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 427, in test_clear self._box.add(self._template % i) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 253, in test_seek_read self.test_write() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 67, in test_write with gzip.GzipFile(self.filename, 'wb') as f: ...<7 lines>... f.close() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2240, in test_iteration self._test_iteration(mailbox._ProxyFile(self._file)) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2169, in _test_iteration proxy.seek(0) ~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2045, in seek self._file.seek(offset, whence) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_http_cookiejar.py", line 442, in test_bad_magic with open(filename, "w") as f: ...<3 lines>... self.assertRaises(LoadError, c.load, filename) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 317, in test_itervalues self._check_iteration(self._box.itervalues, do_keys=False, ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ do_values=True) ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 343, in _check_iteration keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 283, in test_seek_write with gzip.GzipFile(self.filename, 'w') as f: ...<2 lines>... f.write(b'GZ\n') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_array.py", line 506, in test_filewrite f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1504, in test_chown_dir_fd with self.prepare_file() as (dir_fd, name, fullname): posix.chown(name, os.getuid(), os.getgid(), dir_fd=dir_fd) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1481, in prepare_file with self.prepare() as (dir_fd, name, fullname): ...<2 lines>... yield (dir_fd, name, fullname) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961781_tmpæ_3base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_stat.py", line 168, in test_directory os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965525_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1509, in test_stat_dir_fd with self.prepare() as (dir_fd, name, fullname): ...<22 lines>... self.assertEqual(cm.filename, __file__) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967791_tmpæ_11base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 136, in test_bytes with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_iter.py", line 862, in test_indexOf f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackException.test_comparison_params_variations) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 179, in test_ftruncate fp.flush() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 123, in test_read self.test_write() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 67, in test_write with gzip.GzipFile(self.filename, 'wb') as f: ...<7 lines>... f.close() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackTests.test_broken_parent)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965716_tmpæ'
TracebackTests.test_unencodable_filename)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965716_tmpæ'
TracebackException.test_comparison_equivalent_exceptions_are_equal) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1497, in test_labels key0 = self._box.add(msg0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 100, in test_dumbdbm_keys self.init_db() ~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 161, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: for k in self._dict: f[k] = self._dict[k] File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 364, in __exit__ self.thing.close() ~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 277, in close self._commit() ~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 131, in _commit with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f: ...<5 lines>... f.write(entry) OSError: [Errno 28] No space left on device
TracebackTests.test_broken_from)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965716_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1613, in test_open_dir_fd with self.prepare() as (dir_fd, name, fullname): ...<8 lines>... posix.close(fd) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967791_tmpæ_8base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_codecs.py", line 2303, in test_decoder_state self.check_state_handling_decode(encoding, u, u.encode(encoding)) ~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/encodings/__init__.py", line 99, in search_function mod = __import__('encodings.' + modname, fromlist=_import_tail, level=0) 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1170, in test_add_from_string key = self._box.add('From foo@bar blah\nFrom: foo\n\n0\n') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1536, in test_utime_dir_fd with self.prepare_file() as (dir_fd, name, fullname): ...<26 lines>... pass File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1481, in prepare_file with self.prepare() as (dir_fd, name, fullname): ...<2 lines>... yield (dir_fd, name, fullname) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967791_tmpæ_14base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1257, in test_relock key1 = self._box.add(msg) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_http_cookiejar.py", line 547, in test_missing_value c.save(ignore_expires=True, ignore_discard=True) ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/http/cookiejar.py", line 2087, in save with os.fdopen( ...<33 lines>... "\n") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 280, in test_security os.mkdir(d) ~~~~~~~~^^^ FileExistsError: [Errno 17] File exists: '@test_3955485_tmpæ'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 160, in test_token_value_leading_hash
self._test_token_x("""
~~~~~~~~~~~~~~~~~~^^^^^
machine host.domain.com login #log password pass account acct
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""", 'login', '#log')
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 98, in _test_token_x
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 107, in test_token_value_quotes
self._test_token_x("""
~~~~~~~~~~~~~~~~~~^^^^^
machine host.domain.com login "log" password pass account acct
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""", 'login', 'log')
^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 98, in _test_token_x
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pathlib/test_pathlib.py", line 525, in setUp super().setUp() ~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pathlib/test_pathlib_abc.py", line 1538, in setUp p.mkdir(parents=True) ~~~~~~~^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/pathlib/_local.py", line 722, in mkdir os.mkdir(self, mode) ~~~~~~~~^^^^^^^^^^^^ FileExistsError: [Errno 17] File exists: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3955648_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_iter.py", line 481, in test_builtin_list f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_sqlite3.py", line 143, in setUp super().setUp() ~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_sqlite3.py", line 22, in setUp db = dbm_sqlite3.open(self.filename, "c") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 141, in open return _Database(filename, flag=flag, mode=mode) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 74, in __init__ self._execute(BUILD_TABLE) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 82, in _execute raise error(str(exc)) dbm.sqlite3.error: database or disk is full
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_readline.py", line 124, in test_nonascii_history readline.write_history_file(TESTFN) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackTests.test_syntax_error)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965716_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_transactions.py", line 80, in test_delete_starts_transaction self.cur1.execute("create table test(i)") ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 209, in test_tuple self.helper(tuple(self.d.keys())) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_subprocess.py", line 461, in test_cwd_with_relative_arg with os_helper.temp_cwd() as wrong_dir: ...<7 lines>... self._assert_cwd(python_dir, rel_python, cwd=python_dir) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_cli.py", line 151, in test_interact_on_disk_file self.assertIn("(0,)\n", out) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^ AssertionError: '(0,)\n' not found in 'sqlite> sqlite> '
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 66, in test_error_conditions self.g = gdbm.open(filename, 'c') ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_iter.py", line 670, in test_builtin_zip f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_traceback_specialization_with_syntax_error)
OSError: [Errno 28] No space left on device
TracebackTests.test_broken_submodule)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965716_tmpæ'
Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 89, in test_reorganize self.g = gdbm.open(filename, 'c') ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
TracebackErrorCaretTests.test_caret_for_subscript_multiline) ... ok
TracebackFormat.test_print_exception_bad_type_capi) ... ok
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 198, in test_comment_before_machine_line
self._test_comment("""
~~~~~~~~~~~~~~~~~~^^^^^
# comment
^^^^^^^^^
machine foo.domain.com login bar password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
machine bar.domain.com login foo password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""")
^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 193, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_platform.py", line 525, in test_libc_ver with open(filename, 'wb') as fp: fp.write(b'[xxx%sxxx]' % data) fp.flush() OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 220, in test_match with open(os_helper.TESTFN, "w") as fp: print('matchfile1', file=fp) print('matchfile2', file=fp) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 200, in test_delitem self._test_remove_or_delitem(self._box.__delitem__) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 204, in _test_remove_or_delitem key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_caret_multiline_expression_bin_op) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1587, in test_mkdir_dir_fd with self.prepare() as (dir_fd, name, fullname): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... posix.stat(fullname) # should not raise exception ^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961781_tmpæ_5base'
TracebackErrorCaretTests.test_secondary_caret_not_elided) ... ok
Traceback (most recent call last): File "<string>", line 4, in <module> os.fstat(0) ~~~~~~~~^^^ OSError: [Errno 9] Bad file descriptor
TracebackTests.test_unencodable_filename) ... ERROR
TracebackErrorCaretTests.test_basic_caret) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 197, in test_unseekable_read with self.create_file(TESTFN) as f: f.setnframes(self.nframes) f.writeframes(self.frames) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 475, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 602, in close file.close() ~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_sqlite3.py", line 256, in setUp super().setUp() ~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_sqlite3.py", line 22, in setUp db = dbm_sqlite3.open(self.filename, "c") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 141, in open return _Database(filename, flag=flag, mode=mode) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 74, in __init__ self._execute(BUILD_TABLE) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 82, in _execute raise error(str(exc)) dbm.sqlite3.error: database or disk is full
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 110, in test_context_manager with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 666, in test_timestamp_overflow os.stat(compiled) ~~~~~~~^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '__pycache__/@test_3951328_tmpæ.cpython-313.pyc'
TracebackCases.test_clear) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 528, in test_close self._test_flush_or_close(self._box.close, False) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 532, in _test_flush_or_close self._box.add(contents[0]) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackTests.test_broken_parent_from)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3951328_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1536, in test_utime_dir_fd with self.prepare_file() as (dir_fd, name, fullname): ...<26 lines>... pass File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1481, in prepare_file with self.prepare() as (dir_fd, name, fullname): ...<2 lines>... yield (dir_fd, name, fullname) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961781_tmpæ_14base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2230, in test_readline self._test_readline(mailbox._ProxyFile(self._file)) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2137, in _test_readline proxy.seek(0) ~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2045, in seek self._file.seek(offset, whence) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_traceback.py", line 1183, in test_traceback_very_long_line with open(TESTFN, "w") as file: file.write(source) OSError: [Errno 28] No space left on device
TracebackTests.test_broken_parent_from) ... ERROR
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 219, in test_comment_after_machine_line
self._test_comment("""
~~~~~~~~~~~~~~~~~~^^^^^
machine foo.domain.com login bar password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# comment
^^^^^^^^^
machine bar.domain.com login foo password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""")
^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 193, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 2118, in test_unload_tests self.check_executed_tests(output, tests, stats=3) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 639, in check_executed_tests self.check_line(output, regex, full=True) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 537, in check_line self.assertRegex(output, regex) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ AssertionError: Regex didn't match: '^All 3 tests OK\\.\n' not found in "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:554: RuntimeWarning: tests may fail, unable to create temporary directory '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3956503æ': [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3956503æ'\n with temp_dir(path=name, quiet=quiet) as temp_path:\n/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:555: RuntimeWarning: tests may fail, unable to change the current working directory to '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3956503æ': [Errno 2] No such file or directory: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worke r_3956503æ'\n with change_cwd(temp_path, quiet=quiet) as cwd_dir:\nUsing random seed: 1740800129\n0:00:00 load avg: 8.47 Run 3 tests sequentially\n0:00:00 load avg: 8.47 [1/3] test_regrtest_a\n0:00:00 load avg: 8.47 [2/3] test_regrtest_b\nWarning -- files was modified by test_regrtest_b\nWarning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '@test_3948050_tmpæ', '@test_3951289_tmpæ.pag', '@test_3951328_tmpæ.py', '@test_3951734_tmpæ.new', '@test_3954887_tmpæ-infile', '@test_3956382_tmpæ.py', '@test_3956410_tmpæ', 'Android/', 'Doc/', 'Grammar/', 'Include/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile', 'Makefile.pre', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', '_bootstrap_python', 'aclocal.m4', 'bar.py', 'build/', 'config.guess', 'config.log', 'conf ig.status', 'config.sub', 'configure', 'configure.ac', 'env_changed', 'gh93696.py', 'iOS/', 'install-sh', 'libpython3.13d.a', 'longlist.py', 'main.py', 'platform', 'pybuilddir.txt', 'pyconfig.h', 'pyconfig.h.in', 'python', 'python-config', 'python-config.py', 'python-gdb.py', 'tmp.py']\nWarning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '@test_3948050_tmpæ', '@test_3951289_tmpæ.pag', '@test_3951328_tmpæ.py', '@test_3951734_tmpæ.new', '@test_3954887_tmpæ-infile', '@test_3956382_tmpæ.py', 'Android/', 'Doc/', 'Grammar/', 'Include/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile', 'Makefile.pre', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', '_bootstrap_python', 'aclocal.m4', 'bar.py', 'build/', 'config.guess', 'config.log', 'config.status', 'config.sub', 'configure', 'configure.ac', 'env_changed', 'gh93696.py', 'iOS/', 'install-sh', 'libpython3.13d.a', 'longlist.py', 'main.py', 'platform', 'pybuilddir.txt', 'pyconfig.h', 'pyconfig.h.in', 'python', 'python-config', 'python-config.py', 'python-gdb.py', 'tmp.py'] \n0:00:00 load avg: 8.47 [3/3/1] test_regrtest_c -- test_regrtest_b failed (env changed)\n\n== Tests result: SUCCESS ==\n\n1 test altered the execution environment (env changed):\n test_regrtest_b\n\nAll 2 tests OK.\n\nTotal duration: 307 ms\nTotal tests: run=3\nTotal test files: run=3/3 env_changed=1\nResult: SUCCESS\n"
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_codecs.py", line 2893, in test_seek0 with codecs.open(os_helper.TESTFN, 'w+', encoding=encoding) as f: ...<5 lines>... self.assertEqual(f.read(), data * 2) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/codecs.py", line 760, in __exit__ self.stream.close() ~~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackCases.test_format_exception_exc) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_trace.py", line 382, in test_coverage self._coverage(tracer) ~~~~~~~~~~~~~~^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_trace.py", line 376, in _coverage r.write_results(show_missing=True, summary=True, coverdir=TESTFN) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/trace.py", line 268, in write_results os.makedirs(dir, exist_ok=True) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3966375_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/_test_multiprocessing.py", line 3449, in test_large_fd_transfer self.assertEqual(f.read(), b"bar") ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ AssertionError: b'' != b'bar'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 78, in test_flags self.g = gdbm.open(filename, mode) ~~~~~~~~~^^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 871, in test_pathlike_file with gzip.open(filename, "wb") as f: f.write(data1 * 50) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 546, in testModule self.helper(code) ~~~~~~~~~~~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/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.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2973, in test_find_function_first_executable_line self._assert_find_function(code, 'foo', ('foo', 1)) ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2887, in _assert_find_function with open(os_helper.TESTFN, 'wb') as f: f.write(file_content) OSError: [Errno 28] No space left on device
TracebackTests.test_unencodable_filename)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3951328_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 396, in test_with_open with gzip.GzipFile(self.filename, "wb") as f: f.write(b"xxx") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 508, in testBytes self.helper(bytesobj) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2859, in test_read_after_close self.make_test_archive(f) ~~~~~~~~~~~~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2810, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: zipfp.writestr('ones', self.data1) zipfp.writestr('twos', self.data2) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1423, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1997, in close self._fpclose(fp) ~~~~~~~~~~~~~^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2097, in _fpclose fp.close() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 95, in test_invalid_tokens self.assertRaises(netrc.NetrcParseError, self.make_nrc, item) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/unittest/case.py", line 795, in assertRaises return context.handle('assertRaises', args, kwargs) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/unittest/case.py", line 238, in handle callable_obj(*args, **kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc with open(temp_filename, mode, encoding="utf-8") as fp: fp.write(test_data) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 200, in test_delitem self._test_remove_or_delitem(self._box.__delitem__) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 204, in _test_remove_or_delitem key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackTests.test_broken_from) ... ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_trace.py", line 454, in setUp with open(self.codefile, 'w', encoding='iso-8859-15') as f: ...<5 lines>... ''')) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_socket.py", line 5757, in testBytesAddr self.bind(self.sock, self.encoded(path)) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_socket.py", line 5734, in bind socket_helper.bind_unix_socket(sock, path) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/socket_helper.py", line 124, in bind_unix_socket sock.bind(addr) ~~~~~~~~~^^^^^^ OSError: [Errno 98] Address already in use
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 457, in test_popitem keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 212, in test_comment_before_machine_line_hash_only
self._test_comment("""
~~~~~~~~~~~~~~~~~~^^^^^
#
^
machine foo.domain.com login bar password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
machine bar.domain.com login foo password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""")
^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 193, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 407, in test_posix_fallocate posix.posix_fallocate(fd, 0, 10) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 106, in test_write_contains f[b'1'] = b'hello' ~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 203, in __setitem__ self._addkey(key, self._addval(val)) ~~~~~~~~~~~~^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 161, in _addval with _io.open(self._datfile, 'rb+') as f: ...<5 lines>... f.write(val) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_capi/test_run.py", line 76, in test_run_fileexflags with open(filename, 'wb') as fp: fp.write(b'a\n') OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1141, in setUp os.mkdir(self.dir_name) ~~~~~~~~^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3965716_tmpæ'
TracebackErrorCaretTests.test_traceback_very_long_line)
OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_caret_for_subscript) ... ok
TracebackFormat.test_exception_group_deep_recursion_traceback) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_os.py", line 3653, in setUpClass create_file(os_helper.TESTFN, cls.DATA) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_os.py", line 99, in create_file fp.write(content) ~~~~~~~~^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_trace.py", line 382, in test_coverage self._coverage(tracer) ~~~~~~~~~~~~~~^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_trace.py", line 376, in _coverage r.write_results(show_missing=True, summary=True, coverdir=TESTFN) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/trace.py", line 268, in write_results os.makedirs(dir, exist_ok=True) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3954887_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1293, in test_write_after_close w.close() ~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1285, in close self._fileobj.seek(self._zinfo.header_offset) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_http_cookiejar.py", line 1884, in test_mozilla new_c = save_and_restore(c, True) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_http_cookiejar.py", line 1876, in save_and_restore cj.save(ignore_discard=ignore_discard) ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/http/cookiejar.py", line 2087, in save with os.fdopen( ...<33 lines>... "\n") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_xml_etree.py", line 1159, in test_encoding self.assertEqual(ET.tostring(ET.XML(bxml(encoding))), b'<xml />') ~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_xml_etree.py", line 1140, in bxml return xml(encoding).encode(encoding) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/encodings/__init__.py", line 99, in search_function mod = __import__('encodings.' + modname, fromlist=_import_tail, level=0) 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 163, in init_db f[k] = self._dict[k] ~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 203, in __setitem__ self._addkey(key, self._addval(val)) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 185, in _addkey with _io.open(self._dirfile, 'a', encoding="Latin-1") as f: self._chmod(self._dirfile) f.write("%r, %r\n" % (key.decode("Latin-1"), pos_and_siz_pair)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 112, in test_context_manager_with_filename with self.module.open(TESTFN, 'wb') as f: ...<3 lines>... f.setcomptype(self.comptype, self.compname) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 475, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 602, in close file.close() ~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 199, in _force_run return func(*args) NotADirectoryError: [Errno 20] Not a directory: '@test_3945843_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_str.py", line 2339, in test_codecs_charmap self.assertEqual(str(s, encoding).encode(encoding), s) ~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/encodings/__init__.py", line 99, in search_function mod = __import__('encodings.' + modname, fromlist=_import_tail, level=0) 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3042, in test_issue13183 with open('bar.py', 'w') as f: f.write(textwrap.dedent(bar)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 514, in testList self.helper(listobj) ~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_iter.py", line 452, in test_iter_file f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 512, in test_nonascii_abspath with os_helper.temp_cwd(name): self.test_abspath() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: b'@test_3965542_tmp\xe7w\xf0'
TracebackException.test_long_context_chain) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 280, in test_security os.mkdir(d) ~~~~~~~~^^^ FileExistsError: [Errno 17] File exists: '@test_3966604_tmpæ'
TracebackLegacyErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1730, in test_returns_pid support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3967832 exited with code 1, but exit code 0 is expected
TracebackTests.test_nonexistent_module)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965716_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_venv.py", line 909, in nicer_error yield File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_venv.py", line 845, in do_test_with_pip self.run_with_capture(venv.create, self.env_dir, ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ system_site_packages=system_site_packages, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ with_pip=True) ^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_venv.py", line 102, in run_with_capture func(*args, **kwargs) ~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/venv/__init__.py", line 569, in create builder.create(env_dir) ~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/venv/__init__.py", line 81, in create self._setup_pip(context) ~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/venv/__init__.py", line 445, in _setup_pip self._call_new_python(context, '-m', 'ensurepip', '--upgrade', ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ '--default-pip', stderr=subprocess.STDOUT) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/venv/__init__.py", line 441, in _call_new_python subprocess.check_output(args, **kwargs) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/subprocess.py", line 472, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ **kwargs).stdout ^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/tmp/test_python_ghhi5q0u/tmpt_bsw9zs/bin/python', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 193, in test_open_with_pathlib_bytes_path gdbm.open(FakePath(os.fsencode(filename)), "c").close() ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_xml_etree.py", line 3886, in test_write_to_binary_file_with_encoding with open(TESTFN, 'wb') as f: tree.write(f, encoding='utf-8') self.assertFalse(f.closed) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/xml/etree/ElementTree.py", line 743, in _get_writer write = file_or_filename.write ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'write'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3509, in test_relative_imports_on_plain_module os.mkdir(self.module_name) ~~~~~~~~^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: 't_main'
TracebackLegacyErrorCaretTests.test_caret_in_type_annotation) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3275, in test_run_module stdout, stderr = self.run_pdb_module(script, commands) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2878, in run_pdb_module os.mkdir(self.module_name) ~~~~~~~~^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_inspect/test_inspect.py", line 1097, in setUp os.mkdir(self.tempdir) ~~~~~~~~^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967571_tmpæ_dir'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3202, in test_pdbrc_alias stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc=pdbrc, remove_home=True) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test test_mod = importlib.import_module(module_name) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 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 1022, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_logging.py", line 22, in <module> import logging.handlers 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: EOF read where object expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 131, in test_bool_on_closed_db_raises with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
TracebackTests.test_broken_parent)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3951328_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 128, in test_add_that_raises_leaves_mailbox_empty self._box.add(email.message_from_string("From: Alphöso")) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 820, in _append_message self._file.truncate(before) ~~~~~~~~~~~~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_iter.py", line 920, in test_writelines f.writelines(Whatever(6, 6+2000)) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_exceptions.py", line 2073, in test_assertion_error_location result = self.write_source(source) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_exceptions.py", line 1994, in write_source with open(TESTFN, 'w') as testfile: testfile.write(dedent(source)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 183, in test_add_StringIO_warns key = self._box.add(io.StringIO(self._template % "0")) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2986, in test_writestr_dir os.mkdir(os.path.join(TESTFN2, "x")) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3944209_tmpæ2/x'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 77, in test_write_params f.close() ~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 602, in close file.close() ~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 974, in test_chmod_dir target = self.tempdir() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 968, in tempdir posix.mkdir(target) ~~~~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961781_tmpæd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 67, in test_write with gzip.GzipFile(self.filename, 'wb') as f: ...<7 lines>... f.close() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_profile.py", line 92, in test_run self.profilermodule.run("int('1')", filename=TESTFN) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/profile.py", line 93, in run return _Utils(Profile).run(statement, filename, sort) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/profile.py", line 59, in run self._show(prof, filename, sort) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/profile.py", line 72, in _show prof.dump_stats(filename) ~~~~~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/profile.py", line 395, in dump_stats with open(file, 'wb') as f: self.create_stats() marshal.dump(self.stats, f) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 68, in test_close_twice f[b'a'] = b'b' ~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 203, in __setitem__ self._addkey(key, self._addval(val)) ~~~~~~~~~~~~^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 161, in _addval with _io.open(self._datfile, 'rb+') as f: ...<5 lines>... f.write(val) OSError: [Errno 28] No space left on device
TracebackException.test_print) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2902, in test_many_opens self.make_test_archive(TESTFN2) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2810, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: zipfp.writestr('ones', self.data1) zipfp.writestr('twos', self.data2) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1423, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1997, in close self._fpclose(fp) ~~~~~~~~~~~~~^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2097, in _fpclose fp.close() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cext/__init__.py", line 37, in test_build_c11 self.check_build('_test_c11_cext', std='c11') ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/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: self._check_build(extension_name, python_exe, std=std, limited=limited) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2337, in setup_venv_with_pip_setuptools_wheel with temp_cwd() as temp_dir: ...<19 lines>... yield python File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
TracebackErrorCaretTests.test_byte_offset_multiline) ... ok
Traceback.test_colorized_traceback_is_the_default) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 302, in test_get_file_can_be_closed_twice key = self._box.add(_sample_message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 205, in test_comment_before_machine_line_no_space
self._test_comment("""
~~~~~~~~~~~~~~~~~~^^^^^
#comment
^^^^^^^^
machine foo.domain.com login bar password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
machine bar.domain.com login foo password pass
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""")
^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 193, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_inspect/test_inspect.py", line 739, in test_getsource_empty_file with temp_cwd() as cwd: ...<8 lines>... sys.path.remove(cwd) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1177, in test_add_from_bytes key = self._box.add(b'From foo@bar blah\nFrom: foo\n\n0\n') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cppext/__init__.py", line 36, in test_build_cpp11 self.check_build('_testcpp11ext', std='c++11') ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cppext/__init__.py", line 46, in check_build with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe: self._check_build(extension_name, python_exe, std=std) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2337, in setup_venv_with_pip_setuptools_wheel with temp_cwd() as temp_dir: ...<19 lines>... yield python File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
TracebackTests.test_import_bug) ... ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_os.py", line 4893, in setUp os.mkdir(self.path) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3965489_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1567, in test_initialize_with_file with open(self._path, 'w+', encoding='utf-8') as f: ...<4 lines>... self._check_sample(msg) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_fileinput.py", line 283, in test_readline with open(TESTFN, 'wb') as f: ...<4 lines>... f.write(b'\x80') OSError: [Errno 28] No space left on device
TracebackCases.test_recursion_error_during_traceback)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 146, in test_write_array f.close() ~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 602, in close file.close() ~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3218, in test_pdbrc_semicolon stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc=pdbrc, remove_home=True) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1643, in test_symlink_dir_fd with self.prepare() as (dir_fd, name, fullname): ...<2 lines>... self.assertEqual(posix.readlink(fullname), 'symlink') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961781_tmpæ_12base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 173, in test_readall self._test_reading( ~~~~~~~~~~~~~~~~~~^ data_to_write=b'hello\nworld!', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_and_verify_code=self._READING_CODE_TEMPLATE.format( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_method_name='readall', ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected=b'hello\nworld!\n')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 110, in _test_reading self.fail_with_process_info('while awaiting a sign', ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ stderr=worm_sign) ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 72, in fail_with_process_info self.fail('Error from IO process %s:\nSTDOUT:\n%sSTDERR:\n%s\n' % ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (why, stdout.decode(), stderr.decode())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Error from IO process while awaiting a sign: STDOUT: STDERR: Traceback ( File "<string>", line 1, in <module> import signal, sys ;signal.signal(signal.SIGINT, lambda s, f: sys.stderr.write("$\n")) ;import _pyio as io ;infile = io.FileIO(sys.stdin.fileno(), "rb") ;sys.stderr.write("Worm Sign!\n") ;got = infile.readall() ;expected = b'hello\nworld!\n' ;assert got == expected, ("readall returned wrong data.\n""got data %r\nexpected %r" % (got, expected)) ;infile.close() ^^^^^^^^^^^^^^^^^^ 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1122, in test_coverage output = self.run_tests("--coverage", test) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 897, in run_tests return self.run_python(cmdargs, **kw) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 749, in run_python proc = self.run_command(args, **kw) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 740, in run_command self.fail(msg) ~~~~~~~~~^^^^^ AssertionError: Command ['/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/test_python_uogz1e_2/tmpsmfu4v2j', '--coverage', 'test_regrtest_coverage'] failed with exit code 1, but exit code 0 expected!
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posixpath.py", line 820, in setUp file.write(b"test_posixpath.PathLikeTests") ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3183, in test_pdbrc_empty_line stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc=pdbrc, remove_home=True) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 236, in test_eval with open(_fname + '.dir', 'w', encoding="utf-8") as stream: stream.write("str(print('Hacked!')), 0\n") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2961, in test_write_dir os.mkdir(dirpath) ~~~~~~~~^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3944209_tmpæ2/x'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_codecs.py", line 2149, in test_basics name = codecs.lookup(encoding).name ~~~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/encodings/__init__.py", line 99, in search_function mod = __import__('encodings.' + modname, fromlist=_import_tail, level=0) 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 138, in test_write_bytearray f.close() ~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 602, in close file.close() ~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 465, in rmtree _rmtree(path) ~~~~~~~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 449, in _rmtree _rmtree_inner(path) ~~~~~~~~~~~~~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 438, in _rmtree_inner for name in _force_run(path, os.listdir, path): ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 210, in _force_run return func(*args) NotADirectoryError: [Errno 20] Not a directory: '@test_3965489_tmpæ'
TracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_codecs.py", line 2282, in test_bad_decode_args decoder = codecs.getdecoder(encoding) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/codecs.py", line 991, in getdecoder return lookup(encoding).decode ~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/encodings/__init__.py", line 99, in search_function mod = __import__('encodings.' + modname, fromlist=_import_tail, level=0) 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_tcl.py", line 202, in test_evalfile_null_in_result with open(filename, 'w') as f: ...<3 lines>... """) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_glob.py", line 32, in setUp self.mktemp('a', 'D') ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_glob.py", line 27, in mktemp os.makedirs(base) ~~~~~~~~~~~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 217, in makedirs makedirs(head, exist_ok=exist_ok) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3946394_tmpæ_dir'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 38, in test_dumbdbm_creation with contextlib.closing(dumbdbm.open(_fname, 'c')) as f: ...<3 lines>... self.read_helper(f) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 364, in __exit__ self.thing.close() ~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 277, in close self._commit() ~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 131, in _commit with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f: ...<5 lines>... f.write(entry) OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_caret_for_subscript_unicode) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 202, in _string_to_bytes return message.encode('ascii') ~~~~~~~~~~~~~~^^^^^^^^^ UnicodeEncodeError: 'ascii' codec can't encode character '\xe1' in position 27: ordinal not in range(128)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test test_mod = importlib.import_module(module_name) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 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 1022, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file.py", line 8, in <module> import _pyio as pyio 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3624, in test_safe_path with os_helper.temp_cwd() as cwd: ...<3 lines>... self.assertNotIn(unexpected, stdout) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
TracebackLegacyErrorCaretTests.test_memory_error) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_transactions.py", line 64, in test_insert_starts_transaction self.cur1.execute("create table test(i)") ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
Traceback (most recent call last): File "<string>", line 1, in <module> from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=6, pipe_handle=15) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/spawn.py", line 122, in spawn_main exitcode = _main(fd, parent_sentinel) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/spawn.py", line 132, in _main self = reduction.pickle.load(from_parent) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_concurrent_futures/test_init.py", line 11, in <module> from logging.handlers import QueueHandler 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: EOF read where object expected ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 160, in test_add_binary_file key = self._box.add(f) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 206, in test_unseekable_write with self.create_file(testfile) as f: f.setnframes(self.nframes) f.writeframes(self.frames) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 475, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 593, in close self._ensure_header_written(0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 616, in _ensure_header_written self._write_header(datasize) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 620, in _write_header self._file.write(b'RIFF') ~~~~~~~~~~~~~~~~^^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackCases.test_encoded_file)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1130, in tearDown super().tearDown() ~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 67, in tearDown self._box.close() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 793, in close self._file.close() # Sync has been done by self.flush() above. ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3456, in test_file_modified_after_execution_with_restart stdout, stderr = self.run_pdb_script(script, commands) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 309, in test_iterkeys self._check_iteration(self._box.iterkeys, do_keys=True, do_values=False) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 343, in _check_iteration keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_site.py", line 159, in test_addpackage_import_bad_exec pth_dir, pth_fn = self.make_pth("randompath\nimport nosuchmodule\n") ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_site.py", line 137, in make_pth with open(pth_fn, 'w', encoding='utf-8') as pth_file: self.addCleanup(lambda: os.remove(pth_fn)) pth_file.write(contents) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3669, in test_gh_94215_crash stdout, stderr = self.run_pdb_script(script, commands) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_multiline_method_call_b) ... ok
TracebackException.test_no_refs_to_exception_and_traceback_objects) ... ok
TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test test_mod = importlib.import_module(module_name) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 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 1022, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_largefile.py", line 15, in <module> import _pyio as pyio # Python implementation of io ^^^^^^^^^^^^^^^^^^^^ 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_iter.py", line 514, in test_builtin_tuple f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 136, in test_bytes with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_two_char) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 189, in test_add_nonascii_StringIO_raises self._box.add(io.StringIO(self._nonascii_msg)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 820, in _append_message self._file.truncate(before) ~~~~~~~~~~~~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_stat.py", line 168, in test_directory os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3947693_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2912, in test_write_while_reading zipf.writestr('ones', self.data1) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1935, in writestr with self.open(zinfo, mode='w') as dest: dest.write(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1259, in close self._fileobj.write(buf) ~~~~~~~~~~~~~~~~~~~^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_resource.py", line 78, in test_fsize_enforced f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_source_encoding.py", line 125, in test_file_parse with f: ...<3 lines>... f.write("'A very long string %s'\n" % ("X" * 1000)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1599, in test_mknod_dir_fd with self.prepare() as (dir_fd, name, fullname): ...<9 lines>... self.assertTrue(stat.S_ISFIFO(posix.stat(fullname).st_mode)) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961781_tmpæ_7base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 2025, in test_close_file support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3961823 exited with code 1, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_configparser.py", line 1064, in setUp cf.write(f) ~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/configparser.py", line 956, in write self._write_section(fp, section, ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ self._sections[section].items(), d) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/configparser.py", line 970, in _write_section fp.write("{}{}\n".format(key, value)) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackException.test_compact_with_cause) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3236, in test_pdbrc_commands stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc=pdbrc, remove_home=True) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1141, in setUp os.mkdir(self.dir_name) ~~~~~~~~^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3951328_tmpæ'
TracebackCases.test_format_exception_group_without_show_group) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_exceptions.py", line 2104, in test_multiline_not_highlighted result = self.write_source(source) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_exceptions.py", line 1994, in write_source with open(TESTFN, 'w') as testfile: testfile.write(dedent(source)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 160, in test_add_binary_file key = self._box.add(f) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 427, in test_clear self._box.add(self._template % i) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 389, in test_len keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 122, in test_bool_empty with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1192, in test_open_close_open self._box.add(value) ~~~~~~~~~~~~~^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 2118, in test_unload_tests self.check_executed_tests(output, tests, stats=3) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 639, in check_executed_tests self.check_line(output, regex, full=True) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 537, in check_line self.assertRegex(output, regex) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ AssertionError: Regex didn't match: '^All 3 tests OK\\.\n' not found in "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:554: RuntimeWarning: tests may fail, unable to create temporary directory '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967769æ': [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967769æ'\n with temp_dir(path=name, quiet=quiet) as temp_path:\n/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:555: RuntimeWarning: tests may fail, unable to change the current working directory to '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967769æ': [Errno 2] No such file or directory: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worke r_3967769æ'\n with change_cwd(temp_path, quiet=quiet) as cwd_dir:\nUsing random seed: 3646366894\n0:00:00 load avg: 2.88 Run 3 tests sequentially\n0:00:00 load avg: 2.88 [1/3] test_regrtest_a\nWarning -- files was modified by test_regrtest_a\nWarning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '@test_3948050_tmpæ', '@test_3951289_tmpæ.pag', '@test_3951328_tmpæ.py', '@test_3951734_tmpæ.new', '@test_3954887_tmpæ-infile', '@test_3956382_tmpæ.py', '@test_3961684_tmp\\udce7w\\udcf0.py', '@test_3961920_tmp\\udce7w\\udcf0', '@test_3961977_tmpæ.py', '@test_3965689_tmpæ.pag', '@test_3965716_tmpæ.py', '@test_3965767_tmpæ.new', '@test_3966375_tmpæ-infile', '@test_3967394_tmpæ.py', 'Android/', 'Doc/', 'Grammar/', 'Include/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile', 'Makefile.pre', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', '_bootstrap_python', '_temp.py', 'aclocal.m4', 'bar.py', 'build/', 'config.guess', 'config.log', 'config.status', 'config.sub', 'configure', 'configure.ac', 'env_changed', 'gh93696.py', 'iOS/', 'install-sh', 'libpython3.13d.a', 'longlist.py', 'main.py', 'mod.py', 'platform', 'pybuilddir.txt', 'pyconfig.h', 'pyconfig.h.in', 'python', 'python-config', 'python-config.py', 'python-gdb.py', 'tmp.py']\nWarning -- After: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.github/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '@test_3948050_tmpæ', '@test_3951289_tmpæ.pag', '@test_3951328_tmpæ.py', '@test_3951734_tmpæ.new', '@test_3954887_tmpæ-infile', '@test_3956382_tmpæ.py', '@test_3961684_tmp\\udce7w\\udcf0.py', '@test_3961920_tmp\\udce7w\\udcf0', '@test_3961977_tmpæ.py', '@test_3965689_tmpæ.pag', '@test_3965716_tmpæ.py', ' @test_3965767_tmpæ.new', '@test_3966375_tmpæ-infile', '@test_3967394_tmpæ.py', '@test_3967703_tmpæ', 'Android/', 'Doc/', 'Grammar/', 'Include/', 'LICENSE', 'Lib/', 'Mac/', 'Makefile', 'Makefile.pre', 'Makefile.pre.in', 'Misc/', 'Modules/', 'Objects/', 'PC/', 'PCbuild/', 'Parser/', 'Programs/', 'Python/', 'README.rst', 'Tools/', '_bootstrap_python', '_temp.py', 'aclocal.m4', 'bar.py', 'build/', 'config.guess', 'config.log', 'config.status', 'config.sub', 'configure', 'configure.ac', 'env_changed', 'gh93696.py', 'iOS/', 'install-sh', 'libpython3.13d.a', 'longlist.py', 'main.py', 'mod.py', 'platform', 'pybuilddir.txt', 'pyconfig.h', 'pyconfig.h.in', 'python', 'python-config', 'python-config.py', 'python-gdb.py', 'tmp.py'] \n0:00:00 load avg: 2.88 [2/3/1] test_regrtest_b -- test_regrtest_a failed (env changed)\nWarning -- files was modified by test_regrtest_b\nWarning -- Before: ['.azure-pipelines/', '.coveragerc', '.devcontainer/', '.editorconfig', '.git/', '.gitattributes', '.gi thub/', '.gitignore', '.mailmap', '.pre-commit-config.yaml', '.readthedocs.yml', '@test_3948050_tmpæ', '@test_3951289_tmpæ.pag', '@test
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_os.py", line 775, in setUp os.mkdir(self.dirname) ~~~~~~~~^^^^^^^^^^^^^^ FileExistsError: [Errno 17] File exists: '@test_3945843_tmpæ'
TracebackCases.test_no_caret_with_no_debug_ranges_flag) ... ERROR
TracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_xml_etree.py", line 3887, in test_write_to_binary_file_with_encoding tree.write(f, encoding='utf-8') ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/xml/etree/ElementTree.py", line 717, in write with _get_writer(file_or_filename, encoding) as (write, declared_encoding): ...<12 lines>... short_empty_elements=short_empty_elements) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 148, in __exit__ next(self.gen) ~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/xml/etree/ElementTree.py", line 759, in _get_writer with contextlib.ExitStack() as stack: ...<27 lines>... yield file.write, encoding File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 619, in __exit__ raise exc File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 604, in __exit__ if cb(*exc_details): ~~^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 482, in _exit_wrapper callback(*args, **kwds) ~~~~~~~~^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1574, in test_link_dir_fd
with self.prepare_file() as (dir_fd, name, fullname),
...<8 lines>...
posix.stat(fulllinkname)[1])
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1481, in prepare_file
with self.prepare() as (dir_fd, name, fullname):
...<2 lines>...
yield (dir_fd, name, fullname)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare
posix.mkdir(base_dir)
~~~~~~~~~~~^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_3967791_tmpæ_4base'
TracebackErrorCaretTests.test_many_lines) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3310, in test_breakpoint stdout, stderr = self.run_pdb_module(script, commands) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2878, in run_pdb_module os.mkdir(self.module_name) ~~~~~~~~^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1488, in test_access_dir_fd with self.prepare_file() as (dir_fd, name, fullname): self.assertTrue(posix.access(name, os.R_OK, dir_fd=dir_fd)) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1481, in prepare_file with self.prepare() as (dir_fd, name, fullname): ...<2 lines>... yield (dir_fd, name, fullname) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967791_tmpæ_1base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_ndbm.py", line 13, in setUp self.d = dbm.ndbm.open(self.filename, 'c') ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ _dbm.error: [Errno 28] No space left on device: '@test_3965689_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1576, in test_initialize_with_binary_file with open(self._path, 'wb+') as f: ...<4 lines>... self._check_sample(msg) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_embed.py", line 1771, in test_audit_run_startup with open(startup, "w", encoding="utf-8") as f: print("pass", file=f) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 327, in test_values self._check_iteration(self._box.values, do_keys=False, do_values=True) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 343, in _check_iteration keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 199, in _force_run return func(*args) NotADirectoryError: [Errno 20] Not a directory: '@test_3965489_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 241, in test_readlines self.test_write() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 67, in test_write with gzip.GzipFile(self.filename, 'wb') as f: ...<7 lines>... f.close() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_trace.py", line 516, in test_listfuncs_flag_success with open(filename, 'w', encoding='utf-8') as fd: ...<6 lines>... self.assertIn(expected.encode(), stdout) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_linecache.py", line 296, in setUp with open(fname, 'w', encoding='utf-8') as source: source.write(f'print("I am {fname}")') OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_transactions.py", line 71, in test_update_starts_transaction self.cur1.execute("create table test(i)") ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_tcl.py", line 188, in testEvalFile with open(filename, 'w') as f: ...<3 lines>... """) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_source_encoding.py", line 153, in test_file_parse_error_multiline with open(TESTFN, "wb") as fd: fd.write(b'print("""\n\xb1""")\n') OSError: [Errno 28] No space left on device
TracebackCases.test_base_exception) ... ok
TracebackLegacyErrorCaretTests.test_caret_for_call) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test test_mod = importlib.import_module(module_name) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 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 1022, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 25, in <module> import _pyio 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1266, in test_huntrleaks_fd_leak self.check_leak(code, 'file descriptors') ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1181, in check_leak self.check_executed_tests(output, [test], failed=test, stats=1) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 654, in check_executed_tests self.check_line(output, line, full=True) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 537, in check_line self.assertRegex(output, regex) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ AssertionError: Regex didn't match: '^Total tests: run=1\n' not found in '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:554: RuntimeWarning: tests may fail, unable to create temporary directory \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967557æ\': [Errno 28] No space left on device: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967557æ\'\n with temp_dir(path=name, quiet=quiet) as temp_path:\n/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:555: RuntimeWarning: tests may fail, unable to change the current working directory to \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967557æ\': [Errno 2] No such file or directory: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_pyth on_worker_3967557æ\'\n with change_cwd(temp_path, quiet=quiet) as cwd_dir:\nUsing random seed: 1722836990\n0:00:00 load avg: 2.60 Run 1 test sequentially\n0:00:00 load avg: 2.60 [1/1] test_regrtest_huntrleaks\nbeginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)\n123:456\nXX1 111\ntest_regrtest_huntrleaks leaked [1, 1, 1] file descriptors, sum=3\nWarning -- files was modified by test_regrtest_huntrleaks\nWarning -- Before: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'@test_3956382_tmpæ.py\', \'@test_3961684_tmp\\udce7w\\udcf0.py\', \'@test_3961920_tmp\\udce7w\\udcf0\', \'@test_3961977_tmpæ.py\', \'@test_3965689_tmpæ.pag\', \'@test_3965716_tmpæ .py\', \'@test_3965767_tmpæ.new\', \'@test_3966375_tmpæ-infile\', \'@test_3967394_tmpæ.py\', \'@test_3967503_tmpæ\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'_temp.py\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'mod.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'tmp.py\']\nWarning -- After: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gi tignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'@test_3956382_tmpæ.py\', \'@test_3961684_tmp\\udce7w\\udcf0.py\', \'@test_3961920_tmp\\udce7w\\udcf0\', \'@test_3961977_tmpæ.py\', \'@test_3965689_tmpæ.pag\', \'@test_3965716_tmpæ.py\', \'@test_3965767_tmpæ.new\', \'@test_3966375_tmpæ-infile\', \'@test_3967394_tmpæ.py\', \'@test_3967559_tmpæ\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'_temp.py\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh936 96.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'mod.py\', \'platform\', \'pybuilddir.txt\', \'p config.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'reflog.txt\', \'tmp.py\'] \ntest test_regrtest_huntrleaks crashed -- Traceback (most recent call last):\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/refleak.py", line 217, in runtest_refleak\n refrep.flush()\n ~~~~~~~~~~~~^^\nOSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nOSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc\n _load_run_test(result, runtests)\n ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/ single.py", line 138, in _load_run_test\n regrtest_runner(result, test_func, runtests)\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 87, in regrtest_runner\n refleak, test_result = runtest_refleak(result.test_name, test_func,\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n runtests.hunt_refleak,\n ^^^^^^^^^^^^^^^^^^^^^^\n runtests.quiet)\n ^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/refleak.py", line 215, in runtest_refleak\n with open(filename, "a", encoding="utf-8") as refrep:\n print(msg, file=refrep)\n refrep.flush()\nOSError: [Errno 28] No space left on device\n\ntest_ regrtest_huntrleaks failed (uncaught exception)\n\n== Tests result: FAILURE ==\n\n1 test failed:\n test_regrtest_huntrleaks\n\nTotal duration: 368 ms\nTotal tests: run=0\nTotal test files: run=1/1 failed=1\nResult: FAILURE\n'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1472, in test_write_python_directory_filtered os.mkdir(TESTFN2) ~~~~~~~~^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3944209_tmpæ2'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_clinic.py", line 2566, in test_external out = self.expect_success("-f", "-o", TESTFN, source) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_clinic.py", line 2547, in expect_success out, err, code = self.run_clinic(*args) ~~~~~~~~~~~~~~~^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_clinic.py", line 2543, in run_clinic clinic.main(args) ~~~~~~~~~~~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Tools/clinic/libclinic/cli.py", line 226, in main run_clinic(parser, args) ~~~~~~~~~~^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Tools/clinic/libclinic/cli.py", line 218, in run_clinic parse_file(filename, output=ns.output, ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ verify=not ns.force, limited_capi=ns.limited_capi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Tools/clinic/libclinic/cli.py", line 86, in parse_file libclinic.write_file(output, cooked) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Tools/clinic/libclinic/utils.py", line 24, in write_file fp.write(new_contents) ~~~~~~~~^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_http_cookiejar.py", line 379, in test_lwp_filepermissions c.save(filename, ignore_discard=True) ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/http/cookiejar.py", line 1893, in save with os.fdopen( ...<7 lines>... f.write(self.as_lwp_str(ignore_discard, ignore_expires)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/forkserver.py", line 277, in main code = _serve_one(child_r, fds, unused_fds, old_handlers) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/forkserver.py", line 317, in _serve_one code = spawn._main(child_r, parent_sentinel) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/spawn.py", line 132, in _main self = reduction.pickle.load(from_parent) 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short Timeout (0:20:00)! Thread 0x00007f98b027d740 (most recent call first): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/subprocess.py", line 1206 in communicate File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/subprocess.py", line 556 in run File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/subprocess.py", line 472 in check_output File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/_test_multiprocessing.py", line 5258 in test_flags File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/unittest/case.py", line 606 in _callTestMethod File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/unittest/case.py", line 651 in run File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/unittest/case.py", line 707 in __call__ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/unittest/runner.py", line 240 in run File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 57 in _run_suite File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 37 in run_unittest File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 135 in test_func File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 91 in regrtest_runner File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 138 in _load_run_test File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181 in _runtest_env_changed_exc File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 281 in _runtest File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 310 in run_single_test File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/worker.py", line 77 in worker_process File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/worker.py", line 112 in main File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/worker.py", line 116 in <module> File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/runpy.py", line 88 in _run_code File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/runpy.py", line 198 in _run_module_as_main
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 89, in test_reorganize self.g = gdbm.open(filename, 'c') ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1499, in test_write_pyfile_bad_syntax os.mkdir(TESTFN2) ~~~~~~~~^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3944209_tmpæ2'
TracebackLegacyErrorCaretTests.test_anchors_for_simple_return_statements_are_elided) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_xml_etree.py", line 3904, in test_write_to_binary_file_with_bom with open(TESTFN, 'wb') as f: tree.write(f, encoding='utf-16') self.assertFalse(f.closed) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 2043, in test_dup2 support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3961799 exited with code 120, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_exceptions.py", line 2232, in test_non_utf8 with open(TESTFN, 'bw') as testfile: testfile.write(b"\x89") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1472, in test_write_python_directory_filtered os.mkdir(TESTFN2) ~~~~~~~~^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965476_tmpæ2'
TracebackLegacyErrorCaretTests.test_multiline_method_call_a) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_http_cookiejar.py", line 1816, in test_rejection c.save(filename, ignore_discard=True) ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/http/cookiejar.py", line 1893, in save with os.fdopen( ...<7 lines>... f.write(self.as_lwp_str(ignore_discard, ignore_expires)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 2025, in test_close_file support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3961797 exited with code 1, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posixpath.py", line 225, in test_ismount_non_existent os.mkdir(ABSTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3950191_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1521, in test_write_pathlike os.mkdir(TESTFN2) ~~~~~~~~^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965476_tmpæ2'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 26, in tearDown self.fout.close() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 595, in close self._patchheader() ~~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 643, in _patchheader curpos = self._file.tell() ValueError: I/O operation on closed file
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 607, in test_write_long_to_file self.assertEqual(data, b'\x78\x56\x34\x12') ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: b'' != b'xV4\x12'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_os.py", line 4893, in setUp os.mkdir(self.path) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_3945843æ/@test_3945843_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 272, in test_seek_whence self.test_write() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 67, in test_write with gzip.GzipFile(self.filename, 'wb') as f: ...<7 lines>... f.close() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_xml_etree.py", line 3849, in test_write_to_filename_as_unicode tree.write(TESTFN, encoding='unicode') ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/xml/etree/ElementTree.py", line 717, in write with _get_writer(file_or_filename, encoding) as (write, declared_encoding): ...<12 lines>... short_empty_elements=short_empty_elements) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 148, in __exit__ next(self.gen) ~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/xml/etree/ElementTree.py", line 748, in _get_writer with open(file_or_filename, "w", encoding=encoding, errors="xmlcharrefreplace") as file: yield file.write, encoding OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_caret_for_subscript_unicode) ... ok
Traceback (most recent call last):\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/refleak.py", line 217, in runtest_refleak\n refrep.flush()\n ~~~~~~~~~~~~^^\nOSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nOSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc\n _load_run_test(result, runtests)\n ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 138, in _load_run_test\n regrtest_runner(result, test_func, runtests)\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/ 3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 87, in regrtest_runner\n refleak, test_result = runtest_refleak(result.test_name, test_func,\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n runtests.hunt_refleak,\n ^^^^^^^^^^^^^^^^^^^^^^\n runtests.quiet)\n ^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/refleak.py", line 215, in runtest_refleak\n with open(filename, "a", encoding="utf-8") as refrep:\n print(msg, file=refrep)\n refrep.flush()\nOSError: [Errno 28] No space left on device\n\n== Tests result: FAILURE ==\n\n1 test failed:\n test_regrtest_huntrleaks\n\nTotal duration: 527 ms\nTotal tests: run=0\nTotal test files: run=1/1 failed=1\nResult: FAILURE\n'
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 226, in test_discard key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 2006, in test_open_file support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3961807 exited with code 120, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_capi/test_object.py", line 96, in testPyObjectPrintNoRefObject self.assertEqual(output_file.read(), correct_output) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '<refcnt 0 at 0x7f2002c18900>'
- <refcnt 0 at 0x7f2002c18900>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 165, in test_readlines self._test_reading( ~~~~~~~~~~~~~~~~~~^ data_to_write=b'hello\nworld!', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_and_verify_code=self._READING_CODE_TEMPLATE.format( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_method_name='readlines', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected=[b'hello\n', b'world!\n'])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 110, in _test_reading self.fail_with_process_info('while awaiting a sign', ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ stderr=worm_sign) ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 72, in fail_with_process_info self.fail('Error from IO process %s:\nSTDOUT:\n%sSTDERR:\n%s\n' % ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (why, stdout.decode(), stderr.decode())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Error from IO process while awaiting a sign: STDOUT: STDERR: Traceback ( File "<string>", line 1, in <module> import signal, sys ;signal.signal(signal.SIGINT, lambda s, f: sys.stderr.write("$\n")) ;import _pyio as io ;infile = io.FileIO(sys.stdin.fileno(), "rb") ;sys.stderr.write("Worm Sign!\n") ;got = infile.readlines() ;expected = [b'hello\n', b'world!\n'] ;assert got == expected, ("readlines returned wrong data.\n""got data %r\nexpected %r" % (got, expected)) ;infile.close() ^^^^^^^^^^^^^^^^^^ 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 355, in test_pwrite os.write(fd, b'test') ~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_codecs.py", line 2234, in test_basics_capi cencoder = _testlimitedcapi.codec_incrementalencoder(encoding) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/encodings/__init__.py", line 99, in search_function mod = __import__('encodings.' + modname, fromlist=_import_tail, level=0) 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 27, in test_toplevel_non_ordered_tokens
nrc = self.make_nrc("""
machine host.domain.com password pass1 login log1 account acct1
default login log2 password pass2 account acct2
""")
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_array.py", line 475, in test_tofromfile f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 448, in test_peek with gzip.GzipFile(self.filename, "wb") as f: f.write(uncompressed) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2818, in test_same_file self.make_test_archive(f) ~~~~~~~~~~~~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2810, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: zipfp.writestr('ones', self.data1) zipfp.writestr('twos', self.data2) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1423, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1997, in close self._fpclose(fp) ~~~~~~~~~~~~~^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2097, in _fpclose fp.close() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_unicode_file.py", line 132, in test_directories self._do_directory(TESTFN_UNICODE+ext, TESTFN_UNICODE+ext) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_unicode_file.py", line 89, in _do_directory os.mkdir(make_name) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961889_tmp-àòɘŁğ.dir'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3756, in test_checkline_before_debugging with open(os_helper.TESTFN, "w") as f: f.write("print(123)") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_dbapi.py", line 1926, in test_ctx_mgr_rollback_if_commit_failed self.assertEqual("started", proc.stdout.readline().strip()) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 'started' != ''
- started
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_filecmp.py", line 31, in setUp with open(name, 'w', encoding="utf-8") as output: output.write(data) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 66, in test_error_conditions self.g = gdbm.open(filename, 'c') ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 187, in test_random f[k] = v ~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 203, in __setitem__ self._addkey(key, self._addval(val)) ~~~~~~~~~~~~^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 167, in _addval f.write(val) ~~~~~~~^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 817, in _append_message offsets = self._install_message(message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1514, in _install_message message = self._string_to_bytes(message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 204, in _string_to_bytes raise ValueError("String input must be ASCII-only; " "use bytes or a Message instead") ValueError: String input must be ASCII-only; use bytes or a Message instead
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 471, in test_update key0 = self._box.add(self._template % 'original 0') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1578, in test_initialize_with_binary_file f.seek(0) ~~~~~~^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1211, in test_huntrleaks_mp self.check_huntrleaks(run_workers=True) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1205, in check_huntrleaks self.check_leak(code, 'references', run_workers=run_workers) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1181, in check_leak self.check_executed_tests(output, [test], failed=test, stats=1) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 654, in check_executed_tests self.check_line(output, line, full=True) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 537, in check_line self.assertRegex(output, regex) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1760, in test_specify_environment support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3961820 exited with code 1, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 61, in setUp fp.write(self.data) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_platform.py", line 527, in test_libc_ver fp.flush() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1407, in test_env_changed output = self.run_tests("--fail-env-changed", testname, exitcode=EXITCODE_ENV_CHANGED) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 897, in run_tests return self.run_python(cmdargs, **kw) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 749, in run_python proc = self.run_command(args, **kw) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 740, in run_command self.fail(msg) ~~~~~~~~~^^^^^ AssertionError: Command ['/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/test_python_o1jwt3l2/tmp1plp4l0f', '--fail-env-changed', 'test_regrtest_noop4'] failed with exit code 0, but exit code 3 expected!
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_profile.py", line 103, in test_runctx self.profilermodule.runctx("testfunc()", globals(), locals(), ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ filename=TESTFN) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/cProfile.py", line 21, in runctx return _pyprofile._Utils(Profile).runctx(statement, globals, locals, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ filename, sort) ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/profile.py", line 68, in runctx self._show(prof, filename, sort) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/profile.py", line 72, in _show prof.dump_stats(filename) ~~~~~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/cProfile.py", line 50, in dump_stats with open(file, 'wb') as f: self.create_stats() marshal.dump(self.stats, f) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_os.py", line 775, in setUp os.mkdir(self.dirname) ~~~~~~~~^^^^^^^^^^^^^^ FileExistsError: [Errno 17] File exists: '@test_3965489_tmpæ'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1574, in test_link_dir_fd
with self.prepare_file() as (dir_fd, name, fullname),
...<8 lines>...
posix.stat(fulllinkname)[1])
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1481, in prepare_file
with self.prepare() as (dir_fd, name, fullname):
...<2 lines>...
yield (dir_fd, name, fullname)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare
posix.mkdir(base_dir)
~~~~~~~~~~~^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_3961781_tmpæ_4base'
TracebackException_ExceptionGroups.test_comparison) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2911, in test_write_while_reading with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_DEFLATED) as zipf: zipf.writestr('ones', self.data1) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1423, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1997, in close self._fpclose(fp) ~~~~~~~~~~~~~^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2097, in _fpclose fp.close() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2322, in setUp os.mkdir(self._dir) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965522_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_xml_etree.py", line 3905, in test_write_to_binary_file_with_bom tree.write(f, encoding='utf-16') ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/xml/etree/ElementTree.py", line 717, in write with _get_writer(file_or_filename, encoding) as (write, declared_encoding): ...<12 lines>... short_empty_elements=short_empty_elements) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 148, in __exit__ next(self.gen) ~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/xml/etree/ElementTree.py", line 759, in _get_writer with contextlib.ExitStack() as stack: ...<27 lines>... yield file.write, encoding File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 619, in __exit__ raise exc File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 604, in __exit__ if cb(*exc_details): ~~^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 482, in _exit_wrapper callback(*args, **kwds) ~~~~~~~~^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 285, in test_lockf os.write(fd, b'test') ~~~~~~~~^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_caret_exception_group) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 37, in test_key_methods self.g = gdbm.open(filename, 'c') ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2225, in test_read self._test_read(mailbox._ProxyFile(self._file)) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2123, in _test_read proxy.seek(0) ~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2045, in seek self._file.seek(offset, whence) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 650, in test_read_last_object_from_file with open(os_helper.TESTFN, 'wb') as f: f.write(data + b'xxxx') OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_multiline_method_call_c) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 74, in test_floats self.helper(float(expected)) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_caret_multiline_expression) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 97, in test_unicode self.helper(marshal.loads(marshal.dumps(s))) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 604, in setUp TestMailbox.setUp(self) ~~~~~~~~~~~~~~~~~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 64, in setUp self._box = self._factory(self._path) ~~~~~~~~~~~~~^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 601, in <lambda> _factory = lambda self, path, factory=None: mailbox.Maildir(path, factory) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 282, in __init__ os.mkdir(self._path, 0o700) ~~~~~~~~^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3965522_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1627, in test_readlink_dir_fd with self.prepare() as (dir_fd, name, fullname): ...<2 lines>... self.assertEqual(posix.readlink(name, dir_fd=dir_fd), 'symlink') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967791_tmpæ_9base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 317, in test_itervalues self._check_iteration(self._box.itervalues, do_keys=False, ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ do_values=True) ^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 343, in _check_iteration keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_site.py", line 203, in test_addsitedir_dotfile pth_file.create() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_site.py", line 438, in create FILE.close() ~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackCases.test_bad_indentation) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_xml_etree.py", line 3878, in test_write_to_binary_file tree.write(f) ~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/xml/etree/ElementTree.py", line 717, in write with _get_writer(file_or_filename, encoding) as (write, declared_encoding): ...<12 lines>... short_empty_elements=short_empty_elements) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 148, in __exit__ next(self.gen) ~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/xml/etree/ElementTree.py", line 759, in _get_writer with contextlib.ExitStack() as stack: ...<27 lines>... yield file.write, encoding File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 619, in __exit__ raise exc File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 604, in __exit__ if cb(*exc_details): ~~^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 482, in _exit_wrapper callback(*args, **kwds) ~~~~~~~~^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok
TracebackException_ExceptionGroups.test_max_group_width) ... ok
TracebackCases.test_format_exception_group) ... ok
TracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cext/__init__.py", line 34, in test_build self.check_build('_test_cext') ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/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: self._check_build(extension_name, python_exe, std=std, limited=limited) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2337, in setup_venv_with_pip_setuptools_wheel with temp_cwd() as temp_dir: ...<19 lines>... yield python File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 308, in test_copy fout.writeframes(f.readframes(i)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 588, in writeframes self._patchheader() ~~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 644, in _patchheader self._file.seek(self._form_length_pos, 0) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 2006, in test_open_file support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3967831 exited with code 120, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 604, in test_file_to_source with open(source, "w", encoding='utf-8') as f: f.write("test = None\n") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 226, in test_memoryview self.helper(b) ~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 71, in test_optional_tokens nrc = self.make_nrc(item) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc with open(temp_filename, mode, encoding="utf-8") as fp: fp.write(test_data) OSError: [Errno 28] No space left on device
TracebackCases.test_print_traceback_at_exit) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_tcl.py", line 219, in test_evalfile_surrogates_in_result with open(filename, 'wb') as f: ...<3 lines>... """) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 512, in test_nonascii_abspath with os_helper.temp_cwd(name): self.test_abspath() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: b'@test_3968250_tmp\xe7w\xf0'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1662, in test_mkfifo_dir_fd with self.prepare() as (dir_fd, name, fullname): ...<5 lines>... self.assertTrue(stat.S_ISFIFO(posix.stat(fullname).st_mode)) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967791_tmpæ_6base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1379, in test_fs_holes with open(os_helper.TESTFN, 'r+b') as fp: ...<15 lines>... raise unittest.SkipTest("OSError raised!") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_trace.py", line 540, in test_count_and_summary with open(filename, 'w', encoding='utf-8') as fd: ...<11 lines>... """)) OSError: [Errno 28] No space left on device
TracebackException.test_limit) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_transactions.py", line 99, in test_toggle_auto_commit self.cur1.execute("create table test(i)") ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
Traceback (most recent call last): File "<string>", line 10, in <module> cx.execute("create table t(t)") ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full FAIL
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 144, in test_unicode with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 37, in test_ints self.helper(expected) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/_test_multiprocessing.py", line 947, in test_stderr_flush self.assertIn("ZeroDivisionError", err) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 'ZeroDivisionError' not found in ''
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2929, in setUp os.mkdir(TESTFN2) ~~~~~~~~^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965476_tmpæ2'
TracebackLegacyErrorCaretTests.test_caret_multiline_expression_syntax_error) ... ok
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 3064, in test_root_folder_in_zipfile
zf.extractall(TESTFN2)
~~~~~~~~~~~~~^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1775, in extractall
self._extract_member(zipinfo, path, pwd)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1835, in _extract_member
with self.open(member, pwd=pwd) as source,
open(targetpath, "wb") as target:
shutil.copyfileobj(source, target)
OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_memory_error) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pathlib/test_pathlib.py", line 525, in setUp super().setUp() ~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pathlib/test_pathlib_abc.py", line 1538, in setUp p.mkdir(parents=True) ~~~~~~~^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/pathlib/_local.py", line 722, in mkdir os.mkdir(self, mode) ~~~~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3966707_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 154, in test_write_memoryview f.close() ~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 602, in close file.close() ~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 885, in test_implicit_binary_modes with gzip.open(self.filename, "w") as f: f.write(uncompressed) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_capi/test_object.py", line 73, in testPyObjectPrintObject self.assertEqual(output_file.read(), repr(obj)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != 'spam spam spam'
- spam spam spam
TracebackTests.test_nonexistent_module_nested)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3951328_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 416, in test_zero_padded_file with gzip.GzipFile(self.filename, "wb") as f: f.write(data1 * 50) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3762, in test_checkline_after_reset with open(os_helper.TESTFN, "w") as f: f.write("print(123)") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 321, in test_read_not_from_start testfile.write(f.read()) ~~~~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 526, in testSet self.helper(setobj) ~~~~~~~~~~~^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_importlib/source/test_file_loader.py", line 176, in test_file_from_empty_string_dir with open(file_path, 'w', encoding='utf-8') as file: file.write("# test file for importlib") OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_caret_multiline_expression_syntax_error) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1283, in test_file_perms self._box.add('') ~~~~~~~~~~~~~^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_tracemalloc.py", line 334, in test_snapshot_save_attr snapshot.dump(os_helper.TESTFN) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/tracemalloc.py", line 430, in dump with open(filename, "wb") as fp: pickle.dump(self, fp, pickle.HIGHEST_PROTOCOL) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cppext/__init__.py", line 29, in test_build self.check_build('_testcppext') ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cppext/__init__.py", line 46, in check_build with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe: self._check_build(extension_name, python_exe, std=std) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2337, in setup_venv_with_pip_setuptools_wheel with temp_cwd() as temp_dir: ...<19 lines>... yield python File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2846, in test_interleaved self.make_test_archive(f) ~~~~~~~~~~~~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2810, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: zipfp.writestr('ones', self.data1) zipfp.writestr('twos', self.data2) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1423, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1997, in close self._fpclose(fp) ~~~~~~~~~~~~~^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2097, in _fpclose fp.close() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackTests.test_exec_failure_nested)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3951328_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_site.py", line 177, in test_addpackage_import_bad_pth_file pth_dir, pth_fn = self.make_pth("abc\x00def\n") ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_site.py", line 137, in make_pth with open(pth_fn, 'w', encoding='utf-8') as pth_file: self.addCleanup(lambda: os.remove(pth_fn)) pth_file.write(contents) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1077, in test_permissions_after_flush self._box.add(self._template % 0) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_profile.py", line 92, in test_run self.profilermodule.run("int('1')", filename=TESTFN) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/cProfile.py", line 18, in run return _pyprofile._Utils(Profile).run(statement, filename, sort) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/profile.py", line 59, in run self._show(prof, filename, sort) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/profile.py", line 72, in _show prof.dump_stats(filename) ~~~~~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/cProfile.py", line 50, in dump_stats with open(file, 'wb') as f: self.create_stats() marshal.dump(self.stats, f) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 313, in test_keys self._check_iteration(self._box.keys, do_keys=True, do_values=False) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 343, in _check_iteration keys.append(self._box.add(self._template % i)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1499, in test_write_pyfile_bad_syntax os.mkdir(TESTFN2) ~~~~~~~~^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965476_tmpæ2'
TracebackException.test_unhashable) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/process.py", line 313, in _bootstrap self.run() ~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/_test_multiprocessing.py", line 3396, in _writefd os.write(fd, data) ~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device FAIL
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 187, in test_open_with_pathlib_path gdbm.open(FakePath(filename), "c").close() ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 126, in test_bool_not_empty with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_os.py", line 4872, in setUp os.mkdir(self.path) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3965489_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1304, in test_message_separator self._box.add('From: foo\n\n0') # No newline at the end ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... ok
TracebackErrorCaretTests.test_byte_offset_wide_chars_subscript) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_sqlite3.py", line 223, in setUp super().setUp() ~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_sqlite3.py", line 22, in setUp db = dbm_sqlite3.open(self.filename, "c") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 141, in open return _Database(filename, flag=flag, mode=mode) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 74, in __init__ self._execute(BUILD_TABLE) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 82, in _execute raise error(str(exc)) dbm.sqlite3.error: database or disk is full
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 565, in test_failing_reload with open(source, "w", encoding='utf-8') as f: f.write("a = 1\nb=2\n") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1493, in test_write_non_pyfile with open(TESTFN, 'w', encoding='utf-8') as f: f.write('most definitely not a python file') OSError: [Errno 28] No space left on device
TracebackCases.test_signatures) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 189, in test_add_nonascii_StringIO_raises self._box.add(io.StringIO(self._nonascii_msg)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 820, in _append_message self._file.truncate(before) ~~~~~~~~~~~~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 262, in test_samefile_on_link self._test_samefile_on_link_func(os.link) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 246, in _test_samefile_on_link_func create_file(test_fn1) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 19, in create_file fp.write(data) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 553, in test_fileobj_from_fdopen with os.fdopen(fd, "xb") as raw: ...<6 lines>... self.assertRaises(AttributeError, f.fileno) OSError: [Errno 28] No space left on device
TracebackException.test_cause) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 318, in test_read_not_from_start with open(TESTFN, 'wb') as testfile: ...<2 lines>... testfile.write(f.read()) OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_traceback_specialization_with_syntax_error)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 272, in test_samestat create_file(test_fn1) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 19, in create_file fp.write(data) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_transactions.py", line 152, in test_multiple_cursors_and_iternext self.con1.execute("create table t(t)") ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
Traceback (most recent call last): File "<string>", line 3, in <module> with open('@test_3961781_tmpæ', "w", encoding="utf-8") as envfile: envfile.write(os.environ['foo']) OSError: [Errno 28] No space left on device FAIL
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 171, in test_token_value_trailing_hash
self._test_token_x("""
~~~~~~~~~~~~~~~~~~^^^^^
machine host.domain.com login log# password pass account acct
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""", 'login', 'log#')
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 98, in _test_token_x
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_fstring.py", line 1720, in test_debug_in_file with temp_cwd(): ...<7 lines>... _, stdout, _ = assert_python_ok(script) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 955, in test_encoding with gzip.open(self.filename, "wt", encoding="utf-16") as f: f.write(uncompressed) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 196, in test_remove self._test_remove_or_delitem(self._box.remove) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 204, in _test_remove_or_delitem key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 101, in test_add_invalid_8bit_bytes_header key = self._box.add(self._nonascii_msg.encode('latin-1')) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_many_lines_no_caret) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2288, in test_iteration self._test_iteration(mailbox._PartialFile(self._file, 4, ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 17 + 3 * len(os.linesep))) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2169, in _test_iteration proxy.seek(0) ~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2117, in seek _ProxyFile.seek(self, offset, whence) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2044, in seek self._file.seek(self._pos) ~~~~~~~~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/_test_multiprocessing.py", line 984, in test_sys_exit self.assertEqual(content.rstrip(), str(reason)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '[1, 2, 3]'
- [1, 2, 3]
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 105, in test_getsize create_file(filename, b'Hello') ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 19, in create_file fp.write(data) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 208, in test_unseekable_write f.writeframes(self.frames) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 586, in writeframes self.writeframesraw(data) ~~~~~~~~~~~~~~~~~~~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 575, in writeframesraw self._ensure_header_written(len(data)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 616, in _ensure_header_written self._write_header(datasize) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 620, in _write_header self._file.write(b'RIFF') ~~~~~~~~~~~~~~~~^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 138, in test_token_value_whitespace
self._test_token_x("""
~~~~~~~~~~~~~~~~~~^^^^^
machine host.domain.com login "lo g" password pass account acct
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""", 'login', 'lo g')
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 98, in _test_token_x
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_decorator_application_lineno_correct) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2603, in wrapper return func(*args, **kwargs) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_traceback.py", line 433, in test_encoded_file do_test("", "foo", "ascii", 3) ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_traceback.py", line 400, in do_test with open(TESTFN, "w", encoding=charset) as output: ...<3 lines>... """.format(firstlines, message)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_dbapi.py", line 731, in test_open_undecodable_uri cx.execute(self._sql) ~~~~~~~~~~^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/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.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2603, in wrapper return func(*args, **kwargs) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3114, in test_issue16180 stdout, stderr = self.run_pdb_script( ~~~~~~~~~~~~~~~~~~~^ script, commands ^^^^^^^^^^^^^^^^ ) ^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_site.py", line 144, in test_addpackage_import_bad_syntax pth_dir, pth_fn = self.make_pth("import bad-syntax\n") ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_site.py", line 137, in make_pth with open(pth_fn, 'w', encoding='utf-8') as pth_file: self.addCleanup(lambda: os.remove(pth_fn)) pth_file.write(contents) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 196, in test_remove self._test_remove_or_delitem(self._box.remove) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 204, in _test_remove_or_delitem key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3007, in test_issue46434 stdout, stderr = self.run_pdb_script(script, commands) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3165, in test_pdbrc_basic stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc=pdbrc, remove_home=True) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2853, in run_pdb_script with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 126, in test_bool_not_empty with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
TracebackCases.test_format_base_exception_group) ... ok
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1468, in test_rerun_success
self.check_executed_tests(output, [testname],
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
rerun=Rerun(testname,
^^^^^^^^^^^^^^^^^^^^^
match="test_fail_once",
^^^^^^^^^^^^^^^^^^^^^^^
success=True),
^^^^^^^^^^^^^^
stats=TestStats(3, 1))
^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 683, in check_executed_tests
self.check_line(output, line, full=True)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 537, in check_line
self.assertRegex(output, regex)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
AssertionError: Regex didn't match: '^Total test files: run=2/1 rerun=1\n' not found in '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/
/support/os_helper.py:554: RuntimeWarning: tests may fail, unable to create temporary directory \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_3956277æ\': [Errno 28] No space left on device: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_3956277æ\'\n with temp_dir(path=name, quiet=quiet) as temp_path:\n/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:555: RuntimeWarning: tests may fail, unable to change the current working directory to \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_3956277æ\': [Errno 2] No such file or directory: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_3956277æ\'\n with change_cwd(temp_path, quiet=quiet) as cwd_dir:\nRe-running test_regrtest_noop38 in verbose mode (matching: test_fail_once)\ntest_fail_once (test_regrtest
_noop38.Tests.test_fail_once) ... ok\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK\nWarning -- files was modified by test_regrtest_noop38\nWarning -- Before: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\'
, \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'regrtest_marker_filename\', \'tmp.py\']\nWarning -- After: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'@test_3956279_tmpæ\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'aclocal.m4
', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'regrtest_marker_filename\', \'tmp.py\']\n\n== Tests result: FAILURE then SUCCESS ==\n\n1 test altered the execution environment (env changed):\n test_regrtest_noop38\n\n1 re-run test:\n test_regrtest_noop38\n\nTotal duration: 352 ms\nTotal tests: run=3 failures=1\nTotal test files: run=2/1 env_changed=1 rerun=1\nResult: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 104, in test_write_bytearray self.write_and_read_back(bytearray(data1 * 50)) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 60, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: l = f.write(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1449, in test_write_python_directory os.mkdir(TESTFN2) ~~~~~~~~^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3944209_tmpæ2'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 3036, in test_create_directory_with_write zf.writestr(zipfile.ZipInfo('directory/'), '') ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1935, in writestr with self.open(zinfo, mode='w') as dest: dest.write(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1285, in close self._fileobj.seek(self._zinfo.header_offset) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 165, in test_readlines self._test_reading( ~~~~~~~~~~~~~~~~~~^ data_to_write=b'hello\nworld!', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_and_verify_code=self._READING_CODE_TEMPLATE.format( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_method_name='readlines', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected=[b'hello\n', b'world!\n'])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 110, in _test_reading self.fail_with_process_info('while awaiting a sign', ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ stderr=worm_sign) ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 72, in fail_with_process_info self.fail('Error from IO process %s:\nSTDOUT:\n%sSTDERR:\n%s\n' % ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (why, stdout.decode(), stderr.decode())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Error from IO process while awaiting a sign: STDOUT: STDERR: Traceback ( File "<string>", line 1, in <module> import signal, sys ;signal.signal(signal.SIGINT, lambda s, f: sys.stderr.write("$\n")) ;import _pyio as io ;infile = io.open(sys.stdin.fileno(), "rb") ;assert isinstance(infile, io.BufferedReader) ;sys.stderr.write("Worm Sign!\n") ;got = infile.readlines() ;expected = [b'hello\n', b'world!\n'] ;assert got == expected, ("readlines returned wrong data.\n""got data %r\nexpected %r" % (got, expected)) ;infile.close() ^^^^^^^^^^^^^^^^^^ 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 193, in test_open_with_pathlib_bytes_path gdbm.open(FakePath(os.fsencode(filename)), "c").close() ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 213, in test_isfile create_file(filename) ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 19, in create_file fp.write(data) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_caret_for_binary_operators_two_char) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1143, in test_get_bytes_from key0 = self._box.add(unixfrom + self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_multiline_method_call_c) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_urllib2.py", line 823, in test_file f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cext/__init__.py", line 49, in test_build_limited_c11 self.check_build('_test_limited_c11_cext', limited=True, std='c11') ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/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: self._check_build(extension_name, python_exe, std=std, limited=limited) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2337, in setup_venv_with_pip_setuptools_wheel with temp_cwd() as temp_dir: ...<19 lines>... yield python File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback.test_colorized_traceback) ... ok
TracebackLegacyErrorCaretTests.test_traceback_very_long_line)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_unicode_file_functions.py", line 67, in setUp os.mkdir(os_helper.TESTFN) ~~~~~~~~^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3956687_tmpæ'
TracebackTests.test_import_bug)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3951328_tmpæ'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2915, in test_find_function_found_with_encoding_cookie
self._assert_find_function(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
"""
^^^^
...<11 lines>...
('bœr', 6),
^^^^^^^^^^^
)
^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2887, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
f.write(file_content)
OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_secondary_caret_not_elided) ... ok
TracebackTests.test_broken_submodule)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3951328_tmpæ'
TracebackFormat.test_print_stack) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_traceback.py", line 157, in test_no_caret_with_no_debug_ranges_flag_python_traceback with open(TESTFN, 'w') as f: f.write(code) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 302, in test_get_file_can_be_closed_twice key = self._box.add(_sample_message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posixpath.py", line 198, in test_islink with open(os_helper.TESTFN + "1", "wb") as f: f.write(b"foo") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_transactions.py", line 115, in test_raise_timeout self.cur1.execute("create table test(i)") ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 118, in test_str_read self.init_db() ~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 161, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: for k in self._dict: f[k] = self._dict[k] File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 364, in __exit__ self.thing.close() ~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 277, in close self._commit() ~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 131, in _commit with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f: ...<5 lines>... f.write(entry) OSError: [Errno 28] No space left on device
TracebackCases.test_exception_is_None) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 122, in test_bool_empty with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_builtin.py", line 1411, in test_open self.write_testfile() ~~~~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_builtin.py", line 1402, in write_testfile with fp: ...<5 lines>... fp.write('YYY'*100) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1662, in test_mkfifo_dir_fd with self.prepare() as (dir_fd, name, fullname): ...<5 lines>... self.assertTrue(stat.S_ISFIFO(posix.stat(fullname).st_mode)) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961781_tmpæ_6base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 233, in test_readlines self._test_reading( ~~~~~~~~~~~~~~~~~~^ data_to_write=b'hello\r\nworld!', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_and_verify_code=self._READING_CODE_TEMPLATE.format( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_method_name='readlines', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected=['hello\n', 'world!\n'])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 110, in _test_reading self.fail_with_process_info('while awaiting a sign', ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ stderr=worm_sign) ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 72, in fail_with_process_info self.fail('Error from IO process %s:\nSTDOUT:\n%sSTDERR:\n%s\n' % ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (why, stdout.decode(), stderr.decode())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Error from IO process while awaiting a sign: STDOUT: STDERR: Traceback ( File "<string>", line 1, in <module> import signal, sys ;signal.signal(signal.SIGINT, lambda s, f: sys.stderr.write("$\n")) ;import _pyio as io ;infile = io.open(sys.stdin.fileno(), encoding="utf-8", newline=None) ;assert isinstance(infile, io.TextIOWrapper) ;sys.stderr.write("Worm Sign!\n") ;got = infile.readlines() ;expected = ['hello\n', 'world!\n'] ;assert got == expected, ("readlines returned wrong data.\n""got data %r\nexpected %r" % (got, expected)) ;infile.close() ^^^^^^^^^^^^^^^^^^ 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 157, in test_io_on_closed_object self.test_write() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 67, in test_write with gzip.GzipFile(self.filename, 'wb') as f: ...<7 lines>... f.close() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 171, in test_nonascii_filename with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3965765_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3414, in test_file_modified_after_execution_with_multiple_instances with open(filename, 'w') as f: f.write(textwrap.dedent(script)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 108, in test_invalid_nonascii_header_as_string key = self._box.add(subj.encode('latin-1')) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2235, in test_readlines self._test_readlines(mailbox._ProxyFile(self._file)) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 2153, in _test_readlines proxy.seek(0) ~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 2045, in seek self._file.seek(offset, whence) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackException.test_lookup_lines) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_codecs.py", line 2273, in test_seek reader = codecs.getreader(encoding)(io.BytesIO(s.encode(encoding))) ~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/codecs.py", line 1029, in getreader return lookup(encoding).streamreader ~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/encodings/__init__.py", line 99, in search_function mod = __import__('encodings.' + modname, fromlist=_import_tail, level=0) 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_glob.py", line 32, in setUp self.mktemp('a', 'D') ~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_glob.py", line 27, in mktemp os.makedirs(base) ~~~~~~~~~~~^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 217, in makedirs makedirs(head, exist_ok=exist_ok) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965483_tmpæ_dir'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 471, in test_update key0 = self._box.add(self._template % 'original 0') File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/_test_multiprocessing.py", line 5258, in test_flags data = subprocess.check_output( [sys.executable, '-E', '-S', '-O', '-c', prog]) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/subprocess.py", line 472, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ **kwargs).stdout ^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/python', '-E', '-S', '-O', '-c', "from test._test_multiprocessing import TestFlags; TestFlags.run_in_child('forkserver')"]' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1493, in test_chmod_dir_fd with self.prepare_file() as (dir_fd, name, fullname): ...<4 lines>... stat.S_IRUSR | stat.S_IWUSR) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1481, in prepare_file with self.prepare() as (dir_fd, name, fullname): ...<2 lines>... yield (dir_fd, name, fullname) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3967791_tmpæ_2base'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 118, in test_token_value_escape
self._test_token_x("""
~~~~~~~~~~~~~~~~~~^^^^^
machine host.domain.com login \\"log password pass account acct
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""", 'login', '"log')
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 98, in _test_token_x
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
TracebackException.test_traceback_header) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1730, in test_returns_pid support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3961836 exited with code 1, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_linecache.py", line 144, in test_no_ending_newline with open(os_helper.TESTFN, "w", encoding='utf-8') as fp: fp.write(SOURCE_3) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_gnu.py", line 144, in test_unicode with gdbm.open(filename, 'c') as db: ~~~~~~~~~^^^^^^^^^^^^^^^ _gdbm.error: [Errno 28] No space left on device: '@test_3951589_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 101, in test_add_invalid_8bit_bytes_header key = self._box.add(self._nonascii_msg.encode('latin-1')) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1308, in test_zipwritefile_attrs with zipfile.ZipFile(TESTFN2, mode="w", compression=self.compression) as zipfp: ...<14 lines>... self.assertIs(fid.seekable(), False) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1423, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1997, in close self._fpclose(fp) ~~~~~~~~~~~~~^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2097, in _fpclose fp.close() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 516, in test_failing_import_sticks with open(source, "w", encoding='utf-8') as f: print("a = 1/0", file=f) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 912, in test_text_modes with gzip.open(self.filename, "wt", encoding="ascii") as f: f.write(uncompressed) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_codecs.py", line 2289, in test_bad_encode_args encoder = codecs.getencoder(encoding) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/codecs.py", line 981, in getencoder return lookup(encoding).encode ~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/encodings/__init__.py", line 99, in search_function mod = __import__('encodings.' + modname, fromlist=_import_tail, level=0) 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_socket.py", line 5750, in testStrAddr self.bind(self.sock, path) ~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_socket.py", line 5734, in bind socket_helper.bind_unix_socket(sock, path) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/socket_helper.py", line 124, in bind_unix_socket sock.bind(addr) ~~~~~~~~~^^^^^^ OSError: [Errno 98] Address already in use
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 532, in testFrozenSet self.helper(frozensetobj) ~~~~~~~~~~~^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
TracebackCases.test_format_exception_only_exc) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 2043, in test_dup2 support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3967828 exited with code 120, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1157, in test_get_string_from key0 = self._box.add(unixfrom + self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gettext.py", line 130, in setUpClass os.makedirs(LOCALEDIR) ~~~~~~~~~~~^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 217, in makedirs makedirs(head, exist_ok=exist_ok) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 241, in test_readall self._test_reading( ~~~~~~~~~~~~~~~~~~^ data_to_write=b'hello\nworld!', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_and_verify_code=self._READING_CODE_TEMPLATE.format( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ read_method_name='read', ^^^^^^^^^^^^^^^^^^^^^^^^ expected="hello\nworld!\n")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 110, in _test_reading self.fail_with_process_info('while awaiting a sign', ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ stderr=worm_sign) ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_file_eintr.py", line 72, in fail_with_process_info self.fail('Error from IO process %s:\nSTDOUT:\n%sSTDERR:\n%s\n' % ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (why, stdout.decode(), stderr.decode())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Error from IO process while awaiting a sign: STDOUT: STDERR: Traceback ( File "<string>", line 1, in <module> import signal, sys ;signal.signal(signal.SIGINT, lambda s, f: sys.stderr.write("$\n")) ;import _pyio as io ;infile = io.open(sys.stdin.fileno(), encoding="utf-8", newline=None) ;assert isinstance(infile, io.TextIOWrapper) ;sys.stderr.write("Worm Sign!\n") ;got = infile.read() ;expected = 'hello\nworld!\n' ;assert got == expected, ("read returned wrong data.\n""got data %r\nexpected %r" % (got, expected)) ;infile.close() ^^^^^^^^^^^^^^^^^^ 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_tokenize.py", line 1521, in test_open with open(filename, 'w', encoding=encoding) as fp: print("# coding: %s" % encoding, file=fp) print("print('euro:\u20ac')", file=fp) OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_traceback_very_long_line) ... ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1381, in test_fs_holes fp.flush() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 174, in test_minimal_linetable_with_no_debug_ranges with open(os_helper.TESTFN, 'wb') as f: marshal.dump(co, f) OSError: [Errno 28] No space left on device
TracebackException_ExceptionGroups.test_exception_group_format_exception_onlyi_recursive) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 116, in test_filetime create_file(filename, b'foo') ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_genericpath.py", line 19, in create_file fp.write(data) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 149, in test_token_value_non_ascii
self._test_token_x("""
~~~~~~~~~~~~~~~~~~^^^^^
machine host.domain.com login \xa1\xa2 password pass account acct
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""", 'login', '\xa1\xa2')
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 98, in _test_token_x
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_os.py", line 1351, in setUp os.makedirs(self.sub11_path) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 217, in makedirs makedirs(head, exist_ok=exist_ok) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 217, in makedirs makedirs(head, exist_ok=exist_ok) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 217, in makedirs makedirs(head, exist_ok=exist_ok) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965489_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1057, in test_add_doesnt_rewrite self._box.add(self._template % 0) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 273, in test_get_bytes key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 965, in test_encoding_error_handler with gzip.open(self.filename, "wb") as f: f.write(b"foo\xffbar") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 368, in test_contains key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 289, in test_missing_index f['key'] = 'value' ~^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 203, in __setitem__ self._addkey(key, self._addval(val)) ~~~~~~~~~~~~^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 161, in _addval with _io.open(self._datfile, 'rb+') as f: ...<5 lines>... f.write(val) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 3035, in test_create_directory_with_write with zipfile.ZipFile(TESTFN, "w") as zf: ...<17 lines>... self.assertEqual(set(os.listdir(target)), {"directory", "directory2"}) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1423, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1997, in close self._fpclose(fp) ~~~~~~~~~~~~~^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2097, in _fpclose fp.close() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1992, in close self.fp.seek(self.start_dir) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
TracebackErrorCaretTests.test_caret_for_binary_operators_multiline) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 230, in test_create_new f[k] = self._dict[k] ~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 203, in __setitem__ self._addkey(key, self._addval(val)) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 185, in _addkey with _io.open(self._dirfile, 'a', encoding="Latin-1") as f: self._chmod(self._dirfile) f.write("%r, %r\n" % (key.decode("Latin-1"), pos_and_siz_pair)) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 181, in test_append self.test_write() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 67, in test_write with gzip.GzipFile(self.filename, 'wb') as f: ...<7 lines>... f.close() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 183, in test_add_StringIO_warns key = self._box.add(io.StringIO(self._template % "0")) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackTests.test_broken_parent) ... ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 3471, in test_relative_imports os.mkdir(self.module_name) ~~~~~~~~^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: 't_main'
TracebackTests.test_nonexistent_module) ... ERROR
TracebackLegacyErrorCaretTests.test_many_lines) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 73, in test_add keys.append(self._box.add(self._template % 0)) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 182, in test_token_value_internal_hash
self._test_token_x("""
~~~~~~~~~~~~~~~~~~^^^^^
machine host.domain.com login lo#g password pass account acct
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""", 'login', 'lo#g')
^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 98, in _test_token_x
nrc = self.make_nrc(nrc)
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_netrc.py", line 18, in make_nrc
with open(temp_filename, mode, encoding="utf-8") as fp:
fp.write(test_data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 238, in test_get key0 = self._box.add(self._template % 0) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_fileinput.py", line 306, in test_readline_binary_mode with open(TESTFN, 'wb') as f: f.write(b'A\nB\r\nC\rD') OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_fileinput.py", line 967, in test_errors with open(TESTFN, 'wb') as f: f.write(b'\x80abc') OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2899, in test_find_function_found
self._assert_find_function(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
"""
^^^^
...<10 lines>...
('bœr', 5),
^^^^^^^^^^^
)
^
File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pdb.py", line 2887, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
f.write(file_content)
OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1208, in test_huntrleaks self.check_huntrleaks(run_workers=False) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1205, in check_huntrleaks self.check_leak(code, 'references', run_workers=run_workers) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1181, in check_leak self.check_executed_tests(output, [test], failed=test, stats=1) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 654, in check_executed_tests self.check_line(output, line, full=True) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 537, in check_line self.assertRegex(output, regex) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ AssertionError: Regex didn't match: '^Total tests: run=1\n' not found in '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:554: RuntimeWarning: tests may fail, unable to create temporary directory \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967505æ\': [Errno 28] No space left on device: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967505æ\'\n with temp_dir(path=name, quiet=quiet) as temp_path:\n/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py:555: RuntimeWarning: tests may fail, unable to change the current working directory to \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_python_worker_3967505æ\': [Errno 2] No such file or directory: \'/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/build/test_pyth on_worker_3967505æ\'\n with change_cwd(temp_path, quiet=quiet) as cwd_dir:\nUsing random seed: 458564458\n0:00:00 load avg: 2.60 Run 1 test sequentially\n0:00:00 load avg: 2.60 [1/1] test_regrtest_huntrleaks\nbeginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)\n123:456\nXX1 111\ntest_regrtest_huntrleaks leaked [1, 1, 1] references, sum=3\nWarning -- files was modified by test_regrtest_huntrleaks\nWarning -- Before: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'@test_3956382_tmpæ.py\', \'@test_3961684_tmp\\udce7w\\udcf0.py\', \'@test_3961920_tmp\\udce7w\\udcf0\', \'@test_3961977_tmpæ.py\', \'@test_3965689_tmpæ.pag\', \'@test_3965716_tmpæ.py\', \'@test_3965767_tmpæ.new\', \'@test_3966375_tmpæ-infile\', \'@test_3967394_tmpæ.py\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'_temp.py\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'mod.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'tmp.py\']\nWarning -- After: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre- commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'@test_3956382_tmpæ.py\', \'@test_3961684_tmp\\udce7w\\udcf0.py\', \'@test_3961920_tmp\\udce7w\\udcf0\', \'@test_3961977_tmpæ.py\', \'@test_3965689_tmpæ.pag\', \'@test_3965716_tmpæ.py\', \'@test_3965767_tmpæ.new\', \'@test_3966375_tmpæ-infile\', \'@test_3967394_tmpæ.py\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'_temp.py\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'mod.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-co fig\', \'python-config.py\', \'python-gdb.py\', \'reflog.txt\', \'tmp.py\'] \ntest test_regrtest_huntrleaks crashed -- Traceback (most recent call last):\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/refleak.py", line 217, in runtest_refleak\n refrep.flush()\n ~~~~~~~~~~~~^^\nOSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nOSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc\n _load_run_test(result, runtests)\n ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 138, in _load_run_test\n regrtest_r unner(result, test_func, runtests)\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 87, in regrtest_runner\n refleak, test_result = runtest_refleak(result.test_name, test_func,\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n runtests.hunt_refleak,\n ^^^^^^^^^^^^^^^^^^^^^^\n runtests.quiet)\n ^^^^^^^^^^^^^^^\n File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/refleak.py", line 215, in runtest_refleak\n with open(filename, "a", encoding="utf-8") as refrep:\n print(msg, file=refrep)\n refrep.flush()\nOSError: [Errno 28] No space left on device\n\ntest_regrtest_huntrleaks failed (uncaught exception)\n\n== T ests result: FAILURE ==\n\n1 test failed:\n test_regrtest_huntrleaks\n\nTotal duration: 294 ms\nTotal tests: run=0\nTotal test files: run=1/1 failed=1\nResult: FAILURE\n'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 92, in test_context_manager_with_open_file with self.module.open(testfile) as f: ...<3 lines>... f.setcomptype(self.comptype, self.compname) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 475, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/wave.py", line 596, in close self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1488, in test_access_dir_fd with self.prepare_file() as (dir_fd, name, fullname): self.assertTrue(posix.access(name, os.R_OK, dir_fd=dir_fd)) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1481, in prepare_file with self.prepare() as (dir_fd, name, fullname): ...<2 lines>... yield (dir_fd, name, fullname) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 1472, in prepare posix.mkdir(base_dir) ~~~~~~~~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3961781_tmpæ_1base'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 177, in test_add_text_file_warns key = self._box.add(f) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cext/__init__.py", line 41, in test_build_c99 self.check_build('_test_c99_cext', std='c99') ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/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: self._check_build(extension_name, python_exe, std=std, limited=limited) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2337, in setup_venv_with_pip_setuptools_wheel with temp_cwd() as temp_dir: ...<19 lines>... yield python File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 64, in setUp self._box = self._factory(self._path) ~~~~~~~~~~~~~^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1322, in <lambda> _factory = lambda self, path, factory=None: mailbox.MH(path, factory) ~~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1000, in __init__ os.mkdir(self._path, 0o700) ~~~~~~~~^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3965522_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 482, in test_module_with_large_stack f.write('"",\n') ~~~~~~~^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 113, in test_write_incompatible_type with gzip.GzipFile(self.filename, 'wb') as f: ...<4 lines>... f.write(data1) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 65, in test_bool self.helper(b) ~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 23, in helper with open(os_helper.TESTFN, "wb") as f: marshal.dump(sample, f, *extra) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 366, in test_pwritev os.write(fd, b"xx") ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 1290, in test_write_after_close with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf: ...<5 lines>... self.assertEqual(zipf.read('test'), data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1423, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1997, in close self._fpclose(fp) ~~~~~~~~~~~~~^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2097, in _fpclose fp.close() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2846, in test_interleaved self.make_test_archive(f) ~~~~~~~~~~~~~~~~~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 2811, in make_test_archive zipfp.writestr('ones', self.data1) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1935, in writestr with self.open(zinfo, mode='w') as dest: dest.write(data) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1259, in close self._fileobj.write(buf) ~~~~~~~~~~~~~~~~~~~^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_capi/test_object.py", line 96, in testPyObjectPrintNoRefObject self.assertEqual(output_file.read(), correct_output) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '' != '<refcnt 0 at 0x7fa0b18d7ab0>'
- <refcnt 0 at 0x7fa0b18d7ab0>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/audiotests.py", line 185, in test_overflowed_write with open(TESTFN, 'wb') as testfile: ...<4 lines>... f.close() OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test test_mod = importlib.import_module(module_name) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 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 1022, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_bufio.py", line 5, in <module> import _pyio as pyio # Python implementation. ^^^^^^^^^^^^^^^^^^^^ 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "<string>", line 6, in <module> with open('@test_3967791_tmpæ', 'w', encoding='utf-8') as closefile: closefile.write('is closed %d' % e.errno) OSError: [Errno 28] No space left on device FAIL
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_builtin.py", line 1436, in test_open_default_encoding self.write_testfile() ~~~~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_builtin.py", line 1402, in write_testfile with fp: ...<5 lines>... fp.write('YYY'*100) OSError: [Errno 28] No space left on device
TracebackException_ExceptionGroups.test_exception_group_format_exception_only) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_cmd_line_script.py", line 232, in test_script_abspath with os_helper.temp_cwd() as script_dir: ...<6 lines>... importlib.machinery.SourceFileLoader) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: with change_cwd(temp_path, quiet=quiet) as cwd_dir: yield cwd_dir File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 28] No space left on device: 'tempcwd'
TracebackTests.test_syntax_error)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3951328_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_sqlite3/test_transactions.py", line 123, in test_locking self.cur1.execute("create table test(i)") ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: database or disk is full
TracebackCases.test_format_exception_group_with_note) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_marshal.py", line 633, in test_read_long_from_file with open(os_helper.TESTFN, 'wb') as f: f.write(b'\x78\x56\x34\x12xxxx') OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 505, in test_flush self._test_flush_or_close(self._box.flush, True) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 532, in _test_flush_or_close self._box.add(contents[0]) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
TracebackTests.test_broken_parent_from)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965716_tmpæ'
TracebackErrorCaretTests.test_traceback_specialization_with_syntax_error) ... ERROR
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_trace.py", line 526, in test_sys_argv_list with open(TESTFN, 'w', encoding='utf-8') as fd: ...<2 lines>... fd.write("print(type(sys.argv))\n") OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_iter.py", line 738, in test_unicode_join_endcase f.close() ~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_zipfile/test_core.py", line 3003, in test_mkdir with zipfile.ZipFile(TESTFN, "w") as zf: ...<28 lines>... self.assertEqual(set(os.listdir(target)), {"directory", "directory2", "directory3", "directory4"}) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1423, in __exit__ self.close() ~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1997, in close self._fpclose(fp) ~~~~~~~~~~~~~^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 2097, in _fpclose fp.close() ~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_posix.py", line 2043, in test_dup2 support.wait_process(pid, exitcode=0) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/support/__init__.py", line 2146, in wait_process raise AssertionError(f"process {pid} exited with code {exitcode2}, " f"but exit code {exitcode} is expected") AssertionError: process 3967796 exited with code 120, but exit code 0 is expected
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 220, in test_buffered_reader self.test_write() ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_gzip.py", line 67, in test_write with gzip.GzipFile(self.filename, 'wb') as f: ...<7 lines>... f.close() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/gzip.py", line 370, in close myfileobj.close() ~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_regrtest.py", line 1341, in test_ignorefile with open(filename, "w") as fp: for name in subset: print(name, file=fp) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "<string>", line 6, in <module> runpy.run_module("pip", run_name="__main__", alter_sys=True) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/runpy.py", line 226, in run_module return _run_module_code(code, init_globals, run_name, mod_spec) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/runpy.py", line 98, in _run_module_code _run_code(code, mod_globals, init_globals, ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mod_name, mod_spec, pkg_name, script_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/runpy.py", line 88, in _run_code exec(code, run_globals) ~~~~^^^^^^^^^^^^^^^^^^^ File "/tmp/test_python_0wokym24/tmpzj_12whn/pip-24.0-py3-none-any.whl/pip/__main__.py", line 22, in <module> from pip._internal.cli.main import main as _main File "/tmp/test_python_0wokym24/tmpzj_12whn/pip-24.0-py3-none-any.whl/pip/_internal/cli/main.py", line 10, in <module> from pip._internal.cli.autocompletion import autocomplete File "/tmp/test_python_0wokym24/tmpzj_12whn/pip-24.0-py3-none-any.whl/pip/_internal/cli/autocompletion.py", line 10, in <module> from pip._internal.cli.main_parser import create_main_parser File "/tmp/test_python_0wokym24/tmpzj_12whn/pip-24.0-py3-none-any.whl/pip/_internal/cli/main_parser.py", line 9, in <module> from pip._internal.build_env import get_runnable_pip File "/tmp/test_python_0wokym24/tmpzj_12whn/pip-24.0-py3-none-any.whl/pip/_internal/build_env.py", line 19, in <module> from pip._internal.cli.spinners import open_spinner File "/tmp/test_python_0wokym24/tmpzj_12whn/pip-24.0-py3-none-any.whl/pip/_internal/cli/spinners.py", line 9, in <module> from pip._internal.utils.logging import get_indentation File "/tmp/test_python_0wokym24/tmpzj_12whn/pip-24.0-py3-none-any.whl/pip/_internal/utils/logging.py", line 4, in <module> import logging.handlers 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: EOF read where object expected Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/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.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/runpy.py", line 88, in _run_code exec(code, run_globals) ~~~~^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/ensurepip/__main__.py", line 5, in <module> sys.exit(ensurepip._main()) ~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/ensurepip/__init__.py", line 257, in _main return _bootstrap( root=args.root, ...<4 lines>... default_pip=args.default_pip, ) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/ensurepip/__init__.py", line 172, in _bootstrap return _run_pip([*args, "pip"], [os.fsdecode(tmp_wheel_path)]) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/ensurepip/__init__.py", line 87, in _run_pip return subprocess.run(cmd, check=True).returncode ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/tmp/test_python_0wokym24/tmpcsww9q_1/bin/python', '-W', 'ignore::DeprecationWarning', '-c', '\nimport runpy\nimport sys\nsys.path = [\'/tmp/test_python_0wokym24/tmpzj_12whn/pip-24.0-py3-none-any.whl\'] + sys.path\nsys.argv[1:] = [\'install\', \'--no-cache-dir\', \'--no-index\', \'--find-links\', \'/tmp/test_python_0wokym24/tmpzj_12whn\', \'--upgrade\', \'pip\']\nrunpy.run_module("pip", run_name="__main__", alter_sys=True)\n']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_os.py", line 1351, in setUp os.makedirs(self.sub11_path) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 217, in makedirs makedirs(head, exist_ok=exist_ok) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 217, in makedirs makedirs(head, exist_ok=exist_ok) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ NotADirectoryError: [Errno 20] Not a directory: '@test_3945843_tmpæ/TEST1'
Traceback (most recent call last): File "<string>", line 3, in <module> with open('@test_3967791_tmpæ', "w", encoding="utf-8") as envfile: envfile.write(os.environ['foo']) OSError: [Errno 28] No space left on device FAIL
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_traceback.py", line 189, in test_recursion_error_during_traceback with open(TESTFN, 'w') as f: f.write(code) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1390, in setUp with open(self.source, 'w', encoding='utf-8') as fp: print('# This is a test file written by test_import.py', file=fp) OSError: [Errno 28] No space left on device
TracebackTests.test_exec_failure)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_import/__init__.py", line 1657, in setUp os.mkdir(TESTFN) ~~~~~~~~^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_3965716_tmpæ'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pathlib/test_pathlib.py", line 525, in setUp super().setUp() ~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_pathlib/test_pathlib_abc.py", line 1539, in setUp p.joinpath('dirA').mkdir() ~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/pathlib/_local.py", line 722, in mkdir os.mkdir(self, mode) ~~~~~~~~^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/@test_3955648_tmpæ/dirA'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 74, in test_dumbdbm_modification self.init_db() ~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_dumb.py", line 161, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: for k in self._dict: f[k] = self._dict[k] File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/contextlib.py", line 364, in __exit__ self.thing.close() ~~~~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 277, in close self._commit() ~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/dumb.py", line 131, in _commit with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f: ...<5 lines>... f.write(entry) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_codecs.py", line 2896, in test_seek0 f.seek(0) ~~~~~~^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/codecs.py", line 742, in seek self.stream.seek(offset, whence) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_mailbox.py", line 1077, in test_permissions_after_flush self._box.add(self._template % 0) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 1328, in add key = _singlefileMailbox.add(self, message) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 658, in add self._toc[self._next_key] = self._append_message(message) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/mailbox.py", line 822, in _append_message self._file.flush() ~~~~~~~~~~~~~~~~^^ OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_os.py", line 1351, in setUp os.makedirs(self.sub11_path) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 217, in makedirs makedirs(head, exist_ok=exist_ok) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 217, in makedirs makedirs(head, exist_ok=exist_ok) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/os.py", line 227, in makedirs mkdir(name, mode) ~~~~~^^^^^^^^^^^^ NotADirectoryError: [Errno 20] Not a directory: '@test_3965489_tmpæ/TEST1'
TracebackCases.test_extract_stack) ... ok
TracebackException_ExceptionGroups.test_exception_group_construction) ... ok
TracebackLegacyErrorCaretTests.test_many_lines_binary_op) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test test_mod = importlib.import_module(module_name) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import 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 1022, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_memoryio.py", line 11, in <module> import _pyio as pyio 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 1018, in exec_module File "<frozen importlib._bootstrap_external>", line 1151, in get_code File "<frozen importlib._bootstrap_external>", line 780, in _compile_bytecode EOFError: marshal data too short
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1975, in __del__ self.close() File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/zipfile/__init__.py", line 1992, in close self.fp.seek(self.start_dir) ValueError: I/O operation on closed file.
TracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... ok
Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_sqlite3.py", line 97, in setUp super().setUp() ~~~~~~~~~~~~~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_dbm_sqlite3.py", line 22, in setUp db = dbm_sqlite3.open(self.filename, "c") File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 141, in open return _Database(filename, flag=flag, mode=mode) File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 74, in __init__ self._execute(BUILD_TABLE) ~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-x86_64.clang/build/Lib/dbm/sqlite3.py", line 82, in _execute raise error(str(exc)) dbm.sqlite3.error: database or disk is full
Test report
Failed tests:
- test_optparse
- test_peg_generator
- test_unicode_file
- test.test_multiprocessing_fork.test_manager
- test_file_eintr
- test_mailbox
- test_reprlib
- test.test_asyncio.test_base_events
- test_fstring
- test_file
- test_email
- test_import
- test_cppext
- test.test_multiprocessing_fork.test_processes
- test_venv
- test_filecmp
- test_ssl
- test_cmd_line_script
- test.test_multiprocessing_fork.test_threads
- test_resource
- test_trace
- test_fileinput
- test_tempfile
- test_site
- test.test_multiprocessing_fork.test_misc
- test_urllib2
- test_pty
- test_urllib2net
- test_subprocess
- test_glob
- test_capi
- test_regrtest
- test_sysconfig
- test_zipfile
- test_configparser
- test_xml_etree_c
- test_ntpath
- test_largefile
- test.test_multiprocessing_spawn.test_manager
- test_xml_etree
- test_bufio
- test_tcl
- test_readline
- test_stat
- test.test_multiprocessing_forkserver.test_threads
- test_univnewlines
- test_array
- test_dbm_ndbm
- test.test_inspect.test_inspect
- test_iter
- test.test_multiprocessing_forkserver.test_manager
- test_pathlib
- test_tarfile
- test.test_multiprocessing_forkserver.test_misc
- test_genericpath
- test_exceptions
- test_gettext
- test_http_cookiejar
- test_pickle
- test_cext
- test_profile
- test_posixpath
- test_memoryio
- test_tracemalloc
- test_linecache
- test_fileio
- test_netrc
- test_utf8_mode
- test_dbm_sqlite3
- test.test_asyncio.test_unix_events
- test_embed
- test_gc
- test_cprofile
- test_pdb
- test_dbm_dumb
- test_multibytecodec
- test.test_concurrent_futures.test_init
- test_json
- test_dbm_gnu
- test_sqlite3
- test_str
- test_socket
- test_builtin
- test_urllibnet
- test.test_multiprocessing_spawn.test_misc
- test_posix
- test_os
- test_base64
- test_plistlib
- test_traceback
- test_source_encoding
- test.test_multiprocessing_spawn.test_processes
- test_codecs
- test_logging
- test_importlib
- test_platform
- test_wave
- test_io
- test_unicode_file_functions
- test_cmd_line
- test_clinic
- test_gzip
- test_marshal
- test.test_multiprocessing_forkserver.test_processes
- test_shutil
- test_tokenize
Failed subtests:
- test_repr_common - test.test_pathlib.test_pathlib.PosixPathTest.test_repr_common
- test_build_limited - test.test_cext.TestExt.test_build_limited
- test_flush - test.test_mailbox.TestBabyl.test_flush
- test_fromfile - test.test_regrtest.ArgsTestCase.test_fromfile
- test_unseekable_overflowed_write - test.test_wave.WavePCM8Test.test_unseekable_overflowed_write
- test_listdir - test.test_unicode_file_functions.UnicodeNFCFileTests.test_listdir
- setUpClass - test.test_peg_generator.test_c_parser.TestCParser
- test_unpickle_module_race - test.test_pickle.CUnpicklerTests.test_unpickle_module_race
- test_nonascii_filename - test.test_dbm_dumb.DumbDBMTestCase.test_nonascii_filename
- test_resolve_loop - test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_loop
- test_initialize_with_file - test.test_mailbox.TestMMDFMessage.test_initialize_with_file
- test_is_mount - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount
- test_values - test.test_mailbox.TestBabyl.test_values
- test_checkline_before_debugging - test.test_pdb.ChecklineTests.test_checkline_before_debugging
- test_write_python_directory - test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory
- test_iterkeys - test.test_mailbox.TestMaildir.test_iterkeys
- test_in_and_not_in - test.test_iter.TestCase.test_in_and_not_in
- test_bool_not_empty - test.test_dbm_ndbm.DbmTestCase.test_bool_not_empty
- test_writestr_compression - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compression
- test_complex_symlinks_relative - test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMaildir.test_get_file_can_be_closed_twice
- test_walk_symlink - test.test_os.BytesWalkTests.test_walk_symlink
- test_write_text_with_newlines - test.test_pathlib.test_pathlib.PosixPathTest.test_write_text_with_newlines
- test_random_open - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_random_open
- test_root_common - test.test_pathlib.test_pathlib.PathTest.test_root_common
- test_module - test.test_reprlib.LongReprTest.test_module
- test_repr_roundtrips - test.test_pathlib.test_pathlib.PathTest.test_repr_roundtrips
- test_writestr_compression - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compression
- test_basics - test.test_import.PycRewritingTests.test_basics
- test_iter_file - test.test_iter.TestCase.test_iter_file
- test_different - test.test_filecmp.FileCompareTestCase.test_different
- test_as_uri_non_ascii - test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_non_ascii
- test_fileobj_mode - test.test_gzip.TestGzip.test_fileobj_mode
- test_is_socket_false - test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_false
- test_unencodable_filename - test.test_import.ImportTracebackTests.test_unencodable_filename
- test_token_value_escape - test.test_netrc.NetrcTestCase.test_token_value_escape
- test_specified_path - test.test_urllibnet.urlretrieveNetworkTests.test_specified_path
- test_len - test.test_mailbox.TestBabyl.test_len
- test_path_abspath - test.test_posixpath.PathLikeTests.test_path_abspath
- test_ignores_newline_at_end - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_ignores_newline_at_end
- test_is_reserved_deprecated - test.test_pathlib.test_pathlib.PathTest.test_is_reserved_deprecated
- test_get_file - test.test_mailbox.TestMaildir.test_get_file
- test_itervalues - test.test_mailbox.TestMbox.test_itervalues
- test_as_uri_non_ascii - test.test_pathlib.test_pathlib.PathTest.test_as_uri_non_ascii
- test_sets - test.test_marshal.ContainerTestCase.test_sets
- test_ignores_stuff_appended_past_comments - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_ignores_stuff_appended_past_comments
- test_glob_recurse_symlinks_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_recurse_symlinks_common
- test_write_params - test.test_wave.WavePCM32Test.test_write_params
- test_path_abspath - test.test_ntpath.PathLikeTests.test_path_abspath
- test_div_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_div_common
- test_stem_empty - test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_empty
- test_stem_empty - test.test_pathlib.test_pathlib.PosixPathTest.test_stem_empty
- test_str_subclass_common - test.test_pathlib.test_pathlib.PathTest.test_str_subclass_common
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestMaildir.test_add_that_raises_leaves_mailbox_empty
- test_pop - test.test_mailbox.TestMMDF.test_pop
- test_walk_bottom_up - test.test_os.BytesWalkTests.test_walk_bottom_up
- test_iteritems - test.test_mailbox.TestMMDF.test_iteritems
- test_write_filtered_python_package - test.test_zipfile.test_core.PyZipFileTests.test_write_filtered_python_package
- test_exists - test.test_ntpath.NtCommonTest.test_exists
- test_permissions_after_flush - test.test_mailbox.TestBabyl.test_permissions_after_flush
- test_glob_dot - test.test_pathlib.test_pathlib.PathTest.test_glob_dot
- test_fs_holes - test.test_posix.PosixTester.test_fs_holes
- test_walk_prune - test.test_pathlib.test_pathlib.PathTest.test_walk_prune
- test_open_uri - test.test_sqlite3.test_dbapi.OpenTests.test_open_uri
- test_glob_literal - test.test_glob.GlobTests.test_glob_literal
- test_rmdir - test.test_pathlib.test_pathlib.PathSubclassTest.test_rmdir
- test_fd_transfer - test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_fd_transfer
- test_tofromfile - test.test_array.ShortTest.test_tofromfile
- test_iter - test.test_mailbox.TestMbox.test_iter
- test_discard - test.test_mailbox.TestMH.test_discard
- test_broken_submodule - test.test_import.ImportTracebackTests.test_broken_submodule
- test_directory - test.test_stat.TestFilemodeCStat.test_directory
- test_repr_common - test.test_pathlib.test_pathlib.PathTest.test_repr_common
- test_get_string - test.test_mailbox.TestMaildir.test_get_string
- test_runctx - test.test_profile.ProfileTest.test_runctx
- test_eq_common - test.test_pathlib.test_pathlib.PosixPathTest.test_eq_common
- test_write_text_with_newlines - test.test_pathlib.test_pathlib.PathSubclassTest.test_write_text_with_newlines
- test_parse_path_common - test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_common
- test_script_abspath - test.test_cmd_line_script.CmdLineTest.test_script_abspath
- test_path_isabs - test.test_ntpath.PathLikeTests.test_path_isabs
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestMaildir.test_add_nonascii_StringIO_raises
- test_file_from_empty_string_dir - test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_file_from_empty_string_dir
- test_file_like_path - test.test_os.BytesWalkTests.test_file_like_path
- test_lock_unlock - test.test_mailbox.TestMaildir.test_lock_unlock
- setUpClass - test.test_gettext.GNUTranslationParsingTest
- test_open - test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_open
- test_too_many_files - test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files
- test_write_to_filename_as_unicode - test.test_xml_etree_c.IOTest.test_write_to_filename_as_unicode
- test_pathlike_file - test.test_gzip.TestOpen.test_pathlike_file
- test_refresh - test.test_mailbox.TestMaildir.test_refresh
- test_truncated_zipfile - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_truncated_zipfile
- test_tofromfile - test.test_array.IntTest.test_tofromfile
- test_writestr_compression - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compression
- test_get_message - test.test_mailbox.TestMaildir.test_get_message
- test_str_subclass_common - test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_common
- test_fspath_common - test.test_pathlib.test_pathlib.PosixPathTest.test_fspath_common
- test_truncate - test.test_posix.PosixTester.test_truncate
- testList - test.test_marshal.InstancingTestCase.testList
- test_cwd_with_relative_arg - test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_arg
- test_readline - test.test_mailbox.TestPartialFile.test_readline
- test_unseekable_incompleted_write - test.test_wave.WavePCM16Test.test_unseekable_incompleted_write
- test_bool_on_closed_db_raises - test.test_dbm_ndbm.DbmTestCase.test_bool_on_closed_db_raises
- test_side_effect_import - test.test_importlib.test_threaded_import.ThreadedImportTests.test_side_effect_import
- test_stem_common - test.test_pathlib.test_pathlib.PosixPathTest.test_stem_common
- test_tofromfile - test.test_array.DoubleTest.test_tofromfile
- test_nonascii_filename - test.test_dbm_gnu.TestGdbm.test_nonascii_filename
- test_utime_by_times - test.test_os.UtimeTests.test_utime_by_times
- test_read - test.test_gzip.TestGzip.test_read
- test_as_bytes_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_as_bytes_common
- test_with_name_empty - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_empty
- test_encode_file - test.test_base64.TestMain.test_encode_file
- test_permissions_after_flush - test.test_mailbox.TestMMDF.test_permissions_after_flush
- test_mkdir - test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir
- test_bytes - test.test_dbm_ndbm.DbmTestCase.test_bytes
- test_replace - test.test_pathlib.test_pathlib.PathTest.test_replace
- test_matchfile - test.test_regrtest.ArgsTestCase.test_matchfile
- test_len - test.test_mailbox.TestMbox.test_len
- test_itervalues - test.test_mailbox.TestMMDF.test_itervalues
- test_path_expandvars - test.test_ntpath.PathLikeTests.test_path_expandvars
- test_with_stem_common - test.test_pathlib.test_pathlib.PathTest.test_with_stem_common
- test_flush - test.test_mailbox.TestMbox.test_flush
- test_update - test.test_mailbox.TestMH.test_update
- test_abspath_issue3426 - test.test_posixpath.PosixCommonTest.test_abspath_issue3426
- test_mkdir_no_parents_file - test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_no_parents_file
- setUpClass - test.test_gettext.GNUTranslationsClassPluralFormsTestCase
- test_consume_iterator_twice - test.test_os.TestScandir.test_consume_iterator_twice
- test_extract_dir - test.test_zipfile.test_core.TestWithDirectory.test_extract_dir
- test_is_absolute_posix - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_posix
- test_glob_bytes_directory_with_trailing_slash - test.test_glob.GlobTests.test_glob_bytes_directory_with_trailing_slash
- test_1647484 - test.test_gzip.TestGzip.test_1647484
- test_context_manager_with_filename - test.test_wave.WavePCM24Test.test_context_manager_with_filename
- test_repr_roundtrips - test.test_pathlib.test_pathlib.PosixPathTest.test_repr_roundtrips
- test_walk_bottom_up - test.test_os.BytesFwalkTests.test_walk_bottom_up
- test_ints - test.test_marshal.IntTestCase.test_ints
- test_get_string_from - test.test_mailbox.TestMMDF.test_get_string_from
- test_values - test.test_mailbox.TestMH.test_values
- test_syntax_warning_infinite_recursion_in_file - test.test_fstring.TestCase.test_syntax_warning_infinite_recursion_in_file
- test_folder_file_perms - test.test_mailbox.TestMaildir.test_folder_file_perms
- testSet - test.test_marshal.InstancingTestCase.testSet
- test_mkdir_parents - test.test_pathlib.test_pathlib.PathTest.test_mkdir_parents
- test_different_parsers_unordered - test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unordered
- test_touch_mode - test.test_pathlib.test_pathlib.PosixPathTest.test_touch_mode
- test_exists - test.test_pathlib.test_pathlib.PosixPathTest.test_exists
- test_unseekable_write - test.test_wave.WavePCM32Test.test_unseekable_write
- test_write_to_binary_file_with_encoding - test.test_xml_etree_c.IOTest.test_write_to_binary_file_with_encoding
- test_expanduser_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_common
- test_translate - test.test_glob.GlobTests.test_translate
- test_iter - test.test_mailbox.TestMaildir.test_iter
- test_add_mbox_or_mmdf_message - test.test_mailbox.TestMMDF.test_add_mbox_or_mmdf_message
- test_name_empty - test.test_pathlib.test_pathlib.PosixPathTest.test_name_empty
- test_glob_one_directory - test.test_glob.GlobTests.test_glob_one_directory
- test_glob_recurse_symlinks_common - test.test_pathlib.test_pathlib.PosixPathTest.test_glob_recurse_symlinks_common
- test_package_without_a_main - test.test_pdb.PdbTestCase.test_package_without_a_main
- test_walk_symlink_location - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_symlink_location
- test_filewrite - test.test_array.UCS4Test.test_filewrite
- test_match_common - test.test_pathlib.test_pathlib.PathTest.test_match_common
- test_match_empty - test.test_pathlib.test_pathlib.PathSubclassTest.test_match_empty
- test_peek - test.test_gzip.TestGzip.test_peek
- setUpClass - test.test_gettext.GettextTestCase2
- test_directory - test.test_stat.TestFilemodePyStat.test_directory
- test_encoding_error_handler - test.test_gzip.TestOpen.test_encoding_error_handler
- test_seek_write - test.test_gzip.TestGzip.test_seek_write
- test_pop - test.test_mailbox.TestBabyl.test_pop
- test_eq_posix - test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_posix
- test_mkfifo_dir_fd - test.test_posix.TestPosixDirFd.test_mkfifo_dir_fd
- test_case_sensitivity_mapping_access - test.test_configparser.MultilineValuesTestCase.test_case_sensitivity_mapping_access
- test_cookie_files_are_truncated - test.test_http_cookiejar.FileCookieJarTests.test_cookie_files_are_truncated
- test_popitem_and_flush_twice - test.test_mailbox.TestMMDF.test_popitem_and_flush_twice
- test_glob_permissions - test.test_pathlib.test_pathlib.PosixPathTest.test_glob_permissions
- test_values - test.test_mailbox.TestMaildir.test_values
- test_parse_windows_path - test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_windows_path
- test_hardlink_to - test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to
- test_group - test.test_pathlib.test_pathlib.PathSubclassTest.test_group
- test_path_realpath - test.test_ntpath.PathLikeTests.test_path_realpath
- test_glob_many_open_files - test.test_pathlib.test_pathlib.PosixPathTest.test_glob_many_open_files
- test_name_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_name_common
- test_large_time - test.test_os.UtimeTests.test_large_time
- test_as_posix_common - test.test_pathlib.test_pathlib.PathTest.test_as_posix_common
- test_is_fifo_false - test.test_pathlib.test_pathlib.PathTest.test_is_fifo_false
- test_popitem - test.test_mailbox.TestMH.test_popitem
- test_from_uri_posix - test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_posix
- test_len - test.test_mailbox.TestMaildir.test_len
- test_comment_before_machine_line_hash_only - test.test_netrc.NetrcTestCase.test_comment_before_machine_line_hash_only
- test_is_mount_root - test.test_pathlib.test_pathlib.PosixPathTest.test_is_mount_root
- test_nonempty_maildir_cur - test.test_mailbox.MaildirTestCase.test_nonempty_maildir_cur
- test_add_binary_file - test.test_mailbox.TestMaildir.test_add_binary_file
- test_disallow_instantiation - test.test_dbm_gnu.TestGdbm.test_disallow_instantiation
- test_cwd - test.test_pathlib.test_pathlib.PathSubclassTest.test_cwd
- test_open_undecodable_uri - test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri
- test_readwrite_delete - test.test_dbm_sqlite3.ReadWrite.test_readwrite_delete
- test_iterdir_nodir - test.test_pathlib.test_pathlib.PathTest.test_iterdir_nodir
- test_sameopenfile - test.test_ntpath.NtCommonTest.test_sameopenfile
- test_sort_keys_flag - test.test_json.test_tool.TestTool.test_sort_keys_flag
- test_incompleted_write - test.test_wave.WavePCM8Test.test_incompleted_write
- test_flags - test.test_multiprocessing_forkserver.test_misc.TestFlags.test_flags
- test_rglob_recurse_symlinks_common - test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_common
- test_rglob_posix - test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_posix
- test_walk_bad_dir - test.test_pathlib.test_pathlib.PosixPathTest.test_walk_bad_dir
- test_message_separator - test.test_mailbox.TestMbox.test_message_separator
- test_anchor_common - test.test_pathlib.test_pathlib.PosixPathTest.test_anchor_common
- testBytes - test.test_marshal.InstancingTestCase.testBytes
- test_writestr_compression - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compression
- test_root_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_root_common
- test_suffix_common - test.test_pathlib.test_pathlib.PathTest.test_suffix_common
- test_get_file - test.test_mailbox.TestBabyl.test_get_file
- test_incompleted_write - test.test_wave.WavePCM24Test.test_incompleted_write
- test_readrc_kwarg - test.test_pdb.PdbTestCase.test_readrc_kwarg
- test_write_object_to_file - test.test_marshal.CAPI_TestCase.test_write_object_to_file
- test_rmdir - test.test_pathlib.test_pathlib.PathTest.test_rmdir
- test_walk_above_recursion_limit - test.test_os.WalkTests.test_walk_above_recursion_limit
- test_write_array - test.test_wave.WavePCM16Test.test_write_array
- test_too_many_files_append - test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files_append
- test_parts_interning - test.test_pathlib.test_pathlib.PathTest.test_parts_interning
- test_compresslevel_basic - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_compresslevel_basic
- test_full_match_common - test.test_pathlib.test_pathlib.PathTest.test_full_match_common
- test_path_normpath - test.test_ntpath.PathLikeTests.test_path_normpath
- test_setitem - test.test_configparser.MultilineValuesTestCase.test_setitem
- test_constructor_common - test.test_pathlib.test_pathlib.PathTest.test_constructor_common
- test_full_match_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_full_match_common
- test_match_common - test.test_pathlib.test_pathlib.PosixPathTest.test_match_common
- test_samefile - test.test_posixpath.PosixCommonTest.test_samefile
- test_glob_long_symlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_long_symlink
- test_read_write_text - test.test_pathlib.test_pathlib.PosixPathTest.test_read_write_text
- test_as_uri_posix - test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_posix
- test_failures - test.test_unicode_file_functions.UnicodeNFDFileTests.test_failures
- test_misuse_invalid_flag - test.test_dbm_sqlite3.Misuse.test_misuse_invalid_flag
- test_with_stem_seps - test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_seps
- test_addpackage - test.test_site.HelperFunctionsTests.test_addpackage
- test_constructor_nested - test.test_pathlib.test_pathlib.PathTest.test_constructor_nested
- test_touch_common - test.test_pathlib.test_pathlib.PathTest.test_touch_common
- test_rglob_pathlike - test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_pathlike
- test_parse_path_posix - test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_posix
- test_touch_nochange - test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_nochange
- test_walk_bad_dir - test.test_os.WalkTests.test_walk_bad_dir
- test_get_bytes - test.test_mailbox.TestMaildir.test_get_bytes
- test_expanduser_posix - test.test_pathlib.test_pathlib.PathTest.test_expanduser_posix
- test_items - test.test_mailbox.TestMMDF.test_items
- test_as_uri_common - test.test_pathlib.test_pathlib.PathTest.test_as_uri_common
- test_clear - test.test_configparser.MultilineValuesTestCase.test_clear
- test_root_posix - test.test_pathlib.test_pathlib.PathTest.test_root_posix
- test_is_mount_root - test.test_pathlib.test_pathlib.PathTest.test_is_mount_root
- test_run_fileexflags - test.test_capi.test_run.CAPITest.test_run_fileexflags
- test_seek - test.test_codecs.BasicUnicodeTest.test_seek
- test_seek_and_tell - test.test_mailbox.TestPartialFile.test_seek_and_tell
- test_open_mode - test.test_pathlib.test_pathlib.PathSubclassTest.test_open_mode
- test_drive_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_common
- test_div_posix - test.test_pathlib.test_pathlib.PathTest.test_div_posix
- test_empty_string_for_dir - test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_empty_string_for_dir
- test_reorganize - test.test_dbm_gnu.TestGdbm.test_reorganize
- test_iterdir_nodir - test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_nodir
- test_is_symlink - test.test_pathlib.test_pathlib.PathTest.test_is_symlink
- test_tuple - test.test_marshal.ContainerTestCase.test_tuple
- test_walk_many_open_files - test.test_pathlib.test_pathlib.PathTest.test_walk_many_open_files
- test_walk_topdown - test.test_os.BytesWalkTests.test_walk_topdown
- test_pdbrc_alias - test.test_pdb.PdbTestCase.test_pdbrc_alias
- test_popitem_and_flush_twice - test.test_mailbox.TestMH.test_popitem_and_flush_twice
- test_list_folders - test.test_mailbox.TestMaildir.test_list_folders
- test_readlink - test.test_pathlib.test_pathlib.PathTest.test_readlink
- test_unlink_missing_ok - test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink_missing_ok
- test_file_modified_after_execution - test.test_pdb.PdbTestCase.test_file_modified_after_execution
- test_close_after_close - test.test_zipfile.test_core.LzmaWriterTests.test_close_after_close
- test_is_relative_to_several_args - test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_several_args
- test_readline - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readline
- test_toplevel_non_ordered_tokens - test.test_netrc.NetrcTestCase.test_toplevel_non_ordered_tokens
- test_walk_many_open_files - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_many_open_files
- test_readline - test.test_fileinput.FileInputTests.test_readline
- test_pop - test.test_mailbox.TestMaildir.test_pop
- setUpClass - test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests
- test_spec - test.test_pdb.PdbTestCase.test_spec
- test_fd_transfer - test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_fd_transfer
- test_is_relative_to_several_args - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_several_args
- test_glob_many_open_files - test.test_pathlib.test_pathlib.PathTest.test_glob_many_open_files
- test_empty_string_for_dir - test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_empty_string_for_dir
- test_addpackage_import_bad_syntax - test.test_site.HelperFunctionsTests.test_addpackage_import_bad_syntax
- test_no_import_lock_contention - test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_no_import_lock_contention
- test_stem_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_common
- test_write_to_binary_file_with_bom - test.test_xml_etree.IOTest.test_write_to_binary_file_with_bom
- test_add_file_after_2107 - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_add_file_after_2107
- test_empty_path - test.test_pathlib.test_pathlib.PathSubclassTest.test_empty_path
- test_samestat_on_link - test.test_ntpath.NtCommonTest.test_samestat_on_link
- test_iterparse - test.test_xml_etree.ElementTreeTest.test_iterparse
- test_basic - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_basic
- test_glob_empty_pattern - test.test_glob.GlobTests.test_glob_empty_pattern
- test_sameopenfile - test.test_posixpath.PosixCommonTest.test_sameopenfile
- test_lstat_nosymlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat_nosymlink
- test_nonascii_abspath - test.test_ntpath.NtCommonTest.test_nonascii_abspath
- test_initialize_with_file - test.test_mailbox.TestMboxMessage.test_initialize_with_file
- test_open_common - test.test_pathlib.test_pathlib.PosixPathTest.test_open_common
- test_relock - test.test_mailbox.TestMMDF.test_relock
- test_dumbdbm_creation - test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_creation
- test_open - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_open
- test_complex_symlinks_relative - test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative
- test_parts_common - test.test_pathlib.test_pathlib.PosixPathTest.test_parts_common
- test_unseekable_zip_known_filesize - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_unseekable_zip_known_filesize
- test_concrete_parser - test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_parser
- test_fspath_protocol_bytes - test.test_os.TestScandir.test_fspath_protocol_bytes
- test_dumbdbm_read - test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_read
- test_tofromfile - test.test_array.FloatTest.test_tofromfile
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestBabyl.test_add_that_raises_leaves_mailbox_empty
- test_open - test.test_unicode_file_functions.UnicodeNFKDFileTests.test_open
- test_unpickable - test.test_os.TestDirEntry.test_unpickable
- test_zipwritefile_attrs - test.test_zipfile.test_core.DeflateWriterTests.test_zipwritefile_attrs
- test_write_array - test.test_gzip.TestGzip.test_write_array
- test_readlines - test.test_mailbox.TestProxyFile.test_readlines
- test_lookup - test.test_mailbox.TestMaildir.test_lookup
- test_walk_above_recursion_limit - test.test_os.FwalkTests.test_walk_above_recursion_limit
- test_module_without_source - test.test_import.PycRewritingTests.test_module_without_source
- test_cover_files_written_no_highlight - test.test_trace.TestCoverageCommandLineOutput.test_cover_files_written_no_highlight
- test_misuse_invalid_key - test.test_dbm_sqlite3.Misuse.test_misuse_invalid_key
- test_flags - test.test_dbm_gnu.TestGdbm.test_flags
- test_utime_directory - test.test_os.UtimeTests.test_utime_directory
- test_remove_flag - test.test_mailbox.TestMaildir.test_remove_flag
- test_initialize_with_binary_file - test.test_mailbox.TestMaildirMessage.test_initialize_with_binary_file
- test_parents_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_parents_common
- test_repr - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_repr
- test_contains - test.test_mailbox.TestMbox.test_contains
- test_overflowed_write - test.test_wave.WavePCM24Test.test_overflowed_write
- test_incompleted_write - test.test_wave.WavePCM16Test.test_incompleted_write
- test_touch_common - test.test_pathlib.test_pathlib.PosixPathTest.test_touch_common
- test_chmod_follow_symlinks_true - test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod_follow_symlinks_true
- test_textio_readlines - test.test_gzip.TestGzip.test_textio_readlines
- test_mozilla_filepermissions - test.test_http_cookiejar.FileCookieJarTests.test_mozilla_filepermissions
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestMMDF.test_add_that_raises_leaves_mailbox_empty
- test_type - test.test_reprlib.LongReprTest.test_type
- test_add_binary_nonascii_file - test.test_mailbox.TestBabyl.test_add_binary_nonascii_file
- test_isfile - test.test_genericpath.TestGenericTest.test_isfile
- test_add_binary_nonascii_file - test.test_mailbox.TestMaildir.test_add_binary_nonascii_file
- test_mkdir_exist_ok_root - test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_root
- test_pickling_common - test.test_pathlib.test_pathlib.PathTest.test_pickling_common
- test_with_name_empty - test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_empty
- test_unseekable_incompleted_write - test.test_wave.WavePCM24ExtTest.test_unseekable_incompleted_write
- test_dup2 - test.test_posix.TestPosixSpawn.test_dup2
- test_is_char_device_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_false
- test_repr - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_repr
- test_div_nested - test.test_pathlib.test_pathlib.PathTest.test_div_nested
- test_read_object_from_file - test.test_marshal.CAPI_TestCase.test_read_object_from_file
- test_misuse_iter_close1 - test.test_dbm_sqlite3.Misuse.test_misuse_iter_close1
- test_home - test.test_pathlib.test_pathlib.PathSubclassTest.test_home
- test_read_not_from_start - test.test_wave.WavePCM16Test.test_read_not_from_start
- test_no_ensure_ascii_flag - test.test_json.test_tool.TestTool.test_no_ensure_ascii_flag
- test_add_StringIO_warns - test.test_mailbox.TestMbox.test_add_StringIO_warns
- test_complex_symlinks_absolute - test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_absolute
- test_nonascii_history - test.test_readline.TestHistoryManipulation.test_nonascii_history
- test_comment_after_machine_line_hash_only - test.test_netrc.NetrcTestCase.test_comment_after_machine_line_hash_only
- test_token_value_non_ascii - test.test_netrc.NetrcTestCase.test_token_value_non_ascii
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestMH.test_add_invalid_8bit_bytes_header
- test_add_from_bytes - test.test_mailbox.TestMbox.test_add_from_bytes
- test_clear - test.test_dbm_ndbm.DbmTestCase.test_clear
- test_add_flag - test.test_mailbox.TestMaildir.test_add_flag
- test_constructor_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_common
- test_read1 - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read1
- test_initialize - test.test_mailbox.TestPartialFile.test_initialize
- test_ordering_common - test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_common
- test_equivalences - test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences
- test_memoryview - test.test_marshal.BufferTestCase.test_memoryview
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestMH.test_add_nonascii_StringIO_raises
- test_complex_symlinks_absolute - test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_absolute
- test_mkdir_exist_ok - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok
- test_get_string - test.test_mailbox.TestMbox.test_get_string
- test_relock - test.test_mailbox.TestMbox.test_relock
- test_misuse_double_delete - test.test_dbm_sqlite3.Misuse.test_misuse_double_delete
- test_interact_on_disk_file - test.test_sqlite3.test_cli.InteractiveSession.test_interact_on_disk_file
- test_ismount_non_existent - test.test_posixpath.PosixPathTest.test_ismount_non_existent
- test_write_to_binary_file - test.test_xml_etree.IOTest.test_write_to_binary_file
- test_is_fifo_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_false
- test_path_split - test.test_posixpath.PathLikeTests.test_path_split
- test_glob_pathlike - test.test_pathlib.test_pathlib.PosixPathTest.test_glob_pathlike
- test_bad_decode_args - test.test_codecs.BasicUnicodeTest.test_bad_decode_args
- test_getitem - test.test_mailbox.TestMH.test_getitem
- test_iterkeys - test.test_mailbox.TestBabyl.test_iterkeys
- test_timestamp_overflow - test.test_import.ImportTests.test_timestamp_overflow
- test_path_relpath - test.test_ntpath.PathLikeTests.test_path_relpath
- test_write_to_binary_file - test.test_xml_etree_c.IOTest.test_write_to_binary_file
- test_open_file - test.test_posix.TestPosixSpawn.test_open_file
- test_unlink - test.test_pathlib.test_pathlib.PathTest.test_unlink
- test_normalize - test.test_unicode_file_functions.UnicodeNFDFileTests.test_normalize
- test_rglob_recurse_symlinks_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_common
- test_glob_permissions - test.test_pathlib.test_pathlib.PathTest.test_glob_permissions
- test_translate_matching - test.test_glob.GlobTests.test_translate_matching
- test_syntax_error - test.test_import.ImportTracebackTests.test_syntax_error
- test_removed_dir - test.test_os.TestScandir.test_removed_dir
- test_glob_pathlike - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_pathlike
- test_zipextfile_attrs - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_zipextfile_attrs
- test_lockf - test.test_posix.PosixTester.test_lockf
- test_pdbrc_commands - test.test_pdb.PdbTestCase.test_pdbrc_commands
- test_flush - test.test_mailbox.TestMaildir.test_flush
- test_rename - test.test_pathlib.test_pathlib.PathTest.test_rename
- test_glob_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_common
- test_is_file_no_follow_symlinks - test.test_pathlib.test_pathlib.PathTest.test_is_file_no_follow_symlinks
- test_nonexisting_file - test.test_dbm_ndbm.DbmTestCase.test_nonexisting_file
- test_pop - test.test_mailbox.TestMbox.test_pop
- test_random - test.test_dbm_dumb.DumbDBMTestCase.test_random
- test_initialize_existing - test.test_mailbox.TestMaildir.test_initialize_existing
- test_utime_current_old - test.test_os.UtimeTests.test_utime_current_old
- test_clear - test.test_mailbox.TestMaildir.test_clear
- test_rglob_recurse_symlinks_false - test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_false
- test_get_folder - test.test_mailbox.TestMH.test_get_folder
- test_corrupt_readwrite - test.test_dbm_sqlite3.CorruptDatabase.test_corrupt_readwrite
- test_open - test.test_unicode_file_functions.UnicodeFileTests.test_open
- testInt - test.test_marshal.InstancingTestCase.testInt
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestMaildir.test_add_invalid_8bit_bytes_header
- test_glob_empty_pattern - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_empty_pattern
- test_read_not_from_start - test.test_wave.WavePCM8Test.test_read_not_from_start
- test_is_relative_to_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_common
- test_clean - test.test_mailbox.TestMaildir.test_clean
- test_with_suffix_empty - test.test_pathlib.test_pathlib.PathTest.test_with_suffix_empty
- test_remove - test.test_mailbox.TestMH.test_remove
- test_get_string - test.test_mailbox.TestMMDF.test_get_string
- test_unlink_missing_ok - test.test_pathlib.test_pathlib.PathTest.test_unlink_missing_ok
- test_with_open - test.test_gzip.TestGzip.test_with_open
- test_complex_symlinks_absolute - test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_absolute
- test_is_fifo_false - test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_false
- test_tofromfile - test.test_array.UnicodeTest.test_tofromfile
- test_dict - test.test_marshal.ContainerTestCase.test_dict
- test_isfile - test.test_posixpath.PosixCommonTest.test_isfile
- test_bytes - test.test_pathlib.test_pathlib.PosixPathTest.test_bytes
- test_append - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_append
- test_context_manager_with_filename - test.test_wave.WavePCM24ExtTest.test_context_manager_with_filename
- test_add_StringIO_warns - test.test_mailbox.TestBabyl.test_add_StringIO_warns
- test_readlines - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readlines
- test_rename - test.test_unicode_file_functions.UnicodeFileTests.test_rename
- test_walk_bad_dir - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_bad_dir
- test_open_with_pathlike - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_open_with_pathlike
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMH.test_get_file_can_be_closed_twice
- test_with_suffix_invalid - test.test_pathlib.test_pathlib.PathTest.test_with_suffix_invalid
- test_write_bytearray - test.test_wave.WavePCM32Test.test_write_bytearray
- test_stat - test.test_pathlib.test_pathlib.PosixPathTest.test_stat
- test_file_modified_after_execution_with_multiple_instances - test.test_pdb.PdbTestCase.test_file_modified_after_execution_with_multiple_instances
- test_write_to_binary_file_with_encoding - test.test_xml_etree.IOTest.test_write_to_binary_file_with_encoding
- test_get_folder - test.test_mailbox.TestMaildir.test_get_folder
- test_open_with_pathlike - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open_with_pathlike
- test_stem_common - test.test_pathlib.test_pathlib.PathTest.test_stem_common
- test_translate_seps - test.test_glob.GlobTests.test_translate_seps
- test_as_uri_posix - test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_posix
- test_close - test.test_mailbox.TestMH.test_close
- test_no_import_lock_contention - test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_no_import_lock_contention
- test_is_relative_to_common - test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_common
- test_glob_permissions - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_permissions
- test_remove - test.test_mailbox.TestMbox.test_remove
- test_readline_read - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readline_read
- test_iteration - test.test_mailbox.TestPartialFile.test_iteration
- test_read - test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_read
- test_dump_message - test.test_mailbox.TestMaildir.test_dump_message
- test_hidden_glob - test.test_glob.GlobTests.test_hidden_glob
- test_is_block_device_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_block_device_false
- test_from_uri_posix - test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_posix
- test_clear - test.test_mailbox.TestMH.test_clear
- test_raise_timeout - test.test_sqlite3.test_transactions.TransactionTests.test_raise_timeout
- test_filetype_notfile - test.test_optparse.TestExtendAddTypes.test_filetype_notfile
- test_checkcache_for_modified_file - test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_modified_file
- test_pdbrc_semicolon - test.test_pdb.PdbTestCase.test_pdbrc_semicolon
- test_listdir - test.test_unicode_file_functions.UnicodeNFKCFileTests.test_listdir
- test_ftruncate - test.test_posix.PosixTester.test_ftruncate
- test_add_nonascii_string_header_raises - test.test_mailbox.TestMH.test_add_nonascii_string_header_raises
- test_audit_run_interactivehook - test.test_embed.AuditingTests.test_audit_run_interactivehook
- test_rename_dir_fd - test.test_posix.TestPosixDirFd.test_rename_dir_fd
- test_lstat - test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat
- test_glob0 - test.test_glob.GlobTests.test_glob0
- test_eq_common - test.test_pathlib.test_pathlib.PathTest.test_eq_common
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestMMDF.test_add_invalid_8bit_bytes_header
- test_read_short_from_file - test.test_marshal.CAPI_TestCase.test_read_short_from_file
- test_checkcache - test.test_linecache.LineCacheTests.test_checkcache
- test_add_text_file_warns - test.test_mailbox.TestMbox.test_add_text_file_warns
- test_path_ismount - test.test_ntpath.PathLikeTests.test_path_ismount
- test_writestr_compresslevel - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compresslevel
- test_non_ascii - test.test_cmd_line_script.CmdLineTest.test_non_ascii
- test_add_doesnt_rewrite - test.test_mailbox.TestMbox.test_add_doesnt_rewrite
- test_path_expanduser - test.test_posixpath.PathLikeTests.test_path_expanduser
- test_read1 - test.test_gzip.TestGzip.test_read1
- test_is_junction_false - test.test_pathlib.test_pathlib.PathTest.test_is_junction_false
- test_no_import_lock_contention - test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_no_import_lock_contention
- test_build - test.test_cppext.TestCPPExt.test_build
- test_iteritems - test.test_mailbox.TestMbox.test_iteritems
- test_join_common - test.test_pathlib.test_pathlib.PathTest.test_join_common
- test_open - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open
- testPyObjectPrintNoRefObject - test.test_capi.test_object.PrintTest.testPyObjectPrintNoRefObject
- test_weird_errors - test.test_configparser.MultilineValuesTestCase.test_weird_errors
- test_filename_in_syntaxerror - test.test_fstring.TestCase.test_filename_in_syntaxerror
- test_mkdir_exist_ok - test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok
- test_glob_case_sensitive - test.test_pathlib.test_pathlib.PathTest.test_glob_case_sensitive
- test_lstat_nosymlink - test.test_pathlib.test_pathlib.PathTest.test_lstat_nosymlink
- test_path_splitdrive - test.test_posixpath.PathLikeTests.test_path_splitdrive
- test_unseekable_incompleted_write - test.test_wave.WavePCM24Test.test_unseekable_incompleted_write
- test_write_readonly_file - test.test_dbm_gnu.TestGdbm.test_write_readonly_file
- test_isdir - test.test_ntpath.NtCommonTest.test_isdir
- test_is_reserved_deprecated - test.test_pathlib.test_pathlib.PosixPathTest.test_is_reserved_deprecated
- testFrozenSet - test.test_marshal.InstancingTestCase.testFrozenSet
- test_failures - test.test_unicode_file_functions.UnicodeNFKDFileTests.test_failures
- test_replace - test.test_pathlib.test_pathlib.PathSubclassTest.test_replace
- test_writestr_dir - test.test_zipfile.test_core.TestWithDirectory.test_writestr_dir
- test_misuse_reinit - test.test_dbm_sqlite3.Misuse.test_misuse_reinit
- test_getitem - test.test_mailbox.TestMaildir.test_getitem
- test_symlink_to - test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to
- test_resolve_loop - test.test_pathlib.test_pathlib.PathTest.test_resolve_loop
- test_delitem - test.test_mailbox.TestBabyl.test_delitem
- test_modes - test.test_fileinput.Test_hook_encoded.test_modes
- test_context_manager_with_open_file - test.test_wave.WavePCM24ExtTest.test_context_manager_with_open_file
- test_readwrite_null_key - test.test_dbm_sqlite3.ReadWrite.test_readwrite_null_key
- test_unseekable_read - test.test_wave.WavePCM16Test.test_unseekable_read
- test_sameopenfile - test.test_genericpath.TestGenericTest.test_sameopenfile
- test_readline - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readline
- test_walk_prune - test.test_os.WalkTests.test_walk_prune
- test_from_uri_pathname2url_posix - test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_posix
- test_path_isabs - test.test_posixpath.PathLikeTests.test_path_isabs
- test_issue16180 - test.test_pdb.PdbTestCase.test_issue16180
- test_match_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_match_common
- test_package___cached__ - test.test_import.PycacheTests.test_package___cached__
- test_path_splitext - test.test_posixpath.PathLikeTests.test_path_splitext
- test_replace_starts_transaction - test.test_sqlite3.test_transactions.TransactionTests.test_replace_starts_transaction
- test_normalize - test.test_unicode_file_functions.UnicodeNFCFileTests.test_normalize
- test_initialize_with_binary_file - test.test_mailbox.TestMHMessage.test_initialize_with_binary_file
- test_mkdir_exist_ok_with_parent - test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_with_parent
- test_set_pycache_prefix - test.test_cmd_line.CmdLineTest.test_set_pycache_prefix
- test_add_and_close - test.test_mailbox.TestMbox.test_add_and_close
- test_mkdir_with_child_file - test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_child_file
- test_close - test.test_mailbox.TestBabyl.test_close
- test_samefile - test.test_ntpath.NtCommonTest.test_samefile
- test_div_posix - test.test_pathlib.test_pathlib.PosixPathTest.test_div_posix
- test_equivalences - test.test_pathlib.test_pathlib.PathTest.test_equivalences
- test_passing_kwargs_deprecated - test.test_pathlib.test_pathlib.PathTest.test_passing_kwargs_deprecated
- test_bytes - test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list_with_bytestring_path
- test_eq_posix - test.test_pathlib.test_pathlib.PosixPathTest.test_eq_posix
- test_walk_bad_dir - test.test_os.BytesFwalkTests.test_walk_bad_dir
- test_read_concatenated_zip_file - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read_concatenated_zip_file
- test_failures - test.test_unicode_file_functions.UnicodeFileTests.test_failures
- test_walk_named_pipe2 - test.test_os.BytesFwalkTests.test_walk_named_pipe2
- test_samefile_on_link - test.test_ntpath.NtCommonTest.test_samefile_on_link
- test_issue7627 - test.test_mailbox.TestMH.test_issue7627
- test_lstat_nosymlink - test.test_pathlib.test_pathlib.PosixPathTest.test_lstat_nosymlink
- test_many_append - test.test_gzip.TestGzip.test_many_append
- test_full_match_common - test.test_pathlib.test_pathlib.PosixPathTest.test_full_match_common
- test_set_string_types - test.test_configparser.MultilineValuesTestCase.test_set_string_types
- test_open - test.test_tokenize.TestDetectEncoding.test_open
- test_filewrite - test.test_array.UnsignedLongTest.test_filewrite
- test_absolute_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_common
- test_iteritems - test.test_mailbox.TestMaildir.test_iteritems
- test_complex_symlinks_relative_dot_dot - test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative_dot_dot
- test_sendfile - test.test_ssl.ThreadedTests.test_sendfile
- test_pread - test.test_posix.PosixTester.test_pread
- test_concrete_parser - test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_parser
- test_absolute_posix - test.test_pathlib.test_pathlib.PathTest.test_absolute_posix
- test_recompute_pyc_same_second - test.test_import.PycacheTests.test_recompute_pyc_same_second
- test_write_to_text_file - test.test_xml_etree.IOTest.test_write_to_text_file
- test_iterkeys - test.test_mailbox.TestMbox.test_iterkeys
- test_overflowed_write - test.test_wave.WavePCM16Test.test_overflowed_write
- test_get_bytes - test.test_mailbox.TestMH.test_get_bytes
- test_builtin_map - test.test_iter.TestCase.test_builtin_map
- test_with_stem_empty - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_empty
- test_resources - test.test_regrtest.ArgsTestCase.test_resources
- test_resolve_dot - test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_dot
- test_unsupported_parser - test.test_pathlib.test_pathlib.PosixPathTest.test_unsupported_parser
- test_walk_topdown - test.test_pathlib.test_pathlib.PosixPathTest.test_walk_topdown
- test_glob_inaccessible - test.test_pathlib.test_pathlib.PathTest.test_glob_inaccessible
- test_write_pyfile_bad_syntax - test.test_zipfile.test_core.PyZipFileTests.test_write_pyfile_bad_syntax
- test_keys - test.test_mailbox.TestMH.test_keys
- test_group - test.test_pathlib.test_pathlib.PosixPathTest.test_group
- test_delitem - test.test_mailbox.TestMbox.test_delitem
- test_readline_binary_mode - test.test_fileinput.FileInputTests.test_readline_binary_mode
- test_runctx - test.test_cprofile.CProfileTest.test_runctx
- test_walk_bad_dir - test.test_pathlib.test_pathlib.PathTest.test_walk_bad_dir
- test_folder - test.test_mailbox.TestMaildir.test_folder
- test_parent_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_parent_common
- test_exists - test.test_posixpath.PosixCommonTest.test_exists
- test_popitem_and_flush_twice - test.test_mailbox.TestMaildir.test_popitem_and_flush_twice
- test_tofromfile - test.test_array.UnsignedShortTest.test_tofromfile
- test_traceback_specialization_with_syntax_error - test.test_traceback.PurePythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error
- test_bool_empty - test.test_dbm_gnu.TestGdbm.test_bool_empty
- test_readonly_keys - test.test_dbm_sqlite3.ReadOnly.test_readonly_keys
- test_circular_imports - test.test_importlib.test_threaded_import.ThreadedImportTests.test_circular_imports
- test_popitem - test.test_mailbox.TestMMDF.test_popitem
- test_pdbrc_basic - test.test_pdb.PdbTestCase.test_pdbrc_basic
- test_join_nested - test.test_pathlib.test_pathlib.PosixPathTest.test_join_nested
- test_str_subclass_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_common
- test_writing_errors - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writing_errors
- test_evalfile_surrogates_in_result - test.test_tcl.TclTest.test_evalfile_surrogates_in_result
- test_class - test.test_inspect.test_inspect.TestNoEOL.test_class
- test_open - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open
- test_traceback_specialization_with_syntax_error - test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error
- test_ordering_common - test.test_pathlib.test_pathlib.PathTest.test_ordering_common
- test_add_binary_nonascii_file - test.test_mailbox.TestMH.test_add_binary_nonascii_file
- test_file - test.test_urllib2net.OtherNetworkTests.test_file
- test_directory - test.test_unicode_file_functions.UnicodeNFKDFileTests.test_directory
- test_walk_many_open_files - test.test_os.BytesWalkTests.test_walk_many_open_files
- test_toggle_auto_commit - test.test_sqlite3.test_transactions.TransactionTests.test_toggle_auto_commit
- test_path_commonpath - test.test_ntpath.PathLikeTests.test_path_commonpath
- test_instance - test.test_reprlib.LongReprTest.test_instance
- test_glob_directory_with_trailing_slash - test.test_glob.GlobTests.test_glob_directory_with_trailing_slash
- test_resolve_root - test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_root
- test_current_directory - test.test_os.TestScandir.test_current_directory
- test_mkdir_exist_ok_root - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_root
- test_listdir - test.test_unicode_file_functions.UnicodeNFDFileTests.test_listdir
- test_error_conditions - test.test_dbm_gnu.TestGdbm.test_error_conditions
- test_multiple_writes - test.test_wave.WavePCM16Test.test_multiple_writes
- test_coverage - test.test_trace.TestCoverage.test_coverage
- test_copy - test.test_wave.WavePCM32Test.test_copy
- test_invalid_utf8 - test.test_source_encoding.UTF8ValidatorTest.test_invalid_utf8
- test_unseekable_read - test.test_wave.WavePCM32Test.test_unseekable_read
- test_glob_posix - test.test_pathlib.test_pathlib.PosixPathTest.test_glob_posix
- test_copy - test.test_wave.WavePCM24Test.test_copy
- test_keys - test.test_mailbox.TestMMDF.test_keys
- test_decode - test.test_base64.TestMain.test_decode
- test_builtin_list - test.test_iter.TestCase.test_builtin_list
- test_chmod_follow_symlinks_true - test.test_pathlib.test_pathlib.PathTest.test_chmod_follow_symlinks_true
- test_unload_tests - test.test_regrtest.ArgsTestCase.test_unload_tests
- test_initialize_with_file - test.test_mailbox.TestMaildirMessage.test_initialize_with_file
- testStr - test.test_marshal.InstancingTestCase.testStr
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestMH.test_invalid_nonascii_header_as_string
- test_issue84583 - test.test_pdb.PdbTestCase.test_issue84583
- test_addpackage_import_bad_exec - test.test_site.HelperFunctionsTests.test_addpackage_import_bad_exec
- test_bytes_exc_message - test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes_exc_message
- test_home - test.test_pathlib.test_pathlib.PathTest.test_home
- test_open_close_open - test.test_mailbox.TestMMDF.test_open_close_open
- test_bytes - test.test_marshal.StringTestCase.test_bytes
- test_macros - test.test_netrc.NetrcTestCase.test_macros
- test_suffix_common - test.test_pathlib.test_pathlib.PosixPathTest.test_suffix_common
- test_read_not_from_start - test.test_wave.WavePCM32Test.test_read_not_from_start
- test_mkdir_concurrent_parent_creation - test.test_pathlib.test_pathlib.PathTest.test_mkdir_concurrent_parent_creation
- test_lstat - test.test_pathlib.test_pathlib.PathTest.test_lstat
- test_write_to_binary_file_with_bom - test.test_xml_etree_c.IOTest.test_write_to_binary_file_with_bom
- test_glob_case_sensitive - test.test_pathlib.test_pathlib.PosixPathTest.test_glob_case_sensitive
- test_random_open - test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_random_open
- test_is_symlink - test.test_pathlib.test_pathlib.PosixPathTest.test_is_symlink
- test_bug691291 - test.test_codecs.UTF16Test.test_bug691291
- test_token_value_trailing_hash - test.test_netrc.NetrcTestCase.test_token_value_trailing_hash
- test_random_open - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_random_open
- test_read_after_close - test.test_zipfile.test_core.TestsWithMultipleOpens.test_read_after_close
- test_stem_empty - test.test_pathlib.test_pathlib.PathTest.test_stem_empty
- test_chmod_dir_fd - test.test_posix.TestPosixDirFd.test_chmod_dir_fd
- test_set_MM - test.test_mailbox.TestMaildir.test_set_MM
- test_tofromfile - test.test_array.UnsignedIntTest.test_tofromfile
- test_glob_dotdot - test.test_pathlib.test_pathlib.PathTest.test_glob_dotdot
- test_getitem - test.test_mailbox.TestBabyl.test_getitem
- test_mkdir_no_parents_file - test.test_pathlib.test_pathlib.PathTest.test_mkdir_no_parents_file
- test_reread - test.test_mailbox.TestMaildir.test_reread
- test_utime_current - test.test_os.UtimeTests.test_utime_current
- test_unseekable_write - test.test_wave.WavePCM8Test.test_unseekable_write
- test_misuse_use_after_close - test.test_dbm_sqlite3.Misuse.test_misuse_use_after_close
- test_utime_fd - test.test_os.UtimeTests.test_utime_fd
- test_repr - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_repr
- test_gh_93696_frozen_list - test.test_pdb.PdbTestCase.test_gh_93696_frozen_list
- test_writing_errors - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writing_errors
- test_isdir - test.test_genericpath.TestGenericTest.test_isdir
- test_coverage - test.test_regrtest.ArgsTestCase.test_coverage
- test_unlink_dir_fd - test.test_posix.TestPosixDirFd.test_unlink_dir_fd
- test_path_lexists - test.test_posixpath.PathLikeTests.test_path_lexists
- test_root_posix - test.test_pathlib.test_pathlib.PathSubclassTest.test_root_posix
- test_context_manager - test.test_dbm_dumb.DumbDBMTestCase.test_context_manager
- test_encoding - test.test_gzip.TestOpen.test_encoding
- test_chmod_dir - test.test_posix.PosixTester.test_chmod_dir
- test_contains - test.test_mailbox.TestBabyl.test_contains
- test_filewrite - test.test_array.FloatTest.test_filewrite
- test_line_endings - test.test_dbm_dumb.DumbDBMTestCase.test_line_endings
- test_update - test.test_mailbox.TestBabyl.test_update
- test_add_text_file_warns - test.test_mailbox.TestBabyl.test_add_text_file_warns
- test_unseekable_overflowed_write - test.test_wave.WavePCM32Test.test_unseekable_overflowed_write
- test_bytes - test.test_dbm_gnu.TestGdbm.test_bytes
- test_isdir - test.test_posixpath.PosixCommonTest.test_isdir
- test_context_manager - test.test_dbm_gnu.TestGdbm.test_context_manager
- test_import_bug - test.test_import.ImportTracebackTests.test_import_bug
- test_find_function_first_executable_line - test.test_pdb.PdbTestCase.test_find_function_first_executable_line
- test_pwrite - test.test_posix.PosixTester.test_pwrite
- test_glob_directory_names - test.test_glob.GlobTests.test_glob_directory_names
- test_values - test.test_mailbox.TestMbox.test_values
- test_path_normcase - test.test_posixpath.PathLikeTests.test_path_normcase
- test_with_suffix_invalid - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_invalid
- test_multiple_cursors_and_iternext - test.test_sqlite3.test_transactions.TransactionTests.test_multiple_cursors_and_iternext
- test_missing_value - test.test_http_cookiejar.CookieTests.test_missing_value
- test_absolute_posix - test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_posix
- test_dump_message - test.test_mailbox.TestMH.test_dump_message
- test_io_on_closed_zipextfile - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_io_on_closed_zipextfile
- test_write - test.test_wave.WavePCM32Test.test_write
- test_initialize - test.test_mailbox.TestProxyFile.test_initialize
- test_iter - test.test_mailbox.TestBabyl.test_iter
- test_get - test.test_mailbox.TestMH.test_get
- test_add_8bit_body - test.test_mailbox.TestBabyl.test_add_8bit_body
- test_walk_topdown - test.test_os.BytesFwalkTests.test_walk_topdown
- test_multiple_writes - test.test_wave.WavePCM24Test.test_multiple_writes
- test_broken_symlink - test.test_os.TestScandir.test_broken_symlink
- test_failing_reload - test.test_import.ImportTests.test_failing_reload
- test_is_file - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file
- test_is_dir - test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir
- test_join_posix - test.test_pathlib.test_pathlib.PosixPathTest.test_join_posix
- test_pickling_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_pickling_common
- test_read_write_text - test.test_pathlib.test_pathlib.PathTest.test_read_write_text
- test_is_file_no_follow_symlinks - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file_no_follow_symlinks
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestBabyl.test_add_invalid_8bit_bytes_header
- test_get_message - test.test_mailbox.TestMH.test_get_message
- test_mkdir - test.test_pathlib.test_pathlib.PathTest.test_mkdir
- test_directory - test.test_unicode_file_functions.UnicodeNFKCFileTests.test_directory
- test_path_getctime - test.test_genericpath.PathLikeTests.test_path_getctime
- test_relative_to_common - test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_common
- test_issue36250 - test.test_pdb.PdbTestCase.test_issue36250
- test_bytes - test.test_pathlib.test_pathlib.PathTest.test_bytes
- test_write - test.test_configparser.MultilineValuesTestCase.test_write
- setUpModule - test.test_tarfile
- test_matches_pathbase_api - test.test_pathlib.test_pathlib.PosixPathTest.test_matches_pathbase_api
- test_suffixes_common - test.test_pathlib.test_pathlib.PosixPathTest.test_suffixes_common
- test_popitem_and_flush_twice - test.test_mailbox.TestBabyl.test_popitem_and_flush_twice
- test_context_manager_with_open_file - test.test_wave.WavePCM16Test.test_context_manager_with_open_file
- test_buffered_reader - test.test_gzip.TestGzip.test_buffered_reader
- test_write_to_filename_with_encoding - test.test_xml_etree.IOTest.test_write_to_filename_with_encoding
- test_touch_nochange - test.test_pathlib.test_pathlib.PosixPathTest.test_touch_nochange
- test_run_module - test.test_pdb.PdbTestCase.test_run_module
- test_open_with_pathlike - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open_with_pathlike
- test_update_starts_transaction - test.test_sqlite3.test_transactions.TransactionTests.test_update_starts_transaction
- test_div_common - test.test_pathlib.test_pathlib.PathTest.test_div_common
- test_stat - test.test_pathlib.test_pathlib.PathTest.test_stat
- test_cwd_with_relative_executable - test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_executable
- test_complex_symlinks_relative_dot_dot - test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative_dot_dot
- test_complex_symlinks_relative_dot_dot - test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative_dot_dot
- test_items - test.test_mailbox.TestBabyl.test_items
- test_exists - test.test_pathlib.test_pathlib.PathTest.test_exists
- test_builtin_max_min - test.test_iter.TestCase.test_builtin_max_min
- test_open - test.test_builtin.BuiltinTest.test_open
- test_popitem - test.test_mailbox.TestMaildir.test_popitem
- test_mknod_dir_fd - test.test_posix.TestPosixDirFd.test_mknod_dir_fd
- test_utime - test.test_os.UtimeTests.test_utime
- test_glob_dot - test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dot
- test_set_info - test.test_mailbox.TestMaildir.test_set_info
- test_glob_named_pipe - test.test_glob.GlobTests.test_glob_named_pipe
- test_file_modified_after_execution_with_restart - test.test_pdb.PdbTestCase.test_file_modified_after_execution_with_restart
- test_rmdir - test.test_pathlib.test_pathlib.PosixPathTest.test_rmdir
- test_write_after_close - test.test_zipfile.test_core.LzmaWriterTests.test_write_after_close
- test_token_value_quotes - test.test_netrc.NetrcTestCase.test_token_value_quotes
- test_walk_symlink_location - test.test_pathlib.test_pathlib.PosixPathTest.test_walk_symlink_location
- test_method - test.test_reprlib.LongReprTest.test_method
- test_cwd_with_relative_arg - test.test_subprocess.ProcessTestCase.test_cwd_with_relative_arg
- test_issue7964 - test.test_pdb.PdbTestCase.test_issue7964
- test_path_splitext - test.test_ntpath.PathLikeTests.test_path_splitext
- test_checkline_after_reset - test.test_pdb.ChecklineTests.test_checkline_after_reset
- test_chmod - test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod
- test_labels - test.test_mailbox.TestBabyl.test_labels
- test_glob_above_recursion_limit - test.test_pathlib.test_pathlib.PosixPathTest.test_glob_above_recursion_limit
- test_fileobj_with_name - test.test_gzip.TestGzip.test_fileobj_with_name
- test_io_on_closed_object - test.test_gzip.TestGzip.test_io_on_closed_object
- test_walk_bad_dir - test.test_os.FwalkTests.test_walk_bad_dir
- test_utime_dir_fd - test.test_posix.TestPosixDirFd.test_utime_dir_fd
- test_get_message - test.test_mailbox.TestMMDF.test_get_message
- test_get_string - test.test_mailbox.TestBabyl.test_get_string
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestMbox.test_add_that_raises_leaves_mailbox_empty
- test_path_dirname - test.test_posixpath.PathLikeTests.test_path_dirname
- test_walk_follow_symlinks - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_follow_symlinks
- test_translate_recursive - test.test_glob.GlobTests.test_translate_recursive
- test_path_split - test.test_ntpath.PathLikeTests.test_path_split
- test_addpackage_import_bad_pth_file - test.test_site.HelperFunctionsTests.test_addpackage_import_bad_pth_file
- test_suffixes_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_suffixes_common
- test_path_isdir - test.test_ntpath.PathLikeTests.test_path_isdir
- test_add_nonascii_string_header_raises - test.test_mailbox.TestMMDF.test_add_nonascii_string_header_raises
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestBabyl.test_add_nonascii_StringIO_raises
- test_countOf - test.test_iter.TestCase.test_countOf
- test_open_unquoted_uri - test.test_sqlite3.test_dbapi.OpenTests.test_open_unquoted_uri
- test_walk_prune - test.test_pathlib.test_pathlib.PosixPathTest.test_walk_prune
- test_initialize_with_binary_file - test.test_mailbox.TestMessage.test_initialize_with_binary_file
- test_walk_prune - test.test_os.FwalkTests.test_walk_prune
- test_with_stem_empty - test.test_pathlib.test_pathlib.PathTest.test_with_stem_empty
- test_getsize - test.test_ntpath.NtCommonTest.test_getsize
- test_file_from_empty_string_dir - test.test_importlib.source.test_file_loader.Source_SimpleTest.test_file_from_empty_string_dir
- testBytesAddr - test.test_socket.TestUnixDomain.testBytesAddr
- test_from_uri_pathname2url_posix - test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_posix
- test_with_pip - test.test_venv.EnsurePipTest.test_with_pip
- test_unsupported_parser - test.test_pathlib.test_pathlib.PathSubclassTest.test_unsupported_parser
- test_walk_bottom_up - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_bottom_up
- test_with_name_seps - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_seps
- test_zipextfile_attrs - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_zipextfile_attrs
- test_stat_no_follow_symlinks - test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks
- test_bytearray - test.test_marshal.BufferTestCase.test_bytearray
- test_fspath_protocol - test.test_os.TestScandir.test_fspath_protocol
- test_update - test.test_mailbox.TestMbox.test_update
- test_utime_dir_fd - test.test_os.UtimeTests.test_utime_dir_fd
- test_dml_does_not_auto_commit_before - test.test_sqlite3.test_transactions.TransactionTests.test_dml_does_not_auto_commit_before
- test_absolute_posix - test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_posix
- test_tofromfile - test.test_array.ByteTest.test_tofromfile
- test_symlink_to - test.test_pathlib.test_pathlib.PathTest.test_symlink_to
- test_open_default_encoding - test.test_builtin.BuiltinTest.test_open_default_encoding
- test_delitem - test.test_mailbox.TestMH.test_delitem
- test_is_char_device_true - test.test_pathlib.test_pathlib.PathTest.test_is_char_device_true
- test_mkdir_exist_ok_with_parent - test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_with_parent
- test_add_file_before_1980 - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_add_file_before_1980
- test_translate_include_hidden - test.test_glob.GlobTests.test_translate_include_hidden
- test_write_bytearray - test.test_wave.WavePCM24ExtTest.test_write_bytearray
- test_path_expanduser - test.test_ntpath.PathLikeTests.test_path_expanduser
- test_walk_symlink_location - test.test_pathlib.test_pathlib.PathTest.test_walk_symlink_location
- test_paddedfile_getattr - test.test_gzip.TestGzip.test_paddedfile_getattr
- test_indexOf - test.test_iter.TestCase.test_indexOf
- test_stat_dir_fd - test.test_posix.TestPosixDirFd.test_stat_dir_fd
- setUpClass - test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase
- test_mkdir_exist_ok - test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok
- test_write_pathlike - test.test_zipfile.test_core.PyZipFileTests.test_write_pathlike
- test_concrete_class - test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_class
- test_walk_bad_dir2 - test.test_os.BytesWalkTests.test_walk_bad_dir2
- test_glob_posix - test.test_pathlib.test_pathlib.PathTest.test_glob_posix
- test_write_bytearray - test.test_wave.WavePCM24Test.test_write_bytearray
- test_import_in_del_does_not_crash - test.test_import.ImportTests.test_import_in_del_does_not_crash
- test_exclusive_write - test.test_gzip.TestGzip.test_exclusive_write
- test_copy - test.test_wave.WavePCM24ExtTest.test_copy
- test_comment_at_end_of_machine_line_pass_has_hash - test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line_pass_has_hash
- test_bool - test.test_marshal.IntTestCase.test_bool
- test_no_import_lock_contention - test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_no_import_lock_contention
- test_with_segments_common - test.test_pathlib.test_pathlib.PathTest.test_with_segments_common
- test_listdir - test.test_unicode_file_functions.UnicodeFileTests.test_listdir
- test_absolute_arcnames - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_absolute_arcnames
- test_write_bytearray - test.test_wave.WavePCM8Test.test_write_bytearray
- test_filetime - test.test_posixpath.PosixCommonTest.test_filetime
- test_iterlines - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_iterlines
- test_close_twice - test.test_dbm_dumb.DumbDBMTestCase.test_close_twice
- test_module_without_a_main - test.test_pdb.PdbTestCase.test_module_without_a_main
- test_misuse_double_create - test.test_dbm_sqlite3.Misuse.test_misuse_double_create
- test_list_folders - test.test_mailbox.TestMH.test_list_folders
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestMaildir.test_invalid_nonascii_header_as_string
- test_initialize_with_binary_file - test.test_mailbox.TestBabylMessage.test_initialize_with_binary_file
- test_isolatedmode - test.test_cmd_line.CmdLineTest.test_isolatedmode
- test_glob_common - test.test_pathlib.test_pathlib.PathTest.test_glob_common
- test_path_isfile - test.test_genericpath.PathLikeTests.test_path_isfile
- test_specify_environment - test.test_posix.TestPosixSpawn.test_specify_environment
- test_glob_many_open_files - test.test_glob.GlobTests.test_glob_many_open_files
- test_comment_before_machine_line - test.test_netrc.NetrcTestCase.test_comment_before_machine_line
- test_different_parsers_unequal - test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unequal
- test_broken_from - test.test_import.ImportTracebackTests.test_broken_from
- test_write_memoryview - test.test_wave.WavePCM24ExtTest.test_write_memoryview
- test_path_lexists - test.test_ntpath.PathLikeTests.test_path_lexists
- test_walk_bottom_up - test.test_os.FwalkTests.test_walk_bottom_up
- test_with_name_empty - test.test_pathlib.test_pathlib.PathTest.test_with_name_empty
- test_walk_symlink - test.test_os.FwalkTests.test_walk_symlink
- testPyObjectPrintNULL - test.test_capi.test_object.PrintTest.testPyObjectPrintNULL
- test_glob_many_open_files - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_many_open_files
- test_match - test.test_regrtest.ParseArgsTestCase.test_match
- test_add - test.test_mailbox.TestBabyl.test_add
- test_get_bytes - test.test_mailbox.TestMMDF.test_get_bytes
- test_unseekable_overflowed_write - test.test_wave.WavePCM16Test.test_unseekable_overflowed_write
- test_glob_common - test.test_pathlib.test_pathlib.PosixPathTest.test_glob_common
- test_stderr_flush - test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush
- test_parts_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_common
- test_iterdir - test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir
- test_traceback_very_long_line - test.test_traceback.PurePythonTracebackErrorCaretTests.test_traceback_very_long_line
- test_walk_above_recursion_limit - test.test_os.BytesWalkTests.test_walk_above_recursion_limit
- test_add_binary_nonascii_file - test.test_mailbox.TestMMDF.test_add_binary_nonascii_file
- test_close - test.test_mailbox.TestMbox.test_close
- test_owner - test.test_pathlib.test_pathlib.PathSubclassTest.test_owner
- test_is_dir - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir
- test_resolve_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_common
- test_writing_errors - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writing_errors
- test_join_common - test.test_pathlib.test_pathlib.PosixPathTest.test_join_common
- test_anchor_common - test.test_pathlib.test_pathlib.PathTest.test_anchor_common
- test_pyio_encoding - test.test_utf8_mode.UTF8ModeTests.test_pyio_encoding
- test_popitem - test.test_configparser.MultilineValuesTestCase.test_popitem
- test_walk_bottom_up - test.test_pathlib.test_pathlib.PathTest.test_walk_bottom_up
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestMbox.test_invalid_nonascii_header_as_string
- test_addpackage_empty_lines - test.test_site.HelperFunctionsTests.test_addpackage_empty_lines
- test_directory_in_folder - test.test_mailbox.TestMaildir.test_directory_in_folder
- test_binary_modes - test.test_gzip.TestOpen.test_binary_modes
- test_readlines - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readlines
- test_absolute_common - test.test_pathlib.test_pathlib.PathTest.test_absolute_common
- test_getitem - test.test_mailbox.TestMbox.test_getitem
- test_no_import_lock_contention - test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_no_import_lock_contention
- test_tofromfile - test.test_array.LongLongTest.test_tofromfile
- test_write_array - test.test_wave.WavePCM24Test.test_write_array
- test_debug_in_file - test.test_fstring.TestCase.test_debug_in_file
- test_rglob_posix - test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_posix
- test_readlines - test.test_gzip.TestGzip.test_readlines
- test_listdir - test.test_unicode_file_functions.UnicodeNFKDFileTests.test_listdir
- test_read_returns_file_list - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list
- test_initialize_new - test.test_mailbox.TestMaildir.test_initialize_new
- test_dumbdbm_modification - test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_modification
- test_is_mount - test.test_pathlib.test_pathlib.PosixPathTest.test_is_mount
- test_text_modes - test.test_gzip.TestOpen.test_text_modes
- test_sys_argv_list - test.test_trace.TestCommandLine.test_sys_argv_list
- test_token_value_whitespace - test.test_netrc.NetrcTestCase.test_token_value_whitespace
- test_filewrite - test.test_array.UnsignedByteTest.test_filewrite
- test_encodings - test.test_exceptions.SyntaxErrorTests.test_encodings
- test_rename - test.test_unicode_file_functions.UnicodeNFKDFileTests.test_rename
- test_walk_topdown - test.test_os.WalkTests.test_walk_topdown
- test_itervalues - test.test_mailbox.TestMaildir.test_itervalues
- test_unsupported_parser - test.test_pathlib.test_pathlib.PathTest.test_unsupported_parser
- test_add_8bit_body - test.test_mailbox.TestMbox.test_add_8bit_body
- test_keylog_defaults - test.test_ssl.TestSSLDebug.test_keylog_defaults
- test_remove - test.test_mailbox.TestBabyl.test_remove
- test_iterdir_symlink - test.test_pathlib.test_pathlib.PathTest.test_iterdir_symlink
- test_normalize - test.test_unicode_file_functions.UnicodeNFKCFileTests.test_normalize
- test_rglob_symlink_loop - test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_symlink_loop
- test_as_uri_non_ascii - test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_non_ascii
- test_directory - test.test_unicode_file_functions.UnicodeNFCFileTests.test_directory
- test_walk_above_recursion_limit - test.test_os.BytesFwalkTests.test_walk_above_recursion_limit
- test_ctx_mgr_rollback_if_commit_failed - test.test_sqlite3.test_dbapi.MultiprocessTests.test_ctx_mgr_rollback_if_commit_failed
- test_filetime - test.test_genericpath.TestGenericTest.test_filetime
- test_bytes - test.test_os.TestScandir.test_bytes
- test_filewrite - test.test_array.UnsignedLongLongTest.test_filewrite
- test_blocks_at_first_code_line - test.test_pdb.PdbTestCase.test_blocks_at_first_code_line
- test_is_block_device_false - test.test_pathlib.test_pathlib.PathTest.test_is_block_device_false
- test_filewrite - test.test_array.ShortTest.test_filewrite
- test_no_caret_with_no_debug_ranges_flag_python_traceback - test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback
- test_is_socket_true - test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_true
- test_path_splitroot - test.test_ntpath.PathLikeTests.test_path_splitroot
- test_iterdir_symlink - test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_symlink
- test_string - test.test_marshal.StringTestCase.test_string
- test_ordering_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_common
- test_is_junction_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_false
- test_file_like_path - test.test_os.FwalkTests.test_file_like_path
- test_write_to_filename - test.test_xml_etree.IOTest.test_write_to_filename
- test_suffix_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_suffix_common
- test_div_nested - test.test_pathlib.test_pathlib.PosixPathTest.test_div_nested
- test_readline - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline
- test_exec_failure - test.test_import.ImportTracebackTests.test_exec_failure
- test_unicode_join_endcase - test.test_iter.TestCase.test_unicode_join_endcase
- testFloat - test.test_marshal.InstancingTestCase.testFloat
- test_as_uri_common - test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_common
- test_expanduser_common - test.test_pathlib.test_pathlib.PathTest.test_expanduser_common
- test_discard - test.test_mailbox.TestMbox.test_discard
- test_cloned_forced_text_signature - test.test_clinic.ClinicWholeFileTest.test_cloned_forced_text_signature
- test_itervalues - test.test_mailbox.TestMH.test_itervalues
- test_file_parse_error_multiline - test.test_source_encoding.MiscSourceEncodingTest.test_file_parse_error_multiline
- test_open - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_open
- test_ignorefile - test.test_regrtest.ArgsTestCase.test_ignorefile
- test_initialize_with_file - test.test_mailbox.TestMHMessage.test_initialize_with_file
- test_sequences - test.test_mailbox.TestMH.test_sequences
- test_write - test.test_gzip.TestGzip.test_write
- test_unseekable_write - test.test_wave.WavePCM24Test.test_unseekable_write
- test_utime_nonexistent - test.test_os.UtimeTests.test_utime_nonexistent
- test_path_getmtime - test.test_genericpath.PathLikeTests.test_path_getmtime
- test_build_c11 - test.test_cext.TestExt.test_build_c11
- test_glob_long_symlink - test.test_pathlib.test_pathlib.PosixPathTest.test_glob_long_symlink
- test_get_string_from - test.test_mailbox.TestMbox.test_get_string_from
- test_readwrite_unique_key - test.test_dbm_sqlite3.ReadWrite.test_readwrite_unique_key
- test_drive_common - test.test_pathlib.test_pathlib.PosixPathTest.test_drive_common
- test_write_with_optimization - test.test_zipfile.test_core.PyZipFileTests.test_write_with_optimization
- test_touch_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_common
- test_write_read_with_pathlike_file - test.test_gzip.TestGzip.test_write_read_with_pathlike_file
- test_write_array - test.test_wave.WavePCM32Test.test_write_array
- test_get_bytes - test.test_mailbox.TestMbox.test_get_bytes
- test_issue26053 - test.test_pdb.PdbTestCase.test_issue26053
- test_compress_stdin_outfile - test.test_gzip.TestCommandLine.test_compress_stdin_outfile
- test_readlink_dir_fd - test.test_posix.TestPosixDirFd.test_readlink_dir_fd
- test_mkdir_no_parents_file - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_no_parents_file
- test_open_unbuffered - test.test_pathlib.test_pathlib.PathTest.test_open_unbuffered
- test_repr - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_repr
- test_is_dir - test.test_pathlib.test_pathlib.PathTest.test_is_dir
- test_with_segments_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments_common
- test_relative_to_common - test.test_pathlib.test_pathlib.PathTest.test_relative_to_common
- test_read1 - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1
- test_keys - test.test_mailbox.TestBabyl.test_keys
- test_stat_no_follow_symlinks_nosymlink - test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks_nosymlink
- test_decompress_infile_outfile - test.test_gzip.TestCommandLine.test_decompress_infile_outfile
- test_popitem - test.test_mailbox.TestMbox.test_popitem
- test_path_ismount - test.test_posixpath.PathLikeTests.test_path_ismount
- test_with_suffix_common - test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_common
- test_incompleted_write - test.test_wave.WavePCM32Test.test_incompleted_write
- test_bad_encode_args - test.test_codecs.BasicUnicodeTest.test_bad_encode_args
- test_contains - test.test_mailbox.TestMMDF.test_contains
- test_iterkeys - test.test_mailbox.TestMMDF.test_iterkeys
- test_writing_in_place - test.test_json.test_tool.TestTool.test_writing_in_place
- test_symlink_dir_fd - test.test_posix.TestPosixDirFd.test_symlink_dir_fd
- test_write_memoryview - test.test_wave.WavePCM16Test.test_write_memoryview
- test_returns_pid - test.test_posix.TestPosixSpawn.test_returns_pid
- test_path_samefile - test.test_genericpath.PathLikeTests.test_path_samefile
- test_truncated_zipfile - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_truncated_zipfile
- test_add - test.test_mailbox.TestMbox.test_add
- test_get_message - test.test_mailbox.TestBabyl.test_get_message
- test_readonly_delete - test.test_dbm_sqlite3.ReadOnly.test_readonly_delete
- test_is_dir_no_follow_symlinks - test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir_no_follow_symlinks
- test_add_nonascii_string_header_raises - test.test_mailbox.TestBabyl.test_add_nonascii_string_header_raises
- test_bad_gzip_file - test.test_gzip.TestGzip.test_bad_gzip_file
- test_ensure_ascii_default - test.test_json.test_tool.TestTool.test_ensure_ascii_default
- test_too_many_files - test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_too_many_files
- test_path_dirname - test.test_ntpath.PathLikeTests.test_path_dirname
- test_div_posix - test.test_pathlib.test_pathlib.PathSubclassTest.test_div_posix
- test_discard - test.test_mailbox.TestBabyl.test_discard
- test_glob_dot - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dot
- test_write_array - test.test_wave.WavePCM8Test.test_write_array
- test_encoding - test.test_xml_etree.ElementTreeTest.test_encoding
- test_removed_file - test.test_os.TestScandir.test_removed_file
- test_add_text_file_warns - test.test_mailbox.TestMaildir.test_add_text_file_warns
- test_find_function_found_with_bom - test.test_pdb.PdbTestCase.test_find_function_found_with_bom
- test_basic - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_basic
- test_snapshot - test.test_tracemalloc.TestTracemallocEnabled.test_snapshot
- test_add - test.test_mailbox.TestMH.test_add
- test_iterkeys - test.test_mailbox.TestMH.test_iterkeys
- test_list - test.test_marshal.ContainerTestCase.test_list
- test_walk_named_pipe2 - test.test_os.FwalkTests.test_walk_named_pipe2
- test_tofromfile - test.test_array.UnsignedLongLongTest.test_tofromfile
- test_chmod_follow_symlinks_true - test.test_pathlib.test_pathlib.PosixPathTest.test_chmod_follow_symlinks_true
- test_issue42384 - test.test_pdb.PdbTestCase.test_issue42384
- test_failures - test.test_unicode_file_functions.UnicodeNFCFileTests.test_failures
- test_count_and_summary - test.test_trace.TestCommandLine.test_count_and_summary
- test_iterdir_symlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_symlink
- test_str_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_str_common
- test_walk_named_pipe - test.test_os.BytesWalkTests.test_walk_named_pipe
- test_metadata_ascii_name - test.test_gzip.TestGzip.test_metadata_ascii_name
- test_empty_path - test.test_pathlib.test_pathlib.PosixPathTest.test_empty_path
- test_toplevel_tokens - test.test_netrc.NetrcTestCase.test_toplevel_tokens
- test_set_item - test.test_mailbox.TestMbox.test_set_item
- test_path_expandvars - test.test_posixpath.PathLikeTests.test_path_expandvars
- test_passing_kwargs_deprecated - test.test_pathlib.test_pathlib.PathSubclassTest.test_passing_kwargs_deprecated
- test_read_write_bytes - test.test_pathlib.test_pathlib.PathTest.test_read_write_bytes
- test_readlink - test.test_pathlib.test_pathlib.PosixPathTest.test_readlink
- test_uninstantiable - test.test_os.TestScandir.test_uninstantiable
- setUpClass - test.test_gettext.WeirdMetadataTest
- test_too_many_files_append - test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files_append
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestBabyl.test_invalid_nonascii_header_as_string
- test_fspath_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_fspath_common
- test_close_after_close - test.test_zipfile.test_core.DeflateWriterTests.test_close_after_close
- test_samestat - test.test_genericpath.TestGenericTest.test_samestat
- test_get_file - test.test_mailbox.TestMH.test_get_file
- test_append_to_concatenated_zip_file - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_concatenated_zip_file
- test_stderr_flush - test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush
- test_with_stem_common - test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_common
- test_read1_10 - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read1_10
- test_write - test.test_wave.WavePCM16Test.test_write
- test_add_binary_file - test.test_mailbox.TestMbox.test_add_binary_file
- test_samestat - test.test_posixpath.PosixCommonTest.test_samestat
- test_open_with_pathlib_path - test.test_dbm_ndbm.DbmTestCase.test_open_with_pathlib_path
- test_is_dir_no_follow_symlinks - test.test_pathlib.test_pathlib.PathTest.test_is_dir_no_follow_symlinks
- test_path_isdir - test.test_genericpath.PathLikeTests.test_path_isdir
- test_seek_whence - test.test_gzip.TestGzip.test_seek_whence
- test_infile_outfile - test.test_json.test_tool.TestTool.test_infile_outfile
- test_get_message - test.test_mailbox.TestMbox.test_get_message
- test_name_empty - test.test_pathlib.test_pathlib.PathSubclassTest.test_name_empty
- test_add_doesnt_rewrite - test.test_mailbox.TestMMDF.test_add_doesnt_rewrite
- test_join_nested - test.test_pathlib.test_pathlib.PathTest.test_join_nested
- test_mkdir_with_child_file - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_child_file
- test_find_function_found_with_encoding_cookie - test.test_pdb.PdbTestCase.test_find_function_found_with_encoding_cookie
- test_misuse_iter_close2 - test.test_dbm_sqlite3.Misuse.test_misuse_iter_close2
- test_empty_path - test.test_pathlib.test_pathlib.PathTest.test_empty_path
- test_open - test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_open
- test_pack - test.test_mailbox.TestMH.test_pack
- test_open_close_open - test.test_mailbox.TestMbox.test_open_close_open
- test_bug1728403 - test.test_multibytecodec.Test_StreamReader.test_bug1728403
- test_missing_source_legacy - test.test_import.PycacheTests.test_missing_source_legacy
- test_concrete_parser - test.test_pathlib.test_pathlib.PathTest.test_concrete_parser
- test_walk_prune - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_prune
- test_copy - test.test_wave.WavePCM16Test.test_copy
- test_close - test.test_mailbox.TestPartialFile.test_close
- test_write_python_package - test.test_zipfile.test_core.PyZipFileTests.test_write_python_package
- test_len - test.test_mailbox.TestMMDF.test_len
- test_add_text_file_warns - test.test_mailbox.TestMMDF.test_add_text_file_warns
- test_close - test.test_mailbox.TestProxyFile.test_close
- test_tofromfile - test.test_array.UnsignedLongTest.test_tofromfile
- test_suffixes_common - test.test_pathlib.test_pathlib.PathTest.test_suffixes_common
- test_is_relative_to_common - test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_common
- test_len - test.test_mailbox.TestMH.test_len
- test_iterdir - test.test_pathlib.test_pathlib.PathTest.test_iterdir
- test_matches_pathbase_api - test.test_pathlib.test_pathlib.PathSubclassTest.test_matches_pathbase_api
- test_as_bytes_common - test.test_pathlib.test_pathlib.PosixPathTest.test_as_bytes_common
- test_close - test.test_mailbox.TestMaildir.test_close
- test_parse_windows_path - test.test_pathlib.test_pathlib.PathTest.test_parse_windows_path
- test_infile_stdout - test.test_json.test_tool.TestTool.test_infile_stdout
- test_zipwritefile_attrs - test.test_zipfile.test_core.LzmaWriterTests.test_zipwritefile_attrs
- test_get_file - test.test_mailbox.TestMMDF.test_get_file
- test_walk_follow_symlinks - test.test_pathlib.test_pathlib.PathTest.test_walk_follow_symlinks
- test_zipextfile_attrs - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_zipextfile_attrs
- test_match_posix - test.test_pathlib.test_pathlib.PathTest.test_match_posix
- test_add_StringIO_warns - test.test_mailbox.TestMH.test_add_StringIO_warns
- test_rerun_success - test.test_regrtest.ArgsTestCase.test_rerun_success
- test_checkcache_with_no_parameter - test.test_linecache.LineCacheInvalidationTests.test_checkcache_with_no_parameter
- test_empty_string_for_dir - test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_empty_string_for_dir
- test_iteritems - test.test_mailbox.TestMH.test_iteritems
- test_build_c99 - test.test_cext.TestExt.test_build_c99
- test_set_item - test.test_mailbox.TestBabyl.test_set_item
- test_builtin_zip - test.test_iter.TestCase.test_builtin_zip
- test_iter - test.test_mailbox.TestMMDF.test_iter
- test_open_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_open_common
- test_filewrite - test.test_array.UnicodeTest.test_filewrite
- test_is_dir_no_follow_symlinks - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir_no_follow_symlinks
- test_get_file_can_be_closed_twice - test.test_mailbox.TestBabyl.test_get_file_can_be_closed_twice
- test_path_relpath - test.test_posixpath.PathLikeTests.test_path_relpath
- test_initialize_with_file - test.test_mailbox.TestMessage.test_initialize_with_file
- test_iterparse - test.test_xml_etree_c.ElementTreeTest.test_iterparse
- test_is_block_device_false - test.test_pathlib.test_pathlib.PosixPathTest.test_is_block_device_false
- test_bool_on_closed_db_raises - test.test_dbm_gnu.TestGdbm.test_bool_on_closed_db_raises
- test_large_file_exception - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_large_file_exception
- test_audit_run_startup - test.test_embed.AuditingTests.test_audit_run_startup
- test_path_splitdrive - test.test_ntpath.PathLikeTests.test_path_splitdrive
- test_walk_many_open_files - test.test_os.WalkTests.test_walk_many_open_files
- test_update - test.test_mailbox.TestMaildir.test_update
- test_import_pyc_path - test.test_import.PycacheTests.test_import_pyc_path
- test_pickling_common - test.test_pathlib.test_pathlib.PosixPathTest.test_pickling_common
- test_write_to_text_file - test.test_xml_etree_c.IOTest.test_write_to_text_file
- test_rglob_pathlike - test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_pathlike
- test_walk_named_pipe2 - test.test_os.WalkTests.test_walk_named_pipe2
- test_add_and_remove_folders - test.test_mailbox.TestMaildir.test_add_and_remove_folders
- test_read_not_from_start - test.test_wave.WavePCM24ExtTest.test_read_not_from_start
- test_open - test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_open
- test_random_open - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_random_open
- test_refresh_after_safety_period - test.test_mailbox.TestMaildir.test_refresh_after_safety_period
- test_iterdir_nodir - test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_nodir
- test_parse_path_common - test.test_pathlib.test_pathlib.PathTest.test_parse_path_common
- test_generated_valid_zip64_extra - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_generated_valid_zip64_extra
- test_with_name_common - test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_common
- test_add_8bit_body - test.test_mailbox.TestMH.test_add_8bit_body
- test_unseekable_write - test.test_wave.WavePCM16Test.test_unseekable_write
- test_basic - test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_basic
- test_copy - test.test_wave.WavePCM8Test.test_copy
- test_unicode - test.test_dbm_gnu.TestGdbm.test_unicode
- test_parent_common - test.test_pathlib.test_pathlib.PathTest.test_parent_common
- test_path_join - test.test_ntpath.PathLikeTests.test_path_join
- test_many_opens - test.test_zipfile.test_core.TestsWithMultipleOpens.test_many_opens
- test_write_bytearray - test.test_gzip.TestGzip.test_write_bytearray
- test_as_uri_posix - test.test_pathlib.test_pathlib.PathTest.test_as_uri_posix
- test_get_flags - test.test_mailbox.TestMaildir.test_get_flags
- test_bug_6050 - test.test_zipfile.test_core.TestWithDirectory.test_bug_6050
- test_chmod - test.test_pathlib.test_pathlib.PathTest.test_chmod
- test_rglob_symlink_loop - test.test_pathlib.test_pathlib.PathTest.test_rglob_symlink_loop
- test_utime_invalid_arguments - test.test_os.UtimeTests.test_utime_invalid_arguments
- test_contains - test.test_mailbox.TestMaildir.test_contains
- test_optional_tokens - test.test_netrc.NetrcTestCase.test_optional_tokens
- test_open_with_undecodable_path - test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path
- test_resolve_nonexist_relative_issue38671 - test.test_pathlib.test_pathlib.PathTest.test_resolve_nonexist_relative_issue38671
- test_walk_symlink - test.test_os.BytesFwalkTests.test_walk_symlink
- test_add - test.test_mailbox.TestMMDF.test_add
- test_flush - test.test_mailbox.TestMH.test_flush
- test_seek_read - test.test_gzip.TestGzip.test_seek_read
- test_is_fifo_true - test.test_pathlib.test_pathlib.PathTest.test_is_fifo_true
- test_getsize - test.test_posixpath.PosixCommonTest.test_getsize
- test_constructor_common - test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_common
- test_context_manager_with_filename - test.test_wave.WavePCM32Test.test_context_manager_with_filename
- test_writestr_compresslevel - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compresslevel
- test_samefile - test.test_pathlib.test_pathlib.PathSubclassTest.test_samefile
- test_too_many_files_append - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_too_many_files_append
- test_add_MM - test.test_mailbox.TestMaildir.test_add_MM
- test_readline - test.test_gzip.TestGzip.test_readline
- test_bytes_filename - test.test_gzip.TestGzip.test_bytes_filename
- setUpClass - test.test_socket.SendfileUsingSendTest
- test_parents_common - test.test_pathlib.test_pathlib.PosixPathTest.test_parents_common
- test_with_stem_seps - test.test_pathlib.test_pathlib.PathTest.test_with_stem_seps
- test_is_junction - test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction
- test_open_mode - test.test_pathlib.test_pathlib.PathTest.test_open_mode
- test_open_file - test.test_posix.TestPosixSpawnP.test_open_file
- test_errors - test.test_fileinput.Test_hook_encoded.test_errors
- test_readonly_write - test.test_dbm_sqlite3.ReadOnly.test_readonly_write
- test_group - test.test_pathlib.test_pathlib.PathTest.test_group
- test_filewrite - test.test_array.UnsignedShortTest.test_filewrite
- test_iter - test.test_mailbox.TestMH.test_iter
- test_file_to_source - test.test_import.ImportTests.test_file_to_source
- test_compresslevel_basic - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_compresslevel_basic
- test_issue9936 - test.test_trace.TestCoverage.test_issue9936
- test_clear - test.test_mailbox.TestMMDF.test_clear
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMbox.test_get_file_can_be_closed_twice
- test_unseekable_read - test.test_wave.WavePCM8Test.test_unseekable_read
- test_with_suffix_empty - test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_empty
- test_delitem - test.test_mailbox.TestMaildir.test_delitem
- test_open - test.test_unicode_file_functions.UnicodeNFCFileTests.test_open
- test_expanduser_posix - test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_posix
- test_boolean - test.test_configparser.MultilineValuesTestCase.test_boolean
- test_with_segments_common - test.test_pathlib.test_pathlib.PosixPathTest.test_with_segments_common
- test_add_mbox_or_mmdf_message - test.test_mailbox.TestMbox.test_add_mbox_or_mmdf_message
- test_escape - test.test_glob.GlobTests.test_escape
- test_walk_bad_dir2 - test.test_os.FwalkTests.test_walk_bad_dir2
- test_traceback_specialization_with_syntax_error - test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_traceback_specialization_with_syntax_error
- test_directory - test.test_unicode_file_functions.UnicodeNFDFileTests.test_directory
- test_security - test.test_netrc.NetrcTestCase.test_security
- test_read1_10 - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read1_10
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestMbox.test_add_invalid_8bit_bytes_header
- test_expanduser_common - test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_common
- test_root_common - test.test_pathlib.test_pathlib.PosixPathTest.test_root_common
- test_get_file - test.test_mailbox.TestMbox.test_get_file
- test_rglob_recurse_symlinks_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_false
- test_too_many_files_append - test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_too_many_files_append
- testEvalFile - test.test_tcl.TclTest.testEvalFile
- test_utime_by_indexed - test.test_os.UtimeTests.test_utime_by_indexed
- test_unseekable_overflowed_write - test.test_wave.WavePCM24Test.test_unseekable_overflowed_write
- test_with_suffix_common - test.test_pathlib.test_pathlib.PathTest.test_with_suffix_common
- test_touch_nochange - test.test_pathlib.test_pathlib.PathTest.test_touch_nochange
- test_readlines - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readlines
- test_parents_common - test.test_pathlib.test_pathlib.PathTest.test_parents_common
- test_get_MM - test.test_mailbox.TestMaildir.test_get_MM
- test_uninstantiable - test.test_os.TestDirEntry.test_uninstantiable
- testDict - test.test_marshal.InstancingTestCase.testDict
- test_glob_long_symlink - test.test_pathlib.test_pathlib.PathTest.test_glob_long_symlink
- test_add_binary_nonascii_file - test.test_mailbox.TestMbox.test_add_binary_nonascii_file
- test_iterlines - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_iterlines
- test_writestr_permissions - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_permissions
- test_broken_parent_from - test.test_import.ImportTracebackTests.test_broken_parent_from
- test_unlink_missing_ok - test.test_pathlib.test_pathlib.PosixPathTest.test_unlink_missing_ok
- test_multiple_writes - test.test_wave.WavePCM32Test.test_multiple_writes
- test_is_char_device_false - test.test_pathlib.test_pathlib.PathTest.test_is_char_device_false
- test_overflowed_write - test.test_wave.WavePCM8Test.test_overflowed_write
- test_write_memoryview - test.test_wave.WavePCM24Test.test_write_memoryview
- test_stat_no_follow_symlinks - test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks
- test_open_with_pathlib_path - test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_path
- test_values - test.test_mailbox.TestMMDF.test_values
- test_decoder_state - test.test_codecs.BasicUnicodeTest.test_decoder_state
- test_concrete_class - test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_class
- test_read_after_write - test.test_zipfile.test_core.TestsWithMultipleOpens.test_read_after_write
- test_read - test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_read
- test_samefile - test.test_pathlib.test_pathlib.PosixPathTest.test_samefile
- test_file_perms - test.test_mailbox.TestMbox.test_file_perms
- test_delete_starts_transaction - test.test_sqlite3.test_transactions.TransactionTests.test_delete_starts_transaction
- test_unpickle_module_race - test.test_pickle.PyUnpicklerTests.test_unpickle_module_race
- test_exists - test.test_pathlib.test_pathlib.PathSubclassTest.test_exists
- test_readlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink
- test_is_char_device_true - test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_true
- test_create_tmp - test.test_mailbox.TestMaildir.test_create_tmp
- test_read - test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_read
- test_readline_read - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline_read
- test_unseekable_incompleted_write - test.test_wave.WavePCM8Test.test_unseekable_incompleted_write
- test_write_after_close - test.test_zipfile.test_core.DeflateWriterTests.test_write_after_close
- test_path_is_absolute - test.test_tempfile.TestMkdtemp.test_path_is_absolute
- test_add_8bit_body - test.test_mailbox.TestMaildir.test_add_8bit_body
- setUpClass - test.test_socket.SendfileUsingSendfileTest
- test_add_from_string - test.test_mailbox.TestMbox.test_add_from_string
- test_filewrite - test.test_array.IntTest.test_filewrite
- test_is_relative_to_several_args - test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_several_args
- test_walk_follow_symlinks - test.test_pathlib.test_pathlib.PosixPathTest.test_walk_follow_symlinks
- test_tofromfile - test.test_array.LongTest.test_tofromfile
- test_add_and_remove_folders - test.test_mailbox.TestMH.test_add_and_remove_folders
- test_basic - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_basic
- test_constructor_nested - test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested
- test_basic - test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_basic
- test_absolute_common - test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_common
- test_random_open - test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_random_open
- test_match_empty - test.test_pathlib.test_pathlib.PosixPathTest.test_match_empty
- test_locking - test.test_sqlite3.test_transactions.TransactionTests.test_locking
- test_parse_path_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_common
- test_traceback_very_long_line - test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_traceback_very_long_line
- test_path_islink - test.test_ntpath.PathLikeTests.test_path_islink
- test_mtime - test.test_gzip.TestGzip.test_mtime
- test_add_doesnt_rewrite - test.test_mailbox.TestBabyl.test_add_doesnt_rewrite
- test_lstat - test.test_pathlib.test_pathlib.PosixPathTest.test_lstat
- test_seek0 - test.test_codecs.BomTest.test_seek0
- test_read - test.test_mailbox.TestProxyFile.test_read
- test_random_open - test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_random_open
- test_writestr_compresslevel - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compresslevel
- test_with_name_common - test.test_pathlib.test_pathlib.PathTest.test_with_name_common
- test_multiple_writes - test.test_wave.WavePCM24ExtTest.test_multiple_writes
- test_write_array - test.test_wave.WavePCM24ExtTest.test_write_array
- test_flush - test.test_mailbox.TestMMDF.test_flush
- test_cwd_with_relative_executable - test.test_subprocess.ProcessTestCase.test_cwd_with_relative_executable
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestMbox.test_add_nonascii_StringIO_raises
- test_walk_many_open_files - test.test_pathlib.test_pathlib.PosixPathTest.test_walk_many_open_files
- test_join_posix - test.test_pathlib.test_pathlib.PathSubclassTest.test_join_posix
- test_bytes_exc_message - test.test_pathlib.test_pathlib.PosixPathTest.test_bytes_exc_message
- test_glob1 - test.test_glob.GlobTests.test_glob1
- test_walk_bad_dir - test.test_os.BytesWalkTests.test_walk_bad_dir
- test_with_suffix_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_common
- test_write_after_close - test.test_zipfile.test_core.StoredWriterTests.test_write_after_close
- test_nonascii_abspath - test.test_posixpath.PosixCommonTest.test_nonascii_abspath
- test_recursive_glob - test.test_glob.GlobTests.test_recursive_glob
- test_sync_nonempty_unmodified - test.test_dbm_dumb.DumbDBMTestCase.test_sync_nonempty_unmodified
- test_glob_posix - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_posix
- test_checkline_is_not_executable - test.test_pdb.ChecklineTests.test_checkline_is_not_executable
- test_readwrite_null_value - test.test_dbm_sqlite3.ReadWrite.test_readwrite_null_value
- test_path_normpath - test.test_posixpath.PathLikeTests.test_path_normpath
- test_eval - test.test_dbm_dumb.DumbDBMTestCase.test_eval
- test_is_reserved_deprecated - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_reserved_deprecated
- test_case_sensitivity - test.test_configparser.MultilineValuesTestCase.test_case_sensitivity
- test_root_folder_in_zipfile - test.test_zipfile.test_core.TestWithDirectory.test_root_folder_in_zipfile
- test_iterlines - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_iterlines
- test_open_unbuffered - test.test_pathlib.test_pathlib.PathSubclassTest.test_open_unbuffered
- test_write_write_read - test.test_dbm_dumb.DumbDBMTestCase.test_write_write_read
- test_str_write_contains - test.test_dbm_dumb.DumbDBMTestCase.test_str_write_contains
- test_match_empty - test.test_pathlib.test_pathlib.PathTest.test_match_empty
- test_write_incompatible_type - test.test_gzip.TestGzip.test_write_incompatible_type
- test_resolve_nonexist_relative_issue38671 - test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_nonexist_relative_issue38671
- test_basic - test.test_configparser.MultilineValuesTestCase.test_basic
- test_unpickable - test.test_os.TestScandir.test_unpickable
- test_read_write_bytes - test.test_pathlib.test_pathlib.PathSubclassTest.test_read_write_bytes
- test_write_memoryview - test.test_wave.WavePCM32Test.test_write_memoryview
- test_compress_infile_outfile - test.test_gzip.TestCommandLine.test_compress_infile_outfile
- test_context_manager_with_open_file - test.test_wave.WavePCM32Test.test_context_manager_with_open_file
- test_filename_leading_dot - test.test_mailbox.TestMaildir.test_filename_leading_dot
- test_samestat_on_link - test.test_genericpath.TestGenericTest.test_samestat_on_link
- test___cached___legacy_pyc - test.test_import.PycacheTests.test___cached___legacy_pyc
- test_writelines - test.test_iter.TestCase.test_writelines
- test_initialize_with_file - test.test_mailbox.TestBabylMessage.test_initialize_with_file
- test_floats - test.test_marshal.FloatTestCase.test_floats
- test_unseekable_read - test.test_wave.WavePCM24ExtTest.test_unseekable_read
- test_walk_bottom_up - test.test_os.WalkTests.test_walk_bottom_up
- test_is_junction_false - test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction_false
- test_read1 - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read1
- test_with_segments - test.test_pathlib.test_pathlib.PosixPathTest.test_with_segments
- test_abspath_issue3426 - test.test_ntpath.NtCommonTest.test_abspath_issue3426
- test_popitem - test.test_mailbox.TestBabyl.test_popitem
- test_path_splitroot - test.test_posixpath.PathLikeTests.test_path_splitroot
- test_read - test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_read
- test_traceback_very_long_line - test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_very_long_line
- test_clear - test.test_mailbox.TestBabyl.test_clear
- test_mkdir_concurrent_parent_creation - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_concurrent_parent_creation
- test_write_to_filename_as_unicode - test.test_xml_etree.IOTest.test_write_to_filename_as_unicode
- test_cwd - test.test_pathlib.test_pathlib.PathTest.test_cwd
- test_unseekable_incompleted_write - test.test_wave.WavePCM32Test.test_unseekable_incompleted_write
- test_with_stem_seps - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_seps
- test_concrete_class - test.test_pathlib.test_pathlib.PathTest.test_concrete_class
- test_mkdir_with_child_file - test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_child_file
- test_open_mode - test.test_pathlib.test_pathlib.PosixPathTest.test_open_mode
- test_walk_topdown - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_topdown
- setUpClass - test.test_gettext.GettextTestCase1
- test_path_getsize - test.test_genericpath.PathLikeTests.test_path_getsize
- test_glob_nested_directory - test.test_glob.GlobTests.test_glob_nested_directory
- test_exec_failure_nested - test.test_import.ImportTracebackTests.test_exec_failure_nested
- test_missing_data - test.test_dbm_dumb.DumbDBMTestCase.test_missing_data
- test_lock_unlock_no_dot_mh_sequences_file - test.test_mailbox.TestMH.test_lock_unlock_no_dot_mh_sequences_file
- test_hardlink_to - test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to
- test_external - test.test_clinic.ClinicExternalTest.test_external
- test_items - test.test_mailbox.TestMbox.test_items
- testModule - test.test_marshal.InstancingTestCase.testModule
- test_seek_and_tell - test.test_mailbox.TestProxyFile.test_seek_and_tell
- test_mozilla - test.test_http_cookiejar.LWPCookieTests.test_mozilla
- test_readline - test.test_mailbox.TestProxyFile.test_readline
- test_remove - test.test_mailbox.TestMaildir.test_remove
- test_multiple_writes - test.test_wave.WavePCM8Test.test_multiple_writes
- test_get - test.test_mailbox.TestBabyl.test_get
- test_file_like_path - test.test_os.WalkTests.test_file_like_path
- test_file_like_path - test.test_os.BytesFwalkTests.test_file_like_path
- test_iteration - test.test_mailbox.TestProxyFile.test_iteration
- test_minimal_linetable_with_no_debug_ranges - test.test_marshal.CodeTestCase.test_minimal_linetable_with_no_debug_ranges
- test_write_while_reading - test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_while_reading
- test_walk_symlink - test.test_os.WalkTests.test_walk_symlink
- test_str_common - test.test_pathlib.test_pathlib.PosixPathTest.test_str_common
- test_glob_recurse_symlinks_common - test.test_pathlib.test_pathlib.PathTest.test_glob_recurse_symlinks_common
- test_write_non_pyfile - test.test_zipfile.test_core.PyZipFileTests.test_write_non_pyfile
- test_writestr_compresslevel - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compresslevel
- test_unlink - test.test_pathlib.test_pathlib.PosixPathTest.test_unlink
- test_readline - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline
- test_add_and_close - test.test_mailbox.TestMMDF.test_add_and_close
- test_add - test.test_mailbox.TestMaildir.test_add
- test_iterlines - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_iterlines
- test_mkdir_parents - test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_parents
- testPyObjectPrintObject - test.test_capi.test_object.PrintTest.testPyObjectPrintObject
- test_message_from_binary_file - test.test_email.test_email.Test8BitBytesHandling.test_message_from_binary_file
- test_set_item - test.test_mailbox.TestMMDF.test_set_item
- test_gh_94215_crash - test.test_pdb.PdbTestCase.test_gh_94215_crash
- test_touch_mode - test.test_pathlib.test_pathlib.PathTest.test_touch_mode
- test_module_is_run_as_main - test.test_pdb.PdbTestCase.test_module_is_run_as_main
- test_is_absolute_posix - test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_posix
- test_builtin_tuple - test.test_iter.TestCase.test_builtin_tuple
- test_filewrite - test.test_array.DoubleTest.test_filewrite
- test_mkdir_dir_fd - test.test_posix.TestPosixDirFd.test_mkdir_dir_fd
- test_glob_dotdot - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dotdot
- test_path_basename - test.test_posixpath.PathLikeTests.test_path_basename
- test_snapshot_save_attr - test.test_tracemalloc.TestTracemallocEnabled.test_snapshot_save_attr
- test_compresslevel_metadata - test.test_gzip.TestGzip.test_compresslevel_metadata
- test_empty_string_for_dir - test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_empty_string_for_dir
- testTuple - test.test_marshal.InstancingTestCase.testTuple
- test_matches_pathbase_api - test.test_pathlib.test_pathlib.PathTest.test_matches_pathbase_api
- test_sys_exit - test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit
- test_name_common - test.test_pathlib.test_pathlib.PosixPathTest.test_name_common
- test_write_params - test.test_wave.WavePCM16Test.test_write_params
- test_cache_clear - test.test_filecmp.FileCompareTestCase.test_cache_clear
- test_write_after_read - test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_after_read
- test_writing_errors - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writing_errors
- test_is_symlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_symlink
- test_read_return_size - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read_return_size
- test_eq_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_common
- test_lock_unlock - test.test_mailbox.TestMH.test_lock_unlock
- test_get_bytes_from - test.test_mailbox.TestMbox.test_get_bytes_from
- test_rglob_recurse_symlinks_common - test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_common
- test_join_posix - test.test_pathlib.test_pathlib.PathTest.test_join_posix
- test_rglob_posix - test.test_pathlib.test_pathlib.PathTest.test_rglob_posix
- test_interleaved - test.test_zipfile.test_core.TestsWithMultipleOpens.test_interleaved
- test_getsource_empty_file - test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_empty_file
- test_add_from_bytes - test.test_mailbox.TestMMDF.test_add_from_bytes
- test_overflowed_write - test.test_wave.WavePCM24ExtTest.test_overflowed_write
- test_bool_not_empty - test.test_dbm_gnu.TestGdbm.test_bool_not_empty
- test_remove - test.test_mailbox.TestMMDF.test_remove
- test_random_open - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_random_open
- test_build_limited_c11 - test.test_cext.TestExt.test_build_limited_c11
- test_chmod - test.test_pathlib.test_pathlib.PosixPathTest.test_chmod
- test_no_import_lock_contention - test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_no_import_lock_contention
- test_trailing_slash - test.test_import.PathsTests.test_trailing_slash
- test_keys - test.test_dbm_ndbm.DbmTestCase.test_keys
- test_basic - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_basic
- test_as_bytes_common - test.test_pathlib.test_pathlib.PathTest.test_as_bytes_common
- test_as_posix_common - test.test_pathlib.test_pathlib.PosixPathTest.test_as_posix_common
- test_same_file - test.test_zipfile.test_core.TestsWithMultipleOpens.test_same_file
- test_file_from_empty_string_dir - test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_file_from_empty_string_dir
- test_add_binary_file - test.test_mailbox.TestBabyl.test_add_binary_file
- test_context_manager_with_open_file - test.test_wave.WavePCM8Test.test_context_manager_with_open_file
- test_link_dir_fd - test.test_posix.TestPosixDirFd.test_link_dir_fd
- test_mkdir - test.test_zipfile.test_core.TestWithDirectory.test_mkdir
- setUpClass - test.test_gettext.GettextCacheTestCase
- test_read_write_text - test.test_pathlib.test_pathlib.PathSubclassTest.test_read_write_text
- test_is_socket_true - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_true
- test_issue46434 - test.test_pdb.PdbTestCase.test_issue46434
- test_read_text_with_newlines - test.test_pathlib.test_pathlib.PathSubclassTest.test_read_text_with_newlines
- test_filewrite - test.test_array.ByteTest.test_filewrite
- test_write_params - test.test_wave.WavePCM24Test.test_write_params
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestMMDF.test_invalid_nonascii_header_as_string
- setUpClass - test.test_gettext.UnicodeTranslationsPluralTest
- test_resolve_common - test.test_pathlib.test_pathlib.PathTest.test_resolve_common
- test_file_permissions - test.test_mailbox.TestMaildir.test_file_permissions
- test_initializer - test.test_concurrent_futures.test_init.ProcessPoolSpawnInitializerTest.test_initializer
- test_large_pool - test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_large_pool
- test_nonexistent_module - test.test_import.ImportTracebackTests.test_nonexistent_module
- test_glob_inaccessible - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_inaccessible
- test_default_case_sensitivity - test.test_configparser.MultilineValuesTestCase.test_default_case_sensitivity
- test_comment_after_machine_line_no_space - test.test_netrc.NetrcTestCase.test_comment_after_machine_line_no_space
- test_equivalences - test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences
- test_discard - test.test_mailbox.TestMMDF.test_discard
- test_compresslevel_basic - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_compresslevel_basic
- test_write_text_with_newlines - test.test_pathlib.test_pathlib.PathTest.test_write_text_with_newlines
- test_nonempty_maildir_both - test.test_mailbox.MaildirTestCase.test_nonempty_maildir_both
- test_iterdir - test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir
- test_close_file - test.test_posix.TestPosixSpawnP.test_close_file
- test_issue42383 - test.test_pdb.PdbTestCase.test_issue42383
- test_iteritems - test.test_mailbox.TestBabyl.test_iteritems
- test_hardlink_to - test.test_pathlib.test_pathlib.PathTest.test_hardlink_to
- test_implicit_binary_modes - test.test_gzip.TestOpen.test_implicit_binary_modes
- test_get_bytes_from - test.test_mailbox.TestMMDF.test_get_bytes_from
- test_different_file - test.test_zipfile.test_core.TestsWithMultipleOpens.test_different_file
- test_listfuncs_flag_success - test.test_trace.TestCommandLine.test_listfuncs_flag_success
- test_read_return_size - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read_return_size
- test_is_file - test.test_pathlib.test_pathlib.PathTest.test_is_file
- test_read - test.test_mailbox.TestPartialFile.test_read
- test_find_function_found - test.test_pdb.PdbTestCase.test_find_function_found
- test_read_long_from_file - test.test_marshal.CAPI_TestCase.test_read_long_from_file
- test_path_commonprefix - test.test_genericpath.PathLikeTests.test_path_commonprefix
- test_filetime - test.test_ntpath.NtCommonTest.test_filetime
- test_directory - test.test_unicode_file_functions.UnicodeFileTests.test_directory
- test_foreign_code - test.test_import.PycRewritingTests.test_foreign_code
- test_contains - test.test_mailbox.TestMH.test_contains
- setUpClass - test.test_gettext.UnicodeTranslationsTest
- test_no_ending_newline - test.test_linecache.LineCacheTests.test_no_ending_newline
- test_unwritable_directory - test.test_import.PycacheTests.test_unwritable_directory
- test_walk_topdown - test.test_pathlib.test_pathlib.PathTest.test_walk_topdown
- test_readlines - test.test_mailbox.TestPartialFile.test_readlines
- test_islink - test.test_posixpath.PosixPathTest.test_islink
- test_context_manager_with_filename - test.test_wave.WavePCM8Test.test_context_manager_with_filename
- test_unseekable_overflowed_write - test.test_wave.WavePCM24ExtTest.test_unseekable_overflowed_write
- test_del___main__ - test.test_cmd_line.CmdLineTest.test_del___main__
- test_isfile - test.test_ntpath.NtCommonTest.test_isfile
- test_path_commonpath - test.test_posixpath.PathLikeTests.test_path_commonpath
- test_is_file - test.test_pathlib.test_pathlib.PosixPathTest.test_is_file
- test_preadv - test.test_posix.PosixTester.test_preadv
- test_parse_errors - test.test_configparser.MultilineValuesTestCase.test_parse_errors
- test_run - test.test_cprofile.CProfileTest.test_run
- test_context_manager - test.test_dbm_ndbm.DbmTestCase.test_context_manager
- test_samefile - test.test_pathlib.test_pathlib.PathTest.test_samefile
- test_is_fifo_true - test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_true
- test_with_name_seps - test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_seps
- test_rename - test.test_unicode_file_functions.UnicodeNFCFileTests.test_rename
- test_encoded_file - test.test_traceback.TracebackCases.test_encoded_file
- test_write_after_close - test.test_zipfile.test_core.Bzip2WriterTests.test_write_after_close
- test_create_new - test.test_dbm_dumb.DumbDBMTestCase.test_create_new
- test_from_uri_pathname2url_posix - test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_posix
- test_unicode - test.test_dbm_ndbm.DbmTestCase.test_unicode
- test_run - test.test_profile.ProfileTest.test_run
- test_add_binary_file - test.test_mailbox.TestMMDF.test_add_binary_file
- test_pwritev - test.test_posix.PosixTester.test_pwritev
- test_newline - test.test_gzip.TestOpen.test_newline
- test_update - test.test_mailbox.TestMMDF.test_update
- test_as_posix_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_as_posix_common
- test_incorrect_code_name - test.test_import.PycRewritingTests.test_incorrect_code_name
- test_posix_fallocate - test.test_posix.PosixTester.test_posix_fallocate
- test_basic_from_dict - test.test_configparser.MultilineValuesTestCase.test_basic_from_dict
- test_close_file - test.test_posix.TestPosixSpawn.test_close_file
- test_walk_bottom_up - test.test_pathlib.test_pathlib.PosixPathTest.test_walk_bottom_up
- test_parse_makefile - test.test_sysconfig.MakefileTests.test_parse_makefile
- test_absolute_arcnames - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_absolute_arcnames
- test_read_text_with_newlines - test.test_pathlib.test_pathlib.PathTest.test_read_text_with_newlines
- test_touch_mode - test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_mode
- test_bytes_exc_message - test.test_pathlib.test_pathlib.PathTest.test_bytes_exc_message
- test_large_fd_transfer - test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_large_fd_transfer
- test_with_suffix_empty - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_empty
- test_walk_named_pipe - test.test_os.BytesFwalkTests.test_walk_named_pipe
- test_walk_bad_dir2 - test.test_os.BytesFwalkTests.test_walk_bad_dir2
- test_resolve_dot - test.test_pathlib.test_pathlib.PathTest.test_resolve_dot
- test_different_parsers_unequal - test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unequal
- test_write - test.test_wave.WavePCM24ExtTest.test_write
- test_close - test.test_os.TestScandir.test_close
- test_symlink_to - test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to
- test_basic - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_basic
- test_context_manager_exception - test.test_os.TestScandir.test_context_manager_exception
- test_exists - test.test_genericpath.TestGenericTest.test_exists
- test_comment_after_machine_line - test.test_netrc.NetrcTestCase.test_comment_after_machine_line
- test_huntrleaks - test.test_regrtest.ArgsTestCase.test_huntrleaks
- test_lwp_valueless_cookie - test.test_http_cookiejar.FileCookieJarTests.test_lwp_valueless_cookie
- test_complex_symlinks_relative - test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative
- test_samefile_on_link - test.test_genericpath.TestGenericTest.test_samefile_on_link
- test_walk_named_pipe - test.test_os.FwalkTests.test_walk_named_pipe
- test_glob_pathlike - test.test_pathlib.test_pathlib.PathTest.test_glob_pathlike
- test_unseekable_write - test.test_wave.WavePCM24ExtTest.test_unseekable_write
- test_non_ascii_infile - test.test_json.test_tool.TestTool.test_non_ascii_infile
- test_comment_at_end_of_machine_line_no_space - test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line_no_space
- test_parse_windows_path - test.test_pathlib.test_pathlib.PosixPathTest.test_parse_windows_path
- test_broken_parent - test.test_import.ImportTracebackTests.test_broken_parent
- test_items - test.test_mailbox.TestMH.test_items
- test_relative_imports - test.test_pdb.PdbTestCase.test_relative_imports
- test_glob_non_directory - test.test_glob.GlobTests.test_glob_non_directory
- test_global_named_resource_spawn - test.test_multiprocessing_spawn.test_misc.TestNamedResource.test_global_named_resource_spawn
- test_compresslevel_basic - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_compresslevel_basic
- test_anchor_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_anchor_common
- test_clear - test.test_dbm_gnu.TestGdbm.test_clear
- test_nonascii_filename - test.test_dbm_ndbm.DbmTestCase.test_nonascii_filename
- test_walk_topdown - test.test_os.FwalkTests.test_walk_topdown
- test_match_posix - test.test_pathlib.test_pathlib.PathSubclassTest.test_match_posix
- test_with_segments - test.test_pathlib.test_pathlib.PathTest.test_with_segments
- test_get_info - test.test_mailbox.TestMaildir.test_get_info
- test_truncated_zipfile - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_truncated_zipfile
- test_read1 - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1
- test_samefile_on_link - test.test_posixpath.PosixCommonTest.test_samefile_on_link
- test_walk_named_pipe - test.test_os.WalkTests.test_walk_named_pipe
- test_path_exists - test.test_genericpath.PathLikeTests.test_path_exists
- test_drive_common - test.test_pathlib.test_pathlib.PathTest.test_drive_common
- test_expanduser_posix - test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_posix
- test_file - test.test_urllib2.HandlerTests.test_file
- test_path_join - test.test_posixpath.PathLikeTests.test_path_join
- test_is_socket_true - test.test_pathlib.test_pathlib.PathTest.test_is_socket_true
- test_read_write_bytes - test.test_pathlib.test_pathlib.PosixPathTest.test_read_write_bytes
- test_basics - test.test_codecs.BasicUnicodeTest.test_basics
- test_huntrleaks_mp - test.test_regrtest.ArgsTestCase.test_huntrleaks_mp
- test_input - test.test_builtin.BuiltinTest.test_input
- test_parse_path_posix - test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_posix
- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- test_open - test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_open
- test_unicode - test.test_marshal.StringTestCase.test_unicode
- test_rglob_recurse_symlinks_false - test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_false
- test_truncated_zipfile - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_truncated_zipfile
- test_basic - test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_basic
- test_filewrite - test.test_array.LongLongTest.test_filewrite
- test_chown_dir_fd - test.test_posix.TestPosixDirFd.test_chown_dir_fd
- test_write_to_filename - test.test_xml_etree_c.IOTest.test_write_to_filename
- test_parts_common - test.test_pathlib.test_pathlib.PathTest.test_parts_common
- test_is_socket_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_false
- test_add_nonascii_string_header_raises - test.test_mailbox.TestMaildir.test_add_nonascii_string_header_raises
- test_close_after_close - test.test_zipfile.test_core.Bzip2WriterTests.test_close_after_close
- test_repr_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_repr_common
- test_different_parsers_unequal - test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unequal
- test_context_manager_with_filename - test.test_wave.WavePCM16Test.test_context_manager_with_filename
- test_readonly_iter - test.test_dbm_sqlite3.ReadOnly.test_readonly_iter
- test_different_parsers_unordered - test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unordered
- test_get_string - test.test_mailbox.TestMH.test_get_string
- test_import - test.test_import.ImportTests.test_import
- test_from_uri_posix - test.test_pathlib.test_pathlib.PathTest.test_from_uri_posix
- test_append - test.test_gzip.TestGzip.test_append
- test_corrupt_force_new - test.test_dbm_sqlite3.CorruptDatabase.test_corrupt_force_new
- test_large_pool - test.test_multiprocessing_fork.test_misc.MiscTestCase.test_large_pool
- test_returns_pid - test.test_posix.TestPosixSpawnP.test_returns_pid
- test_write_params - test.test_wave.WavePCM8Test.test_write_params
- test_walk_above_recursion_limit - test.test_pathlib.test_pathlib.PathTest.test_walk_above_recursion_limit
- test_readonly_read - test.test_dbm_sqlite3.ReadOnly.test_readonly_read
- test_issue13183 - test.test_pdb.PdbTestCase.test_issue13183
- test_dominating_multiline_values - test.test_configparser.MultilineValuesTestCase.test_dominating_multiline_values
- test_mkdir_parents - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_parents
- test_pop - test.test_mailbox.TestMH.test_pop
- test_class - test.test_reprlib.LongReprTest.test_class
- test_addsitedir_dotfile - test.test_site.HelperFunctionsTests.test_addsitedir_dotfile
- test_empty_path - test.test_os.TestScandir.test_empty_path
- test_cli_on_disk_db - test.test_sqlite3.test_cli.CommandLineInterface.test_cli_on_disk_db
- test_readline_read - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline_read
- test_popitem_and_flush_twice - test.test_mailbox.TestMbox.test_popitem_and_flush_twice
- test_mkdir - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir
- test_parts_interning - test.test_pathlib.test_pathlib.PosixPathTest.test_parts_interning
- test_samestat_on_link - test.test_posixpath.PosixCommonTest.test_samestat_on_link
- test_multiple_dumps_and_loads - test.test_marshal.BugsTestCase.test_multiple_dumps_and_loads
- test_access_dir_fd - test.test_posix.TestPosixDirFd.test_access_dir_fd
- test_is_mount - test.test_pathlib.test_pathlib.PathTest.test_is_mount
- test_module_with_large_stack - test.test_import.ImportTests.test_module_with_large_stack
- test_add_8bit_body - test.test_mailbox.TestMMDF.test_add_8bit_body
- test_build - test.test_cext.TestExt.test_build
- test_write - test.test_wave.WavePCM24Test.test_write
- test_get - test.test_mailbox.TestMMDF.test_get
- test_is_char_device_false - test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_false
- test_non_utf8 - test.test_exceptions.SyntaxErrorTests.test_non_utf8
- test_samefile - test.test_genericpath.TestGenericTest.test_samefile
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestMH.test_add_that_raises_leaves_mailbox_empty
- test_is_socket_false - test.test_pathlib.test_pathlib.PathTest.test_is_socket_false
- test_failures - test.test_unicode_file_functions.UnicodeNFKCFileTests.test_failures
- test_errors_in_command - test.test_pdb.PdbTestCase.test_errors_in_command
- test_insert_starts_transaction - test.test_sqlite3.test_transactions.TransactionTests.test_insert_starts_transaction
- test_getitem - test.test_mailbox.TestMMDF.test_getitem
- test_owner - test.test_pathlib.test_pathlib.PathTest.test_owner
- test_modes - test.test_dbm_ndbm.DbmTestCase.test_modes
- test_is_file_no_follow_symlinks - test.test_pathlib.test_pathlib.PosixPathTest.test_is_file_no_follow_symlinks
- test_unseekable_read - test.test_wave.WavePCM24Test.test_unseekable_read
- test_path_realpath - test.test_posixpath.PathLikeTests.test_path_realpath
- test_walk_prune - test.test_os.BytesWalkTests.test_walk_prune
- test_owner - test.test_pathlib.test_pathlib.PosixPathTest.test_owner
- test_is_absolute_posix - test.test_pathlib.test_pathlib.PathTest.test_is_absolute_posix
- test_itervalues - test.test_mailbox.TestBabyl.test_itervalues
- test_write_bytearray - test.test_wave.WavePCM16Test.test_write_bytearray
- test_huntrleaks_fd_leak - test.test_regrtest.ArgsTestCase.test_huntrleaks_fd_leak
- test_is_fifo_true - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_true
- test_open_unbuffered - test.test_pathlib.test_pathlib.PosixPathTest.test_open_unbuffered
- test_write_to_filename_with_encoding - test.test_xml_etree_c.IOTest.test_write_to_filename_with_encoding
- test_root_posix - test.test_pathlib.test_pathlib.PosixPathTest.test_root_posix
- test_checkcache_for_deleted_file - test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_deleted_file
- test_prepend_error - test.test_gzip.TestGzip.test_prepend_error
- test_stat_no_follow_symlinks - test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks
- test_zipwritefile_attrs - test.test_zipfile.test_core.StoredWriterTests.test_zipwritefile_attrs
- test_keys - test.test_mailbox.TestMaildir.test_keys
- test_glob_empty_pattern - test.test_pathlib.test_pathlib.PathTest.test_glob_empty_pattern
- test_invalid_multiline_value - test.test_configparser.MultilineValuesTestCase.test_invalid_multiline_value
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- setUpClass - test.test_gettext.GNUTranslationsPluralFormsTestCase
- test_package___cached___from_pyc - test.test_import.PycacheTests.test_package___cached___from_pyc
- test_open_with_bytes_path - test.test_dbm_ndbm.DbmTestCase.test_open_with_bytes_path
- test_resource_warning - test.test_os.TestScandir.test_resource_warning
- test_context_manager - test.test_os.TestScandir.test_context_manager
- test_home - test.test_pathlib.test_pathlib.PosixPathTest.test_home
- test_read_return_size - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read_return_size
- test_resolve_common - test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_common
- test_close_after_close - test.test_zipfile.test_core.StoredWriterTests.test_close_after_close
- test_relative_imports_on_plain_module - test.test_pdb.PdbTestCase.test_relative_imports_on_plain_module
- test_div_nested - test.test_pathlib.test_pathlib.PathSubclassTest.test_div_nested
- test_io - test.test_plistlib.TestPlistlib.test_io
- test_matching - test.test_filecmp.FileCompareTestCase.test_matching
- test_glob_above_recursion_limit - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_above_recursion_limit
- test_name_common - test.test_pathlib.test_pathlib.PathTest.test_name_common
- test_nonempty_maildir_new - test.test_mailbox.MaildirTestCase.test_nonempty_maildir_new
- test_nonexistent_module_nested - test.test_import.ImportTracebackTests.test_nonexistent_module_nested
- test_open_with_pathlib_bytes_path - test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_bytes_path
- test_create_directory_with_write - test.test_zipfile.test_core.TestWithDirectory.test_create_directory_with_write
- test_resolve_nonexist_relative_issue38671 - test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_nonexist_relative_issue38671
- test_rglob_pathlike - test.test_pathlib.test_pathlib.PathTest.test_rglob_pathlike
- test_misuse_empty_filename - test.test_dbm_sqlite3.Misuse.test_misuse_empty_filename
- test_mkdir_exist_ok_with_parent - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_with_parent
- test_glob_empty_pattern - test.test_pathlib.test_pathlib.PosixPathTest.test_glob_empty_pattern
- test_write_dir - test.test_zipfile.test_core.TestWithDirectory.test_write_dir
- test_open_common - test.test_pathlib.test_pathlib.PathTest.test_open_common
- test_clear - test.test_mailbox.TestMbox.test_clear
- test_no_import_lock_contention - test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_no_import_lock_contention
- test_attributes - test.test_os.TestScandir.test_attributes
- test_open_with_pathlib_bytes_path - test.test_dbm_ndbm.DbmTestCase.test_open_with_pathlib_bytes_path
- test_with_name_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_common
- setUpClass - test.test_os.TestSendfile
- test_fspath_common - test.test_pathlib.test_pathlib.PathTest.test_fspath_common
- test_fd - test.test_os.TestScandir.test_fd
- test_name_empty - test.test_pathlib.test_pathlib.PathTest.test_name_empty
- testStrAddr - test.test_socket.TestUnixDomain.testStrAddr
- test_initialize_with_binary_file - test.test_mailbox.TestMMDFMessage.test_initialize_with_binary_file
- test_read1_10 - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1_10
- test_discard - test.test_mailbox.TestMaildir.test_discard
- test_context_manager_close - test.test_os.TestScandir.test_context_manager_close
- test_codecs_charmap - test.test_str.StrTest.test_codecs_charmap
- test_token_value_internal_hash - test.test_netrc.NetrcTestCase.test_token_value_internal_hash
- test_coverageresults_update - test.test_trace.TestCoverage.test_coverageresults_update
- test_compress_infile_outfile_default - test.test_gzip.TestCommandLine.test_compress_infile_outfile_default
- test_is_char_device_true - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_true
- test_keys - test.test_mailbox.TestMbox.test_keys
- test_keylog_filename - test.test_ssl.TestSSLDebug.test_keylog_filename
- test_no_dot_mh_sequences_file - test.test_mailbox.TestMH.test_no_dot_mh_sequences_file
- test_relative_to_several_args - test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_several_args
- test_query_errors - test.test_configparser.MultilineValuesTestCase.test_query_errors
- test_zipwritefile_attrs - test.test_zipfile.test_core.Bzip2WriterTests.test_zipwritefile_attrs
- test_random_open - test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_random_open
- test_samestat - test.test_ntpath.NtCommonTest.test_samestat
- test_write_contains - test.test_dbm_dumb.DumbDBMTestCase.test_write_contains
- test_glob_case_sensitive - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_case_sensitive
- test_global_del_SystemExit - test.test_gc.GCTests.test_global_del_SystemExit
- test_open_dir_fd - test.test_posix.TestPosixDirFd.test_open_dir_fd
- test_sys_exit - test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit
- test_get_after_duplicate_option_error - test.test_configparser.MultilineValuesTestCase.test_get_after_duplicate_option_error
- test_stat_no_follow_symlinks_nosymlink - test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks_nosymlink
- test_set_item - test.test_mailbox.TestMaildir.test_set_item
- test_rename - test.test_unicode_file_functions.UnicodeNFKCFileTests.test_rename
- test_issue2625 - test.test_mailbox.TestMH.test_issue2625
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMMDF.test_get_file_can_be_closed_twice
- test_rename - test.test_unicode_file_functions.UnicodeNFDFileTests.test_rename
- test_assertion_error_location - test.test_exceptions.AssertionErrorTests.test_assertion_error_location
- test_write_params - test.test_wave.WavePCM24ExtTest.test_write_params
- test_invalid_tokens - test.test_netrc.NetrcTestCase.test_invalid_tokens
- test_path_islink - test.test_posixpath.PathLikeTests.test_path_islink
- test_relative_to_several_args - test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_several_args
- test_rglob_symlink_loop - test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_symlink_loop
- test_metadata - test.test_gzip.TestGzip.test_metadata
- test_sys_exit - test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit
- test_dumbdbm_keys - test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_keys
- test_unpickle_module_race - test.test_pickle.InMemoryPickleTests.test_unpickle_module_race
- test_items - test.test_mailbox.TestMaildir.test_items
- test_resolve_root - test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_root
- test_add_StringIO_warns - test.test_mailbox.TestMaildir.test_add_StringIO_warns
- test_zipextfile_attrs - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_zipextfile_attrs
- test_unpack_iter - test.test_iter.TestCase.test_unpack_iter
- test_write_python_directory_filtered - test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory_filtered
- test_get_bytes - test.test_mailbox.TestBabyl.test_get_bytes
- test_path_basename - test.test_ntpath.PathLikeTests.test_path_basename
- test_delitem - test.test_mailbox.TestMMDF.test_delitem
- test_failing_import_sticks - test.test_import.ImportTests.test_failing_import_sticks
- test_with_name_seps - test.test_pathlib.test_pathlib.PathTest.test_with_name_seps
- test_preadv_flags - test.test_posix.PosixTester.test_preadv_flags
- test_fileobj_and_filename - test.test_gzip.TestGzip.test_fileobj_and_filename
- test_datatypes_values - test.test_dbm_sqlite3.DataTypes.test_datatypes_values
- test_open_with_pathlike - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_open_with_pathlike
- test_issue13120 - test.test_pdb.PdbTestCase.test_issue13120
- test_evalfile_null_in_result - test.test_tcl.TclTest.test_evalfile_null_in_result
- test_write - test.test_wave.WavePCM8Test.test_write
- test_join_nested - test.test_pathlib.test_pathlib.PathSubclassTest.test_join_nested
- test_stat - test.test_pathlib.test_pathlib.PathSubclassTest.test_stat
- test_specify_environment - test.test_posix.TestPosixSpawnP.test_specify_environment
- test_walk_above_recursion_limit - test.test_pathlib.test_pathlib.PosixPathTest.test_walk_above_recursion_limit
- test_misuse_double_close - test.test_dbm_sqlite3.Misuse.test_misuse_double_close
- test_get - test.test_mailbox.TestMbox.test_get
- test_glob_dotdot - test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dotdot
- test_add_from_string - test.test_mailbox.TestMMDF.test_add_from_string
- test_recursion_error_during_traceback - test.test_traceback.TracebackCases.test_recursion_error_during_traceback
- test_stat_no_follow_symlinks_nosymlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks_nosymlink
- test_rename - test.test_pathlib.test_pathlib.PosixPathTest.test_rename
- test_context_manager_with_open_file - test.test_wave.WavePCM24Test.test_context_manager_with_open_file
- test_walk_prune - test.test_os.BytesFwalkTests.test_walk_prune
- test_glob_above_recursion_limit - test.test_pathlib.test_pathlib.PathTest.test_glob_above_recursion_limit
- test_key_methods - test.test_dbm_gnu.TestGdbm.test_key_methods
- test_is_junction - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction
- test_with_suffix_invalid - test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_invalid
- test_initialize_with_binary_file - test.test_mailbox.TestMboxMessage.test_initialize_with_binary_file
- test_datatypes_replace_coerced - test.test_dbm_sqlite3.DataTypes.test_datatypes_replace_coerced
- test_fsize_enforced - test.test_resource.ResourceTest.test_fsize_enforced
- test_readlines - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readlines
- test_write_memoryview - test.test_gzip.TestGzip.test_write_memoryview
- test_comment_before_machine_line_no_space - test.test_netrc.NetrcTestCase.test_comment_before_machine_line_no_space
- test_close - test.test_mailbox.TestMMDF.test_close
- test_normalize - test.test_unicode_file_functions.UnicodeFileTests.test_normalize
- test_basics_capi - test.test_codecs.BasicUnicodeTest.test_basics_capi
- test_resolve_root - test.test_pathlib.test_pathlib.PathTest.test_resolve_root
- test_match_posix - test.test_pathlib.test_pathlib.PosixPathTest.test_match_posix
- test_str_common - test.test_pathlib.test_pathlib.PathTest.test_str_common
- test_bad_magic - test.test_http_cookiejar.FileCookieJarTests.test_bad_magic
- test_mkdir_exist_ok_root - test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_root
- test_cwd - test.test_pathlib.test_pathlib.PosixPathTest.test_cwd
- test_read_return_size - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read_return_size
- test_filewrite - test.test_array.LongTest.test_filewrite
- test_breakpoint - test.test_pdb.PdbTestCase.test_breakpoint
- test_set_item - test.test_mailbox.TestMH.test_set_item
- test_readline_read - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readline_read
- test_passing_kwargs_deprecated - test.test_pathlib.test_pathlib.PosixPathTest.test_passing_kwargs_deprecated
- test_too_many_files - test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files
- test_eq_posix - test.test_pathlib.test_pathlib.PathTest.test_eq_posix
- test_missing_source - test.test_import.PycacheTests.test_missing_source
- test_unlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink
- test_consistent_factory - test.test_mailbox.TestMaildir.test_consistent_factory
- test_lwp_filepermissions - test.test_http_cookiejar.FileCookieJarTests.test_lwp_filepermissions
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestMMDF.test_add_nonascii_StringIO_raises
- test_different_parsers_unordered - test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unordered
- test_addsitedir - test.test_site.HelperFunctionsTests.test_addsitedir
- test_mkdir_concurrent_parent_creation - test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_concurrent_parent_creation
- test_set_flags - test.test_mailbox.TestMaildir.test_set_flags
- test_zero_padded_file - test.test_gzip.TestGzip.test_zero_padded_file
- test_file_parse - test.test_source_encoding.MiscSourceEncodingTest.test_file_parse
- test_str_read - test.test_dbm_dumb.DumbDBMTestCase.test_str_read
- setUpClass - test.test_asyncio.test_base_events.BaseLoopSockSendfileTests
- test_overflowed_write - test.test_wave.WavePCM32Test.test_overflowed_write
- test_issue31577 - test.test_os.UtimeTests.test_issue31577
- test_parent_common - test.test_pathlib.test_pathlib.PosixPathTest.test_parent_common
- test_parts_interning - test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_interning
- test_walk_above_recursion_limit - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_above_recursion_limit
- test_resolve_dot - test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_dot
- test_stderr_flush - test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush
- test_replace - test.test_pathlib.test_pathlib.PosixPathTest.test_replace
- test_rejection - test.test_http_cookiejar.LWPCookieTests.test_rejection
- test_write_long_to_file - test.test_marshal.CAPI_TestCase.test_write_long_to_file
- test_missing_index - test.test_dbm_dumb.DumbDBMTestCase.test_missing_index
- test_parse_path_posix - test.test_pathlib.test_pathlib.PathTest.test_parse_path_posix
- test_read1_10 - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1_10
- test_initializer - test.test_concurrent_futures.test_init.ProcessPoolSpawnFailingInitializerTest.test_initializer
- test_permissions_after_flush - test.test_mailbox.TestMbox.test_permissions_after_flush
- test_no_caret_with_no_debug_ranges_flag - test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag
- test_with_stem_empty - test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_empty
- test_relpath - test.test_ntpath.TestNtpath.test_relpath
- test_too_many_files - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_too_many_files
- test_getsize - test.test_genericpath.TestGenericTest.test_getsize
- test_writev - test.test_posix.PosixTester.test_writev
- test_dup2 - test.test_posix.TestPosixSpawnP.test_dup2
- test_relative_to_several_args - test.test_pathlib.test_pathlib.PathTest.test_relative_to_several_args
- test_bad_path_type - test.test_os.TestScandir.test_bad_path_type
- test_incompleted_write - test.test_wave.WavePCM24ExtTest.test_incompleted_write
- test_no_import_lock_contention - test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_no_import_lock_contention
- test_fileobj_from_fdopen - test.test_gzip.TestGzip.test_fileobj_from_fdopen
- test_is_junction - test.test_pathlib.test_pathlib.PathTest.test_is_junction
- test_terminating_newline - test.test_mailbox.TestMbox.test_terminating_newline
- test_libc_ver - test.test_platform.PlatformTest.test_libc_ver
- test_div_common - test.test_pathlib.test_pathlib.PosixPathTest.test_div_common
- test_walk_bad_dir2 - test.test_os.WalkTests.test_walk_bad_dir2
- test_comment_at_end_of_machine_line - test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line
- test_tokenizer_fstring_warning_in_first_line - test.test_source_encoding.MiscSourceEncodingTest.test_tokenizer_fstring_warning_in_first_line
- test_write_memoryview - test.test_wave.WavePCM8Test.test_write_memoryview
- test___cached__ - test.test_import.PycacheTests.test___cached__
- test_as_uri_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_common
- test_env_changed - test.test_regrtest.ArgsTestCase.test_env_changed
- test_token_value_leading_hash - test.test_netrc.NetrcTestCase.test_token_value_leading_hash
- test_add_StringIO_warns - test.test_mailbox.TestMMDF.test_add_StringIO_warns
- test_datatypes_keys - test.test_dbm_sqlite3.DataTypes.test_datatypes_keys
- test_read_last_object_from_file - test.test_marshal.CAPI_TestCase.test_read_last_object_from_file
- test_bool_empty - test.test_dbm_ndbm.DbmTestCase.test_bool_empty
- test_path_normcase - test.test_ntpath.PathLikeTests.test_path_normcase
- test_trace_callback_content - test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_content
- test_readv - test.test_posix.PosixTester.test_readv
- test_directories - test.test_unicode_file.TestUnicodeFiles.test_directories
- test_tofromfile - test.test_array.UCS4Test.test_tofromfile
- test_bytes_like - test.test_os.TestScandir.test_bytes_like
- test_rename - test.test_pathlib.test_pathlib.PathSubclassTest.test_rename
- test_add_text_file_warns - test.test_mailbox.TestMH.test_add_text_file_warns
- test_mode - test.test_gzip.TestGzip.test_mode
- test_empty_value - test.test_dbm_ndbm.DbmTestCase.test_empty_value
- test_read_text_with_newlines - test.test_pathlib.test_pathlib.PosixPathTest.test_read_text_with_newlines
- test_add_binary_file - test.test_mailbox.TestMH.test_add_binary_file
- test_open - test.test_unicode_file_functions.UnicodeNFKCFileTests.test_open
- test_with_segments - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments
- test_glob_inaccessible - test.test_pathlib.test_pathlib.PosixPathTest.test_glob_inaccessible
- test_cover_files_written_with_highlight - test.test_trace.TestCoverageCommandLineOutput.test_cover_files_written_with_highlight
- test_get - test.test_mailbox.TestMaildir.test_get
- test_repr - test.test_os.TestScandir.test_repr
- test_join_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_join_common
- test_resolve_loop - test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_loop
- test_tofromfile - test.test_array.UnsignedByteTest.test_tofromfile
- test_is_mount_root - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount_root
- test_constructor_nested - test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested
- test_utime_nofollow_symlinks - test.test_os.UtimeTests.test_utime_nofollow_symlinks
- test_write_readonly_file - test.test_dbm_ndbm.DbmTestCase.test_write_readonly_file
- test_open - test.test_unicode_file_functions.UnicodeNFDFileTests.test_open
- test_filewrite - test.test_array.UnsignedIntTest.test_filewrite
- test_open_with_bytes_path - test.test_dbm_gnu.TestGdbm.test_open_with_bytes_path
- test_with_stem_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_common
- test_normalize - test.test_unicode_file_functions.UnicodeNFKDFileTests.test_normalize
- test_large_fd_transfer - test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_large_fd_transfer
- test_walk_named_pipe2 - test.test_os.BytesWalkTests.test_walk_named_pipe2
- test_read_not_from_start - test.test_wave.WavePCM24Test.test_read_not_from_start
- test_relative_to_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_common
Test leaking resources:
- test_regrtest_huntrleaks: references, sum=3\nWarning -- files was modified by test_regrtest_huntrleaks\nWarning -- Before: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'@test_3956382_tmpæ.py\', \'@test_3961684_tmp\\udce7w\\udcf0.py\', \'@test_3961920_tmp\\udce7w\\udcf0\', \'@test_3961977_tmpæ.py\', \'@test_3965689_tmpæ.pag\', \'@test_3965716_tmpæ.py\', \'@test_3965767_tmpæ.new\', \'@test_3966375_tmpæ-infile\', \'@test_3967394_tmpæ.py\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'_temp.py\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'mod.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'tmp.py\']\nWarning -- After: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\'
- test_regrtest_huntrleaks: file descriptors, sum=3\nWarning -- files was modified by test_regrtest_huntrleaks\nWarning -- Before: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'@test_3956382_tmpæ.py\', \'@test_3961684_tmp\\udce7w\\udcf0.py\', \'@test_3961920_tmp\\udce7w\\udcf0\', \'@test_3961977_tmpæ.py\', \'@test_3965689_tmpæ.pag\', \'@test_3965716_tmpæ.py\', \'@test_3965767_tmpæ.new\', \'@test_3966375_tmpæ-infile\', \'@test_3967394_tmpæ.py\', \'@test_3967503_tmpæ\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/
', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'_temp.py\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'mod.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'tmp.py\']\nWarning -- After: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'@test_3956382_tmpæ.py\', \'@test_3961684_tmp\\udce7w\\udcf0.py\', \'@test_3961920_tmp\\udce7w\\udcf0\', \'@te st_3961977_tmpæ.py\', \'@test_3965689_tmpæ.pag\', \'@test_3965716_tmpæ.py\', \'@test_3965767_tmpæ.new\', \'@test_3966375_tmpæ-infile\', \'@test_3967394_tmpæ.py\', \'@test_3967559_tmpæ\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'_temp.py\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'mod.py\', \'platform\', \'pybuilddir.txt\' - test_regrtest_huntrleaks: references, sum=3\nWarning -- files was modified by test_regrtest_huntrleaks\nWarning -- Before: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'@test_3956382_tmpæ.py\', \'@test_3961684_tmp\\udce7w\\udcf0.py\', \'@test_3961920_tmp\\udce7w\\udcf0\', \'@test_3961977_tmpæ.py\', \'@test_3965689_tmpæ.pag\', \'@test_3965716_tmpæ.py\', \'@test_3965767_tmpæ.new\', \'@test_3966375_tmpæ-infile\', \'@test_3967394_tmpæ.py\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'_temp.py\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'mod.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\', \'python-config\', \'python-config.py\', \'python-gdb.py\', \'tmp.py\']\nWarning -- After: [\'.azure-pipelines/\', \'.coveragerc\', \'.devcontainer/\', \'.editorconfig\', \'.git/\', \'.gitattributes\', \'.github/\', \'.gitignore\', \'.mailmap\', \'.pre-commit-config.yaml\', \'.readthedocs.yml\', \'@test_3948050_tmpæ\', \'@test_3951289_tmpæ.pag\', \'@test_3951328_tmpæ.py\', \'@test_3951734_tmpæ.new\', \'@test_3954887_tmpæ-infile\', \'@test_3956382_tmpæ.py\', \'@test_3961684_tmp\\udce7w\\udcf0.py\', \'@test_3961920_tmp\\udce7w\\udcf0\', \'@test_3961977_tmpæ.py\', \'@test_ 3965689_tmpæ.pag\', \'@test_3965716_tmpæ.py\', \'@test_3965767_tmpæ.new\', \'@test_3966375_tmpæ-infile\', \'@test_3967394_tmpæ.py\', \'Android/\', \'Doc/\', \'Grammar/\', \'Include/\', \'LICENSE\', \'Lib/\', \'Mac/\', \'Makefile\', \'Makefile.pre\', \'Makefile.pre.in\', \'Misc/\', \'Modules/\', \'Objects/\', \'PC/\', \'PCbuild/\', \'Parser/\', \'Programs/\', \'Python/\', \'README.rst\', \'Tools/\', \'_bootstrap_python\', \'_temp.py\', \'aclocal.m4\', \'bar.py\', \'build/\', \'config.guess\', \'config.log\', \'config.status\', \'config.sub\', \'configure\', \'configure.ac\', \'env_changed\', \'gh93696.py\', \'iOS/\', \'install-sh\', \'libpython3.13d.a\', \'longlist.py\', \'main.py\', \'mod.py\', \'platform\', \'pybuilddir.txt\', \'pyconfig.h\', \'pyconfig.h.in\', \'python\'
- test_regrtest_huntrleaks: No space left on device\n\nDuring handling of the above exception
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder wasm32-wasi 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1502/builds/110
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bcannon-wasi
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
==
Captured traceback
remote: Enumerating objects: 11, done.
remote: Counting objects: 10% (1/10)
remote: Counting objects: 20% (2/10)
remote: Counting objects: 30% (3/10)
remote: Counting objects: 40% (4/10)
remote: Counting objects: 50% (5/10)
remote: Counting objects: 60% (6/10)
remote: Counting objects: 70% (7/10)
remote: Counting objects: 80% (8/10)
remote: Counting objects: 90% (9/10)
remote: Counting objects: 100% (10/10)
remote: Counting objects: 100% (10/10), done.
remote: Compressing objects: 50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
remote: Total 11 (delta 8), reused 8 (delta 8), pack-reused 1
From https://github.com/python/cpython
- branch 3.13 -> FETCH_HEAD Note: switching to '6e57bd01e00d40dfe7c9344d0b528d9059b1fa93'.
You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 6e57bd01e0 gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030) Switched to and reset branch '3.13'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
configure: WARNING: using cross tools not prefixed with host triplet configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
130 | # define htole32(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:43:9: note: previous definition is here
43 | #define htole32(x) (uint32_t)(x)
| ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
131 | # define le32toh(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:44:9: note: previous definition is here
44 | #define le32toh(x) (uint32_t)(x)
| ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
132 | # define htobe32(x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:37:9: note: previous definition is here
37 | #define htobe32(x) __bswap32(x)
| ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
138 | # define be32toh(x) (htobe32((x)))
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:38:9: note: previous definition is here
38 | #define be32toh(x) __bswap32(x)
| ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
140 | # define htole64(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:45:9: note: previous definition is here
45 | #define htole64(x) (uint64_t)(x)
| ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
141 | # define le64toh(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:46:9: note: previous definition is here
46 | #define le64toh(x) (uint64_t)(x)
| ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:142:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
142 | # define htobe64(x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:39:9: note: previous definition is here
39 | #define htobe64(x) __bswap64(x)
| ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:149:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
149 | # define be64toh(x) (htobe64((x)))
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:40:9: note: previous definition is here
40 | #define be64toh(x) __bswap64(x)
| ^
8 warnings generated.
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
130 | # define htole32(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:43:9: note: previous definition is here
43 | #define htole32(x) (uint32_t)(x)
| ^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
131 | # define le32toh(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:44:9: note: previous definition is here
44 | #define le32toh(x) (uint32_t)(x)
| ^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
132 | # define htobe32(x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:37:9: note: previous definition is here
37 | #define htobe32(x) __bswap32(x)
| ^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
138 | # define be32toh(x) (htobe32((x)))
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:38:9: note: previous definition is here
38 | #define be32toh(x) __bswap32(x)
| ^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
140 | # define htole64(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:45:9: note: previous definition is here
45 | #define htole64(x) (uint64_t)(x)
| ^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
141 | # define le64toh(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:46:9: note: previous definition is here
46 | #define le64toh(x) (uint64_t)(x)
| ^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:142:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
142 | # define htobe64(x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:39:9: note: previous definition is here
39 | #define htobe64(x) __bswap64(x)
| ^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:149:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
149 | # define be64toh(x) (htobe64((x)))
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:40:9: note: previous definition is here
40 | #define be64toh(x) __bswap64(x)
| ^
8 warnings generated.
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
130 | # define htole32(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:43:9: note: previous definition is here
43 | #define htole32(x) (uint32_t)(x)
| ^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
131 | # define le32toh(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:44:9: note: previous definition is here
44 | #define le32toh(x) (uint32_t)(x)
| ^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
132 | # define htobe32(x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:37:9: note: previous definition is here
37 | #define htobe32(x) __bswap32(x)
| ^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
138 | # define be32toh(x) (htobe32((x)))
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:38:9: note: previous definition is here
38 | #define be32toh(x) __bswap32(x)
| ^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
140 | # define htole64(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:45:9: note: previous definition is here
45 | #define htole64(x) (uint64_t)(x)
| ^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
141 | # define le64toh(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:46:9: note: previous definition is here
46 | #define le64toh(x) (uint64_t)(x)
| ^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:142:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
142 | # define htobe64(x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:39:9: note: previous definition is here
39 | #define htobe64(x) __bswap64(x)
| ^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:149:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
149 | # define be64toh(x) (htobe64((x)))
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:40:9: note: previous definition is here
40 | #define be64toh(x) __bswap64(x)
| ^
8 warnings generated.
../../Modules/expat/xmlparse.c:7839:11: warning: format specifies type 'int' but the argument has type 'ptrdiff_t' (aka 'long') [-Wformat]
7838 | " (+" EXPAT_FMT_PTRDIFF_T("6") " bytes %s|%d, xmlparse.c:%d) %*s\"",
| ~~~~~~~~~~~~~~~~~~~~~~~~
7839 | bytesMore, (account == XML_ACCOUNT_DIRECT) ? "DIR" : "EXP",
| ^~~~~~~~~
1 warning generated.
../../Modules/_testinternalcapi/test_critical_sections.c:142:1: warning: unused function 'thread_critical_sections' [-Wunused-function]
142 | thread_critical_sections(void *arg)
| ^~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
../../Modules/posixmodule.c:7859:1: warning: unused function 'warn_about_fork_with_threads' [-Wunused-function]
7859 | warn_about_fork_with_threads(const char* name)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
130 | # define htole32(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:43:9: note: previous definition is here
43 | #define htole32(x) (uint32_t)(x)
| ^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
131 | # define le32toh(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:44:9: note: previous definition is here
44 | #define le32toh(x) (uint32_t)(x)
| ^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
132 | # define htobe32(x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:37:9: note: previous definition is here
37 | #define htobe32(x) __bswap32(x)
| ^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
138 | # define be32toh(x) (htobe32((x)))
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:38:9: note: previous definition is here
38 | #define be32toh(x) __bswap32(x)
| ^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
140 | # define htole64(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:45:9: note: previous definition is here
45 | #define htole64(x) (uint64_t)(x)
| ^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
141 | # define le64toh(x) (x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:46:9: note: previous definition is here
46 | #define le64toh(x) (uint64_t)(x)
| ^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:142:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
142 | # define htobe64(x)
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:39:9: note: previous definition is here
39 | #define htobe64(x) __bswap64(x)
| ^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:149:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
149 | # define be64toh(x) (htobe64((x)))
| ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:40:9: note: previous definition is here
40 | #define be64toh(x) __bswap64(x)
| ^
8 warnings generated.
Kill <WorkerThread #1 running test=test_math pid=2011011 time=25 min> process group Kill <WorkerThread #2 running test=test_statistics pid=2011246 time=25 min> process group make: *** [Makefile:2210: buildbottest] Error 2
Cannot open file '/home/buildbot/buildarea/3.13.bcannon-wasi.wasi.debug/build/build/cross-build/wasm32-wasi/test-results.xml' for upload
Test report
Failed tests:
- test_statistics
- test_math
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Rawhide 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1475/builds/42
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist: Eric Snow <ericsnowcurrently@gmail.com>, Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>, Jelle Zijlstra <jelle.zijlstra@gmail.com>, Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Victor Stinner <vstinner@python.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 397, done.
remote: Counting objects: 0% (1/319)
remote: Counting objects: 1% (4/319)
remote: Counting objects: 2% (7/319)
remote: Counting objects: 3% (10/319)
remote: Counting objects: 4% (13/319)
remote: Counting objects: 5% (16/319)
remote: Counting objects: 6% (20/319)
remote: Counting objects: 7% (23/319)
remote: Counting objects: 8% (26/319)
remote: Counting objects: 9% (29/319)
remote: Counting objects: 10% (32/319)
remote: Counting objects: 11% (36/319)
remote: Counting objects: 12% (39/319)
remote: Counting objects: 13% (42/319)
remote: Counting objects: 14% (45/319)
remote: Counting objects: 15% (48/319)
remote: Counting objects: 16% (52/319)
remote: Counting objects: 17% (55/319)
remote: Counting objects: 18% (58/319)
remote: Counting objects: 19% (61/319)
remote: Counting objects: 20% (64/319)
remote: Counting objects: 21% (67/319)
remote: Counting objects: 22% (71/319)
remote: Counting objects: 23% (74/319)
remote: Counting objects: 24% (77/319)
remote: Counting objects: 25% (80/319)
remote: Counting objects: 26% (83/319)
remote: Counting objects: 27% (87/319)
remote: Counting objects: 28% (90/319)
remote: Counting objects: 29% (93/319)
remote: Counting objects: 30% (96/319)
remote: Counting objects: 31% (99/319)
remote: Counting objects: 32% (103/319)
remote: Counting objects: 33% (106/319)
remote: Counting objects: 34% (109/319)
remote: Counting objects: 35% (112/319)
remote: Counting objects: 36% (115/319)
remote: Counting objects: 37% (119/319)
remote: Counting objects: 38% (122/319)
remote: Counting objects: 39% (125/319)
remote: Counting objects: 40% (128/319)
remote: Counting objects: 41% (131/319)
remote: Counting objects: 42% (134/319)
remote: Counting objects: 43% (138/319)
remote: Counting objects: 44% (141/319)
remote: Counting objects: 45% (144/319)
remote: Counting objects: 46% (147/319)
remote: Counting objects: 47% (150/319)
remote: Counting objects: 48% (154/319)
remote: Counting objects: 49% (157/319)
remote: Counting objects: 50% (160/319)
remote: Counting objects: 51% (163/319)
remote: Counting objects: 52% (166/319)
remote: Counting objects: 53% (170/319)
remote: Counting objects: 54% (173/319)
remote: Counting objects: 55% (176/319)
remote: Counting objects: 56% (179/319)
remote: Counting objects: 57% (182/319)
remote: Counting objects: 58% (186/319)
remote: Counting objects: 59% (189/319)
remote: Counting objects: 60% (192/319)
remote: Counting objects: 61% (195/319)
remote: Counting objects: 62% (198/319)
remote: Counting objects: 63% (201/319)
remote: Counting objects: 64% (205/319)
remote: Counting objects: 65% (208/319)
remote: Counting objects: 66% (211/319)
remote: Counting objects: 67% (214/319)
remote: Counting objects: 68% (217/319)
remote: Counting objects: 69% (221/319)
remote: Counting objects: 70% (224/319)
remote: Counting objects: 71% (227/319)
remote: Counting objects: 72% (230/319)
remote: Counting objects: 73% (233/319)
remote: Counting objects: 74% (237/319)
remote: Counting objects: 75% (240/319)
remote: Counting objects: 76% (243/319)
remote: Counting objects: 77% (246/319)
remote: Counting objects: 78% (249/319)
remote: Counting objects: 79% (253/319)
remote: Counting objects: 80% (256/319)
remote: Counting objects: 81% (259/319)
remote: Counting objects: 82% (262/319)
remote: Counting objects: 83% (265/319)
remote: Counting objects: 84% (268/319)
remote: Counting objects: 85% (272/319)
remote: Counting objects: 86% (275/319)
remote: Counting objects: 87% (278/319)
remote: Counting objects: 88% (281/319)
remote: Counting objects: 89% (284/319)
remote: Counting objects: 90% (288/319)
remote: Counting objects: 91% (291/319)
remote: Counting objects: 92% (294/319)
remote: Counting objects: 93% (297/319)
remote: Counting objects: 94% (300/319)
remote: Counting objects: 95% (304/319)
remote: Counting objects: 96% (307/319)
remote: Counting objects: 97% (310/319)
remote: Counting objects: 98% (313/319)
remote: Counting objects: 99% (316/319)
remote: Counting objects: 100% (319/319)
remote: Counting objects: 100% (319/319), done.
remote: Compressing objects: 0% (1/168)
remote: Compressing objects: 1% (2/168)
remote: Compressing objects: 2% (4/168)
remote: Compressing objects: 3% (6/168)
remote: Compressing objects: 4% (7/168)
remote: Compressing objects: 5% (9/168)
remote: Compressing objects: 6% (11/168)
remote: Compressing objects: 7% (12/168)
remote: Compressing objects: 8% (14/168)
remote: Compressing objects: 9% (16/168)
remote: Compressing objects: 10% (17/168)
remote: Compressing objects: 11% (19/168)
remote: Compressing objects: 12% (21/168)
remote: Compressing objects: 13% (22/168)
remote: Compressing objects: 14% (24/168)
remote: Compressing objects: 15% (26/168)
remote: Compressing objects: 16% (27/168)
remote: Compressing objects: 17% (29/168)
remote: Compressing objects: 18% (31/168)
remote: Compressing objects: 19% (32/168)
remote: Compressing objects: 20% (34/168)
remote: Compressing objects: 21% (36/168)
remote: Compressing objects: 22% (37/168)
remote: Compressing objects: 23% (39/168)
remote: Compressing objects: 24% (41/168)
remote: Compressing objects: 25% (42/168)
remote: Compressing objects: 26% (44/168)
remote: Compressing objects: 27% (46/168)
remote: Compressing objects: 28% (48/168)
remote: Compressing objects: 29% (49/168)
remote: Compressing objects: 30% (51/168)
remote: Compressing objects: 31% (53/168)
remote: Compressing objects: 32% (54/168)
remote: Compressing objects: 33% (56/168)
remote: Compressing objects: 34% (58/168)
remote: Compressing objects: 35% (59/168)
remote: Compressing objects: 36% (61/168)
remote: Compressing objects: 37% (63/168)
remote: Compressing objects: 38% (64/168)
remote: Compressing objects: 39% (66/168)
remote: Compressing objects: 40% (68/168)
remote: Compressing objects: 41% (69/168)
remote: Compressing objects: 42% (71/168)
remote: Compressing objects: 43% (73/168)
remote: Compressing objects: 44% (74/168)
remote: Compressing objects: 45% (76/168)
remote: Compressing objects: 46% (78/168)
remote: Compressing objects: 47% (79/168)
remote: Compressing objects: 48% (81/168)
remote: Compressing objects: 49% (83/168)
remote: Compressing objects: 50% (84/168)
remote: Compressing objects: 51% (86/168)
remote: Compressing objects: 52% (88/168)
remote: Compressing objects: 53% (90/168)
remote: Compressing objects: 54% (91/168)
remote: Compressing objects: 55% (93/168)
remote: Compressing objects: 56% (95/168)
remote: Compressing objects: 57% (96/168)
remote: Compressing objects: 58% (98/168)
remote: Compressing objects: 59% (100/168)
remote: Compressing objects: 60% (101/168)
remote: Compressing objects: 61% (103/168)
remote: Compressing objects: 62% (105/168)
remote: Compressing objects: 63% (106/168)
remote: Compressing objects: 64% (108/168)
remote: Compressing objects: 65% (110/168)
remote: Compressing objects: 66% (111/168)
remote: Compressing objects: 67% (113/168)
remote: Compressing objects: 68% (115/168)
remote: Compressing objects: 69% (116/168)
remote: Compressing objects: 70% (118/168)
remote: Compressing objects: 71% (120/168)
remote: Compressing objects: 72% (121/168)
remote: Compressing objects: 73% (123/168)
remote: Compressing objects: 74% (125/168)
remote: Compressing objects: 75% (126/168)
remote: Compressing objects: 76% (128/168)
remote: Compressing objects: 77% (130/168)
remote: Compressing objects: 78% (132/168)
remote: Compressing objects: 79% (133/168)
remote: Compressing objects: 80% (135/168)
remote: Compressing objects: 81% (137/168)
remote: Compressing objects: 82% (138/168)
remote: Compressing objects: 83% (140/168)
remote: Compressing objects: 84% (142/168)
remote: Compressing objects: 85% (143/168)
remote: Compressing objects: 86% (145/168)
remote: Compressing objects: 87% (147/168)
remote: Compressing objects: 88% (148/168)
remote: Compressing objects: 89% (150/168)
remote: Compressing objects: 90% (152/168)
remote: Compressing objects: 91% (153/168)
remote: Compressing objects: 92% (155/168)
remote: Compressing objects: 93% (157/168)
remote: Compressing objects: 94% (158/168)
remote: Compressing objects: 95% (160/168)
remote: Compressing objects: 96% (162/168)
remote: Compressing objects: 97% (163/168)
remote: Compressing objects: 98% (165/168)
remote: Compressing objects: 99% (167/168)
remote: Compressing objects: 100% (168/168)
remote: Compressing objects: 100% (168/168), done.
Receiving objects: 0% (1/397)
Receiving objects: 1% (4/397)
Receiving objects: 2% (8/397)
Receiving objects: 3% (12/397)
Receiving objects: 4% (16/397)
Receiving objects: 5% (20/397)
Receiving objects: 6% (24/397)
Receiving objects: 7% (28/397)
Receiving objects: 8% (32/397)
Receiving objects: 9% (36/397)
Receiving objects: 10% (40/397)
Receiving objects: 11% (44/397)
Receiving objects: 12% (48/397)
Receiving objects: 13% (52/397)
Receiving objects: 14% (56/397)
Receiving objects: 15% (60/397)
Receiving objects: 16% (64/397)
Receiving objects: 17% (68/397)
Receiving objects: 18% (72/397)
Receiving objects: 19% (76/397)
Receiving objects: 20% (80/397)
Receiving objects: 21% (84/397)
Receiving objects: 22% (88/397)
Receiving objects: 23% (92/397)
Receiving objects: 24% (96/397)
Receiving objects: 25% (100/397)
Receiving objects: 26% (104/397)
Receiving objects: 27% (108/397)
Receiving objects: 28% (112/397)
Receiving objects: 29% (116/397)
Receiving objects: 30% (120/397)
Receiving objects: 31% (124/397)
Receiving objects: 32% (128/397)
Receiving objects: 33% (132/397)
Receiving objects: 34% (135/397)
Receiving objects: 35% (139/397)
Receiving objects: 36% (143/397)
Receiving objects: 37% (147/397)
Receiving objects: 38% (151/397)
Receiving objects: 39% (155/397)
Receiving objects: 40% (159/397)
Receiving objects: 41% (163/397)
Receiving objects: 42% (167/397)
Receiving objects: 43% (171/397)
Receiving objects: 44% (175/397)
Receiving objects: 45% (179/397)
Receiving objects: 46% (183/397)
Receiving objects: 47% (187/397)
Receiving objects: 48% (191/397)
Receiving objects: 49% (195/397)
Receiving objects: 50% (199/397)
Receiving objects: 51% (203/397)
Receiving objects: 52% (207/397)
Receiving objects: 53% (211/397)
Receiving objects: 54% (215/397)
Receiving objects: 55% (219/397)
Receiving objects: 56% (223/397)
Receiving objects: 57% (227/397)
Receiving objects: 58% (231/397)
Receiving objects: 59% (235/397)
Receiving objects: 60% (239/397)
Receiving objects: 61% (243/397)
Receiving objects: 62% (247/397)
Receiving objects: 63% (251/397)
Receiving objects: 64% (255/397)
Receiving objects: 65% (259/397)
Receiving objects: 66% (263/397)
Receiving objects: 67% (266/397)
Receiving objects: 68% (270/397)
Receiving objects: 69% (274/397)
Receiving objects: 70% (278/397)
Receiving objects: 71% (282/397)
Receiving objects: 72% (286/397)
Receiving objects: 73% (290/397)
Receiving objects: 74% (294/397)
Receiving objects: 75% (298/397)
Receiving objects: 76% (302/397)
Receiving objects: 77% (306/397)
Receiving objects: 78% (310/397)
Receiving objects: 79% (314/397)
Receiving objects: 80% (318/397)
Receiving objects: 81% (322/397)
Receiving objects: 82% (326/397)
Receiving objects: 83% (330/397)
Receiving objects: 84% (334/397)
Receiving objects: 85% (338/397)
Receiving objects: 86% (342/397)
Receiving objects: 87% (346/397)
remote: Total 397 (delta 252), reused 156 (delta 151), pack-reused 78
Receiving objects: 88% (350/397)
Receiving objects: 89% (354/397)
Receiving objects: 90% (358/397)
Receiving objects: 91% (362/397)
Receiving objects: 92% (366/397)
Receiving objects: 93% (370/397)
Receiving objects: 94% (374/397)
Receiving objects: 95% (378/397)
Receiving objects: 96% (382/397)
Receiving objects: 97% (386/397)
Receiving objects: 98% (390/397)
Receiving objects: 99% (394/397)
Receiving objects: 100% (397/397)
Receiving objects: 100% (397/397), 820.05 KiB | 8.45 MiB/s, done.
Resolving deltas: 0% (0/252)
Resolving deltas: 1% (3/252)
Resolving deltas: 2% (6/252)
Resolving deltas: 3% (8/252)
Resolving deltas: 5% (13/252)
Resolving deltas: 6% (16/252)
Resolving deltas: 7% (18/252)
Resolving deltas: 8% (21/252)
Resolving deltas: 9% (23/252)
Resolving deltas: 10% (26/252)
Resolving deltas: 11% (28/252)
Resolving deltas: 12% (31/252)
Resolving deltas: 13% (33/252)
Resolving deltas: 14% (36/252)
Resolving deltas: 15% (38/252)
Resolving deltas: 16% (41/252)
Resolving deltas: 17% (43/252)
Resolving deltas: 18% (46/252)
Resolving deltas: 19% (48/252)
Resolving deltas: 20% (51/252)
Resolving deltas: 21% (53/252)
Resolving deltas: 22% (56/252)
Resolving deltas: 23% (58/252)
Resolving deltas: 24% (61/252)
Resolving deltas: 25% (63/252)
Resolving deltas: 26% (66/252)
Resolving deltas: 27% (69/252)
Resolving deltas: 28% (71/252)
Resolving deltas: 29% (75/252)
Resolving deltas: 30% (76/252)
Resolving deltas: 31% (79/252)
Resolving deltas: 32% (81/252)
Resolving deltas: 33% (84/252)
Resolving deltas: 34% (86/252)
Resolving deltas: 35% (89/252)
Resolving deltas: 36% (91/252)
Resolving deltas: 37% (94/252)
Resolving deltas: 38% (96/252)
Resolving deltas: 39% (99/252)
Resolving deltas: 40% (101/252)
Resolving deltas: 41% (104/252)
Resolving deltas: 42% (106/252)
Resolving deltas: 43% (109/252)
Resolving deltas: 44% (111/252)
Resolving deltas: 45% (114/252)
Resolving deltas: 46% (116/252)
Resolving deltas: 47% (119/252)
Resolving deltas: 48% (121/252)
Resolving deltas: 49% (124/252)
Resolving deltas: 50% (126/252)
Resolving deltas: 51% (129/252)
Resolving deltas: 52% (132/252)
Resolving deltas: 53% (134/252)
Resolving deltas: 54% (137/252)
Resolving deltas: 55% (139/252)
Resolving deltas: 56% (142/252)
Resolving deltas: 57% (144/252)
Resolving deltas: 58% (147/252)
Resolving deltas: 59% (149/252)
Resolving deltas: 60% (152/252)
Resolving deltas: 61% (154/252)
Resolving deltas: 62% (157/252)
Resolving deltas: 63% (159/252)
Resolving deltas: 64% (162/252)
Resolving deltas: 65% (164/252)
Resolving deltas: 66% (167/252)
Resolving deltas: 67% (169/252)
Resolving deltas: 68% (172/252)
Resolving deltas: 69% (174/252)
Resolving deltas: 70% (177/252)
Resolving deltas: 71% (179/252)
Resolving deltas: 72% (182/252)
Resolving deltas: 73% (184/252)
Resolving deltas: 74% (187/252)
Resolving deltas: 75% (189/252)
Resolving deltas: 76% (192/252)
Resolving deltas: 77% (195/252)
Resolving deltas: 78% (197/252)
Resolving deltas: 79% (200/252)
Resolving deltas: 80% (202/252)
Resolving deltas: 81% (205/252)
Resolving deltas: 82% (207/252)
Resolving deltas: 83% (210/252)
Resolving deltas: 84% (212/252)
Resolving deltas: 85% (215/252)
Resolving deltas: 86% (217/252)
Resolving deltas: 87% (220/252)
Resolving deltas: 88% (222/252)
Resolving deltas: 89% (225/252)
Resolving deltas: 90% (227/252)
Resolving deltas: 91% (230/252)
Resolving deltas: 92% (232/252)
Resolving deltas: 93% (235/252)
Resolving deltas: 94% (237/252)
Resolving deltas: 95% (240/252)
Resolving deltas: 96% (242/252)
Resolving deltas: 97% (245/252)
Resolving deltas: 98% (247/252)
Resolving deltas: 99% (250/252)
Resolving deltas: 100% (252/252)
Resolving deltas: 100% (252/252), completed with 60 local objects.
From https://github.com/python/cpython
- branch 3.13 -> FETCH_HEAD Note: switching to '6e57bd01e00d40dfe7c9344d0b528d9059b1fa93'.
You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 6e57bd01e0 gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030) Switched to and reset branch '3.13'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
/usr/bin/ld: final link failed: No space left on device collect2: error: ld returned 1 exit status make: *** [Makefile:1050: libpython3.13d.so] Error 1
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org