The Buildbot has detected a new failure on builder AMD64 Windows Server 2022 NoGIL 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1241/builds/3111
Buildbot URL: https://buildbot.python.org/ Worker for this Build: itamaro-win64-srv-22-aws Build Reason: <unknown> Blamelist: Adam Turner <9087854+aa-tur...@users.noreply.github.com>, Anthony Shaw <anthony.p.s...@gmail.com>, Bar Harel <bha...@barharel.com>, Barney Gale <barney.g...@gmail.com>, Brandt Bucher <brandtbuc...@microsoft.com>, Bénédikt Tran <10796600+picn...@users.noreply.github.com>, CF Bolz-Tereick <cfb...@gmx.de>, Cody Maloney <cmalo...@users.noreply.github.com>, Donghee Na <donghee...@python.org>, Irit Katriel <1055913+iritkatr...@users.noreply.github.com>, Jonathan Protzenko <pr...@microsoft.com>, Kevin Evans <evans.kev...@gmail.com>, Kirill Podoprigora <kirill.ba...@mail.ru>, Mark Shannon <m...@hotpy.org>, Matt Wozniski <mwozni...@bloomberg.net>, Pablo Galindo Salgado <pablog...@gmail.com>, Peter Bierma <zintensity...@gmail.com>, Sam Gross <colesb...@gmail.com>, Sergey B Kirpichev <skirpic...@gmail.com>, Serhiy Storchaka <storch...@gmail.com>, Shantanu <12621235+hauntsani...@users.noreply.github.com>, Terry Jan Reedy <tjre...@udel.edu>, Victor Stinner <vstin...@python.org>, Wuli an <1055917...@qq.com>, blhsing <blhs...@gmail.com>, mpage <mp...@meta.com>, neonene <53406459+neon...@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): Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\__init__.py", line 200, in _force_run Warning -- return func(*args) Warning -- PermissionError: [WinError 5] Access is denied: 'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\test_python_fv62uywx\\_CL_2c2658a7ex' Warning -- Warning -- During handling of the above exception, another exception occurred: Warning -- Warning -- Traceback (most recent call last): Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\libregrtest\run_workers.py", line 399, in run Warning -- mp_result = self._runtest(test_name) Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\libregrtest\run_workers.py", line 359, in _runtest Warning -- retcode, tmp_files = self.run_tmp_files(worker_runtests, Warning -- ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ Warning -- stdout_file.fileno()) Warning -- ^^^^^^^^^^^^^^^^^^^^^ Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\libregrtest\run_workers.py", line 299, in run_tmp_files Warning -- os_helper.rmtree(tmp_dir) Warning -- ~~~~~~~~~~~~~~~~^^^^^^^^^ Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\os_helper.py", line 465, in rmtree Warning -- _rmtree(path) Warning -- ~~~~~~~^^^^^^ Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\os_helper.py", line 408, in _rmtree Warning -- _waitfor(_rmtree_inner, path, waitall=True) Warning -- ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\os_helper.py", line 353, in _waitfor Warning -- func(pathname) Warning -- ~~~~^^^^^^^^^^ Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\os_helper.py", line 407, in _rmtree_inner Warning -- _force_run(fullname, os.unlink, fullname) Warning -- ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\__init__.py", line 211, in _force_run Warning -- return func(*args) Warning -- PermissionError: [WinError 5] Access is denied: 'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\test_python_fv62uywx\\_CL_2c2658a7ex' Kill <WorkerThread #1 running test=test_tempfile pid=5548 time=4 min 36 sec> process Kill <WorkerThread #2 running test=test_smtplib pid=7352 time=4 min 38 sec> process Kill <WorkerThread #3 running test=test.test_asyncio.test_sock_lowlevel pid=2388 time=44.6 sec> process Kill <WorkerThread #5 running test=test_traceback pid=8176 time=9 min 44 sec> process Kill <WorkerThread #6 running test=test_tkinter pid=5280 time=4 min 54 sec> process Kill <WorkerThread #7 running test=test_pathlib pid=3336 time=9 min 46 sec> process Kill <WorkerThread #8 running test=test_repl pid=6248 time=2 min 40 sec> process Kill <WorkerThread #9 running test=test_glob pid=8024 time=240 ms> process Kill <WorkerThread #10 running test=test_venv pid=8840 time=4 min 58 sec> process Traceback (most recent call last): File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\libregrtest\single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\libregrtest\single.py", line 128, in _load_run_test test_mod = importlib.import_module(module_name) File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\importlib\__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1386, in _gcd_import File "<frozen importlib._bootstrap>", line 1359, in _find_and_load File "<frozen importlib._bootstrap>", line 1323, in _find_and_load_unlocked ModuleNotFoundError: No module named 'test.<regrtest worker>' Test report =========== Failed tests: - worker> - <regrtest - test.test_multiprocessing_spawn.test_misc 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