Buildbot failure in Python on whole buildset
The Buildbot has detected a new failure on builder AMD64 Windows10 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/146/builds/1279
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bolen-windows10
Build Reason: <unknown> Blamelist: Christian Heimes <christian@python.org>, Nikita Sobolev <mail@sobolevn.me>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
398 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 3 min 48 sec
- test_unparse: 2 min 29 sec
- test_concurrent_futures: 2 min 12 sec
- test_cmd_line: 2 min 10 sec
- test_tokenize: 2 min 7 sec
- test_capi: 1 min 54 sec
- test_lib2to3: 1 min 49 sec
- test_unicodedata: 1 min 35 sec
- test_asyncio: 1 min 33 sec
- test_mmap: 1 min 29 sec
1 test failed: test_compile
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
3 re-run tests: test_compile test_compileall test_peg_generator
Total duration: 15 min 6 sec
Captured traceback
Traceback (most recent call last): File "D:\buildarea\3.x.bolen-windows10\build\lib\test\test_peg_generator\test_c_parser.py", line 283, in test_pass_stmt_action self.run_test(grammar_source, test_source) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\test\test_peg_generator\test_c_parser.py", line 96, in run_test self.build_extension(grammar_source) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\test\test_peg_generator\test_c_parser.py", line 93, in build_extension generate_parser_c_extension(grammar, Path(self.tmp_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\Tools\peg_generator\pegen\testutil.py", line 104, in generate_parser_c_extension compile_c_extension(str(source), build_dir=str(path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\Tools\peg_generator\pegen\build.py", line 92, in compile_c_extension cmd.run() ^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\command\build_ext.py", line 340, in run self.build_extensions() ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\command\build_ext.py", line 449, in build_extensions self._build_extensions_serial() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\command\build_ext.py", line 474, in _build_extensions_serial self.build_extension(ext) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\command\build_ext.py", line 551, in build_extension self.compiler.link_shared_object( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\ccompiler.py", line 713, in link_shared_object self.link(CCompiler.SHARED_OBJECT, objects, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\_msvccompiler.py", line 499, in link raise LinkError(msg) ^^^^^^^^^^^^^^^^^^^^ distutils.errors.LinkError: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.16.27023\\bin\\HostX86\\x64\\link.exe' failed with exit code 1340
Traceback (most recent call last): File "D:\buildarea\3.x.bolen-windows10\build\lib\test\test_peg_generator\test_c_parser.py", line 76, in setUp cmd = support.missing_compiler_executable() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\test\support\__init__.py", line 1743, in missing_compiler_executable compiler.initialize() ^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\_msvccompiler.py", line 220, in initialize vc_env = _get_vc_env(plat_spec) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\_msvccompiler.py", line 125, in _get_vc_env out = subprocess.check_output( ^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\subprocess.py", line 502, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\subprocess.py", line 967, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\subprocess.py", line 1436, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [WinError 1450] Insufficient system resources exist to complete the requested service
Traceback (most recent call last): File "D:\buildarea\3.x.bolen-windows10\build\lib\test\test_compile.py", line 729, in test_stack_overflow compile("if a: b\n" * 200000, "<dummy>", "exec") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MemoryError
Traceback (most recent call last): File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\_msvccompiler.py", line 497, in link self.spawn([self.linker] + ld_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\_msvccompiler.py", line 507, in spawn return super().spawn(cmd) ^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\ccompiler.py", line 910, in spawn spawn(cmd, dry_run=self.dry_run) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\spawn.py", line 91, in spawn raise DistutilsExecError( ^^^^^^^^^^^^^^^^^^^^^^^^^ distutils.errors.DistutilsExecError: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.16.27023\\bin\\HostX86\\x64\\link.exe' failed with exit code 1340
Traceback (most recent call last):
Traceback (most recent call last): File "D:\buildarea\3.x.bolen-windows10\build\lib\test\test_py_compile.py", line 22, in wrapper return fxn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\test\test_compileall.py", line 854, in test_multiple_optimization_levels self.assertRunOK(path, *("-o" + str(n) for n in opt_combination)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\test\test_compileall.py", line 494, in assertRunOK rc, out, err = script_helper.assert_python_ok( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\test\support\script_helper.py", line 160, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\test\support\script_helper.py", line 145, in _assert_python res.fail(cmd_line) ^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\test\support\script_helper.py", line 72, in fail raise AssertionError("Process return code is %d\n" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Process return code is 1 command line: ['D:\\buildarea\\3.x.bolen-windows10\\build\\PCbuild\\amd64\\python_d.exe', '-X', 'faulthandler', '-S', '-m', 'compileall', 'd:\\temp\\tmpacjwxf6e\\optimizations', '-o0', '-o2']
Traceback (most recent call last): File "D:\buildarea\3.x.bolen-windows10\build\lib\test\test_peg_generator\test_c_parser.py", line 76, in setUp cmd = support.missing_compiler_executable() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\test\support\__init__.py", line 1743, in missing_compiler_executable compiler.initialize() ^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\_msvccompiler.py", line 220, in initialize vc_env = _get_vc_env(plat_spec) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\_msvccompiler.py", line 125, in _get_vc_env out = subprocess.check_output( ^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\subprocess.py", line 502, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\subprocess.py", line 967, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\buildarea\3.x.bolen-windows10\build\lib\subprocess.py", line 1436, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [WinError 1455] The paging file is too small for this operation to complete
Test report
Failed tests:
- test_compile
- test_peg_generator
- test_compileall
Failed subtests:
- test_soft_keywords_parse - test.test_peg_generator.test_c_parser.TestCParser
- test_pass_stmt_action - test.test_peg_generator.test_c_parser.TestCParser
- test_stack_overflow - test.test_compile.TestSpecifics
- test_same_name_different_types - test.test_peg_generator.test_c_parser.TestCParser
- test_soft_keywords_lookahead - test.test_peg_generator.test_c_parser.TestCParser
- test_return_stmt_noexpr_action - test.test_peg_generator.test_c_parser.TestCParser
- test_multiple_optimization_levels - test.test_compileall.CommandLineTestsNoSourceEpoch
- test_soft_keywords - test.test_peg_generator.test_c_parser.TestCParser
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Rawhide Clang 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/188/builds/1000
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist: Nikita Sobolev <mail@sobolevn.me>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: ENV CHANGED ==
417 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 37 sec
- test_peg_generator: 2 min 11 sec
- test_multiprocessing_spawn: 1 min 29 sec
- test_multiprocessing_forkserver: 1 min 11 sec
- test_multiprocessing_fork: 1 min 5 sec
- test_asyncio: 58.1 sec
- test_signal: 47.5 sec
- test_socket: 37.7 sec
- test_io: 37.5 sec
- test_pydoc: 31.6 sec
1 test altered the execution environment: test_ftplib
12 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
Total duration: 3 min
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_9d682187'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/threading.py", line 1031, in _bootstrap_inner self.run() ^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_ftplib.py", line 298, in run asyncore.loop(timeout=0.1, count=1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/asyncore.py", line 214, in loop poll_fun(timeout, map) ^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/asyncore.py", line 157, in poll read(obj) ^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/asyncore.py", line 94, in read obj.handle_error() ^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_ftplib.py", line 421, in handle_error raise Exception ^^^^^^^^^^^^^^^ Exception k
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_798ca730'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/asyncore.py", line 90, in read obj.handle_read_event() ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_ftplib.py", line 384, in handle_read_event self._do_ssl_handshake() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_ftplib.py", line 345, in _do_ssl_handshake self.socket.do_handshake() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/ssl.py", line 1346, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:998)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_62efafc9'
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org