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/1802
Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-ubuntu-aws Build Reason: <unknown> Blamelist: Dino Viehland <dinoviehl...@meta.com>, Erlend E. Aasland <erl...@python.org>, Guido van Rossum <gu...@python.org>, Irit Katriel <1055913+iritkatr...@users.noreply.github.com>, Ken Jin <ken...@python.org>, Malcolm Smith <sm...@chaquo.com>, Mark Shannon <m...@hotpy.org>, Miro Hrončok <m...@hroncok.cz>, Nice Zombies <nineteendo1...@gmail.com>, Nikita Sobolev <m...@sobolevn.me>, Russell Keith-Magee <russ...@keith-magee.com>, Sam Gross <colesb...@gmail.com>, Serhiy Storchaka <storch...@gmail.com>, Seth Michael Larson <s...@python.org>, Shantanu <12621235+hauntsani...@users.noreply.github.com>, Thomas Grainger <tagr...@gmail.com>, Tian Gao <gaogaotiant...@hotmail.com>, Victor Stinner <vstin...@python.org>, da-woods <dw-...@d-woods.co.uk> 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 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.1 sec 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.353383275680244 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: 5.264163096435368 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 1987, in test_abort 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/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 Test report =========== Failed tests: - test.test_multiprocessing_spawn.test_misc Failed subtests: - test_all - test.test_eintr.EINTRTests.test_all - test_wait_integer - test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer - test_lockf - __main__.FNTLEINTRTest.test_lockf Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks NoGIL 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1368/builds/882 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-macos-arm64-aws Build Reason: <unknown> Blamelist: Mark Shannon <m...@hotpy.org> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): =================================================== == Captured traceback ================== Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_concurrent_futures/executor.py", line 131, in test_free_reference self.assertIsNone(wr()) ~~~~~~~~~~~~~~~~~^^^^^^ AssertionError: <test.test_concurrent_futures.executor.MyObject object at 0x20006070090> is not None Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_threading.py", line 2035, in test_interrupt_main_subthread t.start() ~~~~~~~^^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/threading.py", line 977, in start self._started.wait() # Will set ident and native_id ~~~~~~~~~~~~~~~~~~^^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/threading.py", line 656, in wait with self._cond: ...<3 lines>... return signaled File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/threading.py", line 307, in __exit__ return self._lock.__exit__(*args) ~~~~~~~~~~~~~~~~~~~^^^^^^^ RuntimeError: release unlocked lock Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/threading.py", line 659, in wait signaled = self._cond.wait(timeout) ~~~~~~~~~~~~~~~^^^^^^^^^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/threading.py", line 368, in wait self._acquire_restore(saved_state) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/threading.py", line 315, in _acquire_restore def _acquire_restore(self, x): KeyboardInterrupt Test report =========== Failed tests: - test_threading_local - test_threading - test.test_concurrent_futures.test_thread_pool Failed subtests: - test_interrupt_main_subthread - test.test_threading.InterruptMainTests.test_interrupt_main_subthread - test_free_reference - test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_free_reference 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