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/1933
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: itamaro-ubuntu-aws
Build Reason: <unknown>
Blamelist: Barney Gale <[email protected]>, Eric Snow
<[email protected]>, Erlend E. Aasland <[email protected]>, Ezio
Melotti <[email protected]>, Gregory P. Smith <[email protected]>, Nice
Zombies <[email protected]>, Peter Lazorchak <[email protected]>,
Raymond Hettinger <[email protected]>, Sam Gross
<[email protected]>, Shantanu
<[email protected]>, Steve Dower
<[email protected]>, Victor Stinner <[email protected]>, Zackery Spytz
<[email protected]>
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/unittest/async_case.py",
line 93, in _callTestMethod
| if self._callMaybeAsync(method) is not None:
| ~~~~~~~~~~~~~~~~~~~~^^^^^^^^
| File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/unittest/async_case.py",
line 115, in _callMaybeAsync
| return self._asyncioRunner.run(
| ~~~~~~~~~~~~~~~~~~~~~~~^
| func(*args, **kwargs),
| ^^^^^^^^^^^^^^^^^^^^^^
| context=self._asyncioTestContext,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| )
| ^
| File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/runners.py",
line 118, in run
| return self._loop.run_until_complete(task)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
| File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/base_events.py",
line 721, in run_until_complete
| return future.result()
| ~~~~~~~~~~~~~^^
| File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/test_asyncio/test_taskgroups.py",
line 658, in test_taskgroup_23
| async with taskgroups.TaskGroup() as g:
| ...<6 lines>...
| self.assertEqual(len(g._tasks), 0)
| File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/taskgroups.py",
line 147, in __aexit__
| raise me from None
| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
+-+---------------- 1 ----------------
| Traceback (most recent call last):
| File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/test_asyncio/test_taskgroups.py",
line 663, in test_taskgroup_23
| self.assertLess(len(g._tasks), 5)
| ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
| AssertionError: 5 not less than 5
+------------------------------------
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):
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_qko71ue7/tmp7sykgw26/python-installation/lib/python3.13/test/test_unittest'
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 465, 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 449, 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 445, 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 445, 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 445, in _rmtree_inner
Warning -- _rmtree_inner(fullname)
Warning -- ~~~~~~~~~~~~~^^^^^^^^^^
Warning -- [Previous line repeated 2 more times]
Warning -- File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/support/os_helper.py",
line 446, 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_qko71ue7/tmp7sykgw26/python-installation/lib/python3.13/test/test_unittest'
Kill <WorkerThread #1 running test=test_selectors pid=2457904 time=31.8 sec>
process group
Kill <WorkerThread #2 running test=test_unparse pid=2452232 time=4 min 33 sec>
process group
Kill <WorkerThread #3 running test=test_math pid=2451100 time=5 min 25 sec>
process group
Kill <WorkerThread #4 running test=test_unicodedata pid=2444121 time=10 min 32
sec> process group
Kill <WorkerThread #6 running test=test_source_encoding pid=2454077 time=3 min
9 sec> process group
Kill <WorkerThread #7 running test=test_pickle pid=2457641 time=43.9 sec>
process group
Kill <WorkerThread #8 running test=test_decimal pid=2454778 time=2 min 56 sec>
process group
Kill <WorkerThread #9 running test=test_faulthandler pid=2457833 time=34.7 sec>
process group
Kill <WorkerThread #10 running test=test.test_gdb.test_cfunction pid=2451659
time=5 min 18 sec> process group
Traceback (most recent call last):
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/test_concurrent_futures/executor.py",
line 71, in test_map_timeout
self.assertEqual([None, None], results)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Lists differ: [None, None] != []
Test report
===========
Failed tests:
- <regrtest
- worker>
- test.test_concurrent_futures.test_process_pool
- test.test_asyncio.test_taskgroups
Failed subtests:
- test_taskgroup_23 -
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_23
- test_map_timeout -
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout
Sincerely,
-The Buildbot
_______________________________________________
Buildbot-status mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: [email protected]