The Buildbot has detected a new failure on builder AMD64 Windows11 Bigmem 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1463/builds/353
Buildbot URL: https://buildbot.python.org/ Worker for this Build: ambv-bb-win11 Build Reason: <unknown> Blamelist: Alex Waygood <alex.wayg...@gmail.com>, Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): =================================================== == Captured traceback ================== Traceback (most recent call last): File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile64.py", line 84, in testDeflated self.zipTest(TESTFN2, zipfile.ZIP_DEFLATED) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "R:\buildarea\3.13.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.13.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1936, in writestr dest.write(data) ~~~~~~~~~~^^^^^^ File "R:\buildarea\3.13.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.13.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile64.py", line 45, in zipTest File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1935, in writestr File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1285, in close PermissionError: [Errno 13] Permission denied Traceback (most recent call last): File "R:\buildarea\3.13.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.13.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.13.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 1086, in wrapper return f(self, maxsize) File "R:\buildarea\3.13.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.13.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.13.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.13.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile64.py", line 87, in tearDown File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 345, in unlink File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 385, in _unlink File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line 353, in _waitfor PermissionError: [WinError 21] The device is not ready: '@test_2524_tmp�2' Traceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... ok Traceback (most recent call last): File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_largefile.py", line 30, in setUp with self.open(TESTFN, mode) as f: ...<11 lines>... self.assertEqual(os.fstat(f.fileno()).st_size, size+1) OSError: [Errno 28] No space left on device Traceback (most recent call last): File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile64.py", line 75, in testStored self.zipTest(TESTFN2, zipfile.ZIP_STORED) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "R:\buildarea\3.13.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.13.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1936, in writestr dest.write(data) ~~~~~~~~~~^^^^^^ File "R:\buildarea\3.13.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.13.ambv-bb-win11.bigmem\build\Lib\test\test_largefile.py", line 41, in setUp f.flush() ~~~~~~~^^ File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1274, in flush self._flush_unlocked() ~~~~~~~~~~~~~~~~~~~~^^ File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1281, in _flush_unlocked n = self.raw.write(self._write_buf) File "R:\buildarea\3.13.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.13.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.13.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1936, in writestr File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1247, in write PermissionError: [Errno 13] Permission denied Traceback (most recent call last): File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1992, in close PermissionError: [Errno 13] Permission denied Traceback (most recent call last): File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_largefile.py", line 30, in setUp with self.open(TESTFN, mode) as f: ...<11 lines>... self.assertEqual(os.fstat(f.fileno()).st_size, size+1) File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 489, in __exit__ self.close() ~~~~~~~~~~^^ File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1313, in close self.flush() ~~~~~~~~~~^^ File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1274, in flush self._flush_unlocked() ~~~~~~~~~~~~~~~~~~~~^^ File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\_pyio.py", line 1281, in _flush_unlocked n = self.raw.write(self._write_buf) File "R:\buildarea\3.13.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.13.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 828, in testZip64LargeFile with open(os_helper.TESTFN, "wb") as f: ...<3 lines>... f.write(os.linesep.encode()) OSError: [Errno 28] No space left on device Traceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback) ... ok Traceback (most recent call last): File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_sax.py", line 909, in test_expat_binary_file_nonascii shutil.copyfile(TEST_XMLFILE, fname) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\shutil.py", line 262, in copyfile with open(dst, 'wb') as fdst: ...<20 lines>... copyfileobj(fsrc, fdst) OSError: [Errno 28] No space left on device Traceback (most recent call last): File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 894, 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.13.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.13.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.13.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.13.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.13.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 530, in enter_context result = _enter(cm) File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line 141, in __enter__ return next(self.gen) File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 2341, in setup_venv_with_pip_setuptools_wheel run_command(cmd) ~~~~~~~~~~~^^^^^ File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 2331, in run_command subprocess.run(cmd, check=True) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "R:\buildarea\3.13.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.13.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.13.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile64.py", line 84, in testDeflated File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile64.py", line 37, in zipTest File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1423, in __exit__ File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 1997, in close File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py", line 2097, in _fpclose PermissionError: [Errno 13] Permission denied Traceback (most recent call last): File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 1086, in wrapper return f(self, maxsize) File "R:\buildarea\3.13.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.13.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.13.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.13.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line 891, in testZip64LargeFile with open(TEMP_ZIP, "wb") as f: ...<3 lines>... f.write(part.read()) OSError: [Errno 28] No space left on device Test report =========== Failed tests: - test_io - test_zipimport - test_hashlib - test_zipfile64 - test_peg_generator - test_largefile Failed subtests: - test_it - test.test_largefile.TestCopyfile.test_it - test_large_read - test.test_largefile.PyLargeFileTest.test_large_read - test_case_md5_huge - test.test_hashlib.HashLibTestCase.test_case_md5_huge - test_osstat - test.test_largefile.PyLargeFileTest.test_osstat - setUpClass - test.test_peg_generator.test_c_parser.TestCParser - testZip64LargeFile - test.test_zipimport.CompressedZipImportTestCase.testZip64LargeFile - test_lseek - test.test_largefile.CLargeFileTest.test_lseek - testStored - test.test_zipfile64.TestsWithSourceFile.testStored - test_large_file_ops - test.test_io.CIOTest.test_large_file_ops - testZip64LargeFile - test.test_zipimport.UncompressedZipImportTestCase.testZip64LargeFile - test_truncate - test.test_largefile.CLargeFileTest.test_truncate - test_large_file_ops - test.test_io.PyIOTest.test_large_file_ops - test_expat_binary_file_nonascii - test.test_sax.ExpatReaderTest.test_expat_binary_file_nonascii - test_osstat - test.test_largefile.CLargeFileTest.test_osstat - test_large_read - test.test_largefile.CLargeFileTest.test_large_read - test_seek_readall - test.test_largefile.PyLargeFileTest.test_seek_readall - test_seekable - test.test_largefile.CLargeFileTest.test_seekable - test_case_md5_uintmax - test.test_hashlib.HashLibTestCase.test_case_md5_uintmax - test_seekable - test.test_largefile.PyLargeFileTest.test_seekable - testDeflated - test.test_zipfile64.TestsWithSourceFile.testDeflated - test_seek_read - test.test_largefile.CLargeFileTest.test_seek_read - test_seek_read - test.test_largefile.PyLargeFileTest.test_seek_read - test_truncate - test.test_largefile.PyLargeFileTest.test_truncate - test_lseek - test.test_largefile.PyLargeFileTest.test_lseek - test_seek_readall - test.test_largefile.CLargeFileTest.test_seek_readall Sincerely, -The Buildbot _______________________________________________ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com