☠ Buildbot (Python): python/cpython - failed test (failure) (main)
![](https://secure.gravatar.com/avatar/877320e8ca98bd05c38bfe044ab7ee88.jpg?s=120&d=mm&r=g)
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1225/builds/1318
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: itamaro-ubuntu-aws
Build Reason: <unknown> Blamelist: dependabot[bot] <49699333+dependabot[bot]@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 "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 535, in test_flock self._lock(fcntl.flock, "flock") ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 517, in _lock raise Exception("failed to sync child in %.1f sec" % dt) Exception: failed to sync child in 300.0 sec
Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 532, in test_lockf self._lock(fcntl.lockf, "lockf") ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 517, in _lock raise Exception("failed to sync child in %.1f sec" % dt) Exception: failed to sync child in 300.2 sec
Traceback (most recent call last): Warning -- File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/support/__init__.py", line 198, in _force_run Warning -- return func(*args) Warning -- ~~~~^^^^^^^ Warning -- OSError: [Errno 39] Directory not empty: '/tmp/test_python_5fmb0ruj/tmpimyex8vm/python-installation/lib/python3.13/__pycache__' Warning -- Warning -- During handling of the above exception, another exception occurred: Warning -- Warning -- Traceback (most recent call last): Warning -- File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/libregrtest/run_workers.py", line 389, in run Warning -- mp_result = self._runtest(test_name) Warning -- ~~~~~~~~~~~~~^^^^^^^^^^^ Warning -- File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/libregrtest/run_workers.py", line 349, in _runtest Warning -- retcode, tmp_files = self.run_tmp_files(worker_runtests, Warning -- ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ Warning -- stdout_file.fileno()) Warning -- ^^^^^^^^^^^^^^^^^^^^^ Warning -- File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/libregrtest/run_workers.py", line 289, in run_tmp_files Warning -- os_helper.rmtree(tmp_dir) Warning -- ~~~~~~~~~~~~~~~~^^^^^^^^^ Warning -- File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/support/os_helper.py", line 448, in rmtree Warning -- _rmtree(path) Warning -- ~~~~~~~^^^^^^ Warning -- File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/support/os_helper.py", line 432, in _rmtree Warning -- _rmtree_inner(path) Warning -- ~~~~~~~~~~~~~^^^^^^ Warning -- File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/support/os_helper.py", line 428, in _rmtree_inner Warning -- _rmtree_inner(fullname) Warning -- ~~~~~~~~~~~~~^^^^^^^^^^ Warning -- File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/support/os_helper.py", line 428, in _rmtree_inner Warning -- _rmtree_inner(fullname) Warning -- ~~~~~~~~~~~~~^^^^^^^^^^ Warning -- File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/support/os_helper.py", line 428, in _rmtree_inner Warning -- _rmtree_inner(fullname) Warning -- ~~~~~~~~~~~~~^^^^^^^^^^ Warning -- [Previous line repeated 1 more time] Warning -- File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/support/os_helper.py", line 429, in _rmtree_inner Warning -- _force_run(path, os.rmdir, fullname) Warning -- ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning -- File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/support/__init__.py", line 209, in _force_run Warning -- return func(*args) Warning -- ~~~~^^^^^^^ Warning -- OSError: [Errno 39] Directory not empty: '/tmp/test_python_5fmb0ruj/tmpimyex8vm/python-installation/lib/python3.13/__pycache__' Kill <WorkerThread #1 running test=test_peg_generator pid=1404199 time=2 min 5 sec> process group Kill <WorkerThread #2 running test=test_tokenize pid=1399543 time=4 min 44 sec> process group Kill <WorkerThread #4 running test=test_pdb pid=1404476 time=38.7 sec> process group Kill <WorkerThread #5 running test=test_tarfile pid=1399418 time=4 min 45 sec> process group Kill <WorkerThread #6 running test=test.test_multiprocessing_spawn.test_processes pid=1394612 time=8 min 12 sec> process group Kill <WorkerThread #7 running test=test_math pid=1385054 time=13 min 47 sec> process group Kill <WorkerThread #8 running test=test.test_asyncio.test_ssl pid=1404223 time=1 min 59 sec> process group Kill <WorkerThread #9 running test=test_import pid=1404498 time=31.2 sec> process group Kill <WorkerThread #10 running test=test_json pid=1404433 time=46.2 sec> process group
Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/libregrtest/single.py", line 178, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/libregrtest/single.py", line 125, in _load_run_test test_mod = importlib.import_module(module_name) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'test.<regrtest worker>'
Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/test_eintr.py", line 17, in test_all script_helper.run_test_script(script) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/support/script_helper.py", line 316, in run_test_script raise AssertionError(f"{name} failed") AssertionError: script _test_eintr.py failed
Test report
Failed tests:
- worker>
- <regrtest
Failed subtests:
- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_flock - __main__.FNTLEINTRTest.test_flock
- test_all - test.test_eintr.EINTRTests.test_all
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org