The Buildbot has detected a new failure on builder s390x Fedora LTO 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/83/builds/231
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Serhiy Storchaka <storchaka@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
408 tests OK.
10 slowest tests:
- test_peg_generator: 2 min 56 sec
- test_concurrent_futures: 2 min 43 sec
- test_gdb: 1 min 34 sec
- test_multiprocessing_spawn: 1 min 29 sec
- test_multiprocessing_forkserver: 1 min 13 sec
- test_multiprocessing_fork: 1 min 2 sec
- test_signal: 47.0 sec
- test_asyncio: 45.4 sec
- test_socket: 37.6 sec
- test_io: 35.5 sec
3 tests failed: test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn
14 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_nis test_readline 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: 6 min 3 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_39717ccb'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_9ce76256'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_1d8c7a2c'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.lto/build/Lib/test/_test_multiprocessing.py", line 3774, in test_shared_memory_basics sms = shared_memory.SharedMemory('test01_tsmb', create=True, size=512) File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.lto/build/Lib/multiprocessing/shared_memory.py", line 103, in __init__ self._fd = _posixshmem.shm_open( FileExistsError: [Errno 17] File exists: '/test01_tsmb'
Test report
Failed tests:
- test_multiprocessing_fork
- test_multiprocessing_forkserver
- test_multiprocessing_spawn
Failed subtests:
- test_shared_memory_basics - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_fork.WithProcessesTestSharedMemory
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Rawhide LTO + PGO 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/121/builds/246
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>, Serhiy Storchaka <storchaka@gmail.com>, Victor Stinner <vstinner@python.org>, Łukasz Langa <lukasz@langa.pl>
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 53 sec
- test_multiprocessing_spawn: 1 min 49 sec
- test_multiprocessing_forkserver: 1 min 25 sec
- test_nntplib: 1 min 21 sec
- test_multiprocessing_fork: 1 min 13 sec
- test_asyncio: 57.5 sec
- test_subprocess: 55.5 sec
- test_io: 38.8 sec
- test_socket: 38.1 sec
- test_pydoc: 31.9 sec
1 test failed: test_signal
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
1 re-run test: test_signal
Total duration: 4 min 34 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_signal.py", line 825, in test_pthread_kill @unittest.skipUnless(hasattr(signal, 'pthread_kill'), File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_signal.py", line 704, in sig_vtalrm raise signal.ItimerError("setitimer didn't disable ITIMER_VIRTUAL " signal.ItimerError: setitimer didn't disable ITIMER_VIRTUAL timer.
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 326, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 288, in _runtest_inner2 test_runner() File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 263, in _test_module support.run_unittest(tests) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/support/__init__.py", line 1929, in run_unittest _run_suite(suite) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/support/__init__.py", line 1805, in _run_suite result = runner.run(suite) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/runner.py", line 176, in run test(result) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122, in run test(result) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122, in run test(result) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122, in run test(result) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/case.py", line 651, in __call__ return self.run(*args, **kwds) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/case.py", line 568, in run result.startTest(self) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/support/testresult.py", line 41, in startTest super().startTest(test) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/runner.py", line 54, in startTest self.stream.write(self.getDescription(test)) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/runner.py", line 21, in __getattr__ return getattr(self.stream,attr) File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_signal.py", line 704, in sig_vtalrm raise signal.ItimerError("setitimer didn't disable ITIMER_VIRTUAL " signal.ItimerError: setitimer didn't disable ITIMER_VIRTUAL timer.
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_6c310755'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_5e421628'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_bb933b30'
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 s390x Fedora LTO + PGO 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/423/builds/241
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Serhiy Storchaka <storchaka@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
407 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 36 sec
- test_multiprocessing_spawn: 1 min 26 sec
- test_multiprocessing_forkserver: 1 min 13 sec
- test_multiprocessing_fork: 1 min 4 sec
- test_signal: 47.0 sec
- test_asyncio: 44.5 sec
- test_socket: 37.8 sec
- test_io: 35.2 sec
- test_subprocess: 31.2 sec
- test_pydoc: 31.0 sec
3 tests failed: test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn
15 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_msilib test_nis test_readline 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 24 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_6b39df02'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_4f978adb'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_5c92a545'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.lto-pgo/build/Lib/test/_test_multiprocessing.py", line 3774, in test_shared_memory_basics sms = shared_memory.SharedMemory('test01_tsmb', create=True, size=512) File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/shared_memory.py", line 103, in __init__ self._fd = _posixshmem.shm_open( FileExistsError: [Errno 17] File exists: '/test01_tsmb'
Test report
Failed tests:
- test_multiprocessing_fork
- test_multiprocessing_forkserver
- test_multiprocessing_spawn
Failed subtests:
- test_shared_memory_basics - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_forkserver.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 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/426/builds/227
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown> Blamelist: Serhiy Storchaka <storchaka@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
410 tests OK.
10 slowest tests:
- test_peg_generator: 2 min 58 sec
- test_concurrent_futures: 2 min 36 sec
- test_multiprocessing_spawn: 1 min 33 sec
- test_gdb: 1 min 32 sec
- test_nntplib: 1 min 20 sec
- test_multiprocessing_forkserver: 1 min 12 sec
- test_multiprocessing_fork: 1 min 3 sec
- test_asyncio: 53.8 sec
- test_signal: 47.0 sec
- test_socket: 38.0 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 11 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_663679d9'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_6697ed76'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_02cfda20'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.lto/build/Lib/test/_test_multiprocessing.py", line 3774, in test_shared_memory_basics sms = shared_memory.SharedMemory('test01_tsmb', create=True, size=512) File "/home/buildbot/buildarea/3.9.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'
Test report
Failed tests:
- test_multiprocessing_fork
- test_multiprocessing_forkserver
- test_multiprocessing_spawn
Failed subtests:
- test_shared_memory_basics - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_fork.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO + PGO 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/135/builds/242
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown> Blamelist: Serhiy Storchaka <storchaka@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
409 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 34 sec
- test_multiprocessing_spawn: 1 min 30 sec
- test_nntplib: 1 min 21 sec
- test_multiprocessing_forkserver: 1 min 16 sec
- test_multiprocessing_fork: 1 min 2 sec
- test_asyncio: 51.8 sec
- test_signal: 47.0 sec
- test_socket: 37.6 sec
- test_io: 37.3 sec
- test_pydoc: 31.2 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 42 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_c79b4473'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_07de3236'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_7ef24214'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/_test_multiprocessing.py", line 3774, in test_shared_memory_basics sms = shared_memory.SharedMemory('test01_tsmb', create=True, size=512) File "/home/buildbot/buildarea/3.9.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'
Test report
Failed tests:
- test_multiprocessing_fork
- test_multiprocessing_forkserver
- test_multiprocessing_spawn
Failed subtests:
- test_shared_memory_basics - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_fork.WithProcessesTestSharedMemory
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Clang Installed 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/570/builds/241
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Serhiy Storchaka <storchaka@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
404 tests OK.
3 tests failed: test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn
18 tests skipped: test_asdl_parser test_check_c_globals test_clinic test_devpoll test_gdb test_ioctl test_kqueue test_msilib test_nis test_readline 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 2 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_412239dd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_9447a3d9'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.clang-installed/build/target/lib/python3.9/test/_test_multiprocessing.py", line 3774, in test_shared_memory_basics sms = shared_memory.SharedMemory('test01_tsmb', create=True, size=512) File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.clang-installed/build/target/lib/python3.9/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/dje/cpython-buildarea/3.9.edelsohn-fedora-z.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_ab541ee4'
Test report
Failed tests:
- test_multiprocessing_fork
- test_multiprocessing_forkserver
- test_multiprocessing_spawn
Failed subtests:
- test_shared_memory_basics - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_fork.WithProcessesTestSharedMemory
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Clang 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/348/builds/244
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Serhiy Storchaka <storchaka@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
408 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 50 sec
- test_peg_generator: 2 min 13 sec
- test_multiprocessing_spawn: 1 min 37 sec
- test_multiprocessing_forkserver: 1 min 17 sec
- test_multiprocessing_fork: 1 min 4 sec
- test_signal: 47.8 sec
- test_asyncio: 46.3 sec
- test_socket: 37.6 sec
- test_io: 36.9 sec
- test_tokenize: 35.8 sec
3 tests failed: test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn
14 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_nis test_readline 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: 5 min 4 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.clang/build/Lib/test/_test_multiprocessing.py", line 3774, in test_shared_memory_basics sms = shared_memory.SharedMemory('test01_tsmb', create=True, size=512) File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.clang/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/dje/cpython-buildarea/3.9.edelsohn-fedora-z.clang/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_5dc6f359'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.clang/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_6bab8c28'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z.clang/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_845f71db'
Test report
Failed tests:
- test_multiprocessing_fork
- test_multiprocessing_forkserver
- test_multiprocessing_spawn
Failed subtests:
- test_shared_memory_basics - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_forkserver.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.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/17/builds/243
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown> Blamelist: Serhiy Storchaka <storchaka@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
406 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 15 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_cc9ceb15'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_bacd32bc'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_817d90bd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/test/_test_multiprocessing.py", line 3774, in test_shared_memory_basics sms = shared_memory.SharedMemory('test01_tsmb', create=True, size=512) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/multiprocessing/shared_memory.py", line 103, in __init__ self._fd = _posixshmem.shm_open( FileExistsError: [Errno 17] File exists: '/test01_tsmb'
Test report
Failed tests:
- test_multiprocessing_fork
- test_multiprocessing_forkserver
- test_multiprocessing_spawn
Failed subtests:
- test_shared_memory_basics - test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_fork.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/213/builds/245
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Serhiy Storchaka <storchaka@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
408 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 56 sec
- test_multiprocessing_spawn: 2 min 16 sec
- test_multiprocessing_forkserver: 1 min 36 sec
- test_peg_generator: 1 min 23 sec
- test_unparse: 1 min 10 sec
- test_tokenize: 1 min 7 sec
- test_multiprocessing_fork: 1 min 6 sec
- test_gdb: 1 min 5 sec
- test_capi: 1 min 5 sec
- test_asyncio: 1 min 1 sec
3 tests failed: test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn
14 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_nis test_readline 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: 6 min 48 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_a23e2cad'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_02a250c7'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 3774, in test_shared_memory_basics sms = shared_memory.SharedMemory('test01_tsmb', create=True, size=512) File "/home/dje/cpython-buildarea/3.9.edelsohn-fedora-z/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/dje/cpython-buildarea/3.9.edelsohn-fedora-z/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_a0f7ff65'
Test report
Failed tests:
- test_multiprocessing_fork
- test_multiprocessing_forkserver
- test_multiprocessing_spawn
Failed subtests:
- test_shared_memory_basics - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_forkserver.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 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/365/builds/244
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown> Blamelist: Serhiy Storchaka <storchaka@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
410 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 45 sec
- test_peg_generator: 2 min 9 sec
- test_multiprocessing_spawn: 1 min 36 sec
- test_nntplib: 1 min 20 sec
- test_multiprocessing_forkserver: 1 min 15 sec
- test_multiprocessing_fork: 1 min 3 sec
- test_asyncio: 52.2 sec
- test_signal: 47.1 sec
- test_socket: 37.1 sec
- test_io: 34.4 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: 3 min 52 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_94efa7c8'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_331fb54c'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang/build/Lib/test/_test_multiprocessing.py", line 3774, in test_shared_memory_basics sms = shared_memory.SharedMemory('test01_tsmb', create=True, size=512) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64.clang/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.9.cstratak-fedora-stable-x86_64.clang/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_c5bc9a44'
Test report
Failed tests:
- test_multiprocessing_fork
- test_multiprocessing_forkserver
- test_multiprocessing_spawn
Failed subtests:
- test_shared_memory_basics - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_fork.WithProcessesTestSharedMemory
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/176/builds/242
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown> Blamelist: Serhiy Storchaka <storchaka@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
410 tests OK.
10 slowest tests:
- test_concurrent_futures: 3 min 1 sec
- test_gdb: 2 min 54 sec
- test_multiprocessing_spawn: 2 min 7 sec
- test_capi: 2 min
- test_multiprocessing_forkserver: 1 min 38 sec
- test_peg_generator: 1 min 38 sec
- test_nntplib: 1 min 20 sec
- test_asyncio: 1 min 20 sec
- test_unparse: 1 min 18 sec
- test_multiprocessing_fork: 1 min 10 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: 5 min 4 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64/build/Lib/test/_test_multiprocessing.py", line 3774, in test_shared_memory_basics sms = shared_memory.SharedMemory('test01_tsmb', create=True, size=512) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64/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.9.cstratak-fedora-stable-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_67a2c5e4'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_36ca1204'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 201, in main cache[rtype].remove(name) KeyError: '/psm_3ef0c947'
Test report
Failed tests:
- test_multiprocessing_fork
- test_multiprocessing_forkserver
- test_multiprocessing_spawn
Failed subtests:
- test_shared_memory_basics - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory
- test_shared_memory_basics - test.test_multiprocessing_fork.WithProcessesTestSharedMemory
Sincerely, -The Buildbot