The 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/1091
Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-macos-arm64-aws Build Reason: <unknown> Blamelist: Barney Gale <barney.g...@gmail.com>, Sam Gross <colesb...@gmail.com>, Zachary Ware <z...@python.org> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): =================================================== == Captured traceback ================== Traceback (most recent call last): File "<string>", line 1, in <module> from multiprocessing import Pool; pool = Pool(1); print(pool.apply_async("Python".lower).get(3)); pool.terminate() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/multiprocessing/pool.py", line 770, in get raise TimeoutError multiprocessing.context.TimeoutError 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_venv.py", line 519, in test_multiprocessing out, err = check_output([self.envpy(real_env_dir=True), '-c', ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 'from multiprocessing import Pool; ' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 'pool = Pool(1); ' ^^^^^^^^^^^^^^^^^^ 'print(pool.apply_async("Python".lower).get(3)); ' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 'pool.terminate()']) ^^^^^^^^^^^^^^^^^^^^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_venv.py", line 57, in check_output raise subprocess.CalledProcessError( p.returncode, cmd, out, err) subprocess.CalledProcessError: Command '['/private/var/folders/_q/8dg9wwv919lc1wttgcxmzwt80000gn/T/test_python_d379pngd/tmpoq7lg5qj/bin/python.exe', '-c', 'from multiprocessing import Pool; pool = Pool(1); print(pool.apply_async("Python".lower).get(3)); pool.terminate()']' returned non-zero exit status 1. Test report =========== Failed tests: - test_venv - test_os - test_free_threading Test leaking resources: - test_os: file descriptors - test_os: memory blocks - test_free_threading: memory blocks - test_os: references - test_free_threading: references 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