Buildbot failure in Python on whole buildset
The Buildbot has detected a new failure on builder AMD64 Windows10 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/600/builds/583
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bolen-windows10
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
392 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 4 min 6 sec
- test_unparse: 3 min 7 sec
- test_tokenize: 2 min 47 sec
- test_concurrent_futures: 2 min 10 sec
- test_peg_generator: 2 min 3 sec
- test_mmap: 1 min 29 sec
- test_asyncio: 1 min 26 sec
- test_lib2to3: 1 min 24 sec
- test_unicodedata: 1 min 18 sec
- test_io: 1 min 15 sec
3 tests failed: test_capi test_compile test_shutil
31 tests skipped: test_curses test_dbm_gnu test_dbm_ndbm test_devpoll test_epoll test_fcntl test_fork1 test_gdb test_grp test_ioctl test_kqueue test_multiprocessing_fork test_multiprocessing_forkserver test_nis test_openpty test_ossaudiodev test_pipes test_poll test_posix test_pty test_pwd test_readline test_resource test_spwd test_syslog test_threadsignals test_wait3 test_wait4 test_xxlimited test_xxtestfuzz test_zipfile64
10 re-run tests: test_capi test_compile test_compileall test_distutils test_itertools test_multiprocessing_spawn test_pickle test_shutil test_socket test_traceback
1 test run no tests: test_compileall
Total duration: 16 min 33 sec
Captured traceback
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\_test_multiprocessing.py", line 1889, in test_reset self.run_threads(self._test_reset_f, File "D:\buildarea\3.10.bolen-windows10\build\lib\test\_test_multiprocessing.py", line 1774, in run_threads f(*args) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\_test_multiprocessing.py", line 1866, in _test_reset_f i = barrier.wait() File "D:\buildarea\3.10.bolen-windows10\build\lib\threading.py", line 661, in wait self._wait(timeout) File "D:\buildarea\3.10.bolen-windows10\build\lib\threading.py", line 699, in _wait raise BrokenBarrierError threading.BrokenBarrierError
Traceback (most recent call last): File "<string>", line 1, in <module> File "D:\buildarea\3.10.bolen-windows10\build\lib\multiprocessing\spawn.py", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File "D:\buildarea\3.10.bolen-windows10\build\lib\multiprocessing\spawn.py", line 125, in _main prepare(preparation_data) File "D:\buildarea\3.10.bolen-windows10\build\lib\multiprocessing\spawn.py", line 216, in prepare util.get_logger().setLevel(data['log_level']) File "D:\buildarea\3.10.bolen-windows10\build\lib\multiprocessing\util.py", line 65, in get_logger import logging File "D:\buildarea\3.10.bolen-windows10\build\lib\logging\__init__.py", line 445, in <module> class StrFormatStyle(PercentStyle): File "D:\buildarea\3.10.bolen-windows10\build\lib\logging\__init__.py", line 450, in StrFormatStyle fmt_spec = re.compile(r'^(.?[<>=^])?[+ -]?#?0?(\d+|{\w+})?[,_]?(\.(\d+|{\w+}))?[bcdefgnosx%]?$', re.I) File "D:\buildarea\3.10.bolen-windows10\build\lib\re.py", line 251, in compile return _compile(pattern, flags) File "D:\buildarea\3.10.bolen-windows10\build\lib\re.py", line 303, in _compile p = sre_compile.compile(pattern, flags) File "D:\buildarea\3.10.bolen-windows10\build\lib\sre_compile.py", line 768, in compile code = _code(p, flags) File "D:\buildarea\3.10.bolen-windows10\build\lib\sre_compile.py", line 607, in _code _compile(code, p.data, flags) File "D:\buildarea\3.10.bolen-windows10\build\lib\sre_compile.py", line 148, in _compile _compile(code, av[2], flags) File "D:\buildarea\3.10.bolen-windows10\build\lib\sre_compile.py", line 120, in _compile charset, hascased = _optimize_charset(av, iscased, tolower, fixes) File "D:\buildarea\3.10.bolen-windows10\build\lib\sre_compile.py", line 320, in _optimize_charset charmap += b'\0' * 0xff00 MemoryError Process Process-164: Process Process-165: Process Process-166: Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\multiprocessing\process.py", line 315, in _bootstrap self.run() File "D:\buildarea\3.10.bolen-windows10\build\lib\multiprocessing\process.py", line 108, in run self._target(*self._args, **self._kwargs) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\_test_multiprocessing.py", line 1721, in task self.f(*self.args) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\_test_multiprocessing.py", line 1866, in _test_reset_f i = barrier.wait() File "D:\buildarea\3.10.bolen-windows10\build\lib\threading.py", line 661, in wait self._wait(timeout) File "D:\buildarea\3.10.bolen-windows10\build\lib\threading.py", line 701, in _wait raise BrokenBarrierError threading.BrokenBarrierError Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\multiprocessing\process.py", line 315, in _bootstrap self.run() File "D:\buildarea\3.10.bolen-windows10\build\lib\multiprocessing\process.py", line 108, in run self._target(*self._args, **self._kwargs) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\_test_multiprocessing.py", line 1721, in task self.f(*self.args) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\_test_multiprocessing.py", line 1866, in _test_reset_f i = barrier.wait() File "D:\buildarea\3.10.bolen-windows10\build\lib\threading.py", line 661, in wait self._wait(timeout) File "D:\buildarea\3.10.bolen-windows10\build\lib\threading.py", line 701, in _wait raise BrokenBarrierError threading.BrokenBarrierError Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\multiprocessing\process.py", line 315, in _bootstrap self.run() File "D:\buildarea\3.10.bolen-windows10\build\lib\multiprocessing\process.py", line 108, in run self._target(*self._args, **self._kwargs) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\_test_multiprocessing.py", line 1721, in task self.f(*self.args) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\_test_multiprocessing.py", line 1866, in _test_reset_f i = barrier.wait() File "D:\buildarea\3.10.bolen-windows10\build\lib\threading.py", line 661, in wait self._wait(timeout) File "D:\buildarea\3.10.bolen-windows10\build\lib\threading.py", line 701, in _wait raise BrokenBarrierError threading.BrokenBarrierError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\libregrtest\runtest.py", line 335, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\libregrtest\runtest.py", line 297, in _runtest_inner2 test_runner() File "D:\buildarea\3.10.bolen-windows10\build\lib\test\libregrtest\runtest.py", line 261, in _test_module support.run_unittest(tests) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\support\__init__.py", line 1109, in run_unittest File "D:\buildarea\3.10.bolen-windows10\build\lib\test\support\__init__.py", line 984, in _run_suite File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\runner.py", line 176, in run test(result) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 84, in __call__ return self.run(*args, **kwds) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 122, in run test(result) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 84, in __call__ return self.run(*args, **kwds) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 122, in run test(result) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 84, in __call__ return self.run(*args, **kwds) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 122, in run test(result) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\case.py", line 650, in __call__ File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\case.py", line 567, in run result.startTest(self) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\support\testresult.py", line 41, in startTest super().startTest(test) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\runner.py", line 54, in startTest MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\sre_compile.py", line 291, in _optimize_charset charmap[k] = 1 IndexError: bytearray index out of range
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_compile.py", line 943, in test_big_dict_literal self.assertEqual(len(eval(the_dict)), dict_size) MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_compile.py", line 559, in test_compiler_recursion_limit check_limit("a", "()") File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_compile.py", line 557, in check_limit compile(broken, '<test>', mode) MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\pickletester.py", line 2213, in test_list_chunking x = list(range(n)) MemoryError
TracebackException) ... ok
TracebackFormatTests) ... ok
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\pickletester.py", line 2453, in test_large_pickles dumped = self.dumps(data, proto) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_pickle.py", line 66, in dumps p.dump(arg) File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 487, in dump self.save(obj) File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 560, in save f(self, obj) # Call unbound method with explicit self File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 902, in save_tuple save(element) File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 560, in save f(self, obj) # Call unbound method with explicit self File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 794, in save_bytes self.save_reduce(codecs.encode, File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 692, in save_reduce save(args) File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 560, in save f(self, obj) # Call unbound method with explicit self File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 902, in save_tuple save(element) File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 560, in save f(self, obj) # Call unbound method with explicit self File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 869, in save_str self.write(UNICODE + obj.encode('raw-unicode-escape') + MemoryError
TracebackCases) ... ok
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\case.py", line 591, in run self._callTestMethod(testMethod) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\case.py", line 549, in _callTestMethod method() File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_capi.py", line 402, in test_trashcan_python_class1 self.do_test_trashcan_python_class(list) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_capi.py", line 429, in do_test_trashcan_python_class L.attr = i MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\_msvccompiler.py", line 401, in compile self.spawn(args) File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\_msvccompiler.py", line 507, in spawn return super().spawn(cmd) File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\ccompiler.py", line 910, in spawn spawn(cmd, dry_run=self.dry_run) File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\spawn.py", line 85, in spawn raise DistutilsExecError( distutils.errors.DistutilsExecError: command 'cl.exe' failed: None
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\spawn.py", line 79, in spawn proc = subprocess.Popen(cmd, env=env) File "D:\buildarea\3.10.bolen-windows10\build\lib\subprocess.py", line 966, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "D:\buildarea\3.10.bolen-windows10\build\lib\subprocess.py", line 1435, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] The system cannot find the file specified
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_shutil.py", line 1627, in test_unpack_archive_xztar self.check_unpack_archive('xztar') File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_shutil.py", line 1590, in check_unpack_archive self.check_unpack_archive_with_converter(format, FakePath) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_shutil.py", line 1598, in check_unpack_archive_with_converter filename = make_archive(base_name, format, root_dir, base_dir) File "D:\buildarea\3.10.bolen-windows10\build\lib\shutil.py", line 1085, in make_archive filename = func(base_name, base_dir, **kwargs) File "D:\buildarea\3.10.bolen-windows10\build\lib\shutil.py", line 936, in _make_tarball tar = tarfile.open(archive_name, 'w|%s' % tar_compression) File "D:\buildarea\3.10.bolen-windows10\build\lib\tarfile.py", line 1643, in open stream = _Stream(name, filemode, comptype, fileobj, bufsize) File "D:\buildarea\3.10.bolen-windows10\build\lib\tarfile.py", line 398, in __init__ self.cmp = lzma.LZMACompressor() MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\case.py", line 591, in run self._callTestMethod(testMethod) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\case.py", line 549, in _callTestMethod method() File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_capi.py", line 402, in test_trashcan_python_class1 self.do_test_trashcan_python_class(list) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_capi.py", line 428, in do_test_trashcan_python_class L = PyList((L,)) MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\tests\test_install_lib.py", line 46, in test_byte_compile cmd.byte_compile([f]) File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\command\install_lib.py", line 136, in byte_compile byte_compile(files, optimize=self.optimize, File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\util.py", line 428, in byte_compile spawn(cmd, dry_run=dry_run) File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\spawn.py", line 91, in spawn raise DistutilsExecError( distutils.errors.DistutilsExecError: command 'D:\\buildarea\\3.10.bolen-windows10\\build\\PCbuild\\amd64\\python_d.exe' failed with exit code 1
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\pickletester.py", line 2564, in test_framing_large_objects obj = [b'x' * N, *small_items, b'y' * N, 'z' * N] MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\pickletester.py", line 2665, in test_framed_write_sizes_with_delayed_writer reconstructed = self.loads(pickled) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_pickle.py", line 73, in loads return u.load() File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 1213, in load dispatchkey[0] File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 1658, in load_memoize memo[len(memo)] = self.stack[-1] MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\libregrtest\runtest.py", line 335, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\libregrtest\runtest.py", line 297, in _runtest_inner2 test_runner() File "D:\buildarea\3.10.bolen-windows10\build\lib\test\libregrtest\runtest.py", line 261, in _test_module support.run_unittest(tests) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\support\__init__.py", line 1109, in run_unittest _run_suite(suite) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\support\__init__.py", line 984, in _run_suite result = runner.run(suite) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\runner.py", line 176, in run test(result) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 84, in __call__ return self.run(*args, **kwds) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 122, in run test(result) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 84, in __call__ return self.run(*args, **kwds) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 122, in run test(result) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 84, in __call__ return self.run(*args, **kwds) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 122, in run test(result) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\case.py", line 650, in __call__ return self.run(*args, **kwds) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\case.py", line 590, in run with outcome.testPartExecutor(self, isTest=True): File "D:\buildarea\3.10.bolen-windows10\build\lib\contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) MemoryError Fatal Python error: init_sys_streams: can't initialize sys standard streams Python runtime state: core initialized Traceback (most recent call last): File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 879, in exec_module File "<frozen importlib._bootstrap_external>", line 975, in get_code File "<frozen importlib._bootstrap_external>", line 1073, in get_data MemoryError D:\buildarea\3.10.bolen-windows10\build\lib\distutils\command\bdist_dumb.py:12: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead from distutils.sysconfig import get_python_version
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\libregrtest\runtest.py", line 245, in runtest File "D:\buildarea\3.10.bolen-windows10\build\lib\test\libregrtest\runtest.py", line 206, in _runtest MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\pickletester.py", line 2624, in test_optional_frames pickled = self.dumps(obj, proto) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_pickle.py", line 66, in dumps p.dump(arg) File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 487, in dump self.save(obj) File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 560, in save f(self, obj) # Call unbound method with explicit self File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 972, in save_dict self._batch_setitems(obj.items()) File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 998, in _batch_setitems save(v) File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 560, in save f(self, obj) # Call unbound method with explicit self File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 818, in save_bytearray self._write_large_bytes(BYTEARRAY8 + pack("<Q", n), obj) File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 260, in write_large_bytes write(payload) MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\pickletester.py", line 1890, in test_long got = self.loads(p) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_pickle.py", line 73, in loads return u.load() File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 1213, in load dispatchkey[0] File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 1311, in load_long4 self.append(decode_long(data)) File "D:\buildarea\3.10.bolen-windows10\build\lib\pickle.py", line 402, in decode_long return int.from_bytes(data, byteorder='little', signed=True) MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\libregrtest\runtest.py", line 335, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\libregrtest\runtest.py", line 297, in _runtest_inner2 test_runner() File "D:\buildarea\3.10.bolen-windows10\build\lib\test\libregrtest\runtest.py", line 261, in _test_module support.run_unittest(tests) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\support\__init__.py", line 1109, in run_unittest _run_suite(suite) File "D:\buildarea\3.10.bolen-windows10\build\lib\test\support\__init__.py", line 984, in _run_suite result = runner.run(suite) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\runner.py", line 176, in run test(result) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 84, in __call__ return self.run(*args, **kwds) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 122, in run test(result) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 84, in __call__ return self.run(*args, **kwds) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 122, in run test(result) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 84, in __call__ return self.run(*args, **kwds) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\suite.py", line 122, in run test(result) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\case.py", line 650, in __call__ return self.run(*args, **kwds) File "D:\buildarea\3.10.bolen-windows10\build\lib\unittest\case.py", line 590, in run with outcome.testPartExecutor(self, isTest=True): File "D:\buildarea\3.10.bolen-windows10\build\lib\contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_itertools.py", line 1514, in test_tee_del_backward any(forward) # exhaust the iterator MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\test_compile.py", line 727, in test_stack_overflow compile("if a: b\n" * 200000, "<dummy>", "exec") MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\test\pickletester.py", line 2547, in test_framing_many_objects obj = list(range(10**5)) MemoryError
Traceback (most recent call last): File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\tests\test_install.py", line 231, in test_record_extensions cmd.run() File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\command\install.py", line 568, in run self.run_command('build') File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\command\build.py", line 135, in run self.run_command(cmd_name) File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\command\build_ext.py", line 340, in run self.build_extensions() File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\command\build_ext.py", line 449, in build_extensions self._build_extensions_serial() File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\command\build_ext.py", line 474, in _build_extensions_serial self.build_extension(ext) File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\command\build_ext.py", line 529, in build_extension objects = self.compiler.compile(sources, File "D:\buildarea\3.10.bolen-windows10\build\lib\distutils\_msvccompiler.py", line 403, in compile raise CompileError(msg) distutils.errors.CompileError: command 'cl.exe' failed: None
Test report
Failed tests:
- test_shutil
- test_capi
- test_compile
Failed subtests:
- test_framing_many_objects - test.test_pickle.PyPicklerTests
- test_tee_del_backward - test.test_itertools.TestBasicOps
- test_big_dict_literal - test.test_compile.TestSpecifics
- test_stack_overflow - test.test_compile.TestSpecifics
- test_large_pickles - test.test_pickle.PyPicklerTests
- test_record_extensions - distutils.tests.test_install.InstallTestCase
- test_list_chunking - test.test_pickle.PyPicklerTests
- test_compiler_recursion_limit - test.test_compile.TestSpecifics
- test_optional_frames - test.test_pickle.PyPicklerTests
- test_unpack_archive_xztar - test.test_shutil.TestArchives
- test_framed_write_sizes_with_delayed_writer - test.test_pickle.PyPicklerTests
- test_framing_large_objects - test.test_pickle.PyPicklerTests
- test_long - test.test_pickle.PyPicklerTests
- test_byte_compile - distutils.tests.test_install_lib.InstallLibTestCase
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org