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/1833
Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-ubuntu-aws Build Reason: <unknown> Blamelist: Alyssa Coghlan <ncogh...@gmail.com>, Barney Gale <barney.g...@gmail.com>, Brandt Bucher <brandtbuc...@microsoft.com>, Davide Rizzo <sor...@gmail.com>, Eric Snow <ericsnowcurren...@gmail.com>, Erlend E. Aasland <erl...@python.org>, Gregory P. Smith <g...@krypto.org>, Guido van Rossum <gu...@python.org>, Hugo van Kemenade <1324225+hug...@users.noreply.github.com>, Irit Katriel <1055913+iritkatr...@users.noreply.github.com>, Ken Jin <ken...@python.org>, Lysandros Nikolaou <lisandros...@gmail.com>, Mark Shannon <m...@hotpy.org>, Nikita Sobolev <m...@sobolevn.me>, Pablo Galindo Salgado <pablog...@gmail.com>, Pieter Eendebak <pieter.eende...@gmail.com>, Raymond Hettinger <rhettin...@users.noreply.github.com>, Russell Keith-Magee <russ...@keith-magee.com>, Ryan Batchelder <ryanba...@gmail.com>, Sam Gross <colesb...@gmail.com>, Savannah Ostrowski <savannahostrow...@gmail.com>, Serhiy Storchaka <storch...@gmail.com>, Terry Jan Reedy <tjre...@udel.edu>, Tian Gao <gaogaotiantian@hotm ail.com>, Tim Peters <tim.pet...@gmail.com>, Victor Stinner <vstin...@python.org>, dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, mpage <mp...@meta.com>, wim glenn <j...@wimglenn.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/test/test_subprocess.py", line 769, in test_pipesize_default self.assertEqual( ~~~~~~~~~~~~~~~~^ fcntl.fcntl(proc.stdin.fileno(), fcntl.F_GETPIPE_SZ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ default_read_pipesize) ^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 65536 != 8192 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 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 subtests: - test_all - test.test_eintr.EINTRTests.test_all - test_pipesize_default - test.test_subprocess.ProcessTestCaseNoPoll.test_pipesize_default - test_lockf - __main__.FNTLEINTRTest.test_lockf - test_pipesize_default - test.test_subprocess.ProcessTestCase.test_pipesize_default 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/2220 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-ubuntu-aws Build Reason: <unknown> Blamelist: Alyssa Coghlan <ncogh...@gmail.com>, Barney Gale <barney.g...@gmail.com>, Erlend E. Aasland <erl...@python.org>, Gregory P. Smith <g...@krypto.org>, Guido van Rossum <gu...@python.org>, Lysandros Nikolaou <lisandros...@gmail.com>, Nikita Sobolev <m...@sobolevn.me>, Pablo Galindo Salgado <pablog...@gmail.com>, Pieter Eendebak <pieter.eende...@gmail.com>, Raymond Hettinger <rhettin...@users.noreply.github.com>, Russell Keith-Magee <russ...@keith-magee.com>, Ryan Batchelder <ryanba...@gmail.com>, Serhiy Storchaka <storch...@gmail.com>, Terry Jan Reedy <tjre...@udel.edu>, Tian Gao <gaogaotiant...@hotmail.com>, Victor Stinner <vstin...@python.org> 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_multiprocessing.py", line 5176, in test_wait_integer self.assertLess(delta, expected + 2) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ AssertionError: 5.147464444860816 not less than 5 Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/test_subprocess.py", line 769, in test_pipesize_default self.assertEqual( ~~~~~~~~~~~~~~~~^ fcntl.fcntl(proc.stdin.fileno(), fcntl.F_GETPIPE_SZ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ default_read_pipesize) ^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 65536 != 8192 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] != [] Test report =========== Failed tests: - test.test_multiprocessing_spawn.test_misc - test_tools - test_subprocess - test.test_concurrent_futures.test_process_pool - test_math - test_statistics Failed subtests: - test_wait_integer - test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer - test_pipesize_default - test.test_subprocess.ProcessTestCaseNoPoll.test_pipesize_default - test_map_timeout - test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout 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