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: AMD64 Arch Linux Asan Debug buildbot sometimes hangs before tests complete
Type: Stage: resolved
Components: Tests Versions: Python 3.11, Python 3.10
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: pablogsal, vstinner
Priority: normal Keywords:

Created on 2021-11-12 23:21 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg406256 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2021-11-12 23:21
Example:

AMD64 Arch Linux Asan Debug 3.10:
https://buildbot.python.org/all/#/builders/621/builds/351

(...)
1:13:40 load avg: 1.85 [420/421/1] test_reprlib passed
1:13:41 load avg: 1.85 [421/421/1] test_funcattrs passed
command timed out: 1200 seconds without output running [b'make', b'buildbottest', b'TESTOPTS=-j1 -x test_ctypes test_capi test_crypt test_decimal test_faulthandler test_interpreters --junit-xml test-results.xml ${BUILDBOT_TESTOPTS}', b'TESTPYTHONOPTS=', b'TESTTIMEOUT=900'], attempting to kill
make: *** [Makefile:1255: buildbottest] Terminated
process killed by signal 15
program finished with exit code -1
elapsedTime=5623.934168


Can it be related to bpo-45200 "Address Sanitizer: libasan dead lock in pthread_create() (test_multiprocessing_fork.test_get() hangs)"?
msg410531 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2022-01-13 23:00
I didn't notice this issue recently, but I didn't pay attention this buildbot worker neither. I close the issue.
History
Date User Action Args
2022-04-11 14:59:52adminsetgithub: 89955
2022-01-13 23:00:35vstinnersetstatus: open -> closed
resolution: out of date
messages: + msg410531

stage: resolved
2021-11-12 23:21:53vstinnercreate