This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_multiprocessing_forktest_terminate() timed out after 15 min on s390x Fedora LTO + PGO 3.x
Type: Stage: resolved
Components: Tests Versions: Python 3.9
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: vstinner
Priority: normal Keywords:

Created on 2020-04-27 21:00 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg367457 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-04-27 21:00
s390x Fedora LTO + PGO 3.x:
https://buildbot.python.org/all/#/builders/460/builds/364

0:15:21 load avg: 0.00 [423/423/1] test_multiprocessing_fork crashed (Exit code 1)
Timeout (0:15:00)!
Thread 0x000003ff83dff910 (most recent call first):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/connection.py", line 384 in _recv
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/connection.py", line 419 in _recv_bytes
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/connection.py", line 255 in recv
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/pool.py", line 600 in _handle_results
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/threading.py", line 888 in run
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/threading.py", line 950 in _bootstrap_inner
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/threading.py", line 908 in _bootstrap

Thread 0x000003ff976f8b20 (most recent call first):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/pool.py", line 673 in _help_stuff_finish
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/pool.py", line 693 in _terminate_pool
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/util.py", line 224 in __call__
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/pool.py", line 655 in terminate
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/_test_multiprocessing.py", line 2546 in test_terminate
  (...)
msg369258 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-05-18 15:55
I didn't see the failure recently, I close the issue as out of date.
History
Date User Action Args
2022-04-11 14:59:30adminsetgithub: 84590
2020-05-18 15:55:34vstinnersetstatus: open -> closed
resolution: out of date
messages: + msg369258

stage: resolved
2020-04-27 21:00:54vstinnercreate