Buildbot-status
Threads by month
- ----- 2024 -----
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
June 2024
- 1 participants
- 209 discussions
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org 28 Jun '24
by buildbot@python.org 28 Jun '24
28 Jun '24
The Buildbot has detected a new failure on builder AMD64 Debian root 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/345/builds/8384
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: angelico-debian-amd64
Build Reason: <unknown>
Blamelist: Ken Jin <kenjin(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
xiting asyncio REPL...
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/asyncio/__main__.py", line 109, in run
raise OSError(errno.ENOTTY, "tty required", "stdin")
Fatal Python error: _enter_buffered_busy: could not acquire lock for <_io.BufferedWriter name='<stderr>'> at interpreter shutdown, possibly due to daemon threads
Python runtime state: finalizing (tstate=0x000055da69db5ad0)
Traceback (most recent call last):
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_repl.py", line 199, in test_asyncio_repl_is_ok
assert_python_ok("-m", "asyncio")
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/script_helper.py", line 180, in assert_python_ok
return _assert_python(True, *args, **env_vars)
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/script_helper.py", line 165, in _assert_python
res.fail(cmd_line)
~~~~~~~~^^^^^^^^^^
File "/root/buildarea/3.x.angelico-debian-amd64/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 -6
command line: ['/root/buildarea/3.x.angelico-debian-amd64/build/python', '-X', 'faulthandler', '-I', '-m', 'asyncio']
Traceback (most recent call last):
xiting asyncio REPL...
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/asyncio/__main__.py", line 109, in run
raise OSError(errno.ENOTTY, "tty required", "stdin")
Fatal Python error: _enter_buffered_busy: could not acquire lock for <_io.BufferedWriter name='<stderr>'> at interpreter shutdown, possibly due to daemon threads
Python runtime state: finalizing (tstate=0x000055bec2fccad0)
Test report
===========
Failed tests:
- test_repl
Failed subtests:
- test_asyncio_repl_is_ok - test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_is_ok
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org 28 Jun '24
by buildbot@python.org 28 Jun '24
28 Jun '24
The Buildbot has detected a new failure on builder AMD64 Windows11 Bigmem 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1079/builds/4311
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ambv-bb-win11
Build Reason: <unknown>
Blamelist: Kumar Aditya <kumaraditya(a)python.org>, Victor Stinner <vstinner(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_pathlib\test_pathlib.py", line 512, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_pathlib\test_pathlib_abc.py", line 1602, in setUp
p.joinpath('linkA').symlink_to('fileA')
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\pathlib\_local.py", line 856, in symlink_to
os.symlink(target, self, target_is_directory)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'fileA' -> 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_2720�\\@test_2720_tmp�\\linkA'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 228, in test_create_new
with dumbdbm.open(_fname, 'n') as f:
~~~~~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 290, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
TracebackTests.test_syntax_error) ... ok
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 136, in test_line_endings
with contextlib.closing(dumbdbm.open(_fname)) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\case.py", line 58, in testPartExecutor
yield
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\case.py", line 660, in run
self._callTestMethod(testMethod)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\case.py", line 606, in _callTestMethod
result = method()
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 2004, in test_threads
self.assertFalse(errors,
~~~~~~~~~~~~~~~~^^^^^^^^
"the following exceptions were caught: %r" % errors)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: [OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device')] is not false : the following exceptions were caught: [OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError
(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device'), OSError(28, 'No space left on device')]
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
OSError: [Errno 28] No space left on device: b'@test_7540_tmp\xc3\xa6\\@test_7540_tmp\xc3\xa6.dir'
Warning -- Unraisable exception
Exception ignored in: <function _Database.close at 0x00000211AA3E0350>
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
OSError: [Errno 28] No space left on device: b'@test_7540_tmp\xc3\xa6\\@test_7540_tmp\xc3\xa6.dir'
ERROR
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpnwwzs_9d'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 323, in test_sync_nonempty_unmodified
f.sync()
~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp3wy83dwn'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\sqlite3.py", line 79, in _execute
return closing(self._cx.execute(*args, **kwargs))
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: unable to open database file
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 131, in test_anydbm_access
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 59, in init_db
f[k.encode("ascii")] = self._dict[k]
~^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 203, in __setitem__
self._addkey(key, self._addval(val))
~~~~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 161, in _addval
with _io.open(self._datfile, 'rb+') as f:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_largefile.py", line 41, in setUp
f.flush()
~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1274, in flush
self._flush_unlocked()
~~~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1281, in _flush_unlocked
n = self.raw.write(self._write_buf)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1702, in write
return os.write(self._fd, b)
~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 1837, in test_make_zipfile_without_rootdir
root_dir, base_dir = self._create_files()
~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 1634, in _create_files
root_dir = self.mkdtemp()
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpw1m4ry_k'
TracebackTests.test_nonexistent_module_nested) ... ok
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 105, in test_write_contains
with contextlib.closing(dumbdbm.open(_fname)) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 515, in test_both_onerror_and_onexc
os.mkdir(TESTFN)
~~~~~~~~^^^^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_8068_tmp�'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Exception in thread Thread-20 (f):
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 1941, in test_make_archive_owner_group
res = make_archive(base_name, 'tar', root_dir, base_dir,
owner=owner, group=group)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 1171, in make_archive
filename = func(base_name, base_dir, **kwargs)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 995, in _make_tarball
tar.close()
~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 1997, in close
self.fileobj.close()
~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 465, in close
self.fileobj.write(self.buf)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 327, in write
os.write(self.fd, s)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 893, in test_read_from_file_with_bytes_filename
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_bufio.py", line 59, in test_primepat
self.drive_one(b"1234567890\00\01\02\03\04\05\06")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_bufio.py", line 52, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_bufio.py", line 30, in try_one
f.close()
~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1313, in close
self.flush()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1274, in flush
self._flush_unlocked()
~~~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1281, in _flush_unlocked
n = self.raw.write(self._write_buf)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1702, in write
return os.write(self._fd, b)
~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_posix.py", line 1048, in test_chmod_dir_symlink
os.symlink(target, link, target_is_directory=True)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: '@test_11164_tmp�d' -> '@test_11164_tmp�-link'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 747, in test_rmtree_above_recursion_limit
os.makedirs(base)
~~~~~~~~~~~^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\os.py", line 225, in makedirs
makedirs(head, exist_ok=exist_ok)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\os.py", line 225, in makedirs
makedirs(head, exist_ok=exist_ok)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\os.py", line 225, in makedirs
makedirs(head, exist_ok=exist_ok)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
[Previous line repeated 46 more times]
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\os.py", line 235, in makedirs
mkdir(name, mode)
~~~~~^^^^^^^^^^^^
FileNotFoundError: [WinError 3] The system cannot find the path specified: '@test_8068_tmp�\\d'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 123, in test_str_write_contains
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 161, in init_db
with contextlib.closing(dumbdbm.open(_fname, 'n')) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
TracebackTests.test_broken_parent) ... ok
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 187, in test_random
f[k] = v
~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 203, in __setitem__
self._addkey(key, self._addval(val))
~~~~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 161, in _addval
with _io.open(self._datfile, 'rb+') as f:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 1092, in test_copytree_return_value
rv = shutil.copytree(src_dir, dst_dir)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 593, in copytree
return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
ignore=ignore, copy_function=copy_function,
ignore_dangling_symlinks=ignore_dangling_symlinks,
dirs_exist_ok=dirs_exist_ok)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 491, in _copytree
os.makedirs(dst, exist_ok=dirs_exist_ok)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\os.py", line 235, in makedirs
mkdir(name, mode)
~~~~~^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpew_wnj8tdest'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 643, in test_rmtree_on_symlink
os.mkdir(TESTFN)
~~~~~~~~^^^^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_8068_tmp�'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_plistlib.py", line 449, in test_io
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpkke7fci_'
Traceback (most recent call last):
Traceback (most recent call last):
Exception in thread Thread-20 (f):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Warning -- Uncaught thread exception: OSError File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp0wmcgvyf'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_asyncio\test_sendfile.py", line 143, in setUpClass
super().setUpClass()
~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_asyncio\test_sendfile.py", line 109, in setUpClass
fp.write(cls.DATA)
~~~~~~~~^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 1759, in test_tarfile_vs_tar
subprocess.check_call(tar_cmd, cwd=root_dir,
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
stdout=subprocess.DEVNULL)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\subprocess.py", line 419, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['tar', '-cf', 'archive2.tar', 'dist']' returned non-zero exit status 1.
TracebackTests.test_broken_parent_from) ... ok
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 181, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 138, in _load_run_test
regrtest_runner(result, test_func, runtests)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 91, in regrtest_runner
test_result = test_func()
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 135, in test_func
return run_unittest(test_mod)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 37, in run_unittest
return _run_suite(tests)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 57, in _run_suite
result = runner.run(suite)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\runner.py", line 247, in run
result.printErrors()
~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\runner.py", line 146, in printErrors
self.printErrorList('ERROR', self.errors)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\runner.py", line 160, in printErrorList
self.stream.writeln("%s" % err)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\runner.py", line 26, in writeln
self.write(arg)
~~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\u4e09' in position 921: character maps to <undefined>
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_largefile.py", line 30, in setUp
with self.open(TESTFN, mode) as f:
~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 1485, in tearDown
super().tearDown()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 66, in tearDown
self._box.close()
~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 85, in test_anydbm_creation_n_file_exists_with_invalid_contents
with dbm.open(_fname, 'n') as f:
~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\__init__.py", line 95, in open
return mod.open(file, flag, mode)
~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 319, in open
return _Database(file, mode, flag=flag)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 72, in __init__
self._update(flag)
~~~~~~~~~~~~^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 101, in _update
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_7540_tmp\xc3\xa6\\@test_7540_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 560, in test_case_sha1_3
self.check('sha1', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
"34aa973cd4c4daa4f61eeb2bdbad27316534016f")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 394, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 407, in check_file_digest
f.write(data)
~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 131, in test_anydbm_access
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 57, in init_db
f = dbm.open(_fname, 'n')
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\__init__.py", line 95, in open
return mod.open(file, flag, mode)
~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\sqlite3.py", line 140, in open
return _Database(filename, flag=flag, mode=mode)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\sqlite3.py", line 73, in __init__
self._execute(BUILD_TABLE)
~~~~~~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\sqlite3.py", line 81, in _execute
raise error(str(exc))
dbm.sqlite3.error: unable to open database file
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 118, in test_str_read
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 161, in init_db
with contextlib.closing(dumbdbm.open(_fname, 'n')) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_marshal.py", line 546, in testModule
self.helper(code)
~~~~~~~~~~~^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 3016, in setUpClass
write_test_file(TESTFN, cls.FILESIZE)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 102, in write_test_file
f.write(chunk)
~~~~~~~^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 1050, in test_copytree_dangling_symlinks
dst_dir = os.path.join(self.mkdtemp(), 'destination')
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmplvw8z1cl'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 57, in test_basic
f.flush()
~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 83, in test_dumbdbm_read
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 161, in init_db
with contextlib.closing(dumbdbm.open(_fname, 'n')) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_os.py", line 5025, in test_attributes
os.symlink(filename, os.path.join(self.path, "symlink_file.txt"))
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_17184�\\@test_17184_tmp�\\file.txt' -> 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_17184�\\@test_17184_tmp�\\symlink_file.txt'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 420, in test_entire_file
f.write(2**16 * b'm') # Arbitrary character
~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 78, in test_anydbm_creation
f[key.encode("ascii")] = self._dict[key]
~^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 203, in __setitem__
self._addkey(key, self._addval(val))
~~~~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 161, in _addval
with _io.open(self._datfile, 'rb+') as f:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 410, in test_double_close
f.write(2**16 * b'a') # Arbitrary character
~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 289, in test_get_file
key1 = self._box.add(_sample_message)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 1328, in add
key = _singlefileMailbox.add(self, message)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 658, in add
self._toc[self._next_key] = self._append_message(message)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 97, in _update
f = _io.open(self._dirfile, 'r', encoding="Latin-1")
FileNotFoundError: [Errno 2] No such file or directory: b'@test_7540_tmp\xc3\xa6\\@test_7540_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmplvliu6uh'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_import\__init__.py", line 463, in test_module_with_large_stack
f.write('"",\n')
~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpro6owqbz'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2170, in test_unpack_archive_zip
self.check_unpack_archive('zip')
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2115, in check_unpack_archive
self.check_unpack_archive_with_converter(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
format, lambda path: path, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2130, in check_unpack_archive_with_converter
tmpdir2 = self.mkdtemp()
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmprqna_bp5'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 89, in test_anydbm_modification
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 59, in init_db
f[k.encode("ascii")] = self._dict[k]
~^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 203, in __setitem__
self._addkey(key, self._addval(val))
~~~~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 161, in _addval
with _io.open(self._datfile, 'rb+') as f:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_profile.py", line 103, in test_runctx
self.profilermodule.runctx("testfunc()", globals(), locals(),
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
filename=TESTFN)
^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\profile.py", line 100, in runctx
return _Utils(Profile).runctx(statement, globals, locals, filename, sort)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\profile.py", line 67, in runctx
self._show(prof, filename, sort)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\profile.py", line 71, in _show
prof.dump_stats(filename)
~~~~~~~~~~~~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\profile.py", line 394, in dump_stats
with open(file, 'wb') as f:
~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpkw16wwe2'
Traceback (most recent call last):
OSError: [Errno 28] No space left on device
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Exception in thread Thread-21 (f):
OSError: [Errno 28] No space left on device
OSError: [Errno 28] No space left on device
Warning -- Uncaught thread exception: OSErrorException in thread Thread-9 (f):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Traceback (most recent call last):
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 600, in test_case_sha256_3
self.check('sha256', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
"cdc76e5c9914fb9281a1c7e284d73e67f1809a48a497200e046d39ccc7112cd0")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 394, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 407, in check_file_digest
f.write(data)
~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 1652, in test_make_tarfile
archive = make_archive(base_name, 'tar', root_dir)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 1171, in make_archive
filename = func(base_name, base_dir, **kwargs)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 995, in _make_tarball
tar.close()
~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 1997, in close
self.fileobj.close()
~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 465, in close
self.fileobj.write(self.buf)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 327, in write
os.write(self.fd, s)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_regrtest.py", line 1136, in test_coverage
output = self.run_tests("--coverage", test)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_regrtest.py", line 911, in run_tests
return self.run_python(cmdargs, **kw)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_regrtest.py", line 763, in run_python
proc = self.run_command(args, **kw)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_regrtest.py", line 754, in run_command
self.fail(msg)
~~~~~~~~~^^^^^
AssertionError: Command ['R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\PCbuild\\amd64\\python_d.exe', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=C:\\Users\\buildbot\\AppData\\Local\\Temp\\test_python_0qg0rn1g\\tmpudojlp9m', '--coverage', 'test_regrtest_coverage'] failed with exit code 1, but exit code 0 expected!
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_regrtest.py", line 1136, in test_coverage
output = self.run_tests("--coverage", test)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_regrtest.py", line 911, in run_tests
return self.run_python(cmdargs, **kw)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_regrtest.py", line 763, in run_python
proc = self.run_command(args, **kw)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_regrtest.py", line 754, in run_command
self.fail(msg)
~~~~~~~~~^^^^^
AssertionError: Command ['R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\PCbuild\\amd64\\python_d.exe', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=C:\\Users\\buildbot\\AppData\\Local\\Temp\\test_python_ra6__usu\\tmpt9c9dcll', '--coverage', 'test_regrtest_coverage'] failed with exit code 1, but exit code 0 expected!
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 389, in test_on_error
os.mkdir(TESTFN)
~~~~~~~~^^^^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_8068_tmp�'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 288, in test_missing_index
with dumbdbm.open(_fname, value) as f:
~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 290, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\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_1636_tmp�', 'create table t(t)')
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2161, in test_unpack_archive_bztar
self.check_unpack_tarball('bztar')
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2146, in check_unpack_tarball
self.check_unpack_archive(format, filter='fully_trusted')
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2115, in check_unpack_archive
self.check_unpack_archive_with_converter(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
format, lambda path: path, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2130, in check_unpack_archive_with_converter
tmpdir2 = self.mkdtemp()
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp98pvk5xb'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 288, in test_missing_index
with dumbdbm.open(_fname, value) as f:
~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 290, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 1421, in test_with_pathlike_filename
with lzma.open(filename, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\lzma.py", line 152, in close
self._fp.close()
~~~~~~~~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 223, in test_read1_10
self.zip_read1_10_test(f, self.compression)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 206, in zip_read1_10_test
self.make_test_archive(f, compression)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 66, in make_test_archive
with zipfile.ZipFile(f, "w", **kwargs) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 39, in setUp
os.unlink(TESTFN)
~~~~~~~~~^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_2080_tmp�'
Traceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... ok
TracebackTests.test_exec_failure_nested) ... ok
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 1120, in test_write_to_file
with LZMAFile(TESTFN, "w") as f:
~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\lzma.py", line 152, in close
self._fp.close()
~~~~~~~~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 74, in test_dumbdbm_modification
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 161, in init_db
with contextlib.closing(dumbdbm.open(_fname, 'n')) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 70, in test_close_twice
f.close()
~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp5pf7v32l'
Traceback (most recent call last):
Exception in thread File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning -- Uncaught thread exception: OSError File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
Thread-6 (f):
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_sqlite3\test_dbapi.py", line 691, in test_open_unquoted_uri
cx.execute(self._sql)
~~~~~~~~~~^^^^^^^^^^^
sqlite3.OperationalError: database or disk is full
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 1084, in wrapper
return f(self, maxsize)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 535, in test_case_md5_huge
self.check('md5', b'A'*size, 'c9af2dff37468ce5dfee8f2cfc0a9c6d')
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 394, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 407, in check_file_digest
f.write(data)
~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 1217, in test_write_append_to_file
with LZMAFile(TESTFN, "w") as f:
~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\lzma.py", line 152, in close
self._fp.close()
~~~~~~~~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 1460, in test_copy_return_value
src_dir = self.mkdtemp()
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpr5rqboki'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 463, in testZipImporterMethods
z.writestr(zinfo, data)
~~~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1935, in writestr
with self.open(zinfo, mode='w') as dest:
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_iter.py", line 921, in test_writelines
f.writelines(Whatever(6, 6+2000))
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 74, in test_add
keys.append(self._box.add(mailbox.Message(_sample_message)))
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 1328, in add
key = _singlefileMailbox.add(self, message)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 658, in add
self._toc[self._next_key] = self._append_message(message)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 818, in testZip64CruftAndComment
self.doTest(".py", files, "f65536", comment=b"c" * ((1 << 16) - 1))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 139, in doTest
self.makeZip(files, **kw)
~~~~~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 116, in makeZip
with ZipFile(zipName, "w") as z:
~~~~~~~^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 941, in test_resize_fails_if_mapping_held_elsewhere
f.truncate(start_size)
~~~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp0p27umau'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 602, in testZipImporterMethodsInSubDirectory
with ZipFile(TEMP_ZIP, "w") as z:
~~~~~~~^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpqllaylco'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_sysconfig.py", line 388, in test_symlink
with PythonSymlink() as py:
~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 1501, in __enter__
os.symlink(real, link)
~~~~~~~~~~^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\PCbuild\\amd64\\vcruntime140.dll' -> 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_14860�\\vcruntime140.dll'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 111, in test_anydbm_keys
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 59, in init_db
f[k.encode("ascii")] = self._dict[k]
~^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 203, in __setitem__
self._addkey(key, self._addval(val))
~~~~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 161, in _addval
with _io.open(self._datfile, 'rb+') as f:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 40, in cleaunup_test_dir
os_helper.rmtree(dirname)
~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 465, in rmtree
_rmtree(path)
~~~~~~~^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 408, in _rmtree
_waitfor(_rmtree_inner, path, waitall=True)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 353, in _waitfor
func(pathname)
~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 407, in _rmtree_inner
_force_run(fullname, os.unlink, fullname)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 209, in _force_run
return func(*args)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_7540_tmp�\\@test_7540_tmp�'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 458, in testZipImporterMethods
with ZipFile(TEMP_ZIP, "w") as z:
~~~~~~~^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 181, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 138, in _load_run_test
regrtest_runner(result, test_func, runtests)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 91, in regrtest_runner
test_result = test_func()
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 135, in test_func
return run_unittest(test_mod)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 37, in run_unittest
return _run_suite(tests)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 57, in _run_suite
result = runner.run(suite)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\runner.py", line 240, in run
test(result)
~~~~^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\suite.py", line 84, in __call__
return self.run(*args, **kwds)
~~~~~~~~^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\suite.py", line 122, in run
test(result)
~~~~^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\suite.py", line 84, in __call__
return self.run(*args, **kwds)
~~~~~~~~^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\suite.py", line 122, in run
test(result)
~~~~^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\case.py", line 716, in __call__
return self.run(*args, **kwds)
~~~~~~~~^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\case.py", line 659, in run
with outcome.testPartExecutor(self):
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 162, in __exit__
self.gen.throw(value)
~~~~~~~~~~~~~~^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\case.py", line 75, in testPartExecutor
_addError(self.result, test_case, exc_info)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\case.py", line 98, in _addError
result.addFailure(test, exc_info)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\testresult.py", line 115, in addFailure
super().addFailure(test, err)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\runner.py", line 109, in addFailure
super(TextTestResult, self).addFailure(test, err)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\result.py", line 17, in inner
return method(self, *args, **kw)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\result.py", line 123, in addFailure
self.failures.append((test, self._exc_info_to_string(err, test)))
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\result.py", line 196, in _exc_info_to_string
error = sys.stderr.getvalue()
^^^^^^^^^^^^^^^^^^^
AttributeError: '_io.TextIOWrapper' object has no attribute 'getvalue'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_bufio.py", line 62, in test_nullpat
self.drive_one(b'\0' * 1000)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_bufio.py", line 52, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_bufio.py", line 30, in try_one
f.close()
~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1313, in close
self.flush()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1274, in flush
self._flush_unlocked()
~~~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1281, in _flush_unlocked
n = self.raw.write(self._write_buf)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1702, in write
return os.write(self._fd, b)
~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 273, in test_get_bytes
key1 = self._box.add(_sample_message)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 1328, in add
key = _singlefileMailbox.add(self, message)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 658, in add
self._toc[self._next_key] = self._append_message(message)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 68, in make_test_archive
zipfp.write(TESTFN, TESTFN)
~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1894, in write
with open(filename, "rb") as src, self.open(zinfo, 'w') as dest:
~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 184, in test_random_open
self.zip_random_open_test(f, self.compression)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 168, in zip_random_open_test
self.make_test_archive(f, compression)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 66, in make_test_archive
with zipfile.ZipFile(f, "w", **kwargs) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 993, in _make_tarball
tar.add(base_dir, arcname, filter=_set_uid_gid)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 2213, in add
self.add(os.path.join(name, f), os.path.join(arcname, f),
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
recursive, filter=filter)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 2213, in add
self.add(os.path.join(name, f), os.path.join(arcname, f),
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
recursive, filter=filter)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 2213, in add
self.add(os.path.join(name, f), os.path.join(arcname, f),
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
recursive, filter=filter)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 2207, in add
self.addfile(tarinfo, f)
~~~~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 2238, in addfile
copyfileobj(fileobj, self.fileobj, tarinfo.size, bufsize=bufsize)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 258, in copyfileobj
dst.write(buf)
~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 441, in write
self.__write(s)
~~~~~~~~~~~~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 449, in __write
self.fileobj.write(self.buf[:self.bufsize])
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 327, in write
os.write(self.fd, s)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_http_cookiejar.py", line 1816, in test_rejection
c.save(filename, ignore_discard=True)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\http\cookiejar.py", line 1893, in save
with os.fdopen(
~~~~~~~~~^
os.open(filename, os.O_CREAT | os.O_WRONLY | os.O_TRUNC, 0o600),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
'w',
^^^^
) as f:
^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpj0xpkd4r'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 41, in test_dumbdbm_creation
f[key] = self._dict[key]
~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 203, in __setitem__
self._addkey(key, self._addval(val))
~~~~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 161, in _addval
with _io.open(self._datfile, 'rb+') as f:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
TracebackTests.test_broken_submodule) ... ok
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 990, in test_copytree_custom_copy_function
dst = tempfile.mktemp(dir=self.mkdtemp())
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpw6w2wna3'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 1068, in test_copytree_symlink_dir
dst_dir = os.path.join(self.mkdtemp(), 'destination')
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp4uwwgux8'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 281, in test_get_string
key1 = self._box.add(_sample_message)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 1328, in add
key = _singlefileMailbox.add(self, message)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 658, in add
self._toc[self._next_key] = self._append_message(message)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\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):
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 551, in test_init_with_PathLike_filename
with TempFile(filename, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2166, in test_unpack_archive_xztar
self.check_unpack_tarball('xztar')
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2146, in check_unpack_tarball
self.check_unpack_archive(format, filter='fully_trusted')
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2115, in check_unpack_archive
self.check_unpack_archive_with_converter(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
format, lambda path: path, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2130, in check_unpack_archive_with_converter
tmpdir2 = self.mkdtemp()
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp3t1zefzg'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 323, in test_sync_nonempty_unmodified
f.sync()
~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 111, in test_write_write_read
with contextlib.closing(dumbdbm.open(_fname)) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
Warning -- threading._dangling was modified by test_io
Warning -- Before: {<weakref at 0x000001E1B0609C50; to 'threading._MainThread' at 0x000001E1AE00A580>}
Warning -- After: {<weakref at 0x000001E1B08B65F0; to 'threading.Thread' at 0x000001E1B0559800>, <weakref at 0x000001E1B08B5EF0; to 'threading.Thread' at 0x000001E1B0676010>, <weakref at 0x000001E1B0A1AF20; to 'threading.Thread' at 0x000001E1B0703030>, <weakref at 0x000001E1B0A1AF90; to 'threading.Thread' at 0x000001E1B0724840>, <weakref at 0x000001E1B0A1AAC0; to 'threading.Thread' at 0x000001E1B0678060>, <weakref at 0x000001E1B0A1B230; to 'threading.Thread' at 0x000001E1B055B080>, <weakref at 0x000001E1B0A1AD60; to 'threading.Thread' at 0x000001E1B08A18C0>, <weakref at 0x000001E1B0A1B4D0; to 'threading.Thread' at 0x000001E1B06758C0>, <weakref at 0x000001E1B0A1B070; to 'threading.Thread' at 0x000001E1B0703140>, <weakref at 0x000001E1B0A1ABA0; to 'threading.Thread' at 0x000001E1B06761B0>, <weakref at 0x000001E1B0A1ACF0; to 'threading.Thread' at 0x000001E1B063B260>, <weakref at 0x000001E1B0A1B000; to 'threading.Thread' at 0x000001E1B06753E0>, <weakref at 0x000001E1B0A1B3F0; to 'thre
ading.Thread' at 0x000001E1B063B460>, <weakref at 0x000001E1B0A1B0E0; to 'threading.Thread' at 0x000001E1B0674C90>, <weakref at 0x000001E1B0A1B310; to 'threading.Thread' at 0x000001E1B06EA520>, <weakref at 0x000001E1B0A1ADD0; to 'threading._MainThread' at 0x000001E1AE00A580>, <weakref at 0x000001E1B0A1AB30; to 'threading.Thread' at 0x000001E1B0809E60>, <weakref at 0x000001E1B0A1B1C0; to 'threading.Thread' at 0x000001E1B0675E70>, <weakref at 0x000001E1B0A1AE40; to 'threading.Thread' at 0x000001E1B0724720>, <weakref at 0x000001E1B0A1AEB0; to 'threading.Thread' at 0x000001E1B0675F40>, <weakref at 0x000001E1B0A1AC80; to 'threading.Thread' at 0x000001E1B0809FA0>}
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 263, in test_get_message
key1 = self._box.add(_sample_message)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 1328, in add
key = _singlefileMailbox.add(self, message)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 658, in add
self._toc[self._next_key] = self._append_message(message)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 163, in test_open_with_pathlike
self.zip_open_test(path, self.compression)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 134, in zip_open_test
self.make_test_archive(f, compression)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 66, in make_test_archive
with zipfile.ZipFile(f, "w", **kwargs) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_os.py", line 1409, in setUp
os.symlink(join('tmp3', 'broken'), broken_link2_path, True)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'tmp3\\broken' -> '@test_1648_tmp�\\TEST1\\SUB2\\broken_link2'
Traceback (most recent call last):
Thread-9 (f):
Exception in thread Thread-22 (f):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
OSError: [Errno 28] No space left on device
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
Warning -- Uncaught thread exception: OSErrorTraceback (most recent call last):
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception in thread Thread-7 (f):
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
OSError: [Errno 28] No space left on device
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
Warning -- Uncaught thread exception: OSError
Exception in thread Warning -- Uncaught thread exception: OSErrorThread-14 (f):
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpem1dvf7h'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 1168, in test_file_digest
f.write(data)
~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\mock.py", line 1423, in patched
return func(*newargs, **newkeywargs)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 971, in test_copytree_winerror
dst_dir = os.path.join(self.mkdtemp(), 'destination')
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpr8bevhmx'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpvcmm740r'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 159, in test_add_binary_file
key = self._box.add(f)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 1328, in add
key = _singlefileMailbox.add(self, message)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 658, in add
self._toc[self._next_key] = self._append_message(message)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 1026, in test_copytree_special_func
dst_dir = os.path.join(self.mkdtemp(), 'destination')
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp9kyut436'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 1084, in wrapper
return f(self, maxsize)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 540, in test_case_md5_uintmax
self.check('md5', b'A'*size, '28138d306ff1b8281f1a9067e1a1a2b3')
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 394, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 407, in check_file_digest
f.write(data)
~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 118, in test_str_read
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 161, in init_db
with contextlib.closing(dumbdbm.open(_fname, 'n')) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_tarfile.py", line 4235, in setUpModule
with c.open(c.tarname, "wb") as tar:
~~~~~~^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\gzip.py", line 359, in close
fileobj.write(self.compress.flush())
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 289, in test_iterlines
self.zip_iterlines_test(f, self.compression)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 279, in zip_iterlines_test
self.make_test_archive(f, compression)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 66, in make_test_archive
with zipfile.ZipFile(f, "w", **kwargs) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 919, in test_copytree_arg_types_of_ignore
dst_dir = join(self.mkdtemp(), 'destination')
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp76e1psi4'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 128, in test_empty_value
f.close()
~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_7540_tmp\xc3\xa6\\@test_7540_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 203, in test_read1
self.zip_read1_test(f, self.compression)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 187, in zip_read1_test
self.make_test_archive(f, compression)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 66, in make_test_archive
with zipfile.ZipFile(f, "w", **kwargs) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 62, in setUp
self._delete_recursively(self._path)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 48, in _delete_recursively
os_helper.rmtree(target)
~~~~~~~~~~~~~~~~^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 465, in rmtree
_rmtree(path)
~~~~~~~^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 408, in _rmtree
_waitfor(_rmtree_inner, path, waitall=True)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 353, in _waitfor
func(pathname)
~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 407, in _rmtree_inner
_force_run(fullname, os.unlink, fullname)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 209, in _force_run
return func(*args)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_16624_tmp�\\2'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 230, in test_create_new
f[k] = self._dict[k]
~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 203, in __setitem__
self._addkey(key, self._addval(val))
~~~~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 161, in _addval
with _io.open(self._datfile, 'rb+') as f:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_gzip.py", line 431, in test_bad_gzip_file
with open(self.filename, 'wb') as file:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback) ... ok
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_largefile.py", line 30, in setUp
with self.open(TESTFN, mode) as f:
~~~~~~~~~^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 489, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1313, in close
self.flush()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1274, in flush
self._flush_unlocked()
~~~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1281, in _flush_unlocked
n = self.raw.write(self._write_buf)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1702, in write
return os.write(self._fd, b)
~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 100, in test_dumbdbm_keys
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 161, in init_db
with contextlib.closing(dumbdbm.open(_fname, 'n')) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 362, in test_nonascii_filename
with dumbdbm.open(filename, 'c') as db:
~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 290, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 67, in tearDown
self._delete_recursively(self._path)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 48, in _delete_recursively
os_helper.rmtree(target)
~~~~~~~~~~~~~~~~^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 465, in rmtree
_rmtree(path)
~~~~~~~^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 408, in _rmtree
_waitfor(_rmtree_inner, path, waitall=True)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 353, in _waitfor
func(pathname)
~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 407, in _rmtree_inner
_force_run(fullname, os.unlink, fullname)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 209, in _force_run
return func(*args)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_16624_tmp�\\2'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpejr_f0dh'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 38, in test_dumbdbm_creation
with contextlib.closing(dumbdbm.open(_fname, 'c')) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 913, in testZip64LargeFile
with open(TEMP_ZIP, "wb") as f:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 1186, in test_write_to_fileobj_with_int_name
with open(fd, 'wb') as raw:
~~~~^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2153, in test_unpack_archive_tar
self.check_unpack_tarball('tar')
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2146, in check_unpack_tarball
self.check_unpack_archive(format, filter='fully_trusted')
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2115, in check_unpack_archive
self.check_unpack_archive_with_converter(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
format, lambda path: path, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2127, in check_unpack_archive_with_converter
filename = make_archive(base_name, format, root_dir, base_dir)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 1171, in make_archive
filename = func(base_name, base_dir, **kwargs)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 995, in _make_tarball
tar.close()
~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 1997, in close
self.fileobj.close()
~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 465, in close
self.fileobj.write(self.buf)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 327, in write
os.write(self.fd, s)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_gzip.py", line 197, in test_many_append
with gzip.GzipFile(self.filename, "ab", 9) as f: # append
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\gzip.py", line 370, in close
myfileobj.close()
~~~~~~~~~~~~~~~^^
OSError: [Errno 28] No space left on device
TracebackTests.test_nonexistent_module) ... ok
Traceback (most recent call last):
Exception in thread Warning -- Uncaught thread exception: OSError File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Thread-11 (f)
Warning -- Uncaught thread exception: OSError File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Traceback (most recent call last):
Exception in thread Thread-23 (f):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmplh5s3fsh'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_source_encoding.py", line 125, in test_file_parse
with f:
^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 198, in _force_run
return func(*args)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_7540_tmp�\\@test_7540_tmp�'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 228, in test_create_new
with dumbdbm.open(_fname, 'n') as f:
~~~~~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 290, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_tkinter\test_images.py", line 561, in test_write
image.write(filename)
~~~~~~~~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tkinter\__init__.py", line 4484, in write
self.tk.call(self.name, 'write', filename, *options)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_tkinter.TclError: error writing "@test_9916_tmp�": no space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 757, in test_copytree_simple
dst_dir = os.path.join(self.mkdtemp(), 'destination')
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp8qraqi_g'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1993, in close
self._write_end_record()
~~~~~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 2091, in _write_end_record
self.fp.flush()
~~~~~~~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 713, in test_rmtree_deleted_race_condition
os.mkdir(TESTFN)
~~~~~~~~^^^^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_8068_tmp�'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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
Traceback (most recent call last):
Exception in thread File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
Warning -- Uncaught thread exception: OSErrorThread-21 (f):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp5v898kgw'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 563, in test_init_with_filename
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_sqlite3\test_dbapi.py", line 661, in test_open_with_path_like_object
cx.execute(self._sql)
~~~~~~~~~~^^^^^^^^^^^
sqlite3.OperationalError: database or disk is full
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 622, in test_case_sha384_3
self.check('sha384', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
"9d0e1809716474cb086e834e310a4a1ced149e9c00f248527972cec5704c2a5b"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"07b8b3dc38ecc4ebae97ddd87f3d8985")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 394, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 407, in check_file_digest
f.write(data)
~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
TracebackTests.test_unencodable_filename) ... ok
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 328, in test_rmtree_errors
tmpdir = self.mkdtemp()
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmplyuagudz'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2037, in test_make_tarfile_in_curdir
self.assertEqual(make_archive('test', 'tar'), 'test.tar')
~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 1171, in make_archive
filename = func(base_name, base_dir, **kwargs)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 995, in _make_tarball
tar.close()
~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 1997, in close
self.fileobj.close()
~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 465, in close
self.fileobj.write(self.buf)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 327, in write
os.write(self.fd, s)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 433, in test_length_0_offset
f.write((65536 * 2) * b'm') # Arbitrary character
~~~~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 865, in test_repr
fp.write(data)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 993, in _make_tarball
tar.add(base_dir, arcname, filter=_set_uid_gid)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 2213, in add
self.add(os.path.join(name, f), os.path.join(arcname, f),
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
recursive, filter=filter)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 2210, in add
self.addfile(tarinfo)
~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 2233, in addfile
self.fileobj.write(buf)
~~~~~~~~~~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 441, in write
self.__write(s)
~~~~~~~~~~~~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 449, in __write
self.fileobj.write(self.buf[:self.bufsize])
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 327, in write
os.write(self.fd, s)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_bufio.py", line 62, in test_nullpat
self.drive_one(b'\0' * 1000)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_bufio.py", line 52, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_bufio.py", line 30, in try_one
f.close()
~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 713, in setUp
fp.write(self.data)
~~~~~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpl4n_dnn2'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 184, in setUp
setup_test_dir()
~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 43, in setup_test_dir
cleaunup_test_dir()
~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 40, in cleaunup_test_dir
os_helper.rmtree(dirname)
~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 465, in rmtree
_rmtree(path)
~~~~~~~^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 408, in _rmtree
_waitfor(_rmtree_inner, path, waitall=True)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 353, in _waitfor
func(pathname)
~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 407, in _rmtree_inner
_force_run(fullname, os.unlink, fullname)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 209, in _force_run
return func(*args)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_7540_tmp�\\@test_7540_tmp�'
TracebackTests.test_import_bug) ... ok
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 263, in test_missing_data
with dumbdbm.open(_fname, value) as f:
~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 290, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
:
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Traceback (most recent call last):
Warning -- Uncaught thread exception: OSError File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp_4s6k91v'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 1708, in test_make_tarfile_without_rootdir
archive = make_archive(base_name, 'tar', base_dir=base_dir)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 1171, in make_archive
filename = func(base_name, base_dir, **kwargs)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 995, in _make_tarball
tar.close()
~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 1997, in close
self.fileobj.close()
~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 465, in close
self.fileobj.write(self.buf)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 327, in write
os.write(self.fd, s)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_platform.py", line 92, in test_architecture_via_symlink
with support.PythonSymlink() as py:
~~~~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 1501, in __enter__
os.symlink(real, link)
~~~~~~~~~~^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\PCbuild\\amd64\\vcruntime140.dll' -> 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_1744�\\vcruntime140.dll'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 645, in test_case_sha512_3
self.check('sha512', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
"e718483d0ce769644e2e42c7bc15b4638e1f98b13b2044285632a803afa973eb"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"de0ff244877ea60a4cb0432ce577c31beb009c5c2c49aa2e4eadb217ad8cc09b")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 394, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 407, in check_file_digest
f.write(data)
~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2157, in test_unpack_archive_gztar
self.check_unpack_tarball('gztar')
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2146, in check_unpack_tarball
self.check_unpack_archive(format, filter='fully_trusted')
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2115, in check_unpack_archive
self.check_unpack_archive_with_converter(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
format, lambda path: path, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2130, in check_unpack_archive_with_converter
tmpdir2 = self.mkdtemp()
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp9pjgliwj'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpfnknw9u5'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_platform.py", line 525, in test_libc_ver
with open(filename, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '@test_1744_tmp�'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 123, in test_str_write_contains
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 161, in init_db
with contextlib.closing(dumbdbm.open(_fname, 'n')) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_trace.py", line 382, in test_coverage
self._coverage(tracer)
~~~~~~~~~~~~~~^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_trace.py", line 376, in _coverage
r.write_results(show_missing=True, summary=True, coverdir=TESTFN)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\trace.py", line 279, in write_results
n_hits, n_lines = self.write_results_file(coverpath, source,
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
lnotab, count, encoding)
^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\trace.py", line 328, in write_results_file
outfile.write(line.expandtabs(8))
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 111, in test_write_write_read
with contextlib.closing(dumbdbm.open(_fname)) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 38, in test_dumbdbm_creation
with contextlib.closing(dumbdbm.open(_fname, 'c')) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 181, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 138, in _load_run_test
regrtest_runner(result, test_func, runtests)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 91, in regrtest_runner
test_result = test_func()
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 135, in test_func
return run_unittest(test_mod)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 37, in run_unittest
return _run_suite(tests)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\single.py", line 57, in _run_suite
result = runner.run(suite)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\runner.py", line 247, in run
result.printErrors()
~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\runner.py", line 146, in printErrors
self.printErrorList('ERROR', self.errors)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\runner.py", line 160, in printErrorList
self.stream.writeln("%s" % err)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\unittest\runner.py", line 26, in writeln
self.write(arg)
~~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode characters in position 274-278: character maps to <undefined>
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 866, in test_repr
fp.flush()
~~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 100, in test_dumbdbm_keys
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 161, in init_db
with contextlib.closing(dumbdbm.open(_fname, 'n')) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_os.py", line 5025, in test_attributes
os.symlink(filename, os.path.join(self.path, "symlink_file.txt"))
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_1648�\\@test_1648_tmp�\\file.txt' -> 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_1648�\\@test_1648_tmp�\\symlink_file.txt'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 922, in test_read_from_fileobj_with_int_name
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 70, in test_close_twice
f.close()
~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 263, in test_missing_data
with dumbdbm.open(_fname, value) as f:
~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 290, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_gettext.py", line 131, in setUpClass
with open(MOFILE, 'wb') as fp:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpk2lycugj'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
Warning -- threading._dangling was modified by test_io
Warning -- Before: {<weakref at 0x00000205555563C0; to 'threading._MainThread' at 0x0000020554C1A580>}
Warning -- After: {<weakref at 0x00000205575E3BD0; to 'threading.Thread' at 0x0000020557269800>, <weakref at 0x000002055771DA20; to 'threading.Thread' at 0x000002055736E010>, <weakref at 0x000002055771DD30; to 'threading.Thread' at 0x00000205573FF030>, <weakref at 0x000002055771DCC0; to 'threading.Thread' at 0x0000020557420840>, <weakref at 0x000002055771E4A0; to 'threading.Thread' at 0x0000020557374060>, <weakref at 0x000002055771DC50; to 'threading.Thread' at 0x00000205575998C0>, <weakref at 0x000002055771DB70; to 'threading.Thread' at 0x000002055736D8C0>, <weakref at 0x000002055771E350; to 'threading.Thread' at 0x00000205573FF140>, <weakref at 0x000002055771DDA0; to 'threading.Thread' at 0x000002055736E1B0>, <weakref at 0x000002055771DE80; to 'threading.Thread' at 0x000002055733F260>, <weakref at 0x000002055771E120; to 'threading.Thread' at 0x000002055736D3E0>, <weakref at 0x000002055771DF60; to 'threading.Thread' at 0x000002055733F460>, <weakref at 0x000002055771E0B0; to 'thre
ading.Thread' at 0x000002055736CC90>, <weakref at 0x000002055771E040; to 'threading.Thread' at 0x00000205573EA520>, <weakref at 0x000002055771DEF0; to 'threading._MainThread' at 0x0000020554C1A580>, <weakref at 0x000002055771C910; to 'threading.Thread' at 0x0000020557509E60>, <weakref at 0x000002055771E2E0; to 'threading.Thread' at 0x000002055736DE70>, <weakref at 0x000002055771DFD0; to 'threading.Thread' at 0x000002055726AEC0>, <weakref at 0x000002055771E270; to 'threading.Thread' at 0x0000020557420720>, <weakref at 0x000002055771E510; to 'threading.Thread' at 0x000002055736DF40>, <weakref at 0x000002055771E200; to 'threading.Thread' at 0x0000020557509FA0>}
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_os.py", line 1409, in setUp
os.symlink(join('tmp3', 'broken'), broken_link2_path, True)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'tmp3\\broken' -> '@test_17184_tmp�\\TEST1\\SUB2\\broken_link2'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 136, in test_line_endings
with contextlib.closing(dumbdbm.open(_fname)) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 163, in init_db
f[k] = self._dict[k]
~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 203, in __setitem__
self._addkey(key, self._addval(val))
~~~~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 161, in _addval
with _io.open(self._datfile, 'rb+') as f:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 105, in test_write_contains
with contextlib.closing(dumbdbm.open(_fname)) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 175, in test_clear
d.clear()
~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_collections_abc.py", line 975, in clear
self.popitem()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_collections_abc.py", line 968, in popitem
del self[key]
~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 239, in __delitem__
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_7540_tmp\xc3\xa6\\@test_7540_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 776, in test_copytree_dirs_exist_ok
dst_dir = self.mkdtemp()
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmput02z6g9'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 60, in test_basic
f.close()
~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 362, in test_nonascii_filename
with dumbdbm.open(filename, 'c') as db:
~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 290, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 656, in test_rmtree_on_junction
os.mkdir(TESTFN)
~~~~~~~~^^^^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_8068_tmp�'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 443, in test_length_0_large_offset
f.write(115699 * b'm') # Arbitrary character
~~~~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_sysconfig.py", line 388, in test_symlink
with PythonSymlink() as py:
~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 1501, in __enter__
os.symlink(real, link)
~~~~~~~~~~^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\PCbuild\\amd64\\vcruntime140.dll' -> 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_6640�\\vcruntime140.dll'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 196, in test_context_manager
with dumbdbm.open(_fname, 'c') as db:
~~~~~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 290, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Exception in thread Warning -- Uncaught thread exception: OSError File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 405, in test_per_file_compresslevel
zipfp.write(TESTFN, 'compress_1')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1895, in write
shutil.copyfileobj(src, dest, 1024*8)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 204, in copyfileobj
fdst_write(buf)
~~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1247, in write
self._fileobj.write(data)
~~~~~~~~~~~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 120, in makeZip
z.writestr(zinfo, data)
~~~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1935, in writestr
with self.open(zinfo, mode='w') as dest:
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 276, in test_readlines
self.zip_readlines_test(f, self.compression)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 265, in zip_readlines_test
self.make_test_archive(f, compression)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 66, in make_test_archive
with zipfile.ZipFile(f, "w", **kwargs) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 787, in close
self.flush()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 710, in flush
_sync_flush(self._file)
~~~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 2200, in _sync_flush
f.flush()
~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
"__main__", mod_spec)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\runpy.py", line 88, in _run_code
exec(code, run_globals)
~~~~^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\__main__.py", line 2, in <module>
main(_add_python_opts=True)
~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 747, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 739, in main
exitcode = self.run_tests(selected, tests)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 576, in run_tests
return self._run_tests(selected, tests)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 556, in _run_tests
self.finalize_tests(coverage)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 454, in finalize_tests
self.results.write_junit(self.junit_filename)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\results.py", line 193, in write_junit
f.write(s)
~~~~~~~^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_platform.py", line 92, in test_architecture_via_symlink
with support.PythonSymlink() as py:
~~~~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 1501, in __enter__
os.symlink(real, link)
~~~~~~~~~~^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\PCbuild\\amd64\\vcruntime140.dll' -> 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_14836�\\vcruntime140.dll'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_marshal.py", line 105, in test_bytes
self.helper(s)
~~~~~~~~~~~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 153, in test_keys
with dbm.open(_fname, 'c') as d:
~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 290, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_7540_tmp\xc3\xa6\\@test_7540_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 131, in test_basic
self.zip_test(f, self.compression)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 75, in zip_test
self.make_test_archive(f, compression, compresslevel)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 66, in make_test_archive
with zipfile.ZipFile(f, "w", **kwargs) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 1722, in test_make_tarfile_with_explicit_curdir
archive = make_archive(base_name, 'tar', root_dir, os.curdir)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 1171, in make_archive
filename = func(base_name, base_dir, **kwargs)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 995, in _make_tarball
tar.close()
~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 1997, in close
self.fileobj.close()
~~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 465, in close
self.fileobj.write(self.buf)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 327, in write
os.write(self.fd, s)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile64.py", line 75, in testStored
self.zipTest(TESTFN2, zipfile.ZIP_STORED)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile64.py", line 45, in zipTest
zipfp.writestr("testfn%d" % num, self.data)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1936, in writestr
dest.write(data)
~~~~~~~~~~^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1247, in write
self._fileobj.write(data)
~~~~~~~~~~~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpe0c2c6tj'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 1988, in close
self.fileobj.write(NUL * (BLOCKSIZE * 2))
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 441, in write
self.__write(s)
~~~~~~~~~~~~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 449, in __write
self.fileobj.write(self.buf[:self.bufsize])
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tarfile.py", line 327, in write
os.write(self.fd, s)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 871, in test_read_from_file
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 916, in testZip64LargeFile
f.seek(offset, os.SEEK_SET)
~~~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_posix.py", line 1071, in test_lchmod_dir_symlink
os.symlink(target, link)
~~~~~~~~~~^^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: '@test_11164_tmp�d' -> '@test_11164_tmp�-link'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 693, in test_close
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpp2ye32x1'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpi66b9edy'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 39, in setUp
os.unlink(TESTFN)
~~~~~~~~~^^^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_10308_tmp�'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 399, in test_compresslevel_basic
self.zip_test(f, self.compression, compresslevel=9)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 75, in zip_test
self.make_test_archive(f, compression, compresslevel)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 66, in make_test_archive
with zipfile.ZipFile(f, "w", **kwargs) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 176, in test_add_text_file_warns
key = self._box.add(f)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 1328, in add
key = _singlefileMailbox.add(self, message)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 658, in add
self._toc[self._next_key] = self._append_message(message)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 603, in setUp
TestMailbox.setUp(self)
~~~~~~~~~~~~~~~~~^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 62, in setUp
self._delete_recursively(self._path)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 48, in _delete_recursively
os_helper.rmtree(target)
~~~~~~~~~~~~~~~~^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 465, in rmtree
_rmtree(path)
~~~~~~~^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 408, in _rmtree
_waitfor(_rmtree_inner, path, waitall=True)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 353, in _waitfor
func(pathname)
~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 407, in _rmtree_inner
_force_run(fullname, os.unlink, fullname)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 209, in _force_run
return func(*args)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_16624_tmp�\\2'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 549, in test_rmtree_does_not_choke_on_failing_lstat
os.mkdir(TESTFN)
~~~~~~~~^^^^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_8068_tmp�'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpjgbp5zzq'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 196, in test_context_manager
with dumbdbm.open(_fname, 'c') as db:
~~~~~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 290, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 1406, in test_filename
with lzma.open(TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\lzma.py", line 152, in close
self._fp.close()
~~~~~~~~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile64.py", line 84, in testDeflated
self.zipTest(TESTFN2, zipfile.ZIP_DEFLATED)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile64.py", line 45, in zipTest
zipfp.writestr("testfn%d" % num, self.data)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1936, in writestr
dest.write(data)
~~~~~~~~~~^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1247, in write
self._fileobj.write(data)
~~~~~~~~~~~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 177, in test_random
with contextlib.closing(dumbdbm.open(_fname)) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_12492_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 177, in test_random
with contextlib.closing(dumbdbm.open(_fname)) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 74, in test_add
keys.append(self._box.add(mailbox.Message(_sample_message)))
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 1038, in add
_sync_close(f)
~~~~~~~~~~~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 2206, in _sync_close
_sync_flush(f)
~~~~~~~~~~~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 2200, in _sync_flush
f.flush()
~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
Warning -- File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\run_workers.py", line 399, in run
Warning -- mp_result = self._runtest(test_name)
Warning -- File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\run_workers.py", line 359, in _runtest
Warning -- retcode, tmp_files = self.run_tmp_files(worker_runtests,
Warning -- ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
Warning -- stdout_file.fileno())
Warning -- ^^^^^^^^^^^^^^^^^^^^^
Warning -- File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\run_workers.py", line 295, in run_tmp_files
Warning -- retcode = self._run_process(worker_runtests,
Warning -- stdout_fd, tmp_dir)
Warning -- File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\run_workers.py", line 177, in _run_process
Warning -- popen = create_worker_process(runtests, output_fd, tmp_dir)
Warning -- File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\worker.py", line 64, in create_worker_process
Warning -- return subprocess.Popen(cmd, **kwargs)
Warning -- ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
Warning -- File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\subprocess.py", line 1036, in __init__
Warning -- self._execute_child(args, executable, preexec_fn, close_fds,
Warning -- ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning -- pass_fds, cwd, env,
Warning -- ^^^^^^^^^^^^^^^^^^^
Warning -- ...<5 lines>...
Warning -- gid, gids, uid, umask,
Warning -- ^^^^^^^^^^^^^^^^^^^^^^
Warning -- start_new_session, process_group)
Warning -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning -- File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\subprocess.py", line 1548, in _execute_child
Warning -- hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
Warning -- ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
Warning -- # no special security
Warning -- ^^^^^^^^^^^^^^^^^^^^^
Warning -- ...<4 lines>...
Warning -- cwd,
Warning -- ^^^^
Warning -- startupinfo)
Warning -- ^^^^^^^^^^^^
Warning -- FileNotFoundError: [WinError 206] The filename or extension is too long
Kill <WorkerThread #1 running test=test_zipfile64 pid=11824 time=7.3 sec> process
Kill <WorkerThread #2 running test=test_http_cookiejar pid=16808 time=367 ms> process
Kill <WorkerThread #3 running test=test_zipfile pid=16392 time=4.7 sec> process
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_linecache.py", line 296, in setUp
with open(fname, 'w', encoding='utf-8') as source:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_10940_tmp�.3'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 1147, in test_write_to_file_with_bytes_filename
with LZMAFile(bytes_filename, "w") as f:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\lzma.py", line 152, in close
self._fp.close()
~~~~~~~~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 900, in test_read_from_fileobj
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 83, in test_dumbdbm_read
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 161, in init_db
with contextlib.closing(dumbdbm.open(_fname, 'n')) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Exception in thread Warning -- Uncaught thread exception: OSErrorOSError: [Errno 28] No space left on device
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
Thread-10 (f):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1992, in close
self.fp.seek(self.start_dir)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_marshal.py", line 97, in test_unicode
self.helper(marshal.loads(marshal.dumps(s)))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 1158, in test_write_to_fileobj
with open(TESTFN, "wb") as raw:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 530, in enter_context
result = _enter(cm)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 141, in __enter__
return next(self.gen)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 2359, in setup_venv_with_pip_setuptools_wheel
run_command(cmd)
~~~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 2349, in run_command
subprocess.run(cmd, check=True)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\PCbuild\\amd64\\python_d.exe', '-X', 'dev', '-m', 'venv', 'venv']' returned non-zero exit status 1.
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_bufio.py", line 59, in test_primepat
self.drive_one(b"1234567890\00\01\02\03\04\05\06")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_bufio.py", line 52, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_bufio.py", line 30, in try_one
f.close()
~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 74, in test_dumbdbm_modification
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm_dumb.py", line 161, in init_db
with contextlib.closing(dumbdbm.open(_fname, 'n')) as f:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 364, in __exit__
self.thing.close()
~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 277, in close
self._commit()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 131, in _commit
with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f:
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_3580_tmp\xc3\xa6.dir'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 894, in test_copytree_with_exclude
shutil.rmtree(os.path.dirname(dst_dir))
^^^^^^^
UnboundLocalError: cannot access local variable 'dst_dir' where it is not associated with a value
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 99, in test_anydbm_read
self.init_db()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 59, in init_db
f[k.encode("ascii")] = self._dict[k]
~^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 203, in __setitem__
self._addkey(key, self._addval(val))
~~~~~~~~~~~~^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\dbm\dumb.py", line 161, in _addval
with _io.open(self._datfile, 'rb+') as f:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_linecache.py", line 296, in setUp
with open(fname, 'w', encoding='utf-8') as source:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_6852_tmp�.3'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 159, in test_open
self.zip_open_test(f, self.compression)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 134, in zip_open_test
self.make_test_archive(f, compression)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 66, in make_test_archive
with zipfile.ZipFile(f, "w", **kwargs) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_sqlite3\test_dbapi.py", line 1914, in test_ctx_mgr_rollback_if_commit_failed
self.assertEqual("started", proc.stdout.readline().strip())
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'started' != ''
- started
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning -- Uncaught thread exception: OSError File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 262, in test_readline
self.zip_readline_test(f, self.compression)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 251, in zip_readline_test
self.make_test_archive(f, compression)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 66, in make_test_archive
with zipfile.ZipFile(f, "w", **kwargs) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_platform.py", line 525, in test_libc_ver
with open(filename, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '@test_14836_tmp�'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_pathlib\test_pathlib.py", line 512, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_pathlib\test_pathlib_abc.py", line 1585, in setUp
p.mkdir(parents=True)
~~~~~~~^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\pathlib\_local.py", line 772, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_2720�\\@test_2720_tmp�'
TracebackTests.test_broken_from) ... ok
Traceback (most recent call last):
Exception in thread Thread-13 (f)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Warning -- Uncaught thread exception: OSErrorException in thread Thread-19 (f) File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 813, in testZip64
self.doTest(".py", files, "f6")
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 139, in doTest
self.makeZip(files, **kw)
~~~~~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 116, in makeZip
with ZipFile(zipName, "w") as z:
~~~~~~~^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 607, in testZipImporterMethodsInSubDirectory
z.writestr(zinfo, data)
~~~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1935, in writestr
with self.open(zinfo, mode='w') as dest:
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_marshal.py", line 101, in test_string
self.helper(s)
~~~~~~~~~~~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 61, in setUp
fp.write(self.data)
~~~~~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 726, in test_fileno
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
"__main__", mod_spec)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\runpy.py", line 88, in _run_code
exec(code, run_globals)
~~~~^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\__main__.py", line 2, in <module>
main(_add_python_opts=True)
~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 747, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 739, in main
exitcode = self.run_tests(selected, tests)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 576, in run_tests
return self._run_tests(selected, tests)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 556, in _run_tests
self.finalize_tests(coverage)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 446, in finalize_tests
coverage.write_results(show_missing=True, summary=True, # type: ignore[call-arg]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
coverdir=self.coverage_dir,
^^^^^^^^^^^^^^^^^^^^^^^^^^^
ignore_missing_files=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\trace.py", line 279, in write_results
n_hits, n_lines = self.write_results_file(coverpath, source,
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
lnotab, count, encoding)
^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\trace.py", line 313, in write_results_file
with outfile:
^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp23nk_w2r'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_tkinter\test_images.py", line 561, in test_write
image.write(filename)
~~~~~~~~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tkinter\__init__.py", line 4484, in write
self.tk.call(self.name, 'write', filename, *options)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_tkinter.TclError: error writing "@test_10212_tmp�": no space left on device
Traceback (most recent call last):
OSError: [Errno 28] No space left on device
Exception in thread Thread-22 (f):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpt1xaptc8'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 582, in test_case_sha224_3
self.check('sha224', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
"20794655980c91d8bbb4c1ea97618a4bf03f42581948b2ee4ee7ad67")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 394, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 407, in check_file_digest
f.write(data)
~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 447, in test_on_exc
os.mkdir(TESTFN)
~~~~~~~~^^^^^^^^
FileExistsError: [WinError 183] Cannot create a file when that file already exists: '@test_8068_tmp�'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 864, in test_repr
with open(TESTFN, "wb+") as fp:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 954, in test_copytree_retains_permissions
shutil.copytree(src_dir, dst_dir)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 593, in copytree
return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
ignore=ignore, copy_function=copy_function,
ignore_dangling_symlinks=ignore_dangling_symlinks,
dirs_exist_ok=dirs_exist_ok)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 547, in _copytree
raise Error(errors)
shutil.Error: [('R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp5rul8isr\\source\\tmpn_w1e1nb', 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp5rul8isr\\destination\\tmpn_w1e1nb', "[WinError 112] There is not enough space on the disk: 'R:\\\\buildarea\\\\3.x.ambv-bb-win11.bigmem\\\\build\\\\build\\\\test_python_8068�\\\\tmp5rul8isr\\\\destination\\\\tmpn_w1e1nb'")]
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_sqlite3\test_dbapi.py", line 682, in test_open_uri
cx.execute(self._sql)
~~~~~~~~~~^^^^^^^^^^^
sqlite3.OperationalError: database or disk is full
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mailbox.py", line 301, in test_get_file_can_be_closed_twice
key = self._box.add(_sample_message)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 1328, in add
key = _singlefileMailbox.add(self, message)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\mailbox.py", line 658, in add
self._toc[self._next_key] = self._append_message(message)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\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 "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 850, in testZip64LargeFile
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 198, in _force_run
return func(*args)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_16624_tmp�\\2'
TracebackTests.test_exec_failure) ... ok
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 2653, in setUp
self.dst_dir = self.mkdtemp()
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmpc9kgxqy0'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 837, in test_copytree_with_exclude
dst_dir = join(self.mkdtemp(), 'destination')
~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_shutil.py", line 182, in mkdtemp
d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\tempfile.py", line 384, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [WinError 112] There is not enough space on the disk: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_8068�\\tmp2f8gzi7a'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1039, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\threading.py", line 990, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception in thread File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
OSError: [Errno 28] No space left on device
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 1997, in f
bufio.write(s)
~~~~~~~~~~~^^^
Warning -- Uncaught thread exception: OSErrorThread-14 (f)OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 246, in setUp
setup_test_dir()
~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 43, in setup_test_dir
cleaunup_test_dir()
~~~~~~~~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_dbm.py", line 40, in cleaunup_test_dir
os_helper.rmtree(dirname)
~~~~~~~~~~~~~~~~^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 465, in rmtree
_rmtree(path)
~~~~~~~^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 408, in _rmtree
_waitfor(_rmtree_inner, path, waitall=True)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 353, in _waitfor
func(pathname)
~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 407, in _rmtree_inner
_force_run(fullname, os.unlink, fullname)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 209, in _force_run
return func(*args)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_7540_tmp�\\@test_7540_tmp�'
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\runpy.py", line 198, in _run_module_as_main
return _run_code(code, main_globals, None,
"__main__", mod_spec)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\runpy.py", line 88, in _run_code
exec(code, run_globals)
~~~~^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\__main__.py", line 2, in <module>
main(_add_python_opts=True)
~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 747, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 739, in main
exitcode = self.run_tests(selected, tests)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 576, in run_tests
return self._run_tests(selected, tests)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 556, in _run_tests
self.finalize_tests(coverage)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 446, in finalize_tests
coverage.write_results(show_missing=True, summary=True, # type: ignore[call-arg]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
coverdir=self.coverage_dir,
^^^^^^^^^^^^^^^^^^^^^^^^^^^
ignore_missing_files=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\trace.py", line 279, in write_results
n_hits, n_lines = self.write_results_file(coverpath, source,
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
lnotab, count, encoding)
^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\trace.py", line 328, in write_results_file
outfile.write(line.expandtabs(8))
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 593, in test_offset
m = self.make_mmap_file (f, halfsize)
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 573, in make_mmap_file
f.write (b'\0' * halfsize)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_largefile.py", line 41, in setUp
f.flush()
~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 248, in test_readline_read
self.zip_readline_read_test(f, self.compression)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 226, in zip_readline_read_test
self.make_test_archive(f, compression)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile\test_core.py", line 66, in make_test_archive
with zipfile.ZipFile(f, "w", **kwargs) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__
self.close()
~~~~~~~~~~^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 2097, in _fpclose
fp.close()
~~~~~~~~^^
OSError: [Errno 28] No space left on device
Test report
===========
Failed tests:
- test_zipimport
- test_trace
- test_linecache
- test_tarfile
- <regrtest
- test_tkinter
- test_import
- test_regrtest
- worker>
- test_iter
- test_os
- test_peg_generator
- test_platform
- test_dbm_dumb
- test_mailbox
- test_gzip
- test_profile
- test_mmap
- test.test_asyncio.test_sendfile
- test_marshal
- test_sysconfig
- test_plistlib
- test_io
Failed subtests:
- test_is_char_device_true - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_true
- test_with_suffix_windows - test.test_pathlib.test_pathlib.PathTest.test_with_suffix_windows
- test_stem_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_common
- test_open_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_open_common
- test_absolute_windows - test.test_pathlib.test_pathlib.PathTest.test_absolute_windows
- test_unpack_archive_xztar - test.test_shutil.TestArchives.test_unpack_archive_xztar
- test_is_block_device_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_block_device_false
- test_rmtree_on_junction - test.test_shutil.TestRmTree.test_rmtree_on_junction
- test_complex_symlinks_absolute - test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_absolute
- test_glob_above_recursion_limit - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_above_recursion_limit
- test_whichdb_sqlite3_existing_db - test.test_dbm.WhichDBTestCase.test_whichdb_sqlite3_existing_db
- test_glob_recurse_symlinks_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_recurse_symlinks_common
- test_with_stem_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_common
- test_copy_empty - test.test_pathlib.test_pathlib.PathTest.test_copy_empty
- test_repr_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_common
- test_mkdir_no_parents_file - test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_no_parents_file
- test_copytree_to_existing_directory_dirs_exist_ok - test.test_pathlib.test_pathlib.PathTest.test_copytree_to_existing_directory_dirs_exist_ok
- test_symlink - test.test_sysconfig.TestSysConfig.test_symlink
- test_parent_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_parent_common
- test_resize_past_pos - test.test_mmap.MmapTests.test_resize_past_pos
- test_unsupported_parser - test.test_pathlib.test_pathlib.PathTest.test_unsupported_parser
- test_join_nested - test.test_pathlib.test_pathlib.PathSubclassTest.test_join_nested
- test_case_sha256_3 - test.test_hashlib.HashLibTestCase.test_case_sha256_3
- test_readlines - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readlines
- test_offset - test.test_mmap.MmapTests.test_offset
- test_touch_nochange - test.test_pathlib.test_pathlib.PathTest.test_touch_nochange
- test_anydbm_creation_n_file_exists_with_invalid_contents - test.test_dbm.TestCase_dumb.test_anydbm_creation_n_file_exists_with_invalid_contents
- test_move_file_symlink_to_dir - test.test_shutil.TestMove.test_move_file_symlink_to_dir
- test_glob_case_sensitive - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_case_sensitive
- test_empty_value - test.test_dbm.TestCase_sqlite3.test_empty_value
- test_read_write_bytes - test.test_pathlib.test_pathlib.PathTest.test_read_write_bytes
- test_with_pathlike_filename - test.test_lzma.OpenTestCase.test_with_pathlike_filename
- test_as_uri_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_common
- test_repr - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_repr
- test_glob_permissions - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_permissions
- test_walk_above_recursion_limit - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_above_recursion_limit
- test_matches_pathbase_api - test.test_pathlib.test_pathlib.PathSubclassTest.test_matches_pathbase_api
- test_join_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_join_common
- test_copy_symlink_follow_symlinks_false - test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_follow_symlinks_false
- test_rename - test.test_pathlib.test_pathlib.PathSubclassTest.test_rename
- test_unlink_missing_ok - test.test_pathlib.test_pathlib.PathTest.test_unlink_missing_ok
- test_is_absolute_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_windows
- test_with_segments_common - test.test_pathlib.test_pathlib.PathTest.test_with_segments_common
- test_missing_data - test.test_dbm_dumb.DumbDBMTestCase.test_missing_data
- test_keys - test.test_dbm.TestCase_sqlite3.test_keys
- test_with_suffix_invalid - test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_invalid
- test_constructor_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_common
- test_with_name_seps - test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_seps
- test_open_with_pathlike - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open_with_pathlike
- test_add - test.test_mailbox.TestMMDF.test_add
- test_ordering_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_windows
- test_resolve_dot - test.test_pathlib.test_pathlib.PathTest.test_resolve_dot
- test_absolute_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_windows
- test_hardlink_to - test.test_pathlib.test_pathlib.PathTest.test_hardlink_to
- test_add_binary_file - test.test_mailbox.TestMH.test_add_binary_file
- test_walk_follow_symlinks - test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_follow_symlinks
- test_copy_symlink_follow_symlinks_true - test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_follow_symlinks_true
- test_case_sha384_3 - test.test_hashlib.HashLibTestCase.test_case_sha384_3
- test_suffixes_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_suffixes_common
- test_copy_to_existing_file - test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_to_existing_file
- test_is_socket_false - test.test_pathlib.test_pathlib.PathTest.test_is_socket_false
- test_readlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink
- test_copy_to_existing_directory - test.test_pathlib.test_pathlib.PathTest.test_copy_to_existing_directory
- test_div_nested - test.test_pathlib.test_pathlib.PathSubclassTest.test_div_nested
- test_get_file_can_be_closed_twice - test.test_mailbox.TestBabyl.test_get_file_can_be_closed_twice
- test_is_relative_to_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_common
- test_too_many_files - test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files
- test_copy_to_existing_symlink_follow_symlinks_false - test.test_pathlib.test_pathlib.PathTest.test_copy_to_existing_symlink_follow_symlinks_false
- test_bytes_exc_message - test.test_pathlib.test_pathlib.PathTest.test_bytes_exc_message
- test_keys - test.test_dbm.TestCase_dumb.test_keys
- test_expanduser_common - test.test_pathlib.test_pathlib.PathTest.test_expanduser_common
- test_suffix_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_suffix_windows
- test_line_endings - test.test_dbm_dumb.DumbDBMTestCase.test_line_endings
- testZip64LargeFile - test.test_zipimport.UncompressedZipImportTestCase.testZip64LargeFile
- test_random_open - test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_random_open
- test_copytree_retains_permissions - test.test_shutil.TestCopyTree.test_copytree_retains_permissions
- test_mkdir_with_child_file - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_child_file
- test_copytree_winerror - test.test_shutil.TestCopyTree.test_copytree_winerror
- test_writelines - test.test_iter.TestCase.test_writelines
- test_repr - test.test_mmap.MmapTests.test_repr
- test_open_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_open_common
- test_glob_recurse_symlinks_common - test.test_pathlib.test_pathlib.PathTest.test_glob_recurse_symlinks_common
- test_unpack_archive_gztar - test.test_shutil.TestArchives.test_unpack_archive_gztar
- test_rmtree_does_not_choke_on_failing_lstat - test.test_shutil.TestRmTree.test_rmtree_does_not_choke_on_failing_lstat
- test_copytree_file_on_error - test.test_pathlib.test_pathlib.PathTest.test_copytree_file_on_error
- test_multiple_cursors_and_iternext - test.test_sqlite3.test_transactions.TransactionTests.test_multiple_cursors_and_iternext
- test_open_with_pathlike - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open_with_pathlike
- test_is_socket_false - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_false
- test_str_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_str_common
- test_expanduser_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_common
- test_with_stem_seps - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_seps
- test_dumbdbm_read - test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_read
- test_copytree_simple - test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_simple
- test_walk_many_open_files - test.test_os.BytesWalkTests.test_walk_many_open_files
- test_move_dir_special_function - test.test_shutil.TestMove.test_move_dir_special_function
- test_equivalences - test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences
- test_constructor_nested - test.test_pathlib.test_pathlib.PathTest.test_constructor_nested
- test_walk_bottom_up - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_bottom_up
- test_suffix_common - test.test_pathlib.test_pathlib.PathTest.test_suffix_common
- test_is_dir_no_follow_symlinks - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir_no_follow_symlinks
- test_is_mount_root - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_mount_root
- test_mkdir_concurrent_parent_creation - test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_concurrent_parent_creation
- test_file_parse - test.test_source_encoding.MiscSourceEncodingTest.test_file_parse
- setUpClass - test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase
- test_walk_topdown - test.test_os.BytesWalkTests.test_walk_topdown
- test_iterdir_symlink - test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir_symlink
- test_unlink - test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink
- test_get_message - test.test_mailbox.TestBabyl.test_get_message
- setUpClass - test.test_gettext.GNUTranslationParsingTest
- test_is_char_device_false - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_false
- test_copytree_arg_types_of_ignore - test.test_shutil.TestCopyTree.test_copytree_arg_types_of_ignore
- test_drive_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_windows
- test_parent_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_parent_windows
- test_copy_empty - test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_empty
- test_glob_case_sensitive - test.test_pathlib.test_pathlib.PathTest.test_glob_case_sensitive
- test_touch_common - test.test_pathlib.test_pathlib.PathTest.test_touch_common
- test_str_subclass_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_windows
- test_context_manager - test.test_dbm_dumb.DumbDBMTestCase.test_context_manager
- setUpModule - test.test_tarfile
- test_name_empty - test.test_pathlib.test_pathlib.WindowsPathTest.test_name_empty
- test_checkcache_for_deleted_file - test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_deleted_file
- test_init_with_PathLike_filename - test.test_lzma.FileTestCase.test_init_with_PathLike_filename
- testZipImporterMethods - test.test_zipimport.UncompressedZipImportTestCase.testZipImporterMethods
- test_dumbdbm_creation - test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_creation
- test_copytree_file - test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_file
- test_name_empty - test.test_pathlib.test_pathlib.PathSubclassTest.test_name_empty
- test_read - test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_read
- test_basic - test.test_mmap.MmapTests.test_basic
- test_with_suffix_invalid - test.test_pathlib.test_pathlib.PathTest.test_with_suffix_invalid
- test_matches_pathbase_api - test.test_pathlib.test_pathlib.WindowsPathTest.test_matches_pathbase_api
- test_absolute_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_common
- test_is_symlink - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_symlink
- test_rename - test.test_pathlib.test_pathlib.WindowsPathTest.test_rename
- test_concrete_class - test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_class
- test_different_parsers_unordered - test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unordered
- test_walk_prune - test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_prune
- test_copytree_complex - test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_complex
- test_parents_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_parents_common
- test_mkdir_with_unknown_drive - test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_unknown_drive
- test_stem_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_common
- test_write_text_with_newlines - test.test_pathlib.test_pathlib.PathTest.test_write_text_with_newlines
- test_parents_windows - test.test_pathlib.test_pathlib.PathTest.test_parents_windows
- test_mkdir_concurrent_parent_creation - test.test_pathlib.test_pathlib.PathTest.test_mkdir_concurrent_parent_creation
- test_parts_common - test.test_pathlib.test_pathlib.PathTest.test_parts_common
- test_anchor_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_anchor_windows
- test_constructor_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_common
- test_bytes_exc_message - test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes_exc_message
- test_with_suffix_empty - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_empty
- test_is_reserved_deprecated - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_reserved_deprecated
- test_get_bytes - test.test_mailbox.TestBabyl.test_get_bytes
- test_chmod - test.test_pathlib.test_pathlib.PathTest.test_chmod
- test_root_common - test.test_pathlib.test_pathlib.PathTest.test_root_common
- test_replace_starts_transaction - test.test_sqlite3.test_transactions.TransactionTests.test_replace_starts_transaction
- test_as_uri_common - test.test_pathlib.test_pathlib.PathTest.test_as_uri_common
- test_walk_above_recursion_limit - test.test_os.WalkTests.test_walk_above_recursion_limit
- test_ordering_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_windows
- test_walk_prune - test.test_os.BytesWalkTests.test_walk_prune
- test_rglob_windows - test.test_pathlib.test_pathlib.PathTest.test_rglob_windows
- test_copytree_simple - test.test_pathlib.test_pathlib.PathTest.test_copytree_simple
- test_copytree_dangling_symlinks - test.test_shutil.TestCopyTree.test_copytree_dangling_symlinks
- test_suffixes_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_suffixes_common
- test_copy_directory - test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory
- test_read1_10 - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1_10
- test_samefile - test.test_pathlib.test_pathlib.PathSubclassTest.test_samefile
- test_rglob_recurse_symlinks_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_false
- test_walk_bad_dir - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_bad_dir
- test_touch_nochange - test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_nochange
- test_with_suffix_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_common
- test_root_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_root_common
- test_open_common - test.test_pathlib.test_pathlib.PathTest.test_open_common
- test_copy_to_existing_directory - test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_to_existing_directory
- test_repr_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_repr_common
- test_eq_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_common
- test_move_file_to_dir_pathlike_dst - test.test_shutil.TestMove.test_move_file_to_dir_pathlike_dst
- test_write - test.test_tkinter.test_images.PhotoImageTest.test_write
- test_mkdir_parents - test.test_pathlib.test_pathlib.PathTest.test_mkdir_parents
- test_read_return_size - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read_return_size
- test_name_windows - test.test_pathlib.test_pathlib.PathTest.test_name_windows
- test_writestr_compression - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compression
- test_equivalences_windows - test.test_pathlib.test_pathlib.PathTest.test_equivalences_windows
- test_parse_path_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_common
- test_from_uri_pathname2url_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_windows
- test_rglob_recurse_symlinks_common - test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_common
- test_str_subclass_windows - test.test_pathlib.test_pathlib.PathTest.test_str_subclass_windows
- test_case_sha1_3 - test.test_hashlib.HashLibTestCase.test_case_sha1_3
- test_write_to_file - test.test_lzma.FileTestCase.test_write_to_file
- test_from_uri_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_windows
- test_get_message - test.test_mailbox.TestMMDF.test_get_message
- test_glob_dot - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dot
- test_copy_directory - test.test_pathlib.test_pathlib.PathTest.test_copy_directory
- test_copytree_to_existing_directory - test.test_pathlib.test_pathlib.PathTest.test_copytree_to_existing_directory
- test_walk_prune - test.test_os.WalkTests.test_walk_prune
- test_pickling_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_pickling_common
- test_stem_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_windows
- test_walk_many_open_files - test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_many_open_files
- test_move_file_to_dir_other_fs - test.test_shutil.TestMove.test_move_file_to_dir_other_fs
- test_bad_gzip_file - test.test_gzip.TestGzip.test_bad_gzip_file
- test_is_relative_to_windows - test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_windows
- test_is_char_device_true - test.test_pathlib.test_pathlib.PathTest.test_is_char_device_true
- test_existing_file_inside_dest_dir - test.test_shutil.TestMove.test_existing_file_inside_dest_dir
- test_move_dir_altsep_to_dir - test.test_shutil.TestMove.test_move_dir_altsep_to_dir
- test_trace_callback_content - test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_content
- test_complex_symlinks_relative_dot_dot - test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative_dot_dot
- test_copytree_simple - test.test_shutil.TestCopyTree.test_copytree_simple
- test_glob_pathlike - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_pathlike
- test_mkdir_with_unknown_drive - test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_unknown_drive
- test_file_digest - test.test_hashlib.KDFTests.test_file_digest
- test_glob_many_open_files - test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_many_open_files
- test_mkdir_exist_ok_with_parent - test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_with_parent
- test_get_message - test.test_mailbox.TestMH.test_get_message
- test_add_text_file_warns - test.test_mailbox.TestMaildir.test_add_text_file_warns
- test_iterlines - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_iterlines
- test_get_string - test.test_mailbox.TestBabyl.test_get_string
- test_walk_bad_dir2 - test.test_os.WalkTests.test_walk_bad_dir2
- test_with_name_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_common
- test_coverage - test.test_trace.TestCoverage.test_coverage
- test_expanduser_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_common
- test_is_block_device_false - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_block_device_false
- test_anydbm_creation_n_file_exists_with_invalid_contents - test.test_dbm.TestCase_sqlite3.test_anydbm_creation_n_file_exists_with_invalid_contents
- test_str_subclass_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_windows
- test_rglob_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_windows
- test_add_binary_file - test.test_mailbox.TestMbox.test_add_binary_file
- test_copytree_file_on_error - test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_file_on_error
- test_mkdir_parents - test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_parents
- test_anydbm_access - test.test_dbm.TestCase_dumb.test_anydbm_access
- test_random_open - test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_random_open
- test_with_stem_empty - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_empty
- test_repr_roundtrips - test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_roundtrips
- test_full_match_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_full_match_common
- test_with_suffix_empty - test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_empty
- test_is_relative_to_common - test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_common
- test_move_dangling_symlink - test.test_shutil.TestMove.test_move_dangling_symlink
- test_glob_pathlike - test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_pathlike
- test_mkdir_parents - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_parents
- test_clear - test.test_dbm.TestCase_dumb.test_clear
- test_with_name_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_windows
- test_parts_interning - test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_interning
- test_anydbm_creation - test.test_dbm.TestCase_dumb.test_anydbm_creation
- test_compresslevel_basic - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_compresslevel_basic
- test_walk_bad_dir2 - test.test_os.BytesWalkTests.test_walk_bad_dir2
- test_lstat - test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat
- test_join_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_join_windows
- test_is_dir - test.test_pathlib.test_pathlib.PathTest.test_is_dir
- test_empty_path - test.test_pathlib.test_pathlib.WindowsPathTest.test_empty_path
- test_move_dir_to_dir_other_fs - test.test_shutil.TestMove.test_move_dir_to_dir_other_fs
- test_is_junction - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction
- test_anydbm_keys - test.test_dbm.TestCase_dumb.test_anydbm_keys
- test_write_to_fileobj - test.test_lzma.FileTestCase.test_write_to_fileobj
- test_parts_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_common
- test_is_mount_root - test.test_pathlib.test_pathlib.PathTest.test_is_mount_root
- test_with_name_empty - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_empty
- test_as_uri_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_windows
- test_rmtree_above_recursion_limit - test.test_shutil.TestRmTree.test_rmtree_above_recursion_limit
- test_copy_return_value - test.test_shutil.TestCopy.test_copy_return_value
- test_different_parsers_unequal - test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unequal
- test_add - test.test_mailbox.TestMaildir.test_add
- test_rename - test.test_pathlib.test_pathlib.PathTest.test_rename
- test_glob_long_symlink - test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_long_symlink
- test_concrete_class - test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_class
- test_read_write_bytes - test.test_pathlib.test_pathlib.PathSubclassTest.test_read_write_bytes
- test_lseek - test.test_largefile.PyLargeFileTest.test_lseek
- test_writing_errors - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writing_errors
- test_cli_with_metadata_encoding_extract - test.test_zipfile.test_core.EncodedMetadataTests.test_cli_with_metadata_encoding_extract
- test_is_file - test.test_pathlib.test_pathlib.PathTest.test_is_file
- test_eq_windows - test.test_pathlib.test_pathlib.PathTest.test_eq_windows
- test_copytree_ignore_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_ignore_false
- test_str_subclass_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_common
- test_relative_to_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_windows
- test_writestr_compresslevel - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compresslevel
- test_too_many_files_append - test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files_append
- test_mkdir_exist_ok_with_parent - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_with_parent
- test_str_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_str_windows
- test_writing_errors - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writing_errors
- test_truncate - test.test_largefile.CLargeFileTest.test_truncate
- test_complex_symlinks_relative - test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative
- test_get_message - test.test_mailbox.TestMaildir.test_get_message
- test_as_posix_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_as_posix_common
- test_str_windows - test.test_pathlib.test_pathlib.PathTest.test_str_windows
- test_suffixes_windows - test.test_pathlib.test_pathlib.PathTest.test_suffixes_windows
- testZip64 - test.test_zipimport.UncompressedZipImportTestCase.testZip64
- test_read_write_bytes - test.test_pathlib.test_pathlib.WindowsPathTest.test_read_write_bytes
- test_copytree_ignore_true - test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_ignore_true
- test_iterdir_nodir - test.test_pathlib.test_pathlib.PathTest.test_iterdir_nodir
- test_copy_symlink_follow_symlinks_true - test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_follow_symlinks_true
- test_open_unquoted_uri - test.test_sqlite3.test_dbapi.OpenTests.test_open_unquoted_uri
- test_equivalences - test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences
- test_absolute_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_windows
- test_make_archive_owner_group - test.test_shutil.TestArchives.test_make_archive_owner_group
- test_double_close - test.test_mmap.MmapTests.test_double_close
- test_expanduser_windows - test.test_pathlib.test_pathlib.PathTest.test_expanduser_windows
- test_whichdb_sqlite3 - test.test_dbm.WhichDBTestCase.test_whichdb_sqlite3
- test_div_nested - test.test_pathlib.test_pathlib.PathTest.test_div_nested
- test_case_sha224_3 - test.test_hashlib.HashLibTestCase.test_case_sha224_3
- setUpClass - test.test_gettext.GettextTestCase2
- test_case_sha512_3 - test.test_hashlib.HashLibTestCase.test_case_sha512_3
- test_runctx - test.test_profile.ProfileTest.test_runctx
- test_unsupported_parser - test.test_pathlib.test_pathlib.PathSubclassTest.test_unsupported_parser
- test_is_socket_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_false
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMbox.test_get_file_can_be_closed_twice
- test_add_text_file_warns - test.test_mailbox.TestMbox.test_add_text_file_warns
- test_with_name_common - test.test_pathlib.test_pathlib.PathTest.test_with_name_common
- test_walk_bottom_up - test.test_pathlib.test_pathlib.PathTest.test_walk_bottom_up
- test_with_name_empty - test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_empty
- test_make_tarfile_in_curdir - test.test_shutil.TestArchives.test_make_tarfile_in_curdir
- test_name_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_name_windows
- test_as_bytes_common - test.test_pathlib.test_pathlib.PathTest.test_as_bytes_common
- test_constructor_common - test.test_pathlib.test_pathlib.PathTest.test_constructor_common
- test_bytes - test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes
- test_bytes - test.test_marshal.StringTestCase.test_bytes
- test_name_common - test.test_pathlib.test_pathlib.PathTest.test_name_common
- test_rmtree_errors - test.test_shutil.TestRmTree.test_rmtree_errors
- test_copy_file - test.test_pathlib.test_pathlib.PathTest.test_copy_file
- test_is_mount - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount
- setUpClass - test.test_gettext.WeirdMetadataTest
- test_walk_symlink_location - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_symlink_location
- test_is_relative_to_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_common
- test_seekable - test.test_largefile.PyLargeFileTest.test_seekable
- test_stat_no_follow_symlinks_nosymlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks_nosymlink
- test_ctx_mgr_rollback_if_commit_failed - test.test_sqlite3.test_dbapi.MultiprocessTests.test_ctx_mgr_rollback_if_commit_failed
- test_str_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_str_common
- test_basic - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_basic
- test_with_stem_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_common
- test_div_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_div_windows
- test_is_dir_no_follow_symlinks - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir_no_follow_symlinks
- test_copytree_complex_follow_symlinks_false - test.test_pathlib.test_pathlib.PathTest.test_copytree_complex_follow_symlinks_false
- test_move_symlink_to_dir_into_symlink_to_dir - test.test_shutil.TestMove.test_move_symlink_to_dir_into_symlink_to_dir
- test_is_file_no_follow_symlinks - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file_no_follow_symlinks
- test_with_name_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_windows
- test_copytree_ignore_false - test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_ignore_false
- test_open - test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_open
- test_name_empty - test.test_pathlib.test_pathlib.PathTest.test_name_empty
- test_is_file - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file
- test_walk_prune - test.test_pathlib.test_pathlib.PathTest.test_walk_prune
- test_stat - test.test_pathlib.test_pathlib.WindowsPathTest.test_stat
- test_drive_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_common
- test_glob_long_symlink - test.test_pathlib.test_pathlib.PathTest.test_glob_long_symlink
- test_get_file - test.test_mailbox.TestMbox.test_get_file
- test_is_dir - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir
- test_repr_roundtrips - test.test_pathlib.test_pathlib.PathTest.test_repr_roundtrips
- test_suffixes_common - test.test_pathlib.test_pathlib.PathTest.test_suffixes_common
- test_copytree_to_existing_directory - test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_to_existing_directory
- test_directory - test.test_unicode_file_functions.UnicodeFileTests.test_directory
- test_copytree_return_value - test.test_shutil.TestCopyTree.test_copytree_return_value
- test_rmdir - test.test_pathlib.test_pathlib.PathSubclassTest.test_rmdir
- test_readlines - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readlines
- test_resolve_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_common
- test_case_md5_huge - test.test_hashlib.HashLibTestCase.test_case_md5_huge
- test_locking - test.test_sqlite3.test_transactions.TransactionTests.test_locking
- test_resolve_common - test.test_pathlib.test_pathlib.PathTest.test_resolve_common
- test_length_0_large_offset - test.test_mmap.MmapTests.test_length_0_large_offset
- test_make_zipfile_without_rootdir - test.test_shutil.TestArchives.test_make_zipfile_without_rootdir
- test_as_bytes_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_as_bytes_common
- test_is_absolute_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_windows
- test_unpack_archive_zip - test.test_shutil.TestArchives.test_unpack_archive_zip
- test_add - test.test_mailbox.TestMH.test_add
- test_group_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_group_windows
- test_pickling_common - test.test_pathlib.test_pathlib.PathTest.test_pickling_common
- test_is_mount - test.test_pathlib.test_pathlib.PathTest.test_is_mount
- test_walk_above_recursion_limit - test.test_pathlib.test_pathlib.PathTest.test_walk_above_recursion_limit
- test_as_uri_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_windows
- test_mkdir - test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir
- test_with_suffix_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_windows
- test_move_dir - test.test_shutil.TestMove.test_move_dir
- test_readline_read - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline_read
- test_random_open - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_random_open
- test_stat_no_follow_symlinks - test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks
- test_with_stem_seps - test.test_pathlib.test_pathlib.PathTest.test_with_stem_seps
- test_walk_prune - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_prune
- test_close_twice - test.test_dbm_dumb.DumbDBMTestCase.test_close_twice
- testZip64CruftAndComment - test.test_zipimport.CompressedZipImportTestCase.testZip64CruftAndComment
- test_copy_directory_symlink_follow_symlinks_false - test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_follow_symlinks_false
- test_ordering_common - test.test_pathlib.test_pathlib.PathTest.test_ordering_common
- test_add_text_file_warns - test.test_mailbox.TestMMDF.test_add_text_file_warns
- test_with_name_empty - test.test_pathlib.test_pathlib.PathTest.test_with_name_empty
- test_iterdir_symlink - test.test_pathlib.test_pathlib.PathTest.test_iterdir_symlink
- test_complex_symlinks_relative_dot_dot - test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative_dot_dot
- test_owner_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_windows
- test_copytree_ignore_true - test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_ignore_true
- test_parents_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_parents_common
- test_match_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_match_windows
- test_is_file_no_follow_symlinks - test.test_pathlib.test_pathlib.PathTest.test_is_file_no_follow_symlinks
- test_compresslevel_basic - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_compresslevel_basic
- test_seek_read - test.test_largefile.PyLargeFileTest.test_seek_read
- test_anchor_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_anchor_common
- test_dont_move_dir_in_itself - test.test_shutil.TestMove.test_dont_move_dir_in_itself
- test_glob_long_symlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_long_symlink
- test_copy_symlink_follow_symlinks_false - test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_follow_symlinks_false
- test_dumbdbm_modification - test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_modification
- test_exists - test.test_pathlib.test_pathlib.PathSubclassTest.test_exists
- test_anydbm_access - test.test_dbm.TestCase_sqlite3.test_anydbm_access
- test_is_mount - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_mount
- test_write_text_with_newlines - test.test_pathlib.test_pathlib.PathSubclassTest.test_write_text_with_newlines
- test_drive_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_common
- setUpClass - test.test_asyncio.test_sendfile.SelectEventLoopTests
- test_chmod - test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod
- test_bytes - test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes
- test_is_fifo_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_false
- test_rglob_pathlike - test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_pathlike
- test_read_write_text - test.test_pathlib.test_pathlib.PathTest.test_read_write_text
- test_resolve_nonexist_relative_issue38671 - test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_nonexist_relative_issue38671
- test_is_file - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file
- test_rmtree_deleted_race_condition - test.test_shutil.TestRmTree.test_rmtree_deleted_race_condition
- test_get_file - test.test_mailbox.TestMH.test_get_file
- test_stem_empty - test.test_pathlib.test_pathlib.PathTest.test_stem_empty
- test_read_text_with_newlines - test.test_pathlib.test_pathlib.WindowsPathTest.test_read_text_with_newlines
- test_name_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_name_windows
- test_glob_pathlike - test.test_pathlib.test_pathlib.PathTest.test_glob_pathlike
- test_drive_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_windows
- test_from_uri_windows - test.test_pathlib.test_pathlib.PathTest.test_from_uri_windows
- test_move_dir_to_dir - test.test_shutil.TestMove.test_move_dir_to_dir
- test_different_parsers_unordered - test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unordered
- test_copytree_ignore_true - test.test_pathlib.test_pathlib.PathTest.test_copytree_ignore_true
- test_iterlines - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_iterlines
- test_anchor_windows - test.test_pathlib.test_pathlib.PathTest.test_anchor_windows
- test_case_md5_uintmax - test.test_hashlib.HashLibTestCase.test_case_md5_uintmax
- test_div_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_div_common
- test_read_from_file_with_bytes_filename - test.test_lzma.FileTestCase.test_read_from_file_with_bytes_filename
- test_parse_path_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_common
- test_read_from_fileobj - test.test_lzma.FileTestCase.test_read_from_fileobj
- test_bytes - test.test_pathlib.test_pathlib.PathTest.test_bytes
- test_copy_to_existing_symlink_follow_symlinks_false - test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_to_existing_symlink_follow_symlinks_false
- test_copy_file - test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file
- test_stat_no_follow_symlinks - test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks
- test_tarfile_vs_tar - test.test_shutil.TestArchives.test_tarfile_vs_tar
- test_delete_starts_transaction - test.test_sqlite3.test_transactions.TransactionTests.test_delete_starts_transaction
- test_walk_many_open_files - test.test_pathlib.test_pathlib.PathTest.test_walk_many_open_files
- test_fspath_common - test.test_pathlib.test_pathlib.PathTest.test_fspath_common
- test_concrete_class - test.test_pathlib.test_pathlib.PathTest.test_concrete_class
- test_eq_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_windows
- test_unlink_missing_ok - test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink_missing_ok
- test_join_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_join_common
- test_primepat - test.test_bufio.CBufferSizeTest.test_primepat
- setUpClass - test.test_peg_generator.test_c_parser.TestCParser
- test_match_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_match_common
- test_lstat - test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat
- test_is_symlink - test.test_pathlib.test_pathlib.PathTest.test_is_symlink
- test_walk_symlink - test.test_os.WalkTests.test_walk_symlink
- test_owner_windows - test.test_pathlib.test_pathlib.PathTest.test_owner_windows
- test_as_uri_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_common
- test_stat - test.test_pathlib.test_pathlib.PathTest.test_stat
- test_raise_timeout - test.test_sqlite3.test_transactions.TransactionTests.test_raise_timeout
- test_anchor_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_anchor_common
- test_resolve_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_common
- test_is_junction - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction
- test_with_segments - test.test_pathlib.test_pathlib.PathTest.test_with_segments
- test_with_stem_seps - test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_seps
- test_open - test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_open
- test_match_empty - test.test_pathlib.test_pathlib.PathTest.test_match_empty
- test_nullpat - test.test_bufio.PyBufferSizeTest.test_nullpat
- test_absolute_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_common
- test_lseek - test.test_largefile.CLargeFileTest.test_lseek
- test_copytree_file - test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_file
- test_copytree_dangling_symlink - test.test_pathlib.test_pathlib.PathTest.test_copytree_dangling_symlink
- testModule - test.test_marshal.InstancingTestCase.testModule
- test_copytree_dangling_symlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_dangling_symlink
- test_equivalences_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences_windows
- test_fspath_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_fspath_common
- test_write_text_with_newlines - test.test_pathlib.test_pathlib.WindowsPathTest.test_write_text_with_newlines
- test_readlink - test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink
- test_is_fifo_false - test.test_pathlib.test_pathlib.PathTest.test_is_fifo_false
- test_full_match_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_full_match_common
- test_join_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_join_windows
- test_move_file_to_dir_pathlike_src - test.test_shutil.TestMove.test_move_file_to_dir_pathlike_src
- test_from_uri_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_windows
- test_move_return_value - test.test_shutil.TestMove.test_move_return_value
- test_copytree_file - test.test_pathlib.test_pathlib.PathTest.test_copytree_file
- test_str_read - test.test_dbm_dumb.DumbDBMTestCase.test_str_read
- test_open_unbuffered - test.test_pathlib.test_pathlib.PathSubclassTest.test_open_unbuffered
- test_replace - test.test_pathlib.test_pathlib.PathSubclassTest.test_replace
- test_unlink - test.test_pathlib.test_pathlib.PathTest.test_unlink
- test_match_empty - test.test_pathlib.test_pathlib.WindowsPathTest.test_match_empty
- test_is_block_device_false - test.test_pathlib.test_pathlib.PathTest.test_is_block_device_false
- test_relative_to_common - test.test_pathlib.test_pathlib.PathTest.test_relative_to_common
- test_mkdir_exist_ok_root - test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_root
- test_copytree_to_existing_directory_dirs_exist_ok - test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_to_existing_directory_dirs_exist_ok
- test_walk_above_recursion_limit - test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_above_recursion_limit
- test_read1 - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1
- test_parts_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_common
- test_cwd - test.test_pathlib.test_pathlib.WindowsPathTest.test_cwd
- test_iterdir_nodir - test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir_nodir
- test_root_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_root_windows
- test_get_string - test.test_mailbox.TestMaildir.test_get_string
- test_rglob_pathlike - test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_pathlike
- test_parts_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_windows
- test_glob_recurse_symlinks_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_recurse_symlinks_common
- test_copytree_to_existing_directory_dirs_exist_ok - test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_to_existing_directory_dirs_exist_ok
- test_concrete_parser - test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_parser
- test_relative_to_windows - test.test_pathlib.test_pathlib.PathTest.test_relative_to_windows
- test_glob_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_windows
- test_rglob_pathlike - test.test_pathlib.test_pathlib.PathTest.test_rglob_pathlike
- test_walk_symlink_location - test.test_pathlib.test_pathlib.PathTest.test_walk_symlink_location
- test_owner_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_windows
- test_dumbdbm_keys - test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_keys
- test_relative_to_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_common
- test_large_read - test.test_largefile.CLargeFileTest.test_large_read
- test_open_with_bytes - test.test_dbm.TestCase_sqlite3.test_open_with_bytes
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMH.test_get_file_can_be_closed_twice
- test_destinsrc_false_negative - test.test_shutil.TestMove.test_destinsrc_false_negative
- test_seekable - test.test_largefile.CLargeFileTest.test_seekable
- test_toggle_auto_commit - test.test_sqlite3.test_transactions.TransactionTests.test_toggle_auto_commit
- test_sync_nonempty_unmodified - test.test_dbm_dumb.DumbDBMTestCase.test_sync_nonempty_unmodified
- test_div_common - test.test_pathlib.test_pathlib.PathTest.test_div_common
- test_open_uri - test.test_sqlite3.test_dbapi.OpenTests.test_open_uri
- test_copy_file - test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file
- test_join_nested - test.test_pathlib.test_pathlib.PathTest.test_join_nested
- test_get_bytes - test.test_mailbox.TestMMDF.test_get_bytes
- test_walk_bottom_up - test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_bottom_up
- test_glob_dot - test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dot
- setUpClass - test.test_shutil.TestCopyFileObj
- test_copy_to_existing_file - test.test_pathlib.test_pathlib.PathTest.test_copy_to_existing_file
- test_insert_starts_transaction - test.test_sqlite3.test_transactions.TransactionTests.test_insert_starts_transaction
- test_mkdir_exist_ok - test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok
- test_glob_dotdot - test.test_pathlib.test_pathlib.PathTest.test_glob_dotdot
- test_anydbm_modification - test.test_dbm.TestCase_sqlite3.test_anydbm_modification
- test_init_with_filename - test.test_lzma.FileTestCase.test_init_with_filename
- test_is_junction - test.test_pathlib.test_pathlib.PathTest.test_is_junction
- test_expanduser_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_windows
- test_touch_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_common
- test_cwd - test.test_pathlib.test_pathlib.PathTest.test_cwd
- test_hardlink_to - test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to
- test_is_file_no_follow_symlinks - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file_no_follow_symlinks
- test_add_binary_file - test.test_mailbox.TestBabyl.test_add_binary_file
- test_suffix_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_suffix_common
- test_copy_empty - test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_empty
- test_parse_path_windows - test.test_pathlib.test_pathlib.PathTest.test_parse_path_windows
- test_copy_to_existing_symlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_to_existing_symlink
- test_glob_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_windows
- test_glob_case_sensitive - test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_case_sensitive
- test_move_file - test.test_shutil.TestMove.test_move_file
- test_root_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_root_windows
- test_copytree_complex - test.test_pathlib.test_pathlib.PathTest.test_copytree_complex
- test_anydbm_keys - test.test_dbm.TestCase_sqlite3.test_anydbm_keys
- test_readline - test.test_fileinput.FileInputTests.test_readline
- testZip64CruftAndComment - test.test_zipimport.UncompressedZipImportTestCase.testZip64CruftAndComment
- test_resolve_nonexist_relative_issue38671 - test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_nonexist_relative_issue38671
- test_empty_path - test.test_pathlib.test_pathlib.PathSubclassTest.test_empty_path
- test_copy_directory_symlink_follow_symlinks_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_follow_symlinks_false
- test_anchor_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_anchor_windows
- test_get_file - test.test_mailbox.TestMaildir.test_get_file
- test_anchor_common - test.test_pathlib.test_pathlib.PathTest.test_anchor_common
- test_mkdir_exist_ok_with_parent - test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_with_parent
- test_copytree_complex_follow_symlinks_false - test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_complex_follow_symlinks_false
- test_bytes_exc_message - test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes_exc_message
- test_with_name_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_common
- test_passing_kwargs_errors - test.test_pathlib.test_pathlib.WindowsPathTest.test_passing_kwargs_errors
- test_unpack_archive_tar - test.test_shutil.TestArchives.test_unpack_archive_tar
- test_mkdir_no_parents_file - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_no_parents_file
- test_with_stem_empty - test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_empty
- test_hardlink_to - test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to
- test_stat - test.test_pathlib.test_pathlib.PathSubclassTest.test_stat
- test_symlink_to - test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to
- setUpClass - test.test_gettext.GettextCacheTestCase
- test_error - test.test_dbm.TestCase_sqlite3.test_error
- test_osstat - test.test_largefile.PyLargeFileTest.test_osstat
- test_from_uri_pathname2url_windows - test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_windows
- test_copytree_dirs_exist_ok - test.test_shutil.TestCopyTree.test_copytree_dirs_exist_ok
- test_drive_windows - test.test_pathlib.test_pathlib.PathTest.test_drive_windows
- test_unlink_missing_ok - test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink_missing_ok
- test_rmdir - test.test_pathlib.test_pathlib.PathTest.test_rmdir
- test_rglob_symlink_loop - test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_symlink_loop
- test_read_write_text - test.test_pathlib.test_pathlib.WindowsPathTest.test_read_write_text
- test_make_tarfile - test.test_shutil.TestArchives.test_make_tarfile
- test_mkdir_no_parents_file - test.test_pathlib.test_pathlib.PathTest.test_mkdir_no_parents_file
- testDeflated - test.test_zipfile64.TestsWithSourceFile.testDeflated
- test_with_suffix_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_windows
- test_parse_path_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_windows
- test_with_segments - test.test_pathlib.test_pathlib.WindowsPathTest.test_with_segments
- test_constructor_nested - test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested
- test_match_empty - test.test_pathlib.test_pathlib.PathSubclassTest.test_match_empty
- test_repr_common - test.test_pathlib.test_pathlib.PathTest.test_repr_common
- test_join_nested - test.test_pathlib.test_pathlib.WindowsPathTest.test_join_nested
- test_with_segments_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_with_segments_common
- test_get_bytes - test.test_mailbox.TestMaildir.test_get_bytes
- test_touch_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_common
- test_read1_10 - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1_10
- test_symlink_to - test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to
- test_readlink - test.test_pathlib.test_pathlib.PathTest.test_readlink
- test_read_write_text - test.test_pathlib.test_pathlib.PathSubclassTest.test_read_write_text
- test_resolve_nonexist_relative_issue38671 - test.test_pathlib.test_pathlib.PathTest.test_resolve_nonexist_relative_issue38671
- test_write_to_file_with_bytes_filename - test.test_lzma.FileTestCase.test_write_to_file_with_bytes_filename
- test_exists - test.test_pathlib.test_pathlib.WindowsPathTest.test_exists
- test_rglob_symlink_loop - test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_symlink_loop
- test_rglob_recurse_symlinks_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_common
- test_dml_does_not_auto_commit_before - test.test_sqlite3.test_transactions.TransactionTests.test_dml_does_not_auto_commit_before
- test_empty_path - test.test_pathlib.test_pathlib.PathTest.test_empty_path
- test_passing_kwargs_errors - test.test_pathlib.test_pathlib.PathTest.test_passing_kwargs_errors
- test_parent_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_parent_common
- test_stem_windows - test.test_pathlib.test_pathlib.PathTest.test_stem_windows
- test_basic - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_basic
- test_stat_no_follow_symlinks_nosymlink - test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks_nosymlink
- test_glob_permissions - test.test_pathlib.test_pathlib.PathTest.test_glob_permissions
- test_nullpat - test.test_bufio.CBufferSizeTest.test_nullpat
- test_interact_on_disk_file - test.test_sqlite3.test_cli.InteractiveSession.test_interact_on_disk_file
- test_glob_inaccessible - test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_inaccessible
- test_chmod - test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod
- test_stem_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_windows
- test_read1 - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1
- test_str_subclass_common - test.test_pathlib.test_pathlib.PathTest.test_str_subclass_common
- test_walk_bad_dir - test.test_pathlib.test_pathlib.PathTest.test_walk_bad_dir
- test_suffixes_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_suffixes_windows
- test_copy_directory - test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory
- test_with_suffix_common - test.test_pathlib.test_pathlib.PathTest.test_with_suffix_common
- test_get_string - test.test_mailbox.TestMMDF.test_get_string
- test_on_error - test.test_shutil.TestRmTree.test_on_error
- test_parts_interning - test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_interning
- test_make_tarfile_with_explicit_curdir - test.test_shutil.TestArchives.test_make_tarfile_with_explicit_curdir
- test_with_stem_empty - test.test_pathlib.test_pathlib.PathTest.test_with_stem_empty
- test_add - test.test_mailbox.TestMbox.test_add
- test_anydbm_read - test.test_dbm.TestCase_dumb.test_anydbm_read
- test_readline_read - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline_read
- test_with_name_seps - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_seps
- test_parse_path_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_windows
- test_equivalences_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences_windows
- test_walk_topdown - test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_topdown
- test_absolute_common - test.test_pathlib.test_pathlib.PathTest.test_absolute_common
- test_writestr_compresslevel - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compresslevel
- test_suffix_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_suffix_windows
- test_walk_topdown - test.test_os.WalkTests.test_walk_topdown
- test_anydbm_read - test.test_dbm.TestCase_sqlite3.test_anydbm_read
- test_with_name_seps - test.test_pathlib.test_pathlib.PathTest.test_with_name_seps
- test_parents_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_parents_windows
- test_match_common - test.test_pathlib.test_pathlib.PathTest.test_match_common
- test_as_bytes_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_as_bytes_common
- test_add_text_file_warns - test.test_mailbox.TestMH.test_add_text_file_warns
- test_eq_common - test.test_pathlib.test_pathlib.PathTest.test_eq_common
- test_unicode - test.test_marshal.StringTestCase.test_unicode
- test_pickling_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_pickling_common
- test_walk_topdown - test.test_pathlib.test_pathlib.PathTest.test_walk_topdown
- test_stem_empty - test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_empty
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMMDF.test_get_file_can_be_closed_twice
- test_resolve_dot - test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_dot
- test_suffix_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_suffix_common
- test_parse_path_common - test.test_pathlib.test_pathlib.PathTest.test_parse_path_common
- test_with_suffix_invalid - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_invalid
- test_div_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_div_windows
- test_iterdir_nodir - test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_nodir
- test_div_windows - test.test_pathlib.test_pathlib.PathTest.test_div_windows
- test_with_segments_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments_common
- test_glob_windows - test.test_pathlib.test_pathlib.PathTest.test_glob_windows
- test_add - test.test_mailbox.TestBabyl.test_add
- test_constructor_nested - test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested
- test_glob_empty_pattern - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_empty_pattern
- test_join_windows - test.test_pathlib.test_pathlib.PathTest.test_join_windows
- test_ordering_windows - test.test_pathlib.test_pathlib.PathTest.test_ordering_windows
- test_glob_empty_pattern - test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_empty_pattern
- test_length_0_offset - test.test_mmap.MmapTests.test_length_0_offset
- test_drive_common - test.test_pathlib.test_pathlib.PathTest.test_drive_common
- test_glob_dot - test.test_pathlib.test_pathlib.PathTest.test_glob_dot
- test_parts_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_windows
- test_move_symlink_to_dir_into_dir - test.test_shutil.TestMove.test_move_symlink_to_dir_into_dir
- test_complex_symlinks_absolute - test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_absolute
- test_iterdir_symlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_symlink
- test_iterdir - test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir
- test_open - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open
- test_write_object_to_file - test.test_marshal.CAPI_TestCase.test_write_object_to_file
- test_libc_ver - test.test_platform.PlatformTest.test_libc_ver
- test_walk_follow_symlinks - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_follow_symlinks
- test_coverage - test.test_regrtest.ArgsTestCase.test_coverage
- test_copytree_simple - test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_simple
- test_passing_kwargs_errors - test.test_pathlib.test_pathlib.PathSubclassTest.test_passing_kwargs_errors
- test_walk_many_open_files - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_many_open_files
- test_match_windows - test.test_pathlib.test_pathlib.PathTest.test_match_windows
- test_read_from_file - test.test_lzma.FileTestCase.test_read_from_file
- test_mkdir_exist_ok - test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok
- test_with_segments - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments
- test_group_windows - test.test_pathlib.test_pathlib.PathTest.test_group_windows
- test_copytree_dangling_symlink - test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_dangling_symlink
- test_get_message - test.test_mailbox.TestMbox.test_get_message
- setUpClass - test.test_asyncio.test_sendfile.ProactorEventLoopTests
- test_mkdir - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir
- test_different_parsers_unequal - test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unequal
- test_parents_common - test.test_pathlib.test_pathlib.PathTest.test_parents_common
- testZip64 - test.test_zipimport.CompressedZipImportTestCase.testZip64
- test_readline - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline
- test_on_exc - test.test_shutil.TestRmTree.test_on_exc
- test_is_symlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_symlink
- testZip64LargeFile - test.test_zipimport.CompressedZipImportTestCase.testZip64LargeFile
- test_div_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_div_common
- test_group_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_group_windows
- test_complex_symlinks_relative_dot_dot - test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative_dot_dot
- test_copytree_complex_follow_symlinks_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_complex_follow_symlinks_false
- setUpClass - test.test_asyncio.test_base_events.BaseLoopSockSendfileTests
- test_write_to_fileobj_with_int_name - test.test_lzma.FileTestCase.test_write_to_fileobj_with_int_name
- test_parent_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_parent_windows
- test_copytree_with_exclude - test.test_shutil.TestCopyTree.test_copytree_with_exclude
- test_relative_to_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_common
- test_move_dir_sep_to_dir - test.test_shutil.TestMove.test_move_dir_sep_to_dir
- test_as_posix_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_as_posix_common
- test_is_fifo_false - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_false
- test_with_name_windows - test.test_pathlib.test_pathlib.PathTest.test_with_name_windows
- test_copy_to_existing_symlink - test.test_pathlib.test_pathlib.PathTest.test_copy_to_existing_symlink
- test_ordering_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_common
- test_random_open - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_random_open
- test_is_char_device_false - test.test_pathlib.test_pathlib.PathTest.test_is_char_device_false
- test_mkdir_with_child_file - test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_child_file
- test_parent_common - test.test_pathlib.test_pathlib.PathTest.test_parent_common
- test_match_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_match_common
- test_truncated_zipfile - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_truncated_zipfile
- test_both_onerror_and_onexc - test.test_shutil.TestRmTree.test_both_onerror_and_onexc
- test_anydbm_creation - test.test_dbm.TestCase_sqlite3.test_anydbm_creation
- test_copytree_special_func - test.test_shutil.TestCopyTree.test_copytree_special_func
- test_match_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_match_windows
- testZipImporterMethodsInSubDirectory - test.test_zipimport.CompressedZipImportTestCase.testZipImporterMethodsInSubDirectory
- test_complex_symlinks_relative - test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative
- test_get_file - test.test_mailbox.TestMMDF.test_get_file
- test_copytree_custom_copy_function - test.test_shutil.TestCopyTree.test_copytree_custom_copy_function
- test_concrete_parser - test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_parser
- test_exists - test.test_pathlib.test_pathlib.PathTest.test_exists
- test_complex_symlinks_relative - test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative
- test_rglob_recurse_symlinks_false - test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_false
- test_samefile - test.test_pathlib.test_pathlib.PathTest.test_samefile
- test_root_windows - test.test_pathlib.test_pathlib.PathTest.test_root_windows
- test_is_reserved_deprecated - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_reserved_deprecated
- test_with_suffix_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_common
- test_walk_bad_dir - test.test_os.WalkTests.test_walk_bad_dir
- test_write_append_to_file - test.test_lzma.FileTestCase.test_write_append_to_file
- test_get_string - test.test_mailbox.TestMH.test_get_string
- test_mkdir_exist_ok - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok
- test_anydbm_modification - test.test_dbm.TestCase_dumb.test_anydbm_modification
- test_file_like_path - test.test_os.BytesWalkTests.test_file_like_path
- testZipImporterMethods - test.test_zipimport.CompressedZipImportTestCase.testZipImporterMethods
- test_add_binary_file - test.test_mailbox.TestMMDF.test_add_binary_file
- test_open - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open
- test_entire_file - test.test_mmap.MmapTests.test_entire_file
- test_samefile - test.test_pathlib.test_pathlib.WindowsPathTest.test_samefile
- test_with_stem_windows - test.test_pathlib.test_pathlib.PathTest.test_with_stem_windows
- test_architecture_via_symlink - test.test_platform.PlatformTest.test_architecture_via_symlink
- test_add_binary_file - test.test_mailbox.TestMaildir.test_add_binary_file
- test_lstat_nosymlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat_nosymlink
- test_glob_empty_pattern - test.test_pathlib.test_pathlib.PathTest.test_glob_empty_pattern
- test_basic - test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_basic
- test_is_junction_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_false
- test_glob_above_recursion_limit - test.test_pathlib.test_pathlib.PathTest.test_glob_above_recursion_limit
- test_copy_to_existing_directory - test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_to_existing_directory
- test_rglob_recurse_symlinks_false - test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_false
- test_primepat - test.test_bufio.PyBufferSizeTest.test_primepat
- test_replace - test.test_pathlib.test_pathlib.PathTest.test_replace
- test_walk_many_open_files - test.test_os.WalkTests.test_walk_many_open_files
- test_move_file_symlink - test.test_shutil.TestMove.test_move_file_symlink
- test_stem_empty - test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_empty
- test_suffixes_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_suffixes_windows
- test_open_unbuffered - test.test_pathlib.test_pathlib.WindowsPathTest.test_open_unbuffered
- test_mkdir_concurrent_parent_creation - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_concurrent_parent_creation
- test_suffix_windows - test.test_pathlib.test_pathlib.PathTest.test_suffix_windows
- test_glob_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_common
- test_mkdir_with_unknown_drive - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_unknown_drive
- test_large_read - test.test_largefile.PyLargeFileTest.test_large_read
- testZipImporterMethodsInSubDirectory - test.test_zipimport.UncompressedZipImportTestCase.testZipImporterMethodsInSubDirectory
- test_fileno - test.test_lzma.FileTestCase.test_fileno
- test_add_text_file_warns - test.test_mailbox.TestBabyl.test_add_text_file_warns
- test_name_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_name_common
- test_with_suffix_empty - test.test_pathlib.test_pathlib.PathTest.test_with_suffix_empty
- test_get_bytes - test.test_mailbox.TestMbox.test_get_bytes
- test_open_with_pathlib_path - test.test_dbm.TestCase_sqlite3.test_open_with_pathlib_path
- test_mkdir_exist_ok_root - test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_root
- test_glob_many_open_files - test.test_pathlib.test_pathlib.PathTest.test_glob_many_open_files
- test_destinsrc_false_positive - test.test_shutil.TestMove.test_destinsrc_false_positive
- test_is_dir - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir
- test_filename - test.test_lzma.OpenTestCase.test_filename
- test_update_starts_transaction - test.test_sqlite3.test_transactions.TransactionTests.test_update_starts_transaction
- test_different_parsers_unequal - test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unequal
- test_stem_common - test.test_pathlib.test_pathlib.PathTest.test_stem_common
- test_eq_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_common
- test_open_unbuffered - test.test_pathlib.test_pathlib.PathTest.test_open_unbuffered
- test_with_stem_common - test.test_pathlib.test_pathlib.PathTest.test_with_stem_common
- test_rejection - test.test_http_cookiejar.LWPCookieTests.test_rejection
- setUpClass - test.test_gettext.GettextTestCase1
- test_lstat - test.test_pathlib.test_pathlib.PathTest.test_lstat
- test_rglob_symlink_loop - test.test_pathlib.test_pathlib.PathTest.test_rglob_symlink_loop
- test_truncate - test.test_largefile.PyLargeFileTest.test_truncate
- test_mkdir_with_child_file - test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_child_file
- test_move_dir_other_fs - test.test_shutil.TestMove.test_move_dir_other_fs
- test_osstat - test.test_largefile.CLargeFileTest.test_osstat
- test_mkdir_exist_ok_root - test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_root
- test_stat_no_follow_symlinks - test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks
- test_full_match_common - test.test_pathlib.test_pathlib.PathTest.test_full_match_common
- test_read_from_fileobj_with_int_name - test.test_lzma.FileTestCase.test_read_from_fileobj_with_int_name
- test_parents_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_parents_windows
- test_write_write_read - test.test_dbm_dumb.DumbDBMTestCase.test_write_write_read
- test_iterdir - test.test_pathlib.test_pathlib.PathTest.test_iterdir
- test_copy_to_existing_symlink - test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_to_existing_symlink
- test_module_with_large_stack - test.test_import.ImportTests.test_module_with_large_stack
- test_is_char_device_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_false
- test_copy_to_existing_file - test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_to_existing_file
- test_get_file - test.test_mailbox.TestBabyl.test_get_file
- test_seek_read - test.test_largefile.CLargeFileTest.test_seek_read
- test_unlink - test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink
- setUpClass - test.test_gettext.GNUTranslationsPluralFormsTestCase
- test_with_stem_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_windows
- test_copy_directory_symlink_follow_symlinks_false - test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_follow_symlinks_false
- test_root_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_root_common
- test_open_with_pathlib_path_bytes - test.test_dbm.TestCase_sqlite3.test_open_with_pathlib_path_bytes
- test_mkdir - test.test_pathlib.test_pathlib.PathTest.test_mkdir
- test_cwd - test.test_pathlib.test_pathlib.PathSubclassTest.test_cwd
- test_random - test.test_dbm_dumb.DumbDBMTestCase.test_random
- test_walk_above_recursion_limit - test.test_os.BytesWalkTests.test_walk_above_recursion_limit
- test_glob_inaccessible - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_inaccessible
- test_move_file_to_dir - test.test_shutil.TestMove.test_move_file_to_dir
- test_is_char_device_true - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_true
- test_copy_symlink_follow_symlinks_true - test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_follow_symlinks_true
- test_is_junction_false - test.test_pathlib.test_pathlib.PathTest.test_is_junction_false
- test_walk_topdown - test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_topdown
- test_rmdir - test.test_pathlib.test_pathlib.WindowsPathTest.test_rmdir
- test_readline - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline
- test_write_contains - test.test_dbm_dumb.DumbDBMTestCase.test_write_contains
- test_glob_many_open_files - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_many_open_files
- test_walk_bad_dir - test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_bad_dir
- test_copytree_complex - test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_complex
- test_move_dir_symlink - test.test_shutil.TestMove.test_move_dir_symlink
- test_str_common - test.test_pathlib.test_pathlib.PathTest.test_str_common
- test_is_dir_no_follow_symlinks - test.test_pathlib.test_pathlib.PathTest.test_is_dir_no_follow_symlinks
- test_is_relative_to_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_windows
- test_copytree_to_existing_directory - test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_to_existing_directory
- test_fspath_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_fspath_common
- test_concrete_parser - test.test_pathlib.test_pathlib.PathTest.test_concrete_parser
- test_copytree_file_on_error - test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_file_on_error
- test_walk_symlink_location - test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_symlink_location
- test_it - test.test_largefile.TestCopyfile.test_it
- setUpClass - test.test_gettext.UnicodeTranslationsTest
- test_move_dir_caseinsensitive - test.test_shutil.TestMove.test_move_dir_caseinsensitive
- test_stat_no_follow_symlinks_nosymlink - test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks_nosymlink
- setUpClass - test.test_gettext.UnicodeTranslationsPluralTest
- test_equivalences - test.test_pathlib.test_pathlib.PathTest.test_equivalences
- test_create_new - test.test_dbm_dumb.DumbDBMTestCase.test_create_new
- test_string - test.test_marshal.StringTestCase.test_string
- test_attributes - test.test_os.TestScandir.test_attributes
- test_walk_bad_dir - test.test_os.BytesWalkTests.test_walk_bad_dir
- test_iterdir - test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir
- test_nonascii_filename - test.test_dbm_dumb.DumbDBMTestCase.test_nonascii_filename
- test_is_junction_false - test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction_false
- test_as_posix_common - test.test_pathlib.test_pathlib.PathTest.test_as_posix_common
- test_read_text_with_newlines - test.test_pathlib.test_pathlib.PathTest.test_read_text_with_newlines
- test_many_append - test.test_gzip.TestGzip.test_many_append
- test_relative_to_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_windows
- test_resolve_dot - test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_dot
- test_lchmod_dir_symlink - test.test_posix.PosixTester.test_lchmod_dir_symlink
- test_copytree_ignore_false - test.test_pathlib.test_pathlib.PathTest.test_copytree_ignore_false
- test_different_parsers_unordered - test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unordered
- test_whichdb - test.test_dbm.WhichDBTestCase.test_whichdb
- test_glob_permissions - test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_permissions
- test_rglob_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_windows
- test_name_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_name_common
- test_is_reserved_deprecated - test.test_pathlib.test_pathlib.PathTest.test_is_reserved_deprecated
- test_unpack_archive_bztar - test.test_shutil.TestArchives.test_unpack_archive_bztar
- test_complex_symlinks_absolute - test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_absolute
- test_get_string - test.test_mailbox.TestMbox.test_get_string
- test_parent_windows - test.test_pathlib.test_pathlib.PathTest.test_parent_windows
- test_copy_symlink_follow_symlinks_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_follow_symlinks_false
- test_read - test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_read
- test_glob_dotdot - test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dotdot
- test_clear - test.test_dbm.TestCase_sqlite3.test_clear
- test_unsupported_parser - test.test_pathlib.test_pathlib.WindowsPathTest.test_unsupported_parser
- test_str_write_contains - test.test_dbm_dumb.DumbDBMTestCase.test_str_write_contains
- test_empty_value - test.test_dbm.TestCase_dumb.test_empty_value
- test_ordering_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_common
- test_file_like_path - test.test_os.WalkTests.test_file_like_path
- test_walk_bottom_up - test.test_os.WalkTests.test_walk_bottom_up
- test_glob_common - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_common
- test_join_common - test.test_pathlib.test_pathlib.PathTest.test_join_common
- test_rglob_recurse_symlinks_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_common
- test_move_file_special_function - test.test_shutil.TestMove.test_move_file_special_function
- test_lstat_nosymlink - test.test_pathlib.test_pathlib.PathTest.test_lstat_nosymlink
- test_checkcache_with_no_parameter - test.test_linecache.LineCacheInvalidationTests.test_checkcache_with_no_parameter
- setUpClass - test.test_gettext.GNUTranslationsClassPluralFormsTestCase
- test_read_text_with_newlines - test.test_pathlib.test_pathlib.PathSubclassTest.test_read_text_with_newlines
- test_move_as_rename_return_value - test.test_shutil.TestMove.test_move_as_rename_return_value
- test_str_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_str_windows
- test_matches_pathbase_api - test.test_pathlib.test_pathlib.PathTest.test_matches_pathbase_api
- test_walk_symlink - test.test_os.BytesWalkTests.test_walk_symlink
- test_parts_interning - test.test_pathlib.test_pathlib.PathTest.test_parts_interning
- test_zipextfile_attrs - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_zipextfile_attrs
- test_is_mount_root - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount_root
- test_is_relative_to_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_windows
- test_move_file_other_fs - test.test_shutil.TestMove.test_move_file_other_fs
- test_cli_on_disk_db - test.test_sqlite3.test_cli.CommandLineInterface.test_cli_on_disk_db
- test_close - test.test_lzma.FileTestCase.test_close
- test_from_uri_pathname2url_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_windows
- test_touch_nochange - test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_nochange
- test_make_tarfile_without_rootdir - test.test_shutil.TestArchives.test_make_tarfile_without_rootdir
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMaildir.test_get_file_can_be_closed_twice
- test_str_subclass_common - test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_common
- test_copytree_symlink_dir - test.test_shutil.TestCopyTree.test_copytree_symlink_dir
- test_is_absolute_windows - test.test_pathlib.test_pathlib.PathTest.test_is_absolute_windows
- test_div_nested - test.test_pathlib.test_pathlib.WindowsPathTest.test_div_nested
- test_symlink_to - test.test_pathlib.test_pathlib.PathTest.test_symlink_to
- test_missing_index - test.test_dbm_dumb.DumbDBMTestCase.test_missing_index
- test_glob_dotdot - test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dotdot
- testStored - test.test_zipfile64.TestsWithSourceFile.testStored
- test_glob_inaccessible - test.test_pathlib.test_pathlib.PathTest.test_glob_inaccessible
- test_checkcache_for_modified_file - test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_modified_file
- test_lstat_nosymlink - test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat_nosymlink
- test_rmtree_on_symlink - test.test_shutil.TestRmTree.test_rmtree_on_symlink
- test_replace - test.test_pathlib.test_pathlib.WindowsPathTest.test_replace
- test_walk_bottom_up - test.test_os.BytesWalkTests.test_walk_bottom_up
- test_anydbm_not_existing - test.test_dbm.TestCase_sqlite3.test_anydbm_not_existing
- test_zipextfile_attrs - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_zipextfile_attrs
- test_as_uri_windows - test.test_pathlib.test_pathlib.PathTest.test_as_uri_windows
- test_glob_above_recursion_limit - test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_above_recursion_limit
- test_chmod_dir_symlink - test.test_posix.PosixTester.test_chmod_dir_symlink
- test_parts_windows - test.test_pathlib.test_pathlib.PathTest.test_parts_windows
- test_copy_to_existing_symlink_follow_symlinks_false - test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_to_existing_symlink_follow_symlinks_false
- test_io - test.test_plistlib.TestPlistlib.test_io
- test_get_bytes - test.test_mailbox.TestMH.test_get_bytes
- test_with_stem_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_windows
- test_expanduser_windows - test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_windows
- test_eq_windows - test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_windows
- test_glob_common - test.test_pathlib.test_pathlib.PathTest.test_glob_common
- test_walk_follow_symlinks - test.test_pathlib.test_pathlib.PathTest.test_walk_follow_symlinks
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (54b5e9e9a8d4e964bef934ab2ed10d21b3abe91e)
by buildbot@python.org 27 Jun '24
by buildbot@python.org 27 Jun '24
27 Jun '24
The Buildbot has detected a new failure on builder PPC64LE RHEL8 Refleaks 3.9 while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/482/builds/1163
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown>
Blamelist:
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.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
.
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (c83997476f9bcb28af02296c3c74c1549dcd9f35)
by buildbot@python.org 27 Jun '24
by buildbot@python.org 27 Jun '24
27 Jun '24
The Buildbot has detected a new failure on builder AMD64 Windows11 Refleaks 3.13 while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/1484/builds/52
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-win11
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 127, done.
remote: Counting objects: 0% (1/125)
remote: Counting objects: 1% (2/125)
remote: Counting objects: 2% (3/125)
remote: Counting objects: 3% (4/125)
remote: Counting objects: 4% (5/125)
remote: Counting objects: 5% (7/125)
remote: Counting objects: 6% (8/125)
remote: Counting objects: 7% (9/125)
remote: Counting objects: 8% (10/125)
remote: Counting objects: 9% (12/125)
remote: Counting objects: 10% (13/125)
remote: Counting objects: 11% (14/125)
remote: Counting objects: 12% (15/125)
remote: Counting objects: 13% (17/125)
remote: Counting objects: 14% (18/125)
remote: Counting objects: 15% (19/125)
remote: Counting objects: 16% (20/125)
remote: Counting objects: 17% (22/125)
remote: Counting objects: 18% (23/125)
remote: Counting objects: 19% (24/125)
remote: Counting objects: 20% (25/125)
remote: Counting objects: 21% (27/125)
remote: Counting objects: 22% (28/125)
remote: Counting objects: 23% (29/125)
remote: Counting objects: 24% (30/125)
remote: Counting objects: 25% (32/125)
remote: Counting objects: 26% (33/125)
remote: Counting objects: 27% (34/125)
remote: Counting objects: 28% (35/125)
remote: Counting objects: 29% (37/125)
remote: Counting objects: 30% (38/125)
remote: Counting objects: 31% (39/125)
remote: Counting objects: 32% (40/125)
remote: Counting objects: 33% (42/125)
remote: Counting objects: 34% (43/125)
remote: Counting objects: 35% (44/125)
remote: Counting objects: 36% (45/125)
remote: Counting objects: 37% (47/125)
remote: Counting objects: 38% (48/125)
remote: Counting objects: 39% (49/125)
remote: Counting objects: 40% (50/125)
remote: Counting objects: 41% (52/125)
remote: Counting objects: 42% (53/125)
remote: Counting objects: 43% (54/125)
remote: Counting objects: 44% (55/125)
remote: Counting objects: 45% (57/125)
remote: Counting objects: 46% (58/125)
remote: Counting objects: 47% (59/125)
remote: Counting objects: 48% (60/125)
remote: Counting objects: 49% (62/125)
remote: Counting objects: 50% (63/125)
remote: Counting objects: 51% (64/125)
remote: Counting objects: 52% (65/125)
remote: Counting objects: 53% (67/125)
remote: Counting objects: 54% (68/125)
remote: Counting objects: 55% (69/125)
remote: Counting objects: 56% (70/125)
remote: Counting objects: 57% (72/125)
remote: Counting objects: 58% (73/125)
remote: Counting objects: 59% (74/125)
remote: Counting objects: 60% (75/125)
remote: Counting objects: 61% (77/125)
remote: Counting objects: 62% (78/125)
remote: Counting objects: 63% (79/125)
remote: Counting objects: 64% (80/125)
remote: Counting objects: 65% (82/125)
remote: Counting objects: 66% (83/125)
remote: Counting objects: 67% (84/125)
remote: Counting objects: 68% (85/125)
remote: Counting objects: 69% (87/125)
remote: Counting objects: 70% (88/125)
remote: Counting objects: 71% (89/125)
remote: Counting objects: 72% (90/125)
remote: Counting objects: 73% (92/125)
remote: Counting objects: 74% (93/125)
remote: Counting objects: 75% (94/125)
remote: Counting objects: 76% (95/125)
remote: Counting objects: 77% (97/125)
remote: Counting objects: 78% (98/125)
remote: Counting objects: 79% (99/125)
remote: Counting objects: 80% (100/125)
remote: Counting objects: 81% (102/125)
remote: Counting objects: 82% (103/125)
remote: Counting objects: 83% (104/125)
remote: Counting objects: 84% (105/125)
remote: Counting objects: 85% (107/125)
remote: Counting objects: 86% (108/125)
remote: Counting objects: 87% (109/125)
remote: Counting objects: 88% (110/125)
remote: Counting objects: 89% (112/125)
remote: Counting objects: 90% (113/125)
remote: Counting objects: 91% (114/125)
remote: Counting objects: 92% (115/125)
remote: Counting objects: 93% (117/125)
remote: Counting objects: 94% (118/125)
remote: Counting objects: 95% (119/125)
remote: Counting objects: 96% (120/125)
remote: Counting objects: 97% (122/125)
remote: Counting objects: 98% (123/125)
remote: Counting objects: 99% (124/125)
remote: Counting objects: 100% (125/125)
remote: Counting objects: 100% (125/125), done.
remote: Compressing objects: 1% (1/100)
remote: Compressing objects: 2% (2/100)
remote: Compressing objects: 3% (3/100)
remote: Compressing objects: 4% (4/100)
remote: Compressing objects: 5% (5/100)
remote: Compressing objects: 6% (6/100)
remote: Compressing objects: 7% (7/100)
remote: Compressing objects: 8% (8/100)
remote: Compressing objects: 9% (9/100)
remote: Compressing objects: 10% (10/100)
remote: Compressing objects: 11% (11/100)
remote: Compressing objects: 12% (12/100)
remote: Compressing objects: 13% (13/100)
remote: Compressing objects: 14% (14/100)
remote: Compressing objects: 15% (15/100)
remote: Compressing objects: 16% (16/100)
remote: Compressing objects: 17% (17/100)
remote: Compressing objects: 18% (18/100)
remote: Compressing objects: 19% (19/100)
remote: Compressing objects: 20% (20/100)
remote: Compressing objects: 21% (21/100)
remote: Compressing objects: 22% (22/100)
remote: Compressing objects: 23% (23/100)
remote: Compressing objects: 24% (24/100)
remote: Compressing objects: 25% (25/100)
remote: Compressing objects: 26% (26/100)
remote: Compressing objects: 27% (27/100)
remote: Compressing objects: 28% (28/100)
remote: Compressing objects: 29% (29/100)
remote: Compressing objects: 30% (30/100)
remote: Compressing objects: 31% (31/100)
remote: Compressing objects: 32% (32/100)
remote: Compressing objects: 33% (33/100)
remote: Compressing objects: 34% (34/100)
remote: Compressing objects: 35% (35/100)
remote: Compressing objects: 36% (36/100)
remote: Compressing objects: 37% (37/100)
remote: Compressing objects: 38% (38/100)
remote: Compressing objects: 39% (39/100)
remote: Compressing objects: 40% (40/100)
remote: Compressing objects: 41% (41/100)
remote: Compressing objects: 42% (42/100)
remote: Compressing objects: 43% (43/100)
remote: Compressing objects: 44% (44/100)
remote: Compressing objects: 45% (45/100)
remote: Compressing objects: 46% (46/100)
remote: Compressing objects: 47% (47/100)
remote: Compressing objects: 48% (48/100)
remote: Compressing objects: 49% (49/100)
remote: Compressing objects: 50% (50/100)
remote: Compressing objects: 51% (51/100)
remote: Compressing objects: 52% (52/100)
remote: Compressing objects: 53% (53/100)
remote: Compressing objects: 54% (54/100)
remote: Compressing objects: 55% (55/100)
remote: Compressing objects: 56% (56/100)
remote: Compressing objects: 57% (57/100)
remote: Compressing objects: 58% (58/100)
remote: Compressing objects: 59% (59/100)
remote: Compressing objects: 60% (60/100)
remote: Compressing objects: 61% (61/100)
remote: Compressing objects: 62% (62/100)
remote: Compressing objects: 63% (63/100)
remote: Compressing objects: 64% (64/100)
remote: Compressing objects: 65% (65/100)
remote: Compressing objects: 66% (66/100)
remote: Compressing objects: 67% (67/100)
remote: Compressing objects: 68% (68/100)
remote: Compressing objects: 69% (69/100)
remote: Compressing objects: 70% (70/100)
remote: Compressing objects: 71% (71/100)
remote: Compressing objects: 72% (72/100)
remote: Compressing objects: 73% (73/100)
remote: Compressing objects: 74% (74/100)
remote: Compressing objects: 75% (75/100)
remote: Compressing objects: 76% (76/100)
remote: Compressing objects: 77% (77/100)
remote: Compressing objects: 78% (78/100)
remote: Compressing objects: 79% (79/100)
remote: Compressing objects: 80% (80/100)
remote: Compressing objects: 81% (81/100)
remote: Compressing objects: 82% (82/100)
remote: Compressing objects: 83% (83/100)
remote: Compressing objects: 84% (84/100)
remote: Compressing objects: 85% (85/100)
remote: Compressing objects: 86% (86/100)
remote: Compressing objects: 87% (87/100)
remote: Compressing objects: 88% (88/100)
remote: Compressing objects: 89% (89/100)
remote: Compressing objects: 90% (90/100)
remote: Compressing objects: 91% (91/100)
remote: Compressing objects: 92% (92/100)
remote: Compressing objects: 93% (93/100)
remote: Compressing objects: 94% (94/100)
remote: Compressing objects: 95% (95/100)
remote: Compressing objects: 96% (96/100)
remote: Compressing objects: 97% (97/100)
remote: Compressing objects: 98% (98/100)
remote: Compressing objects: 99% (99/100)
remote: Compressing objects: 100% (100/100)
remote: Compressing objects: 100% (100/100), done.
Receiving objects: 0% (1/127)
Receiving objects: 1% (2/127)
Receiving objects: 2% (3/127)
Receiving objects: 3% (4/127)
Receiving objects: 4% (6/127)
Receiving objects: 5% (7/127)
Receiving objects: 6% (8/127)
Receiving objects: 7% (9/127)
Receiving objects: 8% (11/127)
Receiving objects: 9% (12/127)
Receiving objects: 10% (13/127)
Receiving objects: 11% (14/127)
Receiving objects: 12% (16/127)
Receiving objects: 13% (17/127)
Receiving objects: 14% (18/127)
Receiving objects: 15% (20/127)
Receiving objects: 16% (21/127)
Receiving objects: 17% (22/127)
Receiving objects: 18% (23/127)
Receiving objects: 19% (25/127)
Receiving objects: 20% (26/127)
Receiving objects: 21% (27/127)
Receiving objects: 22% (28/127)
Receiving objects: 23% (30/127)
Receiving objects: 24% (31/127)
Receiving objects: 25% (32/127)
Receiving objects: 26% (34/127)
Receiving objects: 27% (35/127)
Receiving objects: 28% (36/127)
Receiving objects: 29% (37/127)
Receiving objects: 30% (39/127)
Receiving objects: 31% (40/127)
Receiving objects: 32% (41/127)
Receiving objects: 33% (42/127)
Receiving objects: 34% (44/127)
Receiving objects: 35% (45/127)
Receiving objects: 36% (46/127)
Receiving objects: 37% (47/127)
Receiving objects: 38% (49/127)
Receiving objects: 39% (50/127)
Receiving objects: 40% (51/127)
Receiving objects: 41% (53/127)
Receiving objects: 42% (54/127)
Receiving objects: 43% (55/127)
Receiving objects: 44% (56/127)
Receiving objects: 45% (58/127)
Receiving objects: 46% (59/127)
Receiving objects: 47% (60/127)
Receiving objects: 48% (61/127)
Receiving objects: 49% (63/127)
Receiving objects: 50% (64/127)
Receiving objects: 51% (65/127)
Receiving objects: 52% (67/127)
Receiving objects: 53% (68/127)
Receiving objects: 54% (69/127)
Receiving objects: 55% (70/127)
Receiving objects: 56% (72/127)
Receiving objects: 57% (73/127)
Receiving objects: 58% (74/127)
Receiving objects: 59% (75/127)
Receiving objects: 60% (77/127)
Receiving objects: 61% (78/127)
Receiving objects: 62% (79/127)
Receiving objects: 63% (81/127)
Receiving objects: 64% (82/127)
Receiving objects: 65% (83/127)
Receiving objects: 66% (84/127)
Receiving objects: 67% (86/127)
Receiving objects: 68% (87/127)
Receiving objects: 69% (88/127)
Receiving objects: 70% (89/127)
Receiving objects: 71% (91/127)
Receiving objects: 72% (92/127)
Receiving objects: 73% (93/127)
Receiving objects: 74% (94/127)
Receiving objects: 75% (96/127)
Receiving objects: 76% (97/127)
Receiving objects: 77% (98/127)
Receiving objects: 78% (100/127)
Receiving objects: 79% (101/127)
Receiving objects: 80% (102/127)
Receiving objects: 81% (103/127)
Receiving objects: 82% (105/127)
Receiving objects: 83% (106/127)
Receiving objects: 84% (107/127)
Receiving objects: 85% (108/127)
Receiving objects: 86% (110/127)
Receiving objects: 87% (111/127)
Receiving objects: 88% (112/127)
Receiving objects: 89% (114/127)
Receiving objects: 90% (115/127)
Receiving objects: 91% (116/127)
Receiving objects: 92% (117/127)
Receiving objects: 93% (119/127)
Receiving objects: 94% (120/127)
Receiving objects: 95% (121/127)
Receiving objects: 96% (122/127)
remote: Total 127 (delta 54), reused 54 (delta 25), pack-reused 2
Receiving objects: 97% (124/127)
Receiving objects: 98% (125/127)
Receiving objects: 99% (126/127)
Receiving objects: 100% (127/127)
Receiving objects: 100% (127/127), 436.53 KiB | 10.15 MiB/s, done.
Resolving deltas: 0% (0/54)
Resolving deltas: 1% (1/54)
Resolving deltas: 3% (2/54)
Resolving deltas: 5% (3/54)
Resolving deltas: 7% (4/54)
Resolving deltas: 9% (5/54)
Resolving deltas: 11% (6/54)
Resolving deltas: 12% (7/54)
Resolving deltas: 14% (8/54)
Resolving deltas: 16% (9/54)
Resolving deltas: 18% (10/54)
Resolving deltas: 20% (11/54)
Resolving deltas: 22% (12/54)
Resolving deltas: 24% (13/54)
Resolving deltas: 25% (14/54)
Resolving deltas: 27% (15/54)
Resolving deltas: 29% (16/54)
Resolving deltas: 31% (17/54)
Resolving deltas: 33% (18/54)
Resolving deltas: 35% (19/54)
Resolving deltas: 37% (20/54)
Resolving deltas: 38% (21/54)
Resolving deltas: 40% (22/54)
Resolving deltas: 42% (23/54)
Resolving deltas: 44% (24/54)
Resolving deltas: 46% (25/54)
Resolving deltas: 48% (26/54)
Resolving deltas: 50% (27/54)
Resolving deltas: 51% (28/54)
Resolving deltas: 53% (29/54)
Resolving deltas: 55% (30/54)
Resolving deltas: 57% (31/54)
Resolving deltas: 59% (32/54)
Resolving deltas: 61% (33/54)
Resolving deltas: 62% (34/54)
Resolving deltas: 64% (35/54)
Resolving deltas: 66% (36/54)
Resolving deltas: 68% (37/54)
Resolving deltas: 70% (38/54)
Resolving deltas: 72% (39/54)
Resolving deltas: 74% (40/54)
Resolving deltas: 75% (41/54)
Resolving deltas: 77% (42/54)
Resolving deltas: 79% (43/54)
Resolving deltas: 81% (44/54)
Resolving deltas: 83% (45/54)
Resolving deltas: 85% (46/54)
Resolving deltas: 87% (47/54)
Resolving deltas: 88% (48/54)
Resolving deltas: 90% (49/54)
Resolving deltas: 92% (50/54)
Resolving deltas: 94% (51/54)
Resolving deltas: 96% (52/54)
Resolving deltas: 98% (53/54)
Resolving deltas: 100% (54/54)
Resolving deltas: 100% (54/54), completed with 13 local objects.
From https://github.com/python/cpython
* branch 3.13 -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.
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 c83997476f [3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121067)
Switched to and reset branch '3.13'
Could Not Find b:\uildarea\3.13.ware-win11.refleak\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find b:\uildarea\3.13.ware-win11.refleak\build\PCbuild\python*.zip
Could Not Find b:\uildarea\3.13.ware-win11.refleak\build\PCbuild\python*.zip
Test report
===========
Failed tests:
- test_typing
Test leaking resources:
- test_typing: memory blocks
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder PPC64LE CentOS9 Refleaks 3.13 while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/1499/builds/50
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-ppc64le
Build Reason: <unknown>
Blamelist:
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-CentOS9-ppc64le.refleak/build/Lib/test/test_repl.py", line 199, in test_asyncio_repl_is_ok
assert_python_ok("-m", "asyncio")
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-CentOS9-ppc64le.refleak/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-CentOS9-ppc64le.refleak/build/Lib/test/support/script_helper.py", line 165, in _assert_python
res.fail(cmd_line)
~~~~~~~~^^^^^^^^^^
File "/home/buildbot/buildarea/3.13.cstratak-CentOS9-ppc64le.refleak/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 -6
command line: ['/home/buildbot/buildarea/3.13.cstratak-CentOS9-ppc64le.refleak/build/python', '-X', 'faulthandler', '-I', '-m', 'asyncio']
Test report
===========
Failed tests:
- test_repl
Failed subtests:
- test_asyncio_repl_is_ok - test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_is_ok
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (4be1f37b20bd51498d3adf8ad603095c0f38d6e5)
by buildbot@python.org 27 Jun '24
by buildbot@python.org 27 Jun '24
27 Jun '24
The Buildbot has detected a new failure on builder AMD64 Windows11 Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/920/builds/807
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-win11
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "b:\uildarea\3.x.ware-win11.refleak\build\Lib\test\test_io.py", line 4617, in test_daemon_threads_shutdown_stderr_deadlock
self.check_daemon_threads_shutdown_deadlock('stderr')
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "b:\uildarea\3.x.ware-win11.refleak\build\Lib\test\test_io.py", line 4605, in check_daemon_threads_shutdown_deadlock
self.assertRegex(err, pattern)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
Test report
===========
Failed tests:
- test_typing
- test_io
Failed subtests:
- test_daemon_threads_shutdown_stderr_deadlock - test.test_io.CMiscIOTest.test_daemon_threads_shutdown_stderr_deadlock
Test leaking resources:
- test_typing: memory blocks
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (3.13)
by buildbot@python.org 27 Jun '24
by buildbot@python.org 27 Jun '24
27 Jun '24
The Buildbot has detected a new failure on builder s390x RHEL8 LTO 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1458/builds/187
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown>
Blamelist: Thomas Wouters <thomas(a)python.org>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 20, done.
remote: Counting objects: 5% (1/20)
remote: Counting objects: 10% (2/20)
remote: Counting objects: 15% (3/20)
remote: Counting objects: 20% (4/20)
remote: Counting objects: 25% (5/20)
remote: Counting objects: 30% (6/20)
remote: Counting objects: 35% (7/20)
remote: Counting objects: 40% (8/20)
remote: Counting objects: 45% (9/20)
remote: Counting objects: 50% (10/20)
remote: Counting objects: 55% (11/20)
remote: Counting objects: 60% (12/20)
remote: Counting objects: 65% (13/20)
remote: Counting objects: 70% (14/20)
remote: Counting objects: 75% (15/20)
remote: Counting objects: 80% (16/20)
remote: Counting objects: 85% (17/20)
remote: Counting objects: 90% (18/20)
remote: Counting objects: 95% (19/20)
remote: Counting objects: 100% (20/20)
remote: Counting objects: 100% (20/20), done.
remote: Compressing objects: 10% (1/10)
remote: Compressing objects: 20% (2/10)
remote: Compressing objects: 30% (3/10)
remote: Compressing objects: 40% (4/10)
remote: Compressing objects: 50% (5/10)
remote: Compressing objects: 60% (6/10)
remote: Compressing objects: 70% (7/10)
remote: Compressing objects: 80% (8/10)
remote: Compressing objects: 90% (9/10)
remote: Compressing objects: 100% (10/10)
remote: Compressing objects: 100% (10/10), done.
remote: Total 20 (delta 10), reused 19 (delta 10), pack-reused 0
From https://github.com/python/cpython
* branch 3.13 -> FETCH_HEAD
* [new tag] v3.13.0b3 -> v3.13.0b3
Note: switching to '065febe6a5635b852c6bc38195d0aafc4c8e69fd'.
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 065febe6a5 Merge branch '3.13' of https://github.com/python/cpython into 3.13
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)
['<testsuite start="2024-06-27 19:20:37.592639" tests="117" errors="0" failures="1"><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_empty" status="run" result="completed" time="0.000044" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_character_key" status="run" result="completed" time="0.000034" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_character_key_with_stack" status="run" result="completed" time="0.000039" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_invalid_key" status="run" result="completed" time="0.000021" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_invalid_key_with_stack" status="run" result="completed" time="0.000022" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_invalid_key_with_unicode_category" status="run" result="completed" time="0.000018" /><testcase name="test.test_pyrepl.test_input
.KeymapTranslatorTests.test_push_multiple_keys" status="run" result="completed" time="0.000019" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_single_key" status="run" result="completed" time="0.000016" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_transition_key" status="run" result="completed" time="0.000018" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_transition_key_interrupted" status="run" result="completed" time="0.000019" /><testcase name="test.test_pyrepl.test_interact.TestSimpleInteract.test_empty" status="run" result="completed" time="0.000041" /><testcase name="test.test_pyrepl.test_interact.TestSimpleInteract.test_multiple_statements" status="run" result="completed" time="0.000742" /><testcase name="test.test_pyrepl.test_interact.TestSimpleInteract.test_multiple_statements_output" status="run" result="completed" time="0.000117" /><testcase name="test.test_pyrepl.test_interact
.TestSimpleInteract.test_no_active_future" status="run" result="completed" time="0.000089" /><testcase name="test.test_pyrepl.test_interact.TestSimpleInteract.test_runsource_compiles_and_runs_code" status="run" result="completed" time="0.000271" /><testcase name="test.test_pyrepl.test_interact.TestSimpleInteract.test_runsource_returns_false_for_failed_compilation" status="run" result="completed" time="0.000093" /><testcase name="test.test_pyrepl.test_interact.TestSimpleInteract.test_runsource_returns_false_for_successful_compilation" status="run" result="completed" time="0.000058" /><testcase name="test.test_pyrepl.test_interact.TestSimpleInteract.test_runsource_shows_syntax_error_for_failed_compilation" status="run" result="completed" time="0.000507" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_clashing_definitions" status="run" result="completed" time="0.000031" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_empty_keymap" status="run
" result="completed" time="0.000015" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_empty_value" status="run" result="completed" time="0.000016" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_multiple_empty_values" status="run" result="completed" time="0.000015" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_multiple_keymaps" status="run" result="completed" time="0.000015" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_nested_keymap" status="run" result="completed" time="0.000014" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_nested_multiple_keymaps" status="run" result="completed" time="0.000014" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_non_bytes_key" status="run" result="completed" time="0.000021" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_single_keymap" status="run" result="completed" time="0.000014" /><testcas
e name="test.test_pyrepl.test_keymap.TestParseKeys.test_combinations" status="run" result="completed" time="0.000030" /><testcase name="test.test_pyrepl.test_keymap.TestParseKeys.test_control_sequences" status="run" result="completed" time="0.000013" /><testcase name="test.test_pyrepl.test_keymap.TestParseKeys.test_escape_sequences" status="run" result="completed" time="0.000123" /><testcase name="test.test_pyrepl.test_keymap.TestParseKeys.test_index_errors" status="run" result="completed" time="0.000032" /><testcase name="test.test_pyrepl.test_keymap.TestParseKeys.test_keynames" status="run" result="completed" time="0.000303" /><testcase name="test.test_pyrepl.test_keymap.TestParseKeys.test_keyspec_errors" status="run" result="completed" time="0.000137" /><testcase name="test.test_pyrepl.test_keymap.TestParseKeys.test_meta_sequences" status="run" result="completed" time="0.000020" /><testcase name="test.test_pyrepl.test_keymap.TestParseKeys.test_single_character" status="run" resul
t="completed" time="0.000386" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_after_wrap_and_move_up" status="run" result="completed" time="0.003817" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_character" status="run" result="completed" time="0.001961" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_character_move_left" status="run" result="completed" time="0.002083" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_character_move_left_right" status="run" result="completed" time="0.002337" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_characters_move_up" status="run" result="completed" time="0.004735" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_characters_move_up_down" status="run"
result="completed" time="0.004701" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_move_down_to_eol" status="run" result="completed" time="0.005017" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_move_up_to_eol" status="run" result="completed" time="0.004809" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_multiple_double_width_characters_move_left" status="run" result="completed" time="0.003357" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_multiple_mixed_lines_move_up" status="run" result="completed" time="0.008022" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_simple_character" status="run" result="completed" time="0.001931" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_down_arrow_end_of_input" status="run" result="completed" time="0.003848" /><testcase name
="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_left_arrow_simple" status="run" result="completed" time="0.002559" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_right_arrow_end_of_line" status="run" result="completed" time="0.002405" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_up_arrow_simple" status="run" result="completed" time="0.003528" /><testcase name="test.test_pyrepl.test_pyrepl.TestMain.test_dumb_terminal_exits_cleanly" status="run" result="completed" time="0.547753" /><testcase name="test.test_pyrepl.test_pyrepl.TestMain.test_exposed_globals_in_repl" status="run" result="completed" time="0.551568"><system-out /><system-err /><failure type="AssertionError" message="AssertionError: False is not true : sorted(dir()) exit Python 3.13.0b3+ (heads/3.13:065febe6a5, Jun 27 2024, 15:15:13) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "cre
dits" or "license" for more information. \x1b[?2004h\x1b[?1h\x1b=\x1b[?25l\x1b[1A \x1b[1;35m>>> \x1b[0m\x1b[4D\x1b[?12l\x1b[?25h\x1b[4C\x1b[?25l\x1b[4D\x1b[1;35m>>> \x1b[0ms\x1b[5D\x1b[?12l\x1b[?25h\x1b[5C\x1b[?25l\x1b[5D\x1b[1;35m>>> \x1b[0mso\x1b[6D\x1b[?12l\x1b[?25h\x1b[6C\x1b[?25l\x1b[6D\x1b[1;35m>>> \x1b[0msor\x1b[7D\x1b[?12l\x1b[?25h\x1b[7C\x1b[?25l\x1b[7D\x1b[1;35m>>> \x1b[0msort\x1b[8D\x1b[?12l\x1b[?25h\x1b[8C\x1b[?25l\x1b[8D\x1b[1;35m>>> \x1b[0msorte\x1b[9D\x1b[?12l\x1b[?25h\x1b[9C\x1b[?25l\x1b[9D\x1b[1;35m>>> \x1b[0msorted\x1b[10D\x1b[?12l\x1b[?25h\x1b[10C\x1b[?25l\x1b[10D\x1b[1;35m>>> \x1b[0msorted(\x1b[11D\x1b[?12l\x1b[?25h\x1b[11C\x1b[?25l\x1b[11D\x1b[1;35m>>> \x1b[0msorted(d\x1b[12D\x1b[?12l\x1b[?25h\x1b[12C\x1b[?25l\x1b[12D\x1b[1;35m>>> \x1b[0msorted(di\x1b[13D\x1b[?12l\x1b[?25h\x1b[13C\x1b[?25l\x1b[13D\x1b[1;35m>>> \x1b[0msorted(dir\x1b[14D\x
1b[?12l\x1b[?25h\x1b[14C\x1b[?25l\x1b[14D\x1b[1;35m>>> \x1b[0msorted(dir(\x1b[15D\x1b[?12l\x1b[?25h\x1b[15C\x1b[?25l\x1b[15D\x1b[1;35m>>> \x1b[0msorted(dir()\x1b[16D\x1b[?12l\x1b[?25h\x1b[16C\x1b[?25l\x1b[16D\x1b[1;35m>>> \x1b[0msorted(dir())\x1b[17D\x1b[?12l\x1b[?25h\x1b[17C\x1b[17D \x1b[?2004l\x1b[?1l\x1b>[\'__annotations__\', \'__builtins__\', \'__cached__\', \'__doc __\', \'__file__\', \'__loader__\', \'__name__\', \'__package__\', \'__spec__\'] \x1b[?2004h\x1b[?1h\x1b=\x1b[?25l\x1b[1A \x1b[1;35m>>> \x1b[0m\x1b[4D\x1b[?12l\x1b[?25h\x1b[4C\x1b[?25l\x1b[4D\x1b[1;35m>>> \x1b[0me\x1b[5D\x1b[?12l\x1b[?25h\x1b[5C\x1b[?25l\x1b[5D\x1b[1;35m>>> \x1b[0mex\x1b[6D\x1b[?12l\x1b[?25h\x1b[6C\x1b[?25l\x1b[6D\x1b[1;35m>>> \x1b[0mexi\x1b[7D\x1b[?12l\x1b[?25h\x1b[7C\x1b[?25l\x1b[7D\x1b[1;35m>>> \x1b[0mexit\x1b[8D\x1b[?12l\x1b[?25h\x1b[8C\x1b[8D \x1b[?2004l\x1b[?1l\x1b> ">Traceback (
most recent call last):\n File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/unittest/case.py", line 58, in testPartExecutor\n yield\n File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/unittest/case.py", line 651, in run\n self._callTestMethod(testMethod)\n ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^\n File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/unittest/case.py", line 606, in _callTestMethod\n if method() is not None:\n ~~~~~~^^\n File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/test/support/__init__.py", line 2603, in wrapper\n return func(*args, **kwargs)\n File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/test/test_pyrepl/test_pyrepl.py", line 865, in test_exposed_globals_in_repl\n self.assertTrue(case1 or case2 or case3 or case4, output)\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-
z.lto/build/Lib/unittest/case.py", line 744, in assertTrue\n raise self.failureException(msg)\nAssertionError: False is not true : sorted(dir())\r\nexit\r\n\nPython 3.13.0b3+ (heads/3.13:065febe6a5, Jun 27 2024, 15:15:13) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n\x1b[?2004h\x1b[?1h\x1b=\x1b[?25l\x1b[1A\n\x1b[1;35m>>> \x1b[0m\x1b[4D\x1b[?12l\x1b[?25h\x1b[4C\x1b[?25l\x1b[4D\x1b[1;35m>>> \x1b[0ms\x1b[5D\x1b[?12l\x1b[?25h\x1b[5C\x1b[?25l\x1b[5D\x1b[1;35m>>> \x1b[0mso\x1b[6D\x1b[?12l\x1b[?25h\x1b[6C\x1b[?25l\x1b[6D\x1b[1;35m>>> \x1b[0msor\x1b[7D\x1b[?12l\x1b[?25h\x1b[7C\x1b[?25l\x1b[7D\x1b[1;35m>>> \x1b[0msort\x1b[8D\x1b[?12l\x1b[?25h\x1b[8C\x1b[?25l\x1b[8D\x1b[1;35m>>> \x1b[0msorte\x1b[9D\x1b[?12l\x1b[?25h\x1b[9C\x1b[?25l\x1b[9D\x1b[1;35m>>> \x1b[0msorted\x1b[10D\x1b[?12l\x1b[?25h\x1b[10C\x1b[?25l\x1b[10D\x1b[1;35m>>> \x1b[0msort
ed(\x1b[11D\x1b[?12l\x1b[?25h\x1b[11C\x1b[?25l\x1b[11D\x1b[1;35m>>> \x1b[0msorted(d\x1b[12D\x1b[?12l\x1b[?25h\x1b[12C\x1b[?25l\x1b[12D\x1b[1;35m>>> \x1b[0msorted(di\x1b[13D\x1b[?12l\x1b[?25h\x1b[13C\x1b[?25l\x1b[13D\x1b[1;35m>>> \x1b[0msorted(dir\x1b[14D\x1b[?12l\x1b[?25h\x1b[14C\x1b[?25l\x1b[14D\x1b[1;35m>>> \x1b[0msorted(dir(\x1b[15D\x1b[?12l\x1b[?25h\x1b[15C\x1b[?25l\x1b[15D\x1b[1;35m>>> \x1b[0msorted(dir()\x1b[16D\x1b[?12l\x1b[?25h\x1b[16C\x1b[?25l\x1b[16D\x1b[1;35m>>> \x1b[0msorted(dir())\x1b[17D\x1b[?12l\x1b[?25h\x1b[17C\x1b[17D\n\r\x1b[?2004l\x1b[?1l\x1b>[\'__annotations__\', \'__builtins__\', \'__cached__\', \'__doc\n__\', \'__file__\', \'__loader__\', \'__name__\', \'__package__\', \'__spec__\']\r\n\x1b[?2004h\x1b[?1h\x1b=\x1b[?25l\x1b[1A\n\x1b[1;35m>>> \x1b[0m\x1b[4D\x1b[?12l\x1b[?25h\x1b[4C\x1b[?25l\x1b[4D\x1b[1;35m>>> \x1b[0me\x1b[5D\x1b[?12l\x1b[?25h\x1b[5C\x1b[?25l\x1b[5D\x1b[1;35m>>> \
x1b[0mex\x1b[6D\x1b[?12l\x1b[?25h\x1b[6C\x1b[?25l\x1b[6D\x1b[1;35m>>> \x1b[0mexi\x1b[7D\x1b[?12l\x1b[?25h\x1b[7C\x1b[?25l\x1b[7D\x1b[1;35m>>> \x1b[0mexit\x1b[8D\x1b[?12l\x1b[?25h\x1b[8C\x1b[8D\n\r\x1b[?2004l\x1b[?1l\x1b>\n</failure></testcase><testcase name="test.test_pyrepl.test_pyrepl.TestMain.test_python_basic_repl" status="run" result="completed" time="1.288263" /><testcase name="test.test_pyrepl.test_pyrepl.TestPasteEvent.test_bracketed_paste" status="run" result="completed" time="0.001973" /><testcase name="test.test_pyrepl.test_pyrepl.TestPasteEvent.test_bracketed_paste_single_line" status="run" result="completed" time="0.000966" /><testcase name="test.test_pyrepl.test_pyrepl.TestPasteEvent.test_paste" status="run" result="completed" time="0.002390" /><testcase name="test.test_pyrepl.test_pyrepl.TestPasteEvent.test_paste_mid_newlines" status="run" result="completed" time="0.001502" /><testcase name="test.test_pyrepl.test_pyrepl.TestPasteEvent.test_paste_m
id_newlines_not_in_paste_mode" status="run" result="completed" time="0.001188" /><testcase name="test.test_pyrepl.test_pyrepl.TestPasteEvent.test_paste_not_in_paste_mode" status="run" result="completed" time="0.001969" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_continuation" status="run" result="completed" time="0.001320" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_default" status="run" result="completed" time="0.000014" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_ignore_comments" status="run" result="completed" time="0.000961" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_multiline" status="run" result="completed" time="0.001313" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_prev_block" status="run" result="completed" time="0.001614" /><testcase name="test.test_pyrepl.test_pyrepl.Tes
tPyReplAutoindent.test_auto_indent_with_comment" status="run" result="completed" time="0.001216" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_completion_with_many_options" status="run" result="completed" time="0.052365" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_completion_with_warnings" status="run" result="completed" time="0.004040" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_empty_namespace_completion" status="run" result="completed" time="0.001028" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_global_namespace_completion" status="run" result="completed" time="0.000950" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_simple_completion" status="run" result="completed" time="0.001252" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_updown_arrow_with_completion_menu" status="run" result="completed" time="0.032014" /><testcase n
ame="test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_basic" status="run" result="completed" time="0.000960" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_control_character" status="run" result="completed" time="0.000923" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_history_navigation_with_down_arrow" status="run" result="completed" time="0.000912" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_history_navigation_with_up_arrow" status="run" result="completed" time="0.001172" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_history_search" status="run" result="completed" time="0.001202" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_multiline_edit" status="run" result="completed" time="0.001485" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_calc_screen_backspace" status="run" result="completed" time="0.002734" /><testcase name="test.test_pyrepl.test_reader
.TestReader.test_calc_screen_backspace_in_second_line_after_wrap" status="run" result="completed" time="0.002768" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_removes_after_backspace" status="run" result="completed" time="0.002818" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_simple" status="run" result="completed" time="0.008030" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_three_lines" status="run" result="completed" time="0.003547" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_three_lines_mixed_character" status="run" result="completed" time="0.004211" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_wide_characters" status="run" result="completed" time="0.002665" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_completions_updated_on_key_press" status="run" result="completed" time="0.005867" /><tes
tcase name="test.test_pyrepl.test_reader.TestReader.test_input_hook_is_called_if_set" status="run" result="completed" time="0.002216" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_key_press_on_tab_press_once" status="run" result="completed" time="0.004266" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_keyboard_interrupt_clears_screen" status="run" result="completed" time="0.008672" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_newline_within_block_trailing_whitespace" status="run" result="completed" time="0.004786" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_prompt_length" status="run" result="completed" time="0.000054" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_setpos_for_xy_simple" status="run" result="completed" time="0.002266" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_setpos_from_xy_after_wrap" status="run" result="completed" time="0.003398" /><testcase name="test.test_
pyrepl.test_reader.TestReader.test_setpos_from_xy_multiple_lines" status="run" result="completed" time="0.003536" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_setpos_fromxy_in_wrapped_line" status="run" result="completed" time="0.003537" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_up_arrow_after_ctrl_r" status="run" result="completed" time="0.002337" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_cursor_back_write" status="run" result="completed" time="0.001675" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_cursor_left" status="run" result="completed" time="0.001489" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_cursor_left_right" status="run" result="completed" time="0.001723" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_cursor_up" status="run" result="completed" time="0.001910" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_cur
sor_up_down" status="run" result="completed" time="0.001791" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_multiline_function_move_up_down_short_terminal" status="run" result="completed" time="0.002674" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_multiline_function_move_up_short_terminal" status="run" result="completed" time="0.002294" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_resize_bigger_on_multiline_function" status="run" result="completed" time="0.002849" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_resize_smaller_on_multiline_function" status="run" result="completed" time="0.002956" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_simple_addition" status="run" result="completed" time="0.001673" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_wrap" status="run" result="completed" time="0.001761" /><testcase name="test.test_pyrepl.test
_unix_eventqueue.TestUnixEventQueue.test_empty" status="run" result="completed" time="0.000216" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_flush_buf" status="run" result="completed" time="0.000104" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_get" status="run" result="completed" time="0.000096" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_insert" status="run" result="completed" time="0.000091" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_push_special_key" status="run" result="completed" time="0.000105" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_push_unrecognized_escape_sequence" status="run" result="completed" time="0.000104" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_push_with_key_in_keymap" status="run" result="completed" time="0.000316" /><testcase name="test.test_pyr
epl.test_unix_eventqueue.TestUnixEventQueue.test_push_with_keymap_in_keymap" status="run" result="completed" time="0.000306" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_push_with_keymap_in_keymap_and_escape" status="run" result="completed" time="0.000535" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_push_without_key_in_keymap" status="run" result="completed" time="0.000297" /><testcase name="unittest.loader.ModuleSkipped.test.test_pyrepl.test_windows_console" status="run" result="completed" time="0.000005"><skipped>test only relevant on win32</skipped></testcase></testsuite>']
Kill <WorkerThread #1 running test=test_ssl pid=2635202 time=14.3 sec> process group
Kill <WorkerThread #2 running test=test_pickletools pid=2636321 time=407 ms> process group
Kill <WorkerThread #3 running test=test_tools pid=2618205 time=1 min 42 sec> process group
Kill <WorkerThread #4 running test=test.test_multiprocessing_forkserver.test_processes pid=2635452 time=10.7 sec> process group
Kill <WorkerThread #5 running test=test.test_multiprocessing_forkserver.test_misc pid=2635906 time=4.0 sec> process group
Kill <WorkerThread #6 running test=test_android pid=2636364 time=15 ms> process group
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/test/libregrtest/main.py", line 739, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/test/libregrtest/main.py", line 731, in main
exitcode = self.run_tests(selected, tests)
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/test/libregrtest/main.py", line 568, in run_tests
return self._run_tests(selected, tests)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/test/libregrtest/main.py", line 528, in _run_tests
self._run_tests_mp(runtests, self.num_workers)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/test/libregrtest/main.py", line 426, in _run_tests_mp
RunWorkers(num_workers, runtests, self.logger, self.results).run()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/test/libregrtest/run_workers.py", line 600, in run
result = self._process_result(item)
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/test/libregrtest/run_workers.py", line 571, in _process_result
self.results.accumulate_result(result, self.runtests)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/test/libregrtest/results.py", line 132, in accumulate_result
self.add_junit(xml_data)
~~~~~~~~~~~~~~^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/test/libregrtest/results.py", line 165, in add_junit
self.testsuite_xml.append(ET.fromstring(e))
~~~~~~~~~~~~~^^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/Lib/xml/etree/ElementTree.py", line 1342, in XML
parser.feed(text)
~~~~~~~~~~~^^^^^^
xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 1, column 8040
make: *** [Makefile:2249: buildbottest] Error 1
Cannot open file '/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto/build/test-results.xml' for upload
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org 27 Jun '24
by buildbot@python.org 27 Jun '24
27 Jun '24
The Buildbot has detected a new failure on builder iOS ARM64 Simulator 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1380/builds/711
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: rkm-arm64-ios-simulator
Build Reason: <unknown>
Blamelist: Craig Robson <craig(a)zhatt.com>, Kerim Kabirov <the.privat33r+gh(a)pm.me>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/Users/buildbot/Library/Developer/XCTestDevices/6E3CB665-F948-4859-8174-04E60794AE1C/data/Containers/Bundle/Application/0C168941-AE7C-45B9-ABC3-1EF3ED3B7F1E/iOSTestbed.app/python/lib/python3.14/test/test_support.py", line 564, in test_fd_count
self.assertEqual(more - start, 1)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
AssertionError: 0 != 1
Test report
===========
Failed tests:
- test_support
Failed subtests:
- test_fd_count - test.test_support.TestSupport.test_fd_count
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (3.13)
by buildbot@python.org 27 Jun '24
by buildbot@python.org 27 Jun '24
27 Jun '24
The Buildbot has detected a new failure on builder s390x RHEL8 LTO + PGO 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1436/builds/183
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)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: 12, done.
remote: Counting objects: 8% (1/12)
remote: Counting objects: 16% (2/12)
remote: Counting objects: 25% (3/12)
remote: Counting objects: 33% (4/12)
remote: Counting objects: 41% (5/12)
remote: Counting objects: 50% (6/12)
remote: Counting objects: 58% (7/12)
remote: Counting objects: 66% (8/12)
remote: Counting objects: 75% (9/12)
remote: Counting objects: 83% (10/12)
remote: Counting objects: 91% (11/12)
remote: Counting objects: 100% (12/12)
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 12% (1/8)
remote: Compressing objects: 25% (2/8)
remote: Compressing objects: 37% (3/8)
remote: Compressing objects: 50% (4/8)
remote: Compressing objects: 62% (5/8)
remote: Compressing objects: 75% (6/8)
remote: Compressing objects: 87% (7/8)
remote: Compressing objects: 100% (8/8)
remote: Compressing objects: 100% (8/8), done.
remote: Total 12 (delta 4), reused 11 (delta 4), pack-reused 0
From https://github.com/python/cpython
* branch 3.13 -> FETCH_HEAD
Note: switching to 'c7d2b2b646f5abdbec501f63ab9b719b3db70a1f'.
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 c7d2b2b646 [3.13] gh-120888: Bump bundled pip to 24.1.1 (GH-120889) (#121080)
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)
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [Makefile:3124: clean-retain-profile] Error 1 (ignored)
['<testsuite start="2024-06-27 11:37:22.362793" tests="117" errors="0" failures="1"><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_empty" status="run" result="completed" time="0.000041" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_character_key" status="run" result="completed" time="0.000031" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_character_key_with_stack" status="run" result="completed" time="0.000032" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_invalid_key" status="run" result="completed" time="0.000018" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_invalid_key_with_stack" status="run" result="completed" time="0.000018" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_invalid_key_with_unicode_category" status="run" result="completed" time="0.000014" /><testcase name="test.test_pyrepl.test_input
.KeymapTranslatorTests.test_push_multiple_keys" status="run" result="completed" time="0.000015" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_single_key" status="run" result="completed" time="0.000013" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_transition_key" status="run" result="completed" time="0.000014" /><testcase name="test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_transition_key_interrupted" status="run" result="completed" time="0.000015" /><testcase name="test.test_pyrepl.test_interact.TestSimpleInteract.test_empty" status="run" result="completed" time="0.000036" /><testcase name="test.test_pyrepl.test_interact.TestSimpleInteract.test_multiple_statements" status="run" result="completed" time="0.000673" /><testcase name="test.test_pyrepl.test_interact.TestSimpleInteract.test_multiple_statements_output" status="run" result="completed" time="0.000100" /><testcase name="test.test_pyrepl.test_interact
.TestSimpleInteract.test_no_active_future" status="run" result="completed" time="0.000076" /><testcase name="test.test_pyrepl.test_interact.TestSimpleInteract.test_runsource_compiles_and_runs_code" status="run" result="completed" time="0.000235" /><testcase name="test.test_pyrepl.test_interact.TestSimpleInteract.test_runsource_returns_false_for_failed_compilation" status="run" result="completed" time="0.000082" /><testcase name="test.test_pyrepl.test_interact.TestSimpleInteract.test_runsource_returns_false_for_successful_compilation" status="run" result="completed" time="0.000049" /><testcase name="test.test_pyrepl.test_interact.TestSimpleInteract.test_runsource_shows_syntax_error_for_failed_compilation" status="run" result="completed" time="0.000430" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_clashing_definitions" status="run" result="completed" time="0.000028" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_empty_keymap" status="run
" result="completed" time="0.000013" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_empty_value" status="run" result="completed" time="0.000013" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_multiple_empty_values" status="run" result="completed" time="0.000012" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_multiple_keymaps" status="run" result="completed" time="0.000011" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_nested_keymap" status="run" result="completed" time="0.000010" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_nested_multiple_keymaps" status="run" result="completed" time="0.000011" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_non_bytes_key" status="run" result="completed" time="0.000017" /><testcase name="test.test_pyrepl.test_keymap.TestCompileKeymap.test_single_keymap" status="run" result="completed" time="0.000011" /><testcas
e name="test.test_pyrepl.test_keymap.TestParseKeys.test_combinations" status="run" result="completed" time="0.000026" /><testcase name="test.test_pyrepl.test_keymap.TestParseKeys.test_control_sequences" status="run" result="completed" time="0.000010" /><testcase name="test.test_pyrepl.test_keymap.TestParseKeys.test_escape_sequences" status="run" result="completed" time="0.000102" /><testcase name="test.test_pyrepl.test_keymap.TestParseKeys.test_index_errors" status="run" result="completed" time="0.000025" /><testcase name="test.test_pyrepl.test_keymap.TestParseKeys.test_keynames" status="run" result="completed" time="0.000236" /><testcase name="test.test_pyrepl.test_keymap.TestParseKeys.test_keyspec_errors" status="run" result="completed" time="0.000106" /><testcase name="test.test_pyrepl.test_keymap.TestParseKeys.test_meta_sequences" status="run" result="completed" time="0.000015" /><testcase name="test.test_pyrepl.test_keymap.TestParseKeys.test_single_character" status="run" resul
t="completed" time="0.000296" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_after_wrap_and_move_up" status="run" result="completed" time="0.003138" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_character" status="run" result="completed" time="0.001599" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_character_move_left" status="run" result="completed" time="0.001671" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_character_move_left_right" status="run" result="completed" time="0.001907" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_characters_move_up" status="run" result="completed" time="0.003538" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_characters_move_up_down" status="run"
result="completed" time="0.003804" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_move_down_to_eol" status="run" result="completed" time="0.004012" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_move_up_to_eol" status="run" result="completed" time="0.004236" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_multiple_double_width_characters_move_left" status="run" result="completed" time="0.002823" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_multiple_mixed_lines_move_up" status="run" result="completed" time="0.006467" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_simple_character" status="run" result="completed" time="0.001611" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_down_arrow_end_of_input" status="run" result="completed" time="0.002865" /><testcase name
="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_left_arrow_simple" status="run" result="completed" time="0.002101" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_right_arrow_end_of_line" status="run" result="completed" time="0.001985" /><testcase name="test.test_pyrepl.test_pyrepl.TestCursorPosition.test_up_arrow_simple" status="run" result="completed" time="0.002876" /><testcase name="test.test_pyrepl.test_pyrepl.TestMain.test_dumb_terminal_exits_cleanly" status="run" result="completed" time="0.541944" /><testcase name="test.test_pyrepl.test_pyrepl.TestMain.test_exposed_globals_in_repl" status="run" result="completed" time="0.539731"><system-out /><system-err /><failure type="AssertionError" message="AssertionError: False is not true : sorted(dir()) exit Python 3.13.0b2+ (heads/3.13:c7d2b2b646, Jun 27 2024, 07:32:25) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "cre
dits" or "license" for more information. \x1b[?2004h\x1b[?1h\x1b=\x1b[?25l\x1b[1A \x1b[1;35m>>> \x1b[0m\x1b[4D\x1b[?12l\x1b[?25h\x1b[4C\x1b[?25l\x1b[4D\x1b[1;35m>>> \x1b[0ms\x1b[5D\x1b[?12l\x1b[?25h\x1b[5C\x1b[?25l\x1b[5D\x1b[1;35m>>> \x1b[0mso\x1b[6D\x1b[?12l\x1b[?25h\x1b[6C\x1b[?25l\x1b[6D\x1b[1;35m>>> \x1b[0msor\x1b[7D\x1b[?12l\x1b[?25h\x1b[7C\x1b[?25l\x1b[7D\x1b[1;35m>>> \x1b[0msort\x1b[8D\x1b[?12l\x1b[?25h\x1b[8C\x1b[?25l\x1b[8D\x1b[1;35m>>> \x1b[0msorte\x1b[9D\x1b[?12l\x1b[?25h\x1b[9C\x1b[?25l\x1b[9D\x1b[1;35m>>> \x1b[0msorted\x1b[10D\x1b[?12l\x1b[?25h\x1b[10C\x1b[?25l\x1b[10D\x1b[1;35m>>> \x1b[0msorted(\x1b[11D\x1b[?12l\x1b[?25h\x1b[11C\x1b[?25l\x1b[11D\x1b[1;35m>>> \x1b[0msorted(d\x1b[12D\x1b[?12l\x1b[?25h\x1b[12C\x1b[?25l\x1b[12D\x1b[1;35m>>> \x1b[0msorted(di\x1b[13D\x1b[?12l\x1b[?25h\x1b[13C\x1b[?25l\x1b[13D\x1b[1;35m>>> \x1b[0msorted(dir\x1b[14D\x
1b[?12l\x1b[?25h\x1b[14C\x1b[?25l\x1b[14D\x1b[1;35m>>> \x1b[0msorted(dir(\x1b[15D\x1b[?12l\x1b[?25h\x1b[15C\x1b[?25l\x1b[15D\x1b[1;35m>>> \x1b[0msorted(dir()\x1b[16D\x1b[?12l\x1b[?25h\x1b[16C\x1b[?25l\x1b[16D\x1b[1;35m>>> \x1b[0msorted(dir())\x1b[17D\x1b[?12l\x1b[?25h\x1b[17C\x1b[17D \x1b[?2004l\x1b[?1l\x1b>[\'__annotations__\', \'__builtins__\', \'__cached__\', \'__doc __\', \'__file__\', \'__loader__\', \'__name__\', \'__package__\', \'__spec__\'] \x1b[?2004h\x1b[?1h\x1b=\x1b[?25l\x1b[1A \x1b[1;35m>>> \x1b[0m\x1b[4D\x1b[?12l\x1b[?25h\x1b[4C\x1b[?25l\x1b[4D\x1b[1;35m>>> \x1b[0me\x1b[5D\x1b[?12l\x1b[?25h\x1b[5C\x1b[?25l\x1b[5D\x1b[1;35m>>> \x1b[0mex\x1b[6D\x1b[?12l\x1b[?25h\x1b[6C\x1b[?25l\x1b[6D\x1b[1;35m>>> \x1b[0mexi\x1b[7D\x1b[?12l\x1b[?25h\x1b[7C\x1b[?25l\x1b[7D\x1b[1;35m>>> \x1b[0mexit\x1b[8D\x1b[?12l\x1b[?25h\x1b[8C\x1b[8D \x1b[?2004l\x1b[?1l\x1b> ">Traceback (
most recent call last):\n File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/case.py", line 58, in testPartExecutor\n yield\n File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/case.py", line 651, in run\n self._callTestMethod(testMethod)\n ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^\n File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/case.py", line 606, in _callTestMethod\n if method() is not None:\n ~~~~~~^^\n File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/test/support/__init__.py", line 2603, in wrapper\n return func(*args, **kwargs)\n File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_pyrepl/test_pyrepl.py", line 865, in test_exposed_globals_in_repl\n self.assertTrue(case1 or case2 or case3 or case4, output)\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/dje/cpython-buildarea/
3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/unittest/case.py", line 744, in assertTrue\n raise self.failureException(msg)\nAssertionError: False is not true : sorted(dir())\r\nexit\r\n\nPython 3.13.0b2+ (heads/3.13:c7d2b2b646, Jun 27 2024, 07:32:25) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n\x1b[?2004h\x1b[?1h\x1b=\x1b[?25l\x1b[1A\n\x1b[1;35m>>> \x1b[0m\x1b[4D\x1b[?12l\x1b[?25h\x1b[4C\x1b[?25l\x1b[4D\x1b[1;35m>>> \x1b[0ms\x1b[5D\x1b[?12l\x1b[?25h\x1b[5C\x1b[?25l\x1b[5D\x1b[1;35m>>> \x1b[0mso\x1b[6D\x1b[?12l\x1b[?25h\x1b[6C\x1b[?25l\x1b[6D\x1b[1;35m>>> \x1b[0msor\x1b[7D\x1b[?12l\x1b[?25h\x1b[7C\x1b[?25l\x1b[7D\x1b[1;35m>>> \x1b[0msort\x1b[8D\x1b[?12l\x1b[?25h\x1b[8C\x1b[?25l\x1b[8D\x1b[1;35m>>> \x1b[0msorte\x1b[9D\x1b[?12l\x1b[?25h\x1b[9C\x1b[?25l\x1b[9D\x1b[1;35m>>> \x1b[0msorted\x1b[10D\x1b[?12l\x1b[?25h\x1b[10C\x1b[?25l\x1b[10D\x1b[1;35m
>>> \x1b[0msorted(\x1b[11D\x1b[?12l\x1b[?25h\x1b[11C\x1b[?25l\x1b[11D\x1b[1;35m>>> \x1b[0msorted(d\x1b[12D\x1b[?12l\x1b[?25h\x1b[12C\x1b[?25l\x1b[12D\x1b[1;35m>>> \x1b[0msorted(di\x1b[13D\x1b[?12l\x1b[?25h\x1b[13C\x1b[?25l\x1b[13D\x1b[1;35m>>> \x1b[0msorted(dir\x1b[14D\x1b[?12l\x1b[?25h\x1b[14C\x1b[?25l\x1b[14D\x1b[1;35m>>> \x1b[0msorted(dir(\x1b[15D\x1b[?12l\x1b[?25h\x1b[15C\x1b[?25l\x1b[15D\x1b[1;35m>>> \x1b[0msorted(dir()\x1b[16D\x1b[?12l\x1b[?25h\x1b[16C\x1b[?25l\x1b[16D\x1b[1;35m>>> \x1b[0msorted(dir())\x1b[17D\x1b[?12l\x1b[?25h\x1b[17C\x1b[17D\n\r\x1b[?2004l\x1b[?1l\x1b>[\'__annotations__\', \'__builtins__\', \'__cached__\', \'__doc\n__\', \'__file__\', \'__loader__\', \'__name__\', \'__package__\', \'__spec__\']\r\n\x1b[?2004h\x1b[?1h\x1b=\x1b[?25l\x1b[1A\n\x1b[1;35m>>> \x1b[0m\x1b[4D\x1b[?12l\x1b[?25h\x1b[4C\x1b[?25l\x1b[4D\x1b[1;35m>>> \x1b[0me\x1b[5D\x1b[?12l\x1b[?25h\x1b[5C\x1b[?25l\x1b[5D
\x1b[1;35m>>> \x1b[0mex\x1b[6D\x1b[?12l\x1b[?25h\x1b[6C\x1b[?25l\x1b[6D\x1b[1;35m>>> \x1b[0mexi\x1b[7D\x1b[?12l\x1b[?25h\x1b[7C\x1b[?25l\x1b[7D\x1b[1;35m>>> \x1b[0mexit\x1b[8D\x1b[?12l\x1b[?25h\x1b[8C\x1b[8D\n\r\x1b[?2004l\x1b[?1l\x1b>\n</failure></testcase><testcase name="test.test_pyrepl.test_pyrepl.TestMain.test_python_basic_repl" status="run" result="completed" time="1.097170" /><testcase name="test.test_pyrepl.test_pyrepl.TestPasteEvent.test_bracketed_paste" status="run" result="completed" time="0.001922" /><testcase name="test.test_pyrepl.test_pyrepl.TestPasteEvent.test_bracketed_paste_single_line" status="run" result="completed" time="0.000824" /><testcase name="test.test_pyrepl.test_pyrepl.TestPasteEvent.test_paste" status="run" result="completed" time="0.002123" /><testcase name="test.test_pyrepl.test_pyrepl.TestPasteEvent.test_paste_mid_newlines" status="run" result="completed" time="0.001251" /><testcase name="test.test_pyrepl.test_pyrepl.Tes
tPasteEvent.test_paste_mid_newlines_not_in_paste_mode" status="run" result="completed" time="0.000993" /><testcase name="test.test_pyrepl.test_pyrepl.TestPasteEvent.test_paste_not_in_paste_mode" status="run" result="completed" time="0.001627" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_continuation" status="run" result="completed" time="0.001110" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_default" status="run" result="completed" time="0.000012" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_ignore_comments" status="run" result="completed" time="0.000806" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_multiline" status="run" result="completed" time="0.001090" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_prev_block" status="run" result="completed" time="0.001324" /><testcase name="test.tes
t_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_with_comment" status="run" result="completed" time="0.001013" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_completion_with_many_options" status="run" result="completed" time="0.039984" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_completion_with_warnings" status="run" result="completed" time="0.003523" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_empty_namespace_completion" status="run" result="completed" time="0.000878" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_global_namespace_completion" status="run" result="completed" time="0.000801" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_simple_completion" status="run" result="completed" time="0.001073" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_updown_arrow_with_completion_menu" status="run" result="completed" time=
"0.023110" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_basic" status="run" result="completed" time="0.000803" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_control_character" status="run" result="completed" time="0.000752" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_history_navigation_with_down_arrow" status="run" result="completed" time="0.000762" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_history_navigation_with_up_arrow" status="run" result="completed" time="0.000976" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_history_search" status="run" result="completed" time="0.001001" /><testcase name="test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_multiline_edit" status="run" result="completed" time="0.001238" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_calc_screen_backspace" status="run" result="completed" time="0.002408" /><testcase name="test
.test_pyrepl.test_reader.TestReader.test_calc_screen_backspace_in_second_line_after_wrap" status="run" result="completed" time="0.002404" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_removes_after_backspace" status="run" result="completed" time="0.002387" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_simple" status="run" result="completed" time="0.007135" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_three_lines" status="run" result="completed" time="0.002928" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_three_lines_mixed_character" status="run" result="completed" time="0.003506" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_wide_characters" status="run" result="completed" time="0.002175" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_completions_updated_on_key_press" status="run" result="completed
" time="0.004841" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_input_hook_is_called_if_set" status="run" result="completed" time="0.001867" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_key_press_on_tab_press_once" status="run" result="completed" time="0.003483" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_keyboard_interrupt_clears_screen" status="run" result="completed" time="0.006251" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_newline_within_block_trailing_whitespace" status="run" result="completed" time="0.004010" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_prompt_length" status="run" result="completed" time="0.000047" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_setpos_for_xy_simple" status="run" result="completed" time="0.001905" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_setpos_from_xy_after_wrap" status="run" result="completed" time="0.002837" /><t
estcase name="test.test_pyrepl.test_reader.TestReader.test_setpos_from_xy_multiple_lines" status="run" result="completed" time="0.002951" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_setpos_fromxy_in_wrapped_line" status="run" result="completed" time="0.002785" /><testcase name="test.test_pyrepl.test_reader.TestReader.test_up_arrow_after_ctrl_r" status="run" result="completed" time="0.001962" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_cursor_back_write" status="run" result="completed" time="0.001413" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_cursor_left" status="run" result="completed" time="0.001249" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_cursor_left_right" status="run" result="completed" time="0.001455" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_cursor_up" status="run" result="completed" time="0.001445" /><testcase name="test.test_pyrepl.test_unix_cons
ole.TestConsole.test_cursor_up_down" status="run" result="completed" time="0.001485" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_multiline_function_move_up_down_short_terminal" status="run" result="completed" time="0.002276" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_multiline_function_move_up_short_terminal" status="run" result="completed" time="0.001928" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_resize_bigger_on_multiline_function" status="run" result="completed" time="0.002403" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_resize_smaller_on_multiline_function" status="run" result="completed" time="0.002511" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_simple_addition" status="run" result="completed" time="0.001389" /><testcase name="test.test_pyrepl.test_unix_console.TestConsole.test_wrap" status="run" result="completed" time="0.001485" /><testcase nam
e="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_empty" status="run" result="completed" time="0.000210" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_flush_buf" status="run" result="completed" time="0.000090" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_get" status="run" result="completed" time="0.000082" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_insert" status="run" result="completed" time="0.000077" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_push_special_key" status="run" result="completed" time="0.000091" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_push_unrecognized_escape_sequence" status="run" result="completed" time="0.000085" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_push_with_key_in_keymap" status="run" result="completed" time="0.000270" /><test
case name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_push_with_keymap_in_keymap" status="run" result="completed" time="0.000265" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_push_with_keymap_in_keymap_and_escape" status="run" result="completed" time="0.000476" /><testcase name="test.test_pyrepl.test_unix_eventqueue.TestUnixEventQueue.test_push_without_key_in_keymap" status="run" result="completed" time="0.000243" /><testcase name="unittest.loader.ModuleSkipped.test.test_pyrepl.test_windows_console" status="run" result="completed" time="0.000005"><skipped>test only relevant on win32</skipped></testcase></testsuite>']
Kill <WorkerThread #1 running test=test_regrtest pid=1514526 time=8.8 sec> process group
Kill <WorkerThread #2 running test=test_multibytecodec pid=1515069 time=14 ms> process group
Kill <WorkerThread #3 running test=test_runpy pid=1515063 time=127 ms> process group
Kill <WorkerThread #4 running test=test_largefile pid=1515018 time=643 ms> process group
Kill <WorkerThread #5 running test=test_zipimport pid=1514837 time=2.5 sec> process group
Kill <WorkerThread #6 running test=test_io pid=1513975 time=14.6 sec> process group
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 739, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 731, in main
exitcode = self.run_tests(selected, tests)
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 568, in run_tests
return self._run_tests(selected, tests)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 528, in _run_tests
self._run_tests_mp(runtests, self.num_workers)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/main.py", line 426, in _run_tests_mp
RunWorkers(num_workers, runtests, self.logger, self.results).run()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/run_workers.py", line 600, in run
result = self._process_result(item)
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/run_workers.py", line 571, in _process_result
self.results.accumulate_result(result, self.runtests)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/results.py", line 132, in accumulate_result
self.add_junit(xml_data)
~~~~~~~~~~~~~~^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/test/libregrtest/results.py", line 165, in add_junit
self.testsuite_xml.append(ET.fromstring(e))
~~~~~~~~~~~~~^^^
File "/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/Lib/xml/etree/ElementTree.py", line 1342, in XML
parser.feed(text)
~~~~~~~~~~~^^^^^^
xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 1, column 8040
make: *** [Makefile:2249: buildbottest] Error 1
Cannot open file '/home/dje/cpython-buildarea/3.13.edelsohn-rhel8-z.lto-pgo/build/test-results.xml' for upload
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed compile (failure) (main)
by buildbot@python.org 27 Jun '24
by buildbot@python.org 27 Jun '24
27 Jun '24
The Buildbot has detected a new failure on builder s390x RHEL7 LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/402/builds/7503
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown>
Blamelist: Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, Victor Stinner <vstinner(a)python.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 56, done.[K
remote: Counting objects: 1% (1/56)[K
remote: Counting objects: 3% (2/56)[K
remote: Counting objects: 5% (3/56)[K
remote: Counting objects: 7% (4/56)[K
remote: Counting objects: 8% (5/56)[K
remote: Counting objects: 10% (6/56)[K
remote: Counting objects: 12% (7/56)[K
remote: Counting objects: 14% (8/56)[K
remote: Counting objects: 16% (9/56)[K
remote: Counting objects: 17% (10/56)[K
remote: Counting objects: 19% (11/56)[K
remote: Counting objects: 21% (12/56)[K
remote: Counting objects: 23% (13/56)[K
remote: Counting objects: 25% (14/56)[K
remote: Counting objects: 26% (15/56)[K
remote: Counting objects: 28% (16/56)[K
remote: Counting objects: 30% (17/56)[K
remote: Counting objects: 32% (18/56)[K
remote: Counting objects: 33% (19/56)[K
remote: Counting objects: 35% (20/56)[K
remote: Counting objects: 37% (21/56)[K
remote: Counting objects: 39% (22/56)[K
remote: Counting objects: 41% (23/56)[K
remote: Counting objects: 42% (24/56)[K
remote: Counting objects: 44% (25/56)[K
remote: Counting objects: 46% (26/56)[K
remote: Counting objects: 48% (27/56)[K
remote: Counting objects: 50% (28/56)[K
remote: Counting objects: 51% (29/56)[K
remote: Counting objects: 53% (30/56)[K
remote: Counting objects: 55% (31/56)[K
remote: Counting objects: 57% (32/56)[K
remote: Counting objects: 58% (33/56)[K
remote: Counting objects: 60% (34/56)[K
remote: Counting objects: 62% (35/56)[K
remote: Counting objects: 64% (36/56)[K
remote: Counting objects: 66% (37/56)[K
remote: Counting objects: 67% (38/56)[K
remote: Counting objects: 69% (39/56)[K
remote: Counting objects: 71% (40/56)[K
remote: Counting objects: 73% (41/56)[K
remote: Counting objects: 75% (42/56)[K
remote: Counting objects: 76% (43/56)[K
remote: Counting objects: 78% (44/56)[K
remote: Counting objects: 80% (45/56)[K
remote: Counting objects: 82% (46/56)[K
remote: Counting objects: 83% (47/56)[K
remote: Counting objects: 85% (48/56)[K
remote: Counting objects: 87% (49/56)[K
remote: Counting objects: 89% (50/56)[K
remote: Counting objects: 91% (51/56)[K
remote: Counting objects: 92% (52/56)[K
remote: Counting objects: 94% (53/56)[K
remote: Counting objects: 96% (54/56)[K
remote: Counting objects: 98% (55/56)[K
remote: Counting objects: 100% (56/56)[K
remote: Counting objects: 100% (56/56), done.[K
remote: Compressing objects: 2% (1/46)[K
remote: Compressing objects: 4% (2/46)[K
remote: Compressing objects: 6% (3/46)[K
remote: Compressing objects: 8% (4/46)[K
remote: Compressing objects: 10% (5/46)[K
remote: Compressing objects: 13% (6/46)[K
remote: Compressing objects: 15% (7/46)[K
remote: Compressing objects: 17% (8/46)[K
remote: Compressing objects: 19% (9/46)[K
remote: Compressing objects: 21% (10/46)[K
remote: Compressing objects: 23% (11/46)[K
remote: Compressing objects: 26% (12/46)[K
remote: Compressing objects: 28% (13/46)[K
remote: Compressing objects: 30% (14/46)[K
remote: Compressing objects: 32% (15/46)[K
remote: Compressing objects: 34% (16/46)[K
remote: Compressing objects: 36% (17/46)[K
remote: Compressing objects: 39% (18/46)[K
remote: Compressing objects: 41% (19/46)[K
remote: Compressing objects: 43% (20/46)[K
remote: Compressing objects: 45% (21/46)[K
remote: Compressing objects: 47% (22/46)[K
remote: Compressing objects: 50% (23/46)[K
remote: Compressing objects: 52% (24/46)[K
remote: Compressing objects: 54% (25/46)[K
remote: Compressing objects: 56% (26/46)[K
remote: Compressing objects: 58% (27/46)[K
remote: Compressing objects: 60% (28/46)[K
remote: Compressing objects: 63% (29/46)[K
remote: Compressing objects: 65% (30/46)[K
remote: Compressing objects: 67% (31/46)[K
remote: Compressing objects: 69% (32/46)[K
remote: Compressing objects: 71% (33/46)[K
remote: Compressing objects: 73% (34/46)[K
remote: Compressing objects: 76% (35/46)[K
remote: Compressing objects: 78% (36/46)[K
remote: Compressing objects: 80% (37/46)[K
remote: Compressing objects: 82% (38/46)[K
remote: Compressing objects: 84% (39/46)[K
remote: Compressing objects: 86% (40/46)[K
remote: Compressing objects: 89% (41/46)[K
remote: Compressing objects: 91% (42/46)[K
remote: Compressing objects: 93% (43/46)[K
remote: Compressing objects: 95% (44/46)[K
remote: Compressing objects: 97% (45/46)[K
remote: Compressing objects: 100% (46/46)[K
remote: Compressing objects: 100% (46/46), done.[K
remote: Total 56 (delta 12), reused 38 (delta 10), pack-reused 0[K
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: checking out '6f7acaab508edac3dff376912b85cf46a8671e72'.
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 performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 6f7acaa... gh-120686: remove unused internal c api functions (#120687)
Switched to and reset branch 'main'
./configure: line 6140: test: too many arguments
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
Python/instrumentation.c: In function ‘allocate_instrumentation_data’:
Python/instrumentation.c:1621:9: warning: missing braces around initializer [-Wmissing-braces]
code->_co_monitoring->local_monitors = (_Py_LocalMonitors){ 0 };
^
Python/instrumentation.c:1621:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces]
Python/instrumentation.c:1622:9: warning: missing braces around initializer [-Wmissing-braces]
code->_co_monitoring->active_monitors = (_Py_LocalMonitors){ 0 };
^
Python/instrumentation.c:1622:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces]
./Modules/timemodule.c:1491:70: error: missing binary operator before token "("
#if defined(__APPLE__) && defined(__has_attribute) && __has_attribute(availability)
^
make: *** [Modules/timemodule.o] Error 1
make: *** Waiting for unfinished jobs....
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL7 LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/244/builds/7609
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown>
Blamelist: Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, Victor Stinner <vstinner(a)python.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 56, done.[K
remote: Counting objects: 1% (1/56)[K
remote: Counting objects: 3% (2/56)[K
remote: Counting objects: 5% (3/56)[K
remote: Counting objects: 7% (4/56)[K
remote: Counting objects: 8% (5/56)[K
remote: Counting objects: 10% (6/56)[K
remote: Counting objects: 12% (7/56)[K
remote: Counting objects: 14% (8/56)[K
remote: Counting objects: 16% (9/56)[K
remote: Counting objects: 17% (10/56)[K
remote: Counting objects: 19% (11/56)[K
remote: Counting objects: 21% (12/56)[K
remote: Counting objects: 23% (13/56)[K
remote: Counting objects: 25% (14/56)[K
remote: Counting objects: 26% (15/56)[K
remote: Counting objects: 28% (16/56)[K
remote: Counting objects: 30% (17/56)[K
remote: Counting objects: 32% (18/56)[K
remote: Counting objects: 33% (19/56)[K
remote: Counting objects: 35% (20/56)[K
remote: Counting objects: 37% (21/56)[K
remote: Counting objects: 39% (22/56)[K
remote: Counting objects: 41% (23/56)[K
remote: Counting objects: 42% (24/56)[K
remote: Counting objects: 44% (25/56)[K
remote: Counting objects: 46% (26/56)[K
remote: Counting objects: 48% (27/56)[K
remote: Counting objects: 50% (28/56)[K
remote: Counting objects: 51% (29/56)[K
remote: Counting objects: 53% (30/56)[K
remote: Counting objects: 55% (31/56)[K
remote: Counting objects: 57% (32/56)[K
remote: Counting objects: 58% (33/56)[K
remote: Counting objects: 60% (34/56)[K
remote: Counting objects: 62% (35/56)[K
remote: Counting objects: 64% (36/56)[K
remote: Counting objects: 66% (37/56)[K
remote: Counting objects: 67% (38/56)[K
remote: Counting objects: 69% (39/56)[K
remote: Counting objects: 71% (40/56)[K
remote: Counting objects: 73% (41/56)[K
remote: Counting objects: 75% (42/56)[K
remote: Counting objects: 76% (43/56)[K
remote: Counting objects: 78% (44/56)[K
remote: Counting objects: 80% (45/56)[K
remote: Counting objects: 82% (46/56)[K
remote: Counting objects: 83% (47/56)[K
remote: Counting objects: 85% (48/56)[K
remote: Counting objects: 87% (49/56)[K
remote: Counting objects: 89% (50/56)[K
remote: Counting objects: 91% (51/56)[K
remote: Counting objects: 92% (52/56)[K
remote: Counting objects: 94% (53/56)[K
remote: Counting objects: 96% (54/56)[K
remote: Counting objects: 98% (55/56)[K
remote: Counting objects: 100% (56/56)[K
remote: Counting objects: 100% (56/56), done.[K
remote: Compressing objects: 2% (1/46)[K
remote: Compressing objects: 4% (2/46)[K
remote: Compressing objects: 6% (3/46)[K
remote: Compressing objects: 8% (4/46)[K
remote: Compressing objects: 10% (5/46)[K
remote: Compressing objects: 13% (6/46)[K
remote: Compressing objects: 15% (7/46)[K
remote: Compressing objects: 17% (8/46)[K
remote: Compressing objects: 19% (9/46)[K
remote: Compressing objects: 21% (10/46)[K
remote: Compressing objects: 23% (11/46)[K
remote: Compressing objects: 26% (12/46)[K
remote: Compressing objects: 28% (13/46)[K
remote: Compressing objects: 30% (14/46)[K
remote: Compressing objects: 32% (15/46)[K
remote: Compressing objects: 34% (16/46)[K
remote: Compressing objects: 36% (17/46)[K
remote: Compressing objects: 39% (18/46)[K
remote: Compressing objects: 41% (19/46)[K
remote: Compressing objects: 43% (20/46)[K
remote: Compressing objects: 45% (21/46)[K
remote: Compressing objects: 47% (22/46)[K
remote: Compressing objects: 50% (23/46)[K
remote: Compressing objects: 52% (24/46)[K
remote: Compressing objects: 54% (25/46)[K
remote: Compressing objects: 56% (26/46)[K
remote: Compressing objects: 58% (27/46)[K
remote: Compressing objects: 60% (28/46)[K
remote: Compressing objects: 63% (29/46)[K
remote: Compressing objects: 65% (30/46)[K
remote: Compressing objects: 67% (31/46)[K
remote: Compressing objects: 69% (32/46)[K
remote: Compressing objects: 71% (33/46)[K
remote: Compressing objects: 73% (34/46)[K
remote: Compressing objects: 76% (35/46)[K
remote: Compressing objects: 78% (36/46)[K
remote: Compressing objects: 80% (37/46)[K
remote: Compressing objects: 82% (38/46)[K
remote: Compressing objects: 84% (39/46)[K
remote: Compressing objects: 86% (40/46)[K
remote: Compressing objects: 89% (41/46)[K
remote: Compressing objects: 91% (42/46)[K
remote: Compressing objects: 93% (43/46)[K
remote: Compressing objects: 95% (44/46)[K
remote: Compressing objects: 97% (45/46)[K
remote: Compressing objects: 100% (46/46)[K
remote: Compressing objects: 100% (46/46), done.[K
remote: Total 56 (delta 12), reused 37 (delta 10), pack-reused 0[K
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: checking out '6f7acaab508edac3dff376912b85cf46a8671e72'.
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 performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 6f7acaa... gh-120686: remove unused internal c api functions (#120687)
Switched to and reset branch 'main'
./configure: line 6140: test: too many arguments
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [clean-retain-profile] Error 1 (ignored)
Python/instrumentation.c: In function ‘allocate_instrumentation_data’:
Python/instrumentation.c:1621:9: warning: missing braces around initializer [-Wmissing-braces]
code->_co_monitoring->local_monitors = (_Py_LocalMonitors){ 0 };
^
Python/instrumentation.c:1621:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces]
Python/instrumentation.c:1622:9: warning: missing braces around initializer [-Wmissing-braces]
code->_co_monitoring->active_monitors = (_Py_LocalMonitors){ 0 };
^
Python/instrumentation.c:1622:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces]
./Modules/timemodule.c:1491:70: error: missing binary operator before token "("
#if defined(__APPLE__) && defined(__has_attribute) && __has_attribute(availability)
^
make[2]: *** [Modules/timemodule.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [profile-gen-stamp] Error 2
make: *** [profile-run-stamp] Error 2
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL7 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/179/builds/7669
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown>
Blamelist: Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, Victor Stinner <vstinner(a)python.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 50, done.[K
remote: Counting objects: 2% (1/50)[K
remote: Counting objects: 4% (2/50)[K
remote: Counting objects: 6% (3/50)[K
remote: Counting objects: 8% (4/50)[K
remote: Counting objects: 10% (5/50)[K
remote: Counting objects: 12% (6/50)[K
remote: Counting objects: 14% (7/50)[K
remote: Counting objects: 16% (8/50)[K
remote: Counting objects: 18% (9/50)[K
remote: Counting objects: 20% (10/50)[K
remote: Counting objects: 22% (11/50)[K
remote: Counting objects: 24% (12/50)[K
remote: Counting objects: 26% (13/50)[K
remote: Counting objects: 28% (14/50)[K
remote: Counting objects: 30% (15/50)[K
remote: Counting objects: 32% (16/50)[K
remote: Counting objects: 34% (17/50)[K
remote: Counting objects: 36% (18/50)[K
remote: Counting objects: 38% (19/50)[K
remote: Counting objects: 40% (20/50)[K
remote: Counting objects: 42% (21/50)[K
remote: Counting objects: 44% (22/50)[K
remote: Counting objects: 46% (23/50)[K
remote: Counting objects: 48% (24/50)[K
remote: Counting objects: 50% (25/50)[K
remote: Counting objects: 52% (26/50)[K
remote: Counting objects: 54% (27/50)[K
remote: Counting objects: 56% (28/50)[K
remote: Counting objects: 58% (29/50)[K
remote: Counting objects: 60% (30/50)[K
remote: Counting objects: 62% (31/50)[K
remote: Counting objects: 64% (32/50)[K
remote: Counting objects: 66% (33/50)[K
remote: Counting objects: 68% (34/50)[K
remote: Counting objects: 70% (35/50)[K
remote: Counting objects: 72% (36/50)[K
remote: Counting objects: 74% (37/50)[K
remote: Counting objects: 76% (38/50)[K
remote: Counting objects: 78% (39/50)[K
remote: Counting objects: 80% (40/50)[K
remote: Counting objects: 82% (41/50)[K
remote: Counting objects: 84% (42/50)[K
remote: Counting objects: 86% (43/50)[K
remote: Counting objects: 88% (44/50)[K
remote: Counting objects: 90% (45/50)[K
remote: Counting objects: 92% (46/50)[K
remote: Counting objects: 94% (47/50)[K
remote: Counting objects: 96% (48/50)[K
remote: Counting objects: 98% (49/50)[K
remote: Counting objects: 100% (50/50)[K
remote: Counting objects: 100% (50/50), done.[K
remote: Compressing objects: 2% (1/44)[K
remote: Compressing objects: 4% (2/44)[K
remote: Compressing objects: 6% (3/44)[K
remote: Compressing objects: 9% (4/44)[K
remote: Compressing objects: 11% (5/44)[K
remote: Compressing objects: 13% (6/44)[K
remote: Compressing objects: 15% (7/44)[K
remote: Compressing objects: 18% (8/44)[K
remote: Compressing objects: 20% (9/44)[K
remote: Compressing objects: 22% (10/44)[K
remote: Compressing objects: 25% (11/44)[K
remote: Compressing objects: 27% (12/44)[K
remote: Compressing objects: 29% (13/44)[K
remote: Compressing objects: 31% (14/44)[K
remote: Compressing objects: 34% (15/44)[K
remote: Compressing objects: 36% (16/44)[K
remote: Compressing objects: 38% (17/44)[K
remote: Compressing objects: 40% (18/44)[K
remote: Compressing objects: 43% (19/44)[K
remote: Compressing objects: 45% (20/44)[K
remote: Compressing objects: 47% (21/44)[K
remote: Compressing objects: 50% (22/44)[K
remote: Compressing objects: 52% (23/44)[K
remote: Compressing objects: 54% (24/44)[K
remote: Compressing objects: 56% (25/44)[K
remote: Compressing objects: 59% (26/44)[K
remote: Compressing objects: 61% (27/44)[K
remote: Compressing objects: 63% (28/44)[K
remote: Compressing objects: 65% (29/44)[K
remote: Compressing objects: 68% (30/44)[K
remote: Compressing objects: 70% (31/44)[K
remote: Compressing objects: 72% (32/44)[K
remote: Compressing objects: 75% (33/44)[K
remote: Compressing objects: 77% (34/44)[K
remote: Compressing objects: 79% (35/44)[K
remote: Compressing objects: 81% (36/44)[K
remote: Compressing objects: 84% (37/44)[K
remote: Compressing objects: 86% (38/44)[K
remote: Compressing objects: 88% (39/44)[K
remote: Compressing objects: 90% (40/44)[K
remote: Compressing objects: 93% (41/44)[K
remote: Compressing objects: 95% (42/44)[K
remote: Compressing objects: 97% (43/44)[K
remote: Compressing objects: 100% (44/44)[K
remote: Compressing objects: 100% (44/44), done.[K
remote: Total 50 (delta 7), reused 33 (delta 6), pack-reused 0[K
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: checking out '6f7acaab508edac3dff376912b85cf46a8671e72'.
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 performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 6f7acaa... gh-120686: remove unused internal c api functions (#120687)
Switched to and reset branch 'main'
./configure: line 6140: test: too many arguments
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
Python/instrumentation.c: In function ‘allocate_instrumentation_data’:
Python/instrumentation.c:1621:9: warning: missing braces around initializer [-Wmissing-braces]
code->_co_monitoring->local_monitors = (_Py_LocalMonitors){ 0 };
^
Python/instrumentation.c:1621:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces]
Python/instrumentation.c:1622:9: warning: missing braces around initializer [-Wmissing-braces]
code->_co_monitoring->active_monitors = (_Py_LocalMonitors){ 0 };
^
Python/instrumentation.c:1622:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces]
./Modules/timemodule.c:1491:70: error: missing binary operator before token "("
#if defined(__APPLE__) && defined(__has_attribute) && __has_attribute(availability)
^
make: *** [Modules/timemodule.o] Error 1
make: *** Waiting for unfinished jobs....
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org 27 Jun '24
by buildbot@python.org 27 Jun '24
27 Jun '24
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL Refleaks 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1226/builds/2125
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: itamaro-ubuntu-aws
Build Reason: <unknown>
Blamelist: Eric Snow <ericsnowcurrently(a)gmail.com>, Janek Nouvertné <provinzkraut(a)posteo.de>, Petr Viktorin <encukou(a)gmail.com>, chaen <christophe.haen(a)cern.ch>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 15, done.
remote: Counting objects: 6% (1/15)
remote: Counting objects: 13% (2/15)
remote: Counting objects: 20% (3/15)
remote: Counting objects: 26% (4/15)
remote: Counting objects: 33% (5/15)
remote: Counting objects: 40% (6/15)
remote: Counting objects: 46% (7/15)
remote: Counting objects: 53% (8/15)
remote: Counting objects: 60% (9/15)
remote: Counting objects: 66% (10/15)
remote: Counting objects: 73% (11/15)
remote: Counting objects: 80% (12/15)
remote: Counting objects: 86% (13/15)
remote: Counting objects: 93% (14/15)
remote: Counting objects: 100% (15/15)
remote: Counting objects: 100% (15/15), done.
remote: Compressing objects: 8% (1/12)
remote: Compressing objects: 16% (2/12)
remote: Compressing objects: 25% (3/12)
remote: Compressing objects: 33% (4/12)
remote: Compressing objects: 41% (5/12)
remote: Compressing objects: 50% (6/12)
remote: Compressing objects: 58% (7/12)
remote: Compressing objects: 66% (8/12)
remote: Compressing objects: 75% (9/12)
remote: Compressing objects: 83% (10/12)
remote: Compressing objects: 91% (11/12)
remote: Compressing objects: 100% (12/12)
remote: Compressing objects: 100% (12/12), done.
remote: Total 15 (delta 6), reused 7 (delta 3), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '1167a9a30b4b2f327ed987e845e378990d1ae6bf'.
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 1167a9a30b gh-119521: Remove _IncompleteInputError from the docs (GH-120993)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2252: buildbottest] Error 2
Test report
===========
Failed tests:
- test_free_threading
Sincerely,
-The Buildbot
1
0