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/1395
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: itamaro-ubuntu-aws
Build Reason: <unknown>
Blamelist: Itamar Oren <[email protected]>, Mark Shannon <[email protected]>,
Prince Roshan <[email protected]>, Sam Gross <[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.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 "<string>", line 18, in <module>
support.wait_process(childpid, exitcode=0)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/__init__.py",
line 2067, in wait_process
raise AssertionError(f"process {pid} exited with code {exitcode2}, "
f"but exit code {exitcode} is expected")
AssertionError: process 12417 exited with code -6, but exit code 0 is expected
---
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_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_threading.py",
line 1271, in test_2_join_in_forked_process
self._run_and_join(script)
~~~~~~~~~~~~~~~~~~^^^^^^^^
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_threading.py",
line 1237, in _run_and_join
rc, out, err = assert_python_ok("-c", script)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/script_helper.py",
line 180, in assert_python_ok
return _assert_python(True, *args, **env_vars)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/script_helper.py",
line 165, in _assert_python
res.fail(cmd_line)
~~~~~~~~^^^^^^^^^^
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/script_helper.py",
line 75, in fail
raise AssertionError("Process return code is %d\n"
...<13 lines>...
err))
AssertionError: Process return code is 1
command line:
['/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/python',
'-X', 'faulthandler', '-I', '-c', "if 1:\n import sys, os, time,
threading\n\n # a thread, which waits for the main program to
terminate\n def joiningfunc(mainthread):\n
mainthread.join()\n print('end of thread')\n #
stdout is fully buffered because not a tty, we have to flush\n #
before exit.\n sys.stdout.flush()\n \nif 1:\n
from test import support\n\n childpid = os.fork()\n if
childpid != 0:\n # parent process\n
support.wait_process(childpid, exitcode=0)\n sys.exit(0)\n\n
# child process\n t = threading.Thread(target=joiningfunc,\n
args=(threading.current_thread(),))\n
t.start()\n print('end of main')\n "]
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.4 sec
Traceback (most recent call last):
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_logging.py",
line 6142, in test_rollover_at_weekday
self.assertLogFile(otherfn)
~~~~~~~~~~~~~~~~~~^^^^^^^^^
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_logging.py",
line 5891, in assertLogFile
self.assertTrue(os.path.exists(filename),
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
msg="Log file %r does not exist" % filename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: False is not true : Log file
'/tmp/test_python_boytufc3/test_logging-2-jaoxictc.log.2024-02-28' does not
exist
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
Traceback (most recent call last):
| File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.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.refleak.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.refleak.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.refleak.nogil/build/Lib/asyncio/base_events.py",
line 712, in run_until_complete
| return future.result()
| ~~~~~~~~~~~~~^^
| File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_asyncio/test_taskgroups.py",
line 657, 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.refleak.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.refleak.nogil/build/Lib/test/test_asyncio/test_taskgroups.py",
line 662, in test_taskgroup_23
| self.assertLess(len(g._tasks), 5)
| ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
| AssertionError: 5 not less than 5
+------------------------------------
Test report
===========
Failed tests:
- test_eintr
- test.test_concurrent_futures.test_process_pool
- test_logging
- test_threading
- test.test_asyncio.test_taskgroups
- test.test_multiprocessing_spawn.test_manager
Failed subtests:
- test_all - test.test_eintr.EINTRTests.test_all
- 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
- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_rollover_at_weekday -
test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_weekday
- test_2_join_in_forked_process -
test.test_threading.ThreadJoinOnShutdown.test_2_join_in_forked_process
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora
Rawhide 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/538/builds/4537
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: AN Long <[email protected]>, Amethyst Reese
<[email protected]>, Barney Gale <[email protected]>, Brandt Bucher
<[email protected]>, Brett Cannon <[email protected]>, Brett Simmers
<[email protected]>, Carl Bordum Hansen <[email protected]>, Dino
Viehland <[email protected]>, Donghee Na <[email protected]>, Emmanuel
Arias <[email protected]>, Eric Snow <[email protected]>, Erlend E.
Aasland <[email protected]>, Ethan Furman <[email protected]>, Gouvernathor
<[email protected]>, Gregory P. Smith
<[email protected]>, Guido van Rossum <[email protected]>, HarryLHW
<[email protected]>, Hugo van Kemenade
<[email protected]>, Humbulani
<[email protected]>, Iman Tabrizian
<[email protected]>, Itamar Oren <[email protected]>, Jan Max Meyer
<[email protected]>, Jelle Zijlstra <[email protected]>, Jérémie Detrey
<[email protected].
github.com>, Ken Jin <[email protected]>, Kerim Kabirov
<[email protected]>, Kien Dang <[email protected]>,
Kirill Podoprigora <[email protected]>, Malcolm Smith <[email protected]>,
Marco Trevisan <[email protected]>, Mark Shannon <[email protected]>, Michael
Droettboom <[email protected]>, Michael Felt
<[email protected]>, Miguel Brito
<[email protected]>, Nikita Sobolev
<[email protected]>, Pablo Galindo Salgado <[email protected]>, Petr Viktorin
<[email protected]>, Pierre Ossman (ThinLinc team) <[email protected]>, Prince
Roshan <[email protected]>, Raymond Hettinger
<[email protected]>, Rémi Lapeyre <[email protected]>,
Sam Gross <[email protected]>, Sebastian Pipping <[email protected]>,
Sergey B Kirpichev <[email protected]>, Serhiy Storchaka
<[email protected]>, Seth Michael Larson <[email protected]>, Shantanu
<[email protected]>, Steve Dower
<[email protected]>, Tahoma Software <[email protected]>, Terry Jan Reedy
<[email protected]>, Tian Gao <[email protected]>, Tobias Rautenkranz
<[email protected]>, Victor Stinner <[email protected]>, Vinay
Sajip <[email protected]>, Weii Wang <[email protected]>, Yuriy
Chernyshov <[email protected]>, dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>, mpage <[email protected]>,
pan324 <[email protected]>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 224, done.
remote: Counting objects: 0% (1/219)
remote: Counting objects: 1% (3/219)
remote: Counting objects: 2% (5/219)
remote: Counting objects: 3% (7/219)
remote: Counting objects: 4% (9/219)
remote: Counting objects: 5% (11/219)
remote: Counting objects: 6% (14/219)
remote: Counting objects: 7% (16/219)
remote: Counting objects: 8% (18/219)
remote: Counting objects: 9% (20/219)
remote: Counting objects: 10% (22/219)
remote: Counting objects: 11% (25/219)
remote: Counting objects: 12% (27/219)
remote: Counting objects: 13% (29/219)
remote: Counting objects: 14% (31/219)
remote: Counting objects: 15% (33/219)
remote: Counting objects: 16% (36/219)
remote: Counting objects: 17% (38/219)
remote: Counting objects: 18% (40/219)
remote: Counting objects: 19% (42/219)
remote: Counting objects: 20% (44/219)
remote: Counting objects: 21% (46/219)
remote: Counting objects: 22% (49/219)
remote: Counting objects: 23% (51/219)
remote: Counting objects: 24% (53/219)
remote: Counting objects: 25% (55/219)
remote: Counting objects: 26% (57/219)
remote: Counting objects: 27% (60/219)
remote: Counting objects: 28% (62/219)
remote: Counting objects: 29% (64/219)
remote: Counting objects: 30% (66/219)
remote: Counting objects: 31% (68/219)
remote: Counting objects: 32% (71/219)
remote: Counting objects: 33% (73/219)
remote: Counting objects: 34% (75/219)
remote: Counting objects: 35% (77/219)
remote: Counting objects: 36% (79/219)
remote: Counting objects: 37% (82/219)
remote: Counting objects: 38% (84/219)
remote: Counting objects: 39% (86/219)
remote: Counting objects: 40% (88/219)
remote: Counting objects: 41% (90/219)
remote: Counting objects: 42% (92/219)
remote: Counting objects: 43% (95/219)
remote: Counting objects: 44% (97/219)
remote: Counting objects: 45% (99/219)
remote: Counting objects: 46% (101/219)
remote: Counting objects: 47% (103/219)
remote: Counting objects: 48% (106/219)
remote: Counting objects: 49% (108/219)
remote: Counting objects: 50% (110/219)
remote: Counting objects: 51% (112/219)
remote: Counting objects: 52% (114/219)
remote: Counting objects: 53% (117/219)
remote: Counting objects: 54% (119/219)
remote: Counting objects: 55% (121/219)
remote: Counting objects: 56% (123/219)
remote: Counting objects: 57% (125/219)
remote: Counting objects: 58% (128/219)
remote: Counting objects: 59% (130/219)
remote: Counting objects: 60% (132/219)
remote: Counting objects: 61% (134/219)
remote: Counting objects: 62% (136/219)
remote: Counting objects: 63% (138/219)
remote: Counting objects: 64% (141/219)
remote: Counting objects: 65% (143/219)
remote: Counting objects: 66% (145/219)
remote: Counting objects: 67% (147/219)
remote: Counting objects: 68% (149/219)
remote: Counting objects: 69% (152/219)
remote: Counting objects: 70% (154/219)
remote: Counting objects: 71% (156/219)
remote: Counting objects: 72% (158/219)
remote: Counting objects: 73% (160/219)
remote: Counting objects: 74% (163/219)
remote: Counting objects: 75% (165/219)
remote: Counting objects: 76% (167/219)
remote: Counting objects: 77% (169/219)
remote: Counting objects: 78% (171/219)
remote: Counting objects: 79% (174/219)
remote: Counting objects: 80% (176/219)
remote: Counting objects: 81% (178/219)
remote: Counting objects: 82% (180/219)
remote: Counting objects: 83% (182/219)
remote: Counting objects: 84% (184/219)
remote: Counting objects: 85% (187/219)
remote: Counting objects: 86% (189/219)
remote: Counting objects: 87% (191/219)
remote: Counting objects: 88% (193/219)
remote: Counting objects: 89% (195/219)
remote: Counting objects: 90% (198/219)
remote: Counting objects: 91% (200/219)
remote: Counting objects: 92% (202/219)
remote: Counting objects: 93% (204/219)
remote: Counting objects: 94% (206/219)
remote: Counting objects: 95% (209/219)
remote: Counting objects: 96% (211/219)
remote: Counting objects: 97% (213/219)
remote: Counting objects: 98% (215/219)
remote: Counting objects: 99% (217/219)
remote: Counting objects: 100% (219/219)
remote: Counting objects: 100% (219/219), done.
remote: Compressing objects: 0% (1/165)
remote: Compressing objects: 1% (2/165)
remote: Compressing objects: 2% (4/165)
remote: Compressing objects: 3% (5/165)
remote: Compressing objects: 4% (7/165)
remote: Compressing objects: 5% (9/165)
remote: Compressing objects: 6% (10/165)
remote: Compressing objects: 7% (12/165)
remote: Compressing objects: 8% (14/165)
remote: Compressing objects: 9% (15/165)
remote: Compressing objects: 10% (17/165)
remote: Compressing objects: 11% (19/165)
remote: Compressing objects: 12% (20/165)
remote: Compressing objects: 13% (22/165)
remote: Compressing objects: 14% (24/165)
remote: Compressing objects: 15% (25/165)
remote: Compressing objects: 16% (27/165)
remote: Compressing objects: 17% (29/165)
remote: Compressing objects: 18% (30/165)
remote: Compressing objects: 19% (32/165)
remote: Compressing objects: 20% (33/165)
remote: Compressing objects: 21% (35/165)
remote: Compressing objects: 22% (37/165)
remote: Compressing objects: 23% (38/165)
remote: Compressing objects: 24% (40/165)
remote: Compressing objects: 25% (42/165)
remote: Compressing objects: 26% (43/165)
remote: Compressing objects: 27% (45/165)
remote: Compressing objects: 28% (47/165)
remote: Compressing objects: 29% (48/165)
remote: Compressing objects: 30% (50/165)
remote: Compressing objects: 31% (52/165)
remote: Compressing objects: 32% (53/165)
remote: Compressing objects: 33% (55/165)
remote: Compressing objects: 34% (57/165)
remote: Compressing objects: 35% (58/165)
remote: Compressing objects: 36% (60/165)
remote: Compressing objects: 37% (62/165)
remote: Compressing objects: 38% (63/165)
remote: Compressing objects: 39% (65/165)
remote: Compressing objects: 40% (66/165)
remote: Compressing objects: 41% (68/165)
remote: Compressing objects: 42% (70/165)
remote: Compressing objects: 43% (71/165)
remote: Compressing objects: 44% (73/165)
remote: Compressing objects: 45% (75/165)
remote: Compressing objects: 46% (76/165)
remote: Compressing objects: 47% (78/165)
remote: Compressing objects: 48% (80/165)
remote: Compressing objects: 49% (81/165)
remote: Compressing objects: 50% (83/165)
remote: Compressing objects: 51% (85/165)
remote: Compressing objects: 52% (86/165)
remote: Compressing objects: 53% (88/165)
remote: Compressing objects: 54% (90/165)
remote: Compressing objects: 55% (91/165)
remote: Compressing objects: 56% (93/165)
remote: Compressing objects: 57% (95/165)
remote: Compressing objects: 58% (96/165)
remote: Compressing objects: 59% (98/165)
remote: Compressing objects: 60% (99/165)
remote: Compressing objects: 61% (101/165)
remote: Compressing objects: 62% (103/165)
remote: Compressing objects: 63% (104/165)
remote: Compressing objects: 64% (106/165)
remote: Compressing objects: 65% (108/165)
remote: Compressing objects: 66% (109/165)
remote: Compressing objects: 67% (111/165)
remote: Compressing objects: 68% (113/165)
remote: Compressing objects: 69% (114/165)
remote: Compressing objects: 70% (116/165)
remote: Compressing objects: 71% (118/165)
remote: Compressing objects: 72% (119/165)
remote: Compressing objects: 73% (121/165)
remote: Compressing objects: 74% (123/165)
remote: Compressing objects: 75% (124/165)
remote: Compressing objects: 76% (126/165)
remote: Compressing objects: 77% (128/165)
remote: Compressing objects: 78% (129/165)
remote: Compressing objects: 79% (131/165)
remote: Compressing objects: 80% (132/165)
remote: Compressing objects: 81% (134/165)
remote: Compressing objects: 82% (136/165)
remote: Compressing objects: 83% (137/165)
remote: Compressing objects: 84% (139/165)
remote: Compressing objects: 85% (141/165)
remote: Compressing objects: 86% (142/165)
remote: Compressing objects: 87% (144/165)
remote: Compressing objects: 88% (146/165)
remote: Compressing objects: 89% (147/165)
remote: Compressing objects: 90% (149/165)
remote: Compressing objects: 91% (151/165)
remote: Compressing objects: 92% (152/165)
remote: Compressing objects: 93% (154/165)
remote: Compressing objects: 94% (156/165)
remote: Compressing objects: 95% (157/165)
remote: Compressing objects: 96% (159/165)
remote: Compressing objects: 97% (161/165)
remote: Compressing objects: 98% (162/165)
remote: Compressing objects: 99% (164/165)
remote: Compressing objects: 100% (165/165)
remote: Compressing objects: 100% (165/165), done.
Receiving objects: 0% (1/224)
Receiving objects: 1% (3/224)
Receiving objects: 2% (5/224)
Receiving objects: 3% (7/224)
Receiving objects: 4% (9/224)
Receiving objects: 5% (12/224)
Receiving objects: 6% (14/224)
Receiving objects: 7% (16/224)
Receiving objects: 8% (18/224)
Receiving objects: 9% (21/224)
Receiving objects: 10% (23/224)
Receiving objects: 11% (25/224)
Receiving objects: 12% (27/224)
Receiving objects: 13% (30/224)
Receiving objects: 14% (32/224)
Receiving objects: 15% (34/224)
Receiving objects: 16% (36/224)
Receiving objects: 17% (39/224)
Receiving objects: 18% (41/224)
Receiving objects: 19% (43/224)
Receiving objects: 20% (45/224)
Receiving objects: 21% (48/224)
Receiving objects: 22% (50/224)
Receiving objects: 23% (52/224)
Receiving objects: 24% (54/224)
Receiving objects: 25% (56/224)
Receiving objects: 26% (59/224)
Receiving objects: 27% (61/224)
Receiving objects: 28% (63/224)
Receiving objects: 29% (65/224)
Receiving objects: 30% (68/224)
Receiving objects: 31% (70/224)
Receiving objects: 32% (72/224)
Receiving objects: 33% (74/224)
Receiving objects: 34% (77/224)
Receiving objects: 35% (79/224)
Receiving objects: 36% (81/224)
Receiving objects: 37% (83/224)
Receiving objects: 38% (86/224)
Receiving objects: 39% (88/224)
Receiving objects: 40% (90/224)
Receiving objects: 41% (92/224)
Receiving objects: 42% (95/224)
Receiving objects: 43% (97/224)
Receiving objects: 44% (99/224)
Receiving objects: 45% (101/224)
Receiving objects: 46% (104/224)
Receiving objects: 47% (106/224)
Receiving objects: 48% (108/224)
Receiving objects: 49% (110/224)
Receiving objects: 50% (112/224)
Receiving objects: 51% (115/224)
Receiving objects: 52% (117/224)
Receiving objects: 53% (119/224)
Receiving objects: 54% (121/224)
Receiving objects: 55% (124/224)
Receiving objects: 56% (126/224)
Receiving objects: 57% (128/224)
Receiving objects: 58% (130/224)
Receiving objects: 59% (133/224)
Receiving objects: 60% (135/224)
Receiving objects: 61% (137/224)
Receiving objects: 62% (139/224)
Receiving objects: 63% (142/224)
Receiving objects: 64% (144/224)
Receiving objects: 65% (146/224)
Receiving objects: 66% (148/224)
Receiving objects: 67% (151/224)
Receiving objects: 68% (153/224)
Receiving objects: 69% (155/224)
Receiving objects: 70% (157/224)
Receiving objects: 71% (160/224)
Receiving objects: 72% (162/224)
Receiving objects: 73% (164/224)
Receiving objects: 74% (166/224)
Receiving objects: 75% (168/224)
Receiving objects: 76% (171/224)
Receiving objects: 77% (173/224)
Receiving objects: 78% (175/224)
Receiving objects: 79% (177/224)
Receiving objects: 80% (180/224)
Receiving objects: 81% (182/224)
Receiving objects: 82% (184/224)
Receiving objects: 83% (186/224)
Receiving objects: 84% (189/224)
Receiving objects: 85% (191/224)
Receiving objects: 86% (193/224)
Receiving objects: 87% (195/224)
remote: Total 224 (delta 99), reused 130 (delta 54), pack-reused 5
Receiving objects: 88% (198/224)
Receiving objects: 89% (200/224)
Receiving objects: 90% (202/224)
Receiving objects: 91% (204/224)
Receiving objects: 92% (207/224)
Receiving objects: 93% (209/224)
Receiving objects: 94% (211/224)
Receiving objects: 95% (213/224)
Receiving objects: 96% (216/224)
Receiving objects: 97% (218/224)
Receiving objects: 98% (220/224)
Receiving objects: 99% (222/224)
Receiving objects: 100% (224/224)
Receiving objects: 100% (224/224), 723.13 KiB | 14.18 MiB/s, done.
Resolving deltas: 0% (0/99)
Resolving deltas: 1% (1/99)
Resolving deltas: 2% (2/99)
Resolving deltas: 3% (3/99)
Resolving deltas: 4% (4/99)
Resolving deltas: 5% (5/99)
Resolving deltas: 6% (6/99)
Resolving deltas: 7% (7/99)
Resolving deltas: 8% (8/99)
Resolving deltas: 9% (9/99)
Resolving deltas: 10% (10/99)
Resolving deltas: 11% (11/99)
Resolving deltas: 12% (12/99)
Resolving deltas: 13% (13/99)
Resolving deltas: 14% (14/99)
Resolving deltas: 15% (15/99)
Resolving deltas: 16% (16/99)
Resolving deltas: 17% (17/99)
Resolving deltas: 18% (18/99)
Resolving deltas: 19% (19/99)
Resolving deltas: 20% (20/99)
Resolving deltas: 21% (21/99)
Resolving deltas: 22% (22/99)
Resolving deltas: 23% (23/99)
Resolving deltas: 24% (24/99)
Resolving deltas: 25% (25/99)
Resolving deltas: 26% (26/99)
Resolving deltas: 27% (27/99)
Resolving deltas: 28% (28/99)
Resolving deltas: 29% (29/99)
Resolving deltas: 30% (30/99)
Resolving deltas: 31% (31/99)
Resolving deltas: 32% (32/99)
Resolving deltas: 33% (33/99)
Resolving deltas: 34% (34/99)
Resolving deltas: 35% (35/99)
Resolving deltas: 36% (36/99)
Resolving deltas: 37% (37/99)
Resolving deltas: 38% (38/99)
Resolving deltas: 39% (39/99)
Resolving deltas: 40% (40/99)
Resolving deltas: 41% (41/99)
Resolving deltas: 42% (42/99)
Resolving deltas: 43% (43/99)
Resolving deltas: 44% (44/99)
Resolving deltas: 45% (45/99)
Resolving deltas: 46% (46/99)
Resolving deltas: 47% (47/99)
Resolving deltas: 48% (48/99)
Resolving deltas: 49% (49/99)
Resolving deltas: 50% (50/99)
Resolving deltas: 51% (51/99)
Resolving deltas: 52% (52/99)
Resolving deltas: 54% (54/99)
Resolving deltas: 55% (55/99)
Resolving deltas: 56% (56/99)
Resolving deltas: 57% (57/99)
Resolving deltas: 58% (58/99)
Resolving deltas: 59% (59/99)
Resolving deltas: 60% (60/99)
Resolving deltas: 61% (61/99)
Resolving deltas: 62% (62/99)
Resolving deltas: 63% (63/99)
Resolving deltas: 64% (64/99)
Resolving deltas: 65% (65/99)
Resolving deltas: 66% (66/99)
Resolving deltas: 67% (67/99)
Resolving deltas: 68% (68/99)
Resolving deltas: 69% (69/99)
Resolving deltas: 70% (70/99)
Resolving deltas: 71% (71/99)
Resolving deltas: 72% (72/99)
Resolving deltas: 73% (73/99)
Resolving deltas: 74% (74/99)
Resolving deltas: 75% (75/99)
Resolving deltas: 76% (76/99)
Resolving deltas: 77% (77/99)
Resolving deltas: 78% (78/99)
Resolving deltas: 79% (79/99)
Resolving deltas: 80% (80/99)
Resolving deltas: 81% (81/99)
Resolving deltas: 82% (82/99)
Resolving deltas: 83% (83/99)
Resolving deltas: 84% (84/99)
Resolving deltas: 85% (85/99)
Resolving deltas: 86% (86/99)
Resolving deltas: 87% (87/99)
Resolving deltas: 88% (88/99)
Resolving deltas: 89% (89/99)
Resolving deltas: 90% (90/99)
Resolving deltas: 91% (91/99)
Resolving deltas: 92% (92/99)
Resolving deltas: 93% (93/99)
Resolving deltas: 94% (94/99)
Resolving deltas: 95% (95/99)
Resolving deltas: 96% (96/99)
Resolving deltas: 97% (97/99)
Resolving deltas: 98% (98/99)
Resolving deltas: 100% (99/99)
Resolving deltas: 100% (99/99), completed with 19 local objects.
>From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to 'c012c8ab7bb72a733bd98be5df32e262b9045f1a'.
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 <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at c012c8ab7bb gh-115103: Delay reuse of mimalloc pages that store
PyObjects (#115435)
Switched to and reset branch 'main'
Objects/longobject.c: In function ‘long_format_binary’:
Objects/longobject.c:2321:13: warning: ‘kind’ may be used uninitialized
[-Wmaybe-uninitialized]
2321 | else if (kind == PyUnicode_1BYTE_KIND) {
| ^
Objects/longobject.c:2197:9: note: ‘kind’ was declared here
2197 | int kind;
| ^~~~
Objects/longobject.c: In function ‘long_to_decimal_string_internal’:
Objects/longobject.c:2144:13: warning: ‘kind’ may be used uninitialized
[-Wmaybe-uninitialized]
2144 | else if (kind == PyUnicode_1BYTE_KIND) {
| ^
Objects/longobject.c:1968:9: note: ‘kind’ was declared here
1968 | int kind;
| ^~~~
In file included from Python/optimizer_analysis.c:380:
Python/optimizer_cases.c.h: In function ‘optimize_uops’:
Python/optimizer_cases.c.h:1134:29: warning: variable ‘left’ set but not used
[-Wunused-but-set-variable]
1134 | _Py_UopsSymbol *left;
| ^~~~
Python/optimizer_cases.c.h:1133:29: warning: variable ‘right’ set but not used
[-Wunused-but-set-variable]
1133 | _Py_UopsSymbol *right;
| ^~~~~
Python/optimizer_cases.c.h:1151:29: warning: variable ‘left’ set but not used
[-Wunused-but-set-variable]
1151 | _Py_UopsSymbol *left;
| ^~~~
Python/optimizer_cases.c.h:1150:29: warning: variable ‘right’ set but not used
[-Wunused-but-set-variable]
1150 | _Py_UopsSymbol *right;
| ^~~~~
Python/optimizer_cases.c.h:1163:29: warning: variable ‘left’ set but not used
[-Wunused-but-set-variable]
1163 | _Py_UopsSymbol *left;
| ^~~~
Python/optimizer_cases.c.h:1162:29: warning: variable ‘right’ set but not used
[-Wunused-but-set-variable]
1162 | _Py_UopsSymbol *right;
| ^~~~~
Python/optimizer_cases.c.h:1175:29: warning: variable ‘left’ set but not used
[-Wunused-but-set-variable]
1175 | _Py_UopsSymbol *left;
| ^~~~
Python/optimizer_cases.c.h:1174:29: warning: variable ‘right’ set but not used
[-Wunused-but-set-variable]
1174 | _Py_UopsSymbol *right;
| ^~~~~
Python/optimizer_cases.c.h:1187:29: warning: variable ‘left’ set but not used
[-Wunused-but-set-variable]
1187 | _Py_UopsSymbol *left;
| ^~~~
Python/optimizer_cases.c.h:1186:29: warning: variable ‘right’ set but not used
[-Wunused-but-set-variable]
1186 | _Py_UopsSymbol *right;
| ^~~~~
Python/optimizer_cases.c.h:1199:29: warning: variable ‘left’ set but not used
[-Wunused-but-set-variable]
1199 | _Py_UopsSymbol *left;
| ^~~~
Python/optimizer_cases.c.h:1198:29: warning: variable ‘right’ set but not used
[-Wunused-but-set-variable]
1198 | _Py_UopsSymbol *right;
| ^~~~~
Kill <WorkerThread #5 running test=test_posix pid=1224772 time=25 min> process
group
Warning -- Failed to wait for <WorkerThread #5 running test=test_posix
pid=1224772 time=25 min 30 sec> completion (timeout=30.0 sec):
TimeoutExpired(['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python',
'-bb', '-E', '-Wdefault', '-u', '-m', 'test.libregrtest.worker', '{"tests":
["test_posix"], "fail_fast": false, "fail_env_changed": true, "match_tests":
[], "match_tests_dict": null, "rerun": false, "forever": false, "pgo": false,
"pgo_extended": false, "output_on_failure": false, "timeout": 1200.0,
"verbose": true, "quiet": false, "hunt_refleak": null, "test_dir": null,
"use_junit": true, "coverage": false, "memory_limit": null, "gc_threshold":
null, "use_resources": ["audio", "curses", "largefile", "network", "decimal",
"cpu", "subprocess", "urlfetch", "gui", "walltime"], "python_cmd": null,
"randomize": true, "random_seed": 1952491858, "json_file": {"file": 12,
"file_type": "UNIX_FD"}, "__runtests__": true}'], 30.0)
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/subprocess.py:1132:
ResourceWarning: subprocess 1224772 is still running
_warn("subprocess %s is still running" % self.pid,
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Kill <WorkerThread #1 running test=test_posix pid=1233619 time=25 min> process
group
Warning -- Failed to wait for <WorkerThread #1 running test=test_posix
pid=1233619 time=25 min 30 sec> completion (timeout=30.0 sec):
TimeoutExpired(['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/python',
'-bb', '-E', '-Wdefault', '-u', '-m', 'test.libregrtest.worker', '{"tests":
["test_posix"], "fail_fast": false, "fail_env_changed": true, "match_tests":
[], "match_tests_dict": {}, "rerun": true, "forever": false, "pgo": false,
"pgo_extended": false, "output_on_failure": false, "timeout": 1200.0,
"verbose": true, "quiet": false, "hunt_refleak": null, "test_dir": null,
"use_junit": true, "coverage": false, "memory_limit": null, "gc_threshold":
null, "use_resources": ["audio", "curses", "largefile", "network", "decimal",
"cpu", "subprocess", "urlfetch", "gui", "walltime"], "python_cmd": null,
"randomize": true, "random_seed": 1952491858, "json_file": {"file": 4,
"file_type": "UNIX_FD"}, "__runtests__": true}'], 30.0)
/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/subprocess.py:1132:
ResourceWarning: subprocess 1233619 is still running
_warn("subprocess %s is still running" % self.pid,
ResourceWarning: Enable tracemalloc to get the object allocation traceback
make: *** [Makefile:2149: buildbottest] Error 2
Test report
===========
Failed tests:
- test_posix
Sincerely,
-The BuildbotThe 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/1670
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: itamaro-ubuntu-aws
Build Reason: <unknown>
Blamelist: Itamar Oren <[email protected]>, Prince Roshan
<[email protected]>, Sam Gross <[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/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_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.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.5 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.0 sec
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_jlktm2j7/tmptznh3_2k/python-installation/lib/python3.13'
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 -- 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_jlktm2j7/tmptznh3_2k/python-installation/lib/python3.13'
Kill <WorkerThread #1 running test=test_ast pid=4047907 time=39.2 sec> process
group
Kill <WorkerThread #2 running test=test_compileall pid=4039958 time=5 min 37
sec> process group
Kill <WorkerThread #3 running test=test_json pid=4046576 time=2 min 9 sec>
process group
Kill <WorkerThread #4 running test=test_format pid=4048485 time=6.2 sec>
process group
Kill <WorkerThread #5 running test=test_multiprocessing_main_handling
pid=4047063 time=1 min 40 sec> process group
Kill <WorkerThread #7 running test=test_robotparser pid=4048487 time=6.0 sec>
process group
Kill <WorkerThread #8 running test=test_faulthandler pid=4048340 time=25.2 sec>
process group
Kill <WorkerThread #9 running test=test.test_gdb.test_pretty_print pid=4041697
time=4 min 28 sec> process group
Kill <WorkerThread #10 running test=test_getpath pid=4048421 time=19.3 sec>
process group
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.6 sec
Traceback (most recent call last):
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/test_asyncio/test_ssl.py",
line 385, in test_create_connection_ssl_1
run(client)
~~~^^^^^^^^
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/test_asyncio/test_ssl.py",
line 380, in run
self.loop.run_until_complete(_gather(*tasks))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/base_events.py",
line 712, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/test_asyncio/test_ssl.py",
line 371, in _gather
return await asyncio.gather(*tasks)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/test_asyncio/test_ssl.py",
line 326, in client
reader, writer = await asyncio.open_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<3 lines>...
**extras)
^^^^^^^^^
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/streams.py",
line 48, in open_connection
transport, _ = await loop.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lambda: protocol, host, port, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/base_events.py",
line 1174, in create_connection
transport, protocol = await self._create_connection_transport(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<2 lines>...
ssl_shutdown_timeout=ssl_shutdown_timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/base_events.py",
line 1207, in _create_connection_transport
await waiter
ConnectionAbortedError: SSL handshake is taking longer than 30.0 seconds:
aborting the connection
Test report
===========
Failed tests:
- test_eintr
- <regrtest
- worker>
- test.test_concurrent_futures.test_process_pool
Failed subtests:
- test_flock - __main__.FNTLEINTRTest.test_flock
- test_all - test.test_eintr.EINTRTests.test_all
- test_map_timeout -
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout
- test_create_connection_ssl_1 -
test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_1
- test_lockf - __main__.FNTLEINTRTest.test_lockf
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x SLES 3.x
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/540/builds/8204
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-sles-z
Build Reason: <unknown>
Blamelist: Itamar Oren <[email protected]>, Mark Shannon <[email protected]>,
Prince Roshan <[email protected]>, Sam Gross <[email protected]>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Note: switching to 'c012c8ab7bb72a733bd98be5df32e262b9045f1a'.
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 <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at c012c8ab7bb gh-115103: Delay reuse of mimalloc pages that store
PyObjects (#115435)
Switched to and reset branch 'main'
In file included from Python/optimizer_analysis.c:380:0:
Python/optimizer_cases.c.h: In function ‘optimize_uops’:
Python/optimizer_cases.c.h:1134:29: warning: variable ‘left’ set but not used
[-Wunused-but-set-variable]
_Py_UopsSymbol *left;
^~~~
Python/optimizer_cases.c.h:1133:29: warning: variable ‘right’ set but not used
[-Wunused-but-set-variable]
_Py_UopsSymbol *right;
^~~~~
Python/optimizer_cases.c.h:1151:29: warning: variable ‘left’ set but not used
[-Wunused-but-set-variable]
_Py_UopsSymbol *left;
^~~~
Python/optimizer_cases.c.h:1150:29: warning: variable ‘right’ set but not used
[-Wunused-but-set-variable]
_Py_UopsSymbol *right;
^~~~~
Python/optimizer_cases.c.h:1163:29: warning: variable ‘left’ set but not used
[-Wunused-but-set-variable]
_Py_UopsSymbol *left;
^~~~
Python/optimizer_cases.c.h:1162:29: warning: variable ‘right’ set but not used
[-Wunused-but-set-variable]
_Py_UopsSymbol *right;
^~~~~
Python/optimizer_cases.c.h:1175:29: warning: variable ‘left’ set but not used
[-Wunused-but-set-variable]
_Py_UopsSymbol *left;
^~~~
Python/optimizer_cases.c.h:1174:29: warning: variable ‘right’ set but not used
[-Wunused-but-set-variable]
_Py_UopsSymbol *right;
^~~~~
Python/optimizer_cases.c.h:1187:29: warning: variable ‘left’ set but not used
[-Wunused-but-set-variable]
_Py_UopsSymbol *left;
^~~~
Python/optimizer_cases.c.h:1186:29: warning: variable ‘right’ set but not used
[-Wunused-but-set-variable]
_Py_UopsSymbol *right;
^~~~~
Python/optimizer_cases.c.h:1199:29: warning: variable ‘left’ set but not used
[-Wunused-but-set-variable]
_Py_UopsSymbol *left;
^~~~
Python/optimizer_cases.c.h:1198:29: warning: variable ‘right’ set but not used
[-Wunused-but-set-variable]
_Py_UopsSymbol *right;
^~~~~
make: *** [Makefile:2146: buildbottest] Error 3
Test report
===========
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]