Buildbot cancelled in Python on whole buildset

The Buildbot has detected a new failure on builder aarch64 Fedora Rawhide LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/307/builds/605
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-aarch64
Build Reason: <unknown> Blamelist: Adam Schwalm <adamschwalm@gmail.com>, Alex Vig <jalexvig@gmail.com>, Alexander Böhn <fish2000@users.noreply.github.com>, Antony Lee <anntzer.lee@gmail.com>, Arkaprabha Chakraborty <chakrabortyarkaprabha998@gmail.com>, Barry Warsaw <barry@python.org>, Benjamin Peterson <benjamin@python.org>, Brett Cannon <brett@python.org>, Daniel Hahler <git@thequod.de>, Daniel Hillier <daniel.hillier@gmail.com>, David CARLIER <devnexen@gmail.com>, David Hewitt <1939362+davidhewitt@users.noreply.github.com>, Dong-hee Na <donghee.na@python.org>, Emmanuel Arias <eamanu@yaerobi.com>, Eric Snow <ericsnowcurrently@gmail.com>, Erlend Egeberg Aasland <erlend.aasland@innova.no>, Hubert Badocha <badocha.hubert@gmail.com>, Hugo van Kemenade <hugovk@users.noreply.github.com>, Irit Katriel <1055913+iritkatriel@users.noreply.github.com>, Jason Fried <fried@fb.com>, Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>, Konstantin Popov <konst.hardy@gmail.com>, Livius <egyszeregy@freemail.hu>, Mar k Shannon <mark@hotpy.org>, Mohamad Mansour <66031317+mohamadmansourX@users.noreply.github.com>, Nikita Sobolev <mail@sobolevn.me>, Niyas Sait <niyas.sait@linaro.org>, Omer Katz <omer.drow@gmail.com>, Pablo Galindo Salgado <Pablogsal@gmail.com>, Peter Bittner <django@bittner.it>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Rémi Lapeyre <remi.lapeyre@lenstra.fr>, Sam Sneddon <me@gsnedders.com>, Sean Leavey <SeanDS@users.noreply.github.com>, Serhiy Storchaka <storchaka@gmail.com>, Steve Dower <steve.dower@python.org>, Terry Jan Reedy <tjreedy@udel.edu>, Victor Stinner <vstinner@python.org>, andrei kulakov <andrei.avk@gmail.com>, giovanniwijaya <16949408+giovanniwijaya@users.noreply.github.com>, junyixie <xiejunyi.arch@bytedance.com>, nullptr <3621629+0x0L@users.noreply.github.com>, speedrun-program <71526906+speedrun-program@users.noreply.github.com>, wyz23x2 <52805709+wyz23x2@users.noreply.github.com>, Łukasz Langa <lukasz@langa.pl>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then ENV CHANGED ==
414 tests OK.
10 slowest tests:
- test_peg_generator: 7 min 50 sec
- test_gdb: 3 min 18 sec
- test_concurrent_futures: 3 min 2 sec
- test_multiprocessing_spawn: 2 min 23 sec
- test_asyncio: 1 min 41 sec
- test_multiprocessing_forkserver: 1 min 32 sec
- test_multiprocessing_fork: 1 min 23 sec
- test_nntplib: 1 min 22 sec
- test_signal: 49.7 sec
- test_largefile: 46.5 sec
1 test altered the execution environment: test_ftplib
12 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_signal
Total duration: 7 min 58 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/threading.py", line 1009, in _bootstrap_inner self.run() ^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_ftplib.py", line 298, in run asyncore.loop(timeout=0.1, count=1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/asyncore.py", line 214, in loop poll_fun(timeout, map) ^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/asyncore.py", line 157, in poll read(obj) ^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/asyncore.py", line 94, in read obj.handle_error() ^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_ftplib.py", line 421, in handle_error raise Exception ^^^^^^^^^^^^^^^ Exception
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_a4be7110'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_signal.py", line 883, in test_pthread_kill assert_python_ok('-c', code) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/support/script_helper.py", line 160, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/support/script_helper.py", line 143, in _assert_python res, cmd_line = run_python_until_end(*args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/support/script_helper.py", line 129, in run_python_until_end proc = subprocess.Popen(cmd_line, stdin=subprocess.PIPE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/subprocess.py", line 951, in __init__ self.stdin = io.open(p2cwrite, 'wb', bufsize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_signal.py", line 739, in sig_vtalrm raise signal.ItimerError("setitimer didn't disable ITIMER_VIRTUAL " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ signal.itimer_error: setitimer didn't disable ITIMER_VIRTUAL timer.
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_0ef9632f'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_fe020aac'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/asyncore.py", line 90, in read obj.handle_read_event() ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_ftplib.py", line 384, in handle_read_event self._do_ssl_handshake() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_ftplib.py", line 345, in _do_ssl_handshake self.socket.do_handshake() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/ssl.py", line 1346, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:997)
Test report
Failed tests:
- test_signal
Failed subtests:
- test_pthread_kill - test.test_signal.PendingSignalsTests
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/271/builds/650
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown> Blamelist: Niyas Sait <niyas.sait@linaro.org>, Pablo Galindo Salgado <Pablogsal@gmail.com>, Victor Stinner <vstinner@python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
412 tests OK.
10 slowest tests:
- test_peg_generator: 3 min 49 sec
- test_concurrent_futures: 2 min 36 sec
- test_gdb: 1 min 46 sec
- test_multiprocessing_spawn: 1 min 32 sec
- test_multiprocessing_forkserver: 1 min 12 sec
- test_multiprocessing_fork: 1 min 5 sec
- test_asyncio: 53.0 sec
- test_signal: 47.1 sec
- test_socket: 37.9 sec
- test_io: 36.8 sec
3 tests failed: test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn
12 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
3 re-run tests: test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn
Total duration: 4 min 37 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_29caf273'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_2e0fddb4'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/_test_multiprocessing.py", line 3777, in test_shared_memory_basics sms = shared_memory.SharedMemory('test01_tsmb', create=True, size=512) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/multiprocessing/shared_memory.py", line 103, in __init__ self._fd = _posixshmem.shm_open( ^^^^^^^^^^^^^^^^^^^^^ FileExistsError: [Errno 17] File exists: '/test01_tsmb'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_b9741e88'
Test report
Failed tests:
- test_multiprocessing_spawn
- test_multiprocessing_forkserver
- test_multiprocessing_fork
Failed subtests:
- test_shared_memory_basics - test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_fork.WithProcessesTestSharedMemory
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/29/builds/750
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown> Blamelist: Niyas Sait <niyas.sait@linaro.org>, Pablo Galindo Salgado <Pablogsal@gmail.com>, Victor Stinner <vstinner@python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
411 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 28 sec
- test_multiprocessing_spawn: 1 min 27 sec
- test_multiprocessing_forkserver: 1 min 9 sec
- test_multiprocessing_fork: 1 min 2 sec
- test_asyncio: 47.5 sec
- test_signal: 47.4 sec
- test_socket: 37.6 sec
- test_io: 37.0 sec
- test_pydoc: 31.1 sec
- test_xmlrpc: 27.5 sec
3 tests failed: test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn
13 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
3 re-run tests: test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn
Total duration: 3 min 30 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/_test_multiprocessing.py", line 3777, in test_shared_memory_basics sms = shared_memory.SharedMemory('test01_tsmb', create=True, size=512) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/multiprocessing/shared_memory.py", line 103, in __init__ self._fd = _posixshmem.shm_open( ^^^^^^^^^^^^^^^^^^^^^ FileExistsError: [Errno 17] File exists: '/test01_tsmb'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_4726b226'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_33b47223'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_0b0f57c7'
Test report
Failed tests:
- test_multiprocessing_spawn
- test_multiprocessing_forkserver
- test_multiprocessing_fork
Failed subtests:
- test_shared_memory_basics - test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_fork.WithProcessesTestSharedMemory
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/350/builds/719
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown> Blamelist: Niyas Sait <niyas.sait@linaro.org>, Pablo Galindo Salgado <Pablogsal@gmail.com>, Victor Stinner <vstinner@python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
408 tests OK.
3 tests failed: test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn
16 tests skipped: test_asdl_parser test_check_c_globals test_clinic test_devpoll test_gdb test_ioctl test_kqueue test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
3 re-run tests: test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn
Total duration: 3 min 56 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_06a840e5'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_22e8ca90'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/test/_test_multiprocessing.py", line 3777, in test_shared_memory_basics sms = shared_memory.SharedMemory('test01_tsmb', create=True, size=512) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/multiprocessing/shared_memory.py", line 103, in __init__ self._fd = _posixshmem.shm_open( ^^^^^^^^^^^^^^^^^^^^^ FileExistsError: [Errno 17] File exists: '/test01_tsmb'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_83f15d21'
Test report
Failed tests:
- test_multiprocessing_spawn
- test_multiprocessing_forkserver
- test_multiprocessing_fork
Failed subtests:
- test_shared_memory_basics - test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_fork.WithProcessesTestSharedMemory
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org