[issue30351] regrtest hangs on x86 Windows XP 2.7

STINNER Victor report at bugs.python.org
Fri May 12 07:29:20 EDT 2017


New submission from STINNER Victor:

The tests step was killed after a total of 55 min 54 sec, whereas it only took 38 min 40 sec on the previous build 150.

regrtest was supposed to log "running: test_threading (xxx sec)" every 30 seconds, but it didn't!? I don't know if the main regrtest process was stuck, or the child process running test_threading was stuck? Or both?

http://buildbot.python.org/all/builders/x86%20Windows%20XP%202.7/builds/151/steps/test/logs/stdio

test_pty skipped -- No module named fcntl
0:35:45 [400/402] test_pep352 passed -- running: test_threading (448 sec)
0:35:47 [401/402] test_timeit passed -- running: test_threading (450 sec)

command timed out: 1200 seconds without output running ['Tools\\buildbot\\test.bat', '-j2'], attempting to kill
program finished with exit code 1
elapsedTime=3354.584000

----------
messages: 293543
nosy: haypo
priority: normal
severity: normal
status: open
title: regrtest hangs on x86 Windows XP 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30351>
_______________________________________


More information about the Python-bugs-list mailing list