[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
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/1544 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-ubuntu-aws Build Reason: Blamelist: Mark Shannon , Seth Michael Larson 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/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 "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'test.' 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_w4by6uu6/tmpqputqvjt/python-installation/lib/python3.13/test' 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_w4by6uu6/tmpqputqvjt/python-installation/lib/python3.13/test' Kill process group Kill process group Kill process group Kill process group Kill process group Kill process group Kill process group Kill process group Kill process group Test report === Failed tests: - worker> - https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL Refleaks 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1226/builds/1291 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-ubuntu-aws Build Reason: Blamelist: Brandt Bucher , Irit Katriel <1055913+iritkatr...@users.noreply.github.com>, Mark Shannon , Nikita Sobolev , Seth Michael Larson 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.refleak.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.refleak.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.4 sec Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.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.refleak.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 Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.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 subtests: - test_map_timeout - test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout - test_flock - __main__.FNTLEINTRTest.test_flock - test_all - test.test_eintr.EINTRTests.test_all 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
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.11)
The Buildbot has detected a new failure on builder s390x Fedora Rawhide LTO 3.11 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/947/builds/1081 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: edelsohn-fedora-rawhide-z Build Reason: Blamelist: Brian Schubert , Kirill Podoprigora , Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>, Serhiy Storchaka BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 171, done. remote: Counting objects: 1% (1/87) remote: Counting objects: 2% (2/87) remote: Counting objects: 3% (3/87) remote: Counting objects: 4% (4/87) remote: Counting objects: 5% (5/87) remote: Counting objects: 6% (6/87) remote: Counting objects: 8% (7/87) remote: Counting objects: 9% (8/87) remote: Counting objects: 10% (9/87) remote: Counting objects: 11% (10/87) remote: Counting objects: 12% (11/87) remote: Counting objects: 13% (12/87) remote: Counting objects: 14% (13/87) remote: Counting objects: 16% (14/87) remote: Counting objects: 17% (15/87) remote: Counting objects: 18% (16/87) remote: Counting objects: 19% (17/87) remote: Counting objects: 20% (18/87) remote: Counting objects: 21% (19/87) remote: Counting objects: 22% (20/87) remote: Counting objects: 24% (21/87) remote: Counting objects: 25% (22/87) remote: Counting objects: 26% (23/87) remote: Counting objects: 27% (24/87) remote: Counting objects: 28% (25/87) remote: Counting objects: 29% (26/87) remote: Counting objects: 31% (27/87) remote: Counting objects: 32% (28/87) remote: Counting objects: 33% (29/87) remote: Counting objects: 34% (30/87) remote: Counting objects: 35% (31/87) remote: Counting objects: 36% (32/87) remote: Counting objects: 37% (33/87) remote: Counting objects: 39% (34/87) remote: Counting objects: 40% (35/87) remote: Counting objects: 41% (36/87) remote: Counting objects: 42% (37/87) remote: Counting objects: 43% (38/87) remote: Counting objects: 44% (39/87) remote: Counting objects: 45% (40/87) remote: Counting objects: 47% (41/87) remote: Counting objects: 48% (42/87) remote: Counting objects: 49% (43/87) remote: Counting objects: 50% (44/87) remote: Counting objects: 51% (45/87) remote: Counting objects: 52% (46/87) remote: Counting objects: 54% (47/87) remote: Counting objects: 55% (48/87) remote: Counting objects: 56% (49/87) remote: Counting objects: 57% (50/87) remote: Counting objects: 58% (51/87) remote: Counting objects: 59% (52/87) remote: Counting objects: 60% (53/87) remote: Counting objects: 62% (54/87) remote: Counting objects: 63% (55/87) remote: Counting objects: 64% (56/87) remote: Counting objects: 65% (57/87) remote: Counting objects: 66% (58/87) remote: Counting objects: 67% (59/87) remote: Counting objects: 68% (60/87) remote: Counting objects: 70% (61/87) remote: Counting objects: 71% (62/87) remote: Counting objects: 72% (63/87) remote: Counting objects: 73% (64/87) remote: Counting objects: 74% (65/87) remote: Counting objects: 75% (66/87) remote: Counting objects: 77% (67/87) remote: Counting objects: 78% (68/87) remote: Counting objects: 79% (69/87) remote: Counting objects: 80% (70/87) remote: Counting objects: 81% (71/87) remote: Counting objects: 82% (72/87) remote: Counting objects: 83% (73/87) remote: Counting objects: 85% (74/87) remote: Counting objects: 86% (75/87) remote: Counting objects: 87% (76/87) remote: Counting objects: 88% (77/87) remote: Counting objects: 89% (78/87) remote: Counting objects: 90% (79/87) remote: Counting objects: 91% (80/87) remote: Counting objects: 93% (81/87) remote: Counting objects: 94% (82/87) remote: Counting objects: 95% (83/87) remote: Counting objects: 96% (84/87) remote: Counting objects: 97% (85/87) remote: Counting objects: 98% (86/87) remote: Counting objects: 100% (87/87) remote: Counting objects: 100% (87/87), done. remote: Compressing objects: 3% (1/26) remote: Compressing objects: 7% (2/26) remote: Compressing objects: 11% (3/26) remote: Compressi