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.

Author vstinner
Recipients vstinner
Date 2017-05-12.11:29:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494588560.82.0.408106199182.issue30351@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-05-12 11:29:20vstinnersetrecipients: + vstinner
2017-05-12 11:29:20vstinnersetmessageid: <1494588560.82.0.408106199182.issue30351@psf.upfronthosting.co.za>
2017-05-12 11:29:20vstinnerlinkissue30351 messages
2017-05-12 11:29:20vstinnercreate