☠ 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/1814
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: itamaro-ubuntu-aws
Build Reason: <unknown> Blamelist: Andrej <azhilenkov@gmail.com>, Andrew Zipperer <47086307+zipperer@users.noreply.github.com>, Anthony Shaw <anthony.p.shaw@gmail.com>, Brandt Bucher <brandtbucher@microsoft.com>, Brett Simmers <swtaarrs@users.noreply.github.com>, Crowthebird <78076854+thatbirdguythatuknownot@users.noreply.github.com>, Dino Viehland <dinoviehland@meta.com>, Eric Snow <ericsnowcurrently@gmail.com>, Erlend E. Aasland <erlend@python.org>, Filipe Laíns <lains@riseup.net>, Guido van Rossum <guido@python.org>, Harmen Stoppels <harmenstoppels@gmail.com>, Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>, Irit Katriel <1055913+iritkatriel@users.noreply.github.com>, Jason R. Coombs <jaraco@jaraco.com>, Jelle Zijlstra <jelle.zijlstra@gmail.com>, Ken Jin <kenjin@python.org>, Malcolm Smith <smith@chaquo.com>, Mark Shannon <mark@hotpy.org>, Miro Hrončok <miro@hroncok.cz>, NGRsoftlab <78017794+NGRsoftlab@users.noreply.github.com>, Nice Zombies <nineteendo19d0@gmail.com>, Nikita Sobolev <mail@s obolevn.me>, Pablo Galindo Salgado <Pablogsal@gmail.com>, Raphael Gaschignard <r.gaschignard@gmail.com>, Russell Keith-Magee <russell@keith-magee.com>, Sam Gross <colesbury@gmail.com>, Sergey B Kirpichev <skirpichev@gmail.com>, Serhiy Storchaka <storchaka@gmail.com>, Seth Michael Larson <seth@python.org>, Shantanu <12621235+hauntsaninja@users.noreply.github.com>, Steve Dower <steve.dower@python.org>, Thomas Grainger <tagrain@gmail.com>, Tian Gao <gaogaotiantian@hotmail.com>, Victor Stinner <vstinner@python.org>, da-woods <dw-git@d-woods.co.uk>, dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, infohash <46137868+infohash@users.noreply.github.com>, mpage <mpage@meta.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.refleak.nogil/build/Lib/multiprocessing/process.py", line 314, in _bootstrap self.run() ~~~~~~~~^^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.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.refleak.nogil/build/Lib/test/_test_multiprocessing.py", line 5329, in child join_process(p) ~~~~~~~~~~~~^^^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.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.refleak.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 Process Process-2: Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py", line 314, in _bootstrap self.run() ~~~~~~~~^^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.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.refleak.nogil/build/Lib/test/_test_multiprocessing.py", line 5329, in child join_process(p) ~~~~~~~~~~~~^^^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.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.refleak.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.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 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.3 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 5176, in test_wait_integer self.assertLess(delta, expected + 2) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ AssertionError: 5.112029225565493 not less than 5
Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py", line 5176, in test_wait_integer self.assertLess(delta, expected + 2) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ AssertionError: 8.086615461856127 not less than 5
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.2 sec
Test report
Failed tests:
- test.test_multiprocessing_spawn.test_misc
- test_eintr
- test.test_concurrent_futures.test_process_pool
Failed subtests:
- test_wait_integer - test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer
- test_flock - __main__.FNTLEINTRTest.test_flock
- test_map_timeout - test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout
- test_all - test.test_eintr.EINTRTests.test_all
- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_map_timeout - test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 FreeBSD14 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1232/builds/2187
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: opsec-fbsd14
Build Reason: <unknown> Blamelist: Jelle Zijlstra <jelle.zijlstra@gmail.com>, Nice Zombies <nineteendo19d0@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
==
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/threading.py", line 1039, in _bootstrap_inner self.run() ~~~~~~~~^^ File "/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/threading.py", line 990, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/test/test_interpreters/test_stress.py", line 29, in task interp = interpreters.create() File "/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/test/support/interpreters/__init__.py", line 76, in create id = _interpreters.create(reqrefs=True) interpreters.InterpreterError: interpreter creation failed k
Traceback (most recent call last): File "<frozen getpath>", line 355, in <module> ValueError: embedded null byte Warning -- Uncaught thread exception: InterpreterError Exception in thread Thread-94 (task): RuntimeError: error evaluating path
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org