[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder x86 Debian Non-Debug with X 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1245/builds/1580 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: ware-debian-x86 Build Reason: Blamelist: Petr Viktorin BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 5, done. remote: Counting objects: 20% (1/5) remote: Counting objects: 40% (2/5) remote: Counting objects: 60% (3/5) remote: Counting objects: 80% (4/5) remote: Counting objects: 100% (5/5) remote: Counting objects: 100% (5/5), done. remote: Compressing objects: 20% (1/5) remote: Compressing objects: 40% (2/5) remote: Compressing objects: 60% (3/5) remote: Compressing objects: 80% (4/5) remote: Compressing objects: 100% (5/5) remote: Compressing objects: 100% (5/5), done. remote: Total 5 (delta 0), reused 0 (delta 0), pack-reused 0 >From https://github.com/python/cpython * branch main -> FETCH_HEAD Note: switching to '42ae924d278c48a719fb0ab86357f3235a9f7ab9'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 42ae924d27 gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-117128) Switched to and reset branch 'main' configure: WARNING: i686-pc-linux-gnu/gcc is not supported configure: WARNING: Platform "i686-pc-linux-gnu" with compiler "gcc" is not supported by the CPython core team, see https://peps.python.org/pep-0011/ for more information. In file included from Objects/mimalloc/static.c:26, from Objects/obmalloc.c:22: Objects/mimalloc/arena.c:59:1: note: the alignment of ‘_Atomic long long int’ fields changed in GCC 11.1 59 | } mi_arena_t; | ^ Objects/obmalloc.c: In function ‘py_mimalloc_print_stats’: Objects/obmalloc.c:3245:45: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 3245 | fprintf(out, "Small block threshold = %zd, in %u size classes.\n", | ~~^ | | | int | %ld Objects/obmalloc.c:3247:46: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 3247 | fprintf(out, "Medium block threshold = %zd\n", |~~^ | | | int |%ld Objects/obmalloc.c:3249:45: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 3249 | fprintf(out, "Large object max size = %zd\n", | ~~^ | | | int | %ld In file included from Python/ceval.c:1040: Python/executor_cases.c.h: In function ‘_PyEval_EvalFrameDefault’: Python/executor_cases.c.h:1987:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1987 | PyObject *descr = (PyObject *)CURRENT_OPERAND(); | ^ Python/executor_cases.c.h:2003:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2003 | PyObject *descr = (PyObject *)CURRENT_OPERAND(); | ^ Python/executor_cases.c.h:2723:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2723 | PyObject *descr = (PyObject *)CURRENT_OPERAND(); | ^ Python/executor_cases.c.h:2743:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2743 | PyObject *descr = (PyObject *)CURRENT_OPERAND(); | ^ Python/executor_cases.c.h:2762:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2762 | PyObject *d
[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/1839 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-ubuntu-aws Build Reason: Blamelist: Serhiy Storchaka 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 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 Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py", line 5176, in test_wait_integer self.assertLess(delta, expected + 2) ~~~^ AssertionError: 5.1435575732029974 not less than 5 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 301.0 sec Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/multiprocessing/process.py", line 314, in _bootstrap self.run() ^^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) ^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py", line 5329, in child join_process(p) ^^^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py", line 105, in join_process threading_helper.join_thread(process) ^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/support/threading_helper.py", line 116, in join_thread raise AssertionError(msg) AssertionError: failed to join the thread in 30.0 seconds k 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): | 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/builda
[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/1532 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-ubuntu-aws Build Reason: Blamelist: Vinay Sajip 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_multiprocessing.py", line 892, in test_forkserver_sigkill self.check_forkserver_death(signal.SIGKILL) ~~~ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py", line 882, in check_forkserver_death self.assertTrue(evt.is_set()) ~~~^^ AssertionError: False is not true 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] != [] Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.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.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.5 sec 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.5 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_multiprocessing.py", line 2055, in test_abort_and_reset self.assertEqual(len(results2), self.N-1) ^ AssertionError: 5 != 4 Test report === Failed tests: - test.test_concurrent_futures.test_process_pool - test_eintr Failed subtests: - test_map_timeout - test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout - test_map_timeout - test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout - test_lockf - __main__.FNTLEINTRTest.test_lockf - test_all - test.test_eintr.EINTRTests.test_all - test_flock - __main__.FNTLEINTRTest.test_flock - test_forkserver_sigkill - test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_forkserver_sigkill Test leaking resources: - test_processes: memory blocks Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 FreeBSD15 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1238/builds/1760 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: opsec-fbsd15 Build Reason: Blamelist: Vinay Sajip BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 15, done. remote: Counting objects: 6% (1/15) remote: Counting objects: 13% (2/15) remote: Counting objects: 20% (3/15) remote: Counting objects: 26% (4/15) remote: Counting objects: 33% (5/15) remote: Counting objects: 40% (6/15) remote: Counting objects: 46% (7/15) remote: Counting objects: 53% (8/15) remote: Counting objects: 60% (9/15) remote: Counting objects: 66% (10/15) remote: Counting objects: 73% (11/15) remote: Counting objects: 80% (12/15) remote: Counting objects: 86% (13/15) remote: