☠ Buildbot (Python): python/cpython - failed test (failure) (main)
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/#/builders/1079/builds/5332
Buildbot URL: https://buildbot.python.org/
Worker for this Build: ambv-bb-win11
Build Reason: <unknown> Blamelist: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>, Hood Chatham <roberthoodchatham@gmail.com>, Russell Keith-Magee <russell@keith-magee.com>, Wulian <1055917385@qq.com>
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\zipfile\__init__.py", line 1994, 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_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 482, in __exit__ self.close() ~~~~~~~~~~^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1306, in close self.flush() ~~~~~~~~~~^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1267, in flush self._flush_unlocked() ~~~~~~~~~~~~~~~~~~~~^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1274, in _flush_unlocked n = self.raw.write(self._write_buf) File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1713, 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_io.py", line 636, in test_large_file_ops self.large_file_ops(f) ~~~~~~~~~~~~~~~~~~~^^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 411, in large_file_ops self.assertEqual(f.write(b"xxx"), 3) ~~~~~~~^^^^^^^^ 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 594, 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 574, 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_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_5140_tmp\xc3\xa6.dir'
Traceback (most recent call last): File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 411, 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_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\support\__init__.py", line 1124, in wrapper return f(self, maxsize) File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 546, 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 405, 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 418, 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 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_mmap.py", line 1135, in test_access_violations rt, stdout, stderr = assert_python_ok("-c", code, TESTFN) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py", line 182, in assert_python_ok return _assert_python(True, *args, **env_vars) File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py", line 167, in _assert_python res.fail(cmd_line) ~~~~~~~~^^^^^^^^^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py", line 80, in fail raise AssertionError(f"Process return code is {exitcode}\n" ...<10 lines>... f"---") AssertionError: Process return code is 1 command line: ['R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\PCbuild\\amd64\\python_d.exe', '-X', 'faulthandler', '-I', '-c', "\nimport faulthandler\nimport mmap\nimport os\nimport sys\nfrom contextlib import suppress\n\n# Prevent logging access violations to stderr.\nfaulthandler.disable()\n\nPAGESIZE = mmap.PAGESIZE\nPAGE_NOACCESS = 0x01\n\nwith open(sys.argv[1], 'bw+') as f:\n f.write(b'A'* PAGESIZE)\n f.flush()\n\n m = mmap.mmap(f.fileno(), PAGESIZE)\n m._protect(PAGE_NOACCESS, 0, PAGESIZE)\n with suppress(OSError):\n m.read(PAGESIZE)\n assert False, 'mmap.read() did not raise'\n with suppress(OSError):\n m.read_byte()\n assert False, 'mmap.read_byte() did not raise'\n with suppress(OSError):\n m.readline()\n assert False, 'mmap.readline() did not raise'\n with suppress(OSError):\n m.write(b'A'* PAGESIZE)\n assert False, 'mmap.write() did not raise'\n with suppress(OSError):\n m.write_byt e(0)\n assert False, 'mmap.write_byte() did not raise'\n with suppress(OSError):\n m[0] # test mmap_subscript\n assert False, 'mmap.__getitem__() did not raise'\n with suppress(OSError):\n m[0:10] # test mmap_subscript\n assert False, 'mmap.__getitem__() did not raise'\n with suppress(OSError):\n m[0:10:2] # test mmap_subscript\n assert False, 'mmap.__getitem__() did not raise'\n with suppress(OSError):\n m[0] = 1\n assert False, 'mmap.__setitem__() did not raise'\n with suppress(OSError):\n m[0:10] = b'A'* 10\n assert False, 'mmap.__setitem__() did not raise'\n with suppress(OSError):\n m[0:10:2] = b'A'* 5\n assert False, 'mmap.__setitem__() did not raise'\n with suppress(OSError):\n m.move(0, 10, 1)\n assert False, 'mmap.move() did not raise'\n with suppress(OSError):\n list(m) # test mmap_item\n assert False, 'mmap.__getitem__() did no t raise'\n with suppress(OSError):\n m.find(b'A')\n assert False, 'mmap.find() did not raise'\n with suppress(OSError):\n m.rfind(b'A')\n assert False, 'mmap.rfind() did not raise'\n", '@test_8088_tmp�']
Traceback (most recent call last): File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 636, in test_large_file_ops self.large_file_ops(f) ~~~~~~~~~~~~~~~~~~~^^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_io.py", line 411, in large_file_ops self.assertEqual(f.write(b"xxx"), 3) ~~~~~~~^^^^^^^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1713, 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_zipimport.py", line 989, 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\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 760, 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 752, in main exitcode = self.run_tests(selected, tests) File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 580, 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 560, in _run_tests self.finalize_tests(coverage) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\main.py", line 456, 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 197, 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_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_5140_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_5140_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 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_10908_tmp\xc3\xa6.dir'
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 1267, in flush self._flush_unlocked() ~~~~~~~~~~~~~~~~~~~~^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1274, in _flush_unlocked n = self.raw.write(self._write_buf) File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1713, 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_zipimport.py", line 986, 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 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\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_5140_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 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_10908_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 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_10908_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 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_5140_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_5140_tmp\xc3\xa6.dir'
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 1938, in writestr dest.write(data) ~~~~~~~~~~^^^^^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1249, 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_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_mmap.py", line 40, in setUp os.unlink(TESTFN) ~~~~~~~~~^^^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_8088_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_10908_tmp\xc3\xa6.dir'
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 37, in zipTest with zipfile.ZipFile(f, "w", compression) as zipfp: ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1425, in __exit__ self.close() ~~~~~~~~~~^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1999, in close self._fpclose(fp) ~~~~~~~~~~~~~^^^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 2099, 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 40, in setUp os.unlink(TESTFN) ~~~~~~~~~^^^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_8912_tmp�'
Traceback (most recent call last): File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 58, 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 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_10908_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 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_5140_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 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_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 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_5140_tmp\xc3\xa6.dir'
Traceback (most recent call last):
Traceback (most recent call last): File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 61, 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 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_5140_tmp\xc3\xa6.dir'
Traceback (most recent call last): File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 444, 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_mmap.py", line 868, in test_repr fp.flush() ~~~~~~~~^^ 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_mmap.py", line 434, 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\zipfile\__init__.py", line 1938, in writestr dest.write(data) ~~~~~~~~~~^^^^^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1249, 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_mmap.py", line 1135, in test_access_violations rt, stdout, stderr = assert_python_ok("-c", code, TESTFN) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py", line 182, in assert_python_ok return _assert_python(True, *args, **env_vars) File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py", line 167, in _assert_python res.fail(cmd_line) ~~~~~~~~^^^^^^^^^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py", line 80, in fail raise AssertionError(f"Process return code is {exitcode}\n" ...<10 lines>... f"---") AssertionError: Process return code is 1 command line: ['R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\PCbuild\\amd64\\python_d.exe', '-X', 'faulthandler', '-I', '-c', "\nimport faulthandler\nimport mmap\nimport os\nimport sys\nfrom contextlib import suppress\n\n# Prevent logging access violations to stderr.\nfaulthandler.disable()\n\nPAGESIZE = mmap.PAGESIZE\nPAGE_NOACCESS = 0x01\n\nwith open(sys.argv[1], 'bw+') as f:\n f.write(b'A'* PAGESIZE)\n f.flush()\n\n m = mmap.mmap(f.fileno(), PAGESIZE)\n m._protect(PAGE_NOACCESS, 0, PAGESIZE)\n with suppress(OSError):\n m.read(PAGESIZE)\n assert False, 'mmap.read() did not raise'\n with suppress(OSError):\n m.read_byte()\n assert False, 'mmap.read_byte() did not raise'\n with suppress(OSError):\n m.readline()\n assert False, 'mmap.readline() did not raise'\n with suppress(OSError):\n m.write(b'A'* PAGESIZE)\n assert False, 'mmap.write() did not raise'\n with suppress(OSError):\n m.write_byt e(0)\n assert False, 'mmap.write_byte() did not raise'\n with suppress(OSError):\n m[0] # test mmap_subscript\n assert False, 'mmap.__getitem__() did not raise'\n with suppress(OSError):\n m[0:10] # test mmap_subscript\n assert False, 'mmap.__getitem__() did not raise'\n with suppress(OSError):\n m[0:10:2] # test mmap_subscript\n assert False, 'mmap.__getitem__() did not raise'\n with suppress(OSError):\n m[0] = 1\n assert False, 'mmap.__setitem__() did not raise'\n with suppress(OSError):\n m[0:10] = b'A'* 10\n assert False, 'mmap.__setitem__() did not raise'\n with suppress(OSError):\n m[0:10:2] = b'A'* 5\n assert False, 'mmap.__setitem__() did not raise'\n with suppress(OSError):\n m.move(0, 10, 1)\n assert False, 'mmap.move() did not raise'\n with suppress(OSError):\n list(m) # test mmap_item\n assert False, 'mmap.__getitem__() did no t raise'\n with suppress(OSError):\n m.find(b'A')\n assert False, 'mmap.find() did not raise'\n with suppress(OSError):\n m.rfind(b'A')\n assert False, 'mmap.rfind() did not raise'\n", '@test_8912_tmp�']
Traceback (most recent call last): File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_urllib.py", line 710, in test_reporthook_8193_bytes urllib.request.urlretrieve(self.constructLocalFileUrl(srcFileName), ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ os_helper.TESTFN, hooktester) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\urllib\request.py", line 242, in urlretrieve tfp.write(block) ~~~~~~~~~^^^^^^^ 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 866, 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_mmap.py", line 943, 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_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_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_10908_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 923, 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\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_5140_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 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_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_10908_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 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_10908_tmp\xc3\xa6.dir'
Traceback (most recent call last): File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_linecache.py", line 327, in setUp with open(fname, 'w', encoding='utf-8') as source: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_6040_tmp�.3'
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_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_5140_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_10908_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 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_5140_tmp\xc3\xa6.dir'
Traceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... ok
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_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
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_10908_tmp\xc3\xa6.dir'
Traceback (most recent call last): 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 1937, 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 1287, 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_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_5140_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 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_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_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_5140_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 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_5140_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 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_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_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_5140_tmp\xc3\xa6.dir'
Traceback (most recent call last): File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_linecache.py", line 327, in setUp with open(fname, 'w', encoding='utf-8') as source: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 28] No space left on device: '@test_7720_tmp�.3'
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_10908_tmp\xc3\xa6.dir'
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_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_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_10908_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 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 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_10908_tmp\xc3\xa6.dir'
Traceback (most recent call last): File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 1124, in wrapper return f(self, maxsize) File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_hashlib.py", line 551, 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 405, 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 418, 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 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 "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_10908_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 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_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_5140_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 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_10908_tmp\xc3\xa6.dir'
Traceback (most recent call last): File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\test_mmap.py", line 421, 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_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_10908_tmp\xc3\xa6.dir'
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 1938, in writestr dest.write(data) ~~~~~~~~~~^^^^^^ File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1249, 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 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_10908_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 1186, in test_write_to_fileobj_with_int_name with open(fd, 'wb') as raw: ~~~~^^^^^^^^^^ OSError: [Errno 28] No space left on device
Test report
Failed tests:
- test_io
- test_largefile
- test_lzma
- test_zipfile64
- test_linecache
- test_hashlib
- test_mmap
- test_zipimport
- test_dbm_dumb
- test_urllib
Failed subtests:
- test_sizeof - test.test_mmap.MmapTests.test_sizeof
- test_lseek - test.test_largefile.PyLargeFileTest.test_lseek
- test_seek_read - test.test_largefile.PyLargeFileTest.test_seek_read
- test_truncate - test.test_largefile.CLargeFileTest.test_truncate
- test_large_read - test.test_largefile.CLargeFileTest.test_large_read
- test_repr - test.test_mmap.MmapTests.test_repr
- test_resize_past_pos - test.test_mmap.MmapTests.test_resize_past_pos
- test_str_write_contains - test.test_dbm_dumb.DumbDBMTestCase.test_str_write_contains
- test_checkcache_with_no_parameter - test.test_linecache.LineCacheInvalidationTests.test_checkcache_with_no_parameter
- test_case_md5_huge - test.test_hashlib.HashLibTestCase.test_case_md5_huge
- test_truncate - test.test_largefile.PyLargeFileTest.test_truncate
- test_write_contains - test.test_dbm_dumb.DumbDBMTestCase.test_write_contains
- test_seekable - test.test_largefile.CLargeFileTest.test_seekable
- test_weakref - test.test_mmap.MmapTests.test_weakref
- testDeflated - test.test_zipfile64.TestsWithSourceFile.testDeflated
- test_dumbdbm_keys - test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_keys
- test_large_read - test.test_largefile.PyLargeFileTest.test_large_read
- test_dumbdbm_creation - test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_creation
- test_sync_nonempty_unmodified - test.test_dbm_dumb.DumbDBMTestCase.test_sync_nonempty_unmodified
- testZip64LargeFile - test.test_zipimport.UncompressedZipImportTestCase.testZip64LargeFile
- test_length_0_offset - test.test_mmap.MmapTests.test_length_0_offset
- test_tougher_find - test.test_mmap.MmapTests.test_tougher_find
- test_context_manager - test.test_dbm_dumb.DumbDBMTestCase.test_context_manager
- test_checkcache_for_modified_file - test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_modified_file
- test_length_0_large_offset - test.test_mmap.MmapTests.test_length_0_large_offset
- test_reporthook_8193_bytes - test.test_urllib.urlretrieve_FileTests.test_reporthook_8193_bytes
- testStored - test.test_zipfile64.TestsWithSourceFile.testStored
- test_seek_read - test.test_largefile.CLargeFileTest.test_seek_read
- test_seekable - test.test_largefile.PyLargeFileTest.test_seekable
- test_double_close - test.test_mmap.MmapTests.test_double_close
- test_nonascii_filename - test.test_dbm_dumb.DumbDBMTestCase.test_nonascii_filename
- test_write_write_read - test.test_dbm_dumb.DumbDBMTestCase.test_write_write_read
- test_create_new - test.test_dbm_dumb.DumbDBMTestCase.test_create_new
- test_write_to_fileobj - test.test_lzma.FileTestCase.test_write_to_fileobj
- test_filename - test.test_lzma.OpenTestCase.test_filename
- test_with_pathlike_filename - test.test_lzma.OpenTestCase.test_with_pathlike_filename
- test_lseek - test.test_largefile.CLargeFileTest.test_lseek
- test_fileno - test.test_lzma.FileTestCase.test_fileno
- test_write_returning_the_number_of_bytes_written - test.test_mmap.MmapTests.test_write_returning_the_number_of_bytes_written
- test_large_file_ops - test.test_io.PyIOTest.test_large_file_ops
- test_read_from_file_with_bytes_filename - test.test_lzma.FileTestCase.test_read_from_file_with_bytes_filename
- test_line_endings - test.test_dbm_dumb.DumbDBMTestCase.test_line_endings
- test_write_append_to_file - test.test_lzma.FileTestCase.test_write_append_to_file
- test_close - test.test_lzma.FileTestCase.test_close
- test_offset - test.test_mmap.MmapTests.test_offset
- testZip64LargeFile - test.test_zipimport.CompressedZipImportTestCase.testZip64LargeFile
- test_write_to_file_with_bytes_filename - test.test_lzma.FileTestCase.test_write_to_file_with_bytes_filename
- test_dumbdbm_modification - test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_modification
- test_close_twice - test.test_dbm_dumb.DumbDBMTestCase.test_close_twice
- test_seek_readall - test.test_largefile.PyLargeFileTest.test_seek_readall
- test_init_with_filename - test.test_lzma.FileTestCase.test_init_with_filename
- test_entire_file - test.test_mmap.MmapTests.test_entire_file
- test_it - test.test_largefile.TestCopyfile.test_it
- test_random - test.test_dbm_dumb.DumbDBMTestCase.test_random
- test_dumbdbm_read - test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_read
- test_subclass - test.test_mmap.MmapTests.test_subclass
- test_missing_index - test.test_dbm_dumb.DumbDBMTestCase.test_missing_index
- test_missing_data - test.test_dbm_dumb.DumbDBMTestCase.test_missing_data
- test_osstat - test.test_largefile.CLargeFileTest.test_osstat
- test_checkcache_for_deleted_file - test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_deleted_file
- test_access_violations - test.test_mmap.MmapTests.test_access_violations
- test_init_with_PathLike_filename - test.test_lzma.FileTestCase.test_init_with_PathLike_filename
- test_large_file_ops - test.test_io.CIOTest.test_large_file_ops
- test_tagname - test.test_mmap.MmapTests.test_tagname
- test_write_to_fileobj_with_int_name - test.test_lzma.FileTestCase.test_write_to_fileobj_with_int_name
- test_str_read - test.test_dbm_dumb.DumbDBMTestCase.test_str_read
- test_seek_readall - test.test_largefile.CLargeFileTest.test_seek_readall
- test_read_from_fileobj_with_int_name - test.test_lzma.FileTestCase.test_read_from_fileobj_with_int_name
- test_case_md5_uintmax - test.test_hashlib.HashLibTestCase.test_case_md5_uintmax
- test_read_from_file - test.test_lzma.FileTestCase.test_read_from_file
- test_write_to_file - test.test_lzma.FileTestCase.test_write_to_file
- test_osstat - test.test_largefile.PyLargeFileTest.test_osstat
- test_rfind - test.test_mmap.MmapTests.test_rfind
- test_read_from_fileobj - test.test_lzma.FileTestCase.test_read_from_fileobj
- test_basic - test.test_mmap.MmapTests.test_basic
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org