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 davin, pitrou, vstinner
Date 2017-07-24.09:17:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500887834.48.0.104903044395.issue31009@psf.upfronthosting.co.za>
In-reply-to
Content
Same bug on AMD64 Windows8 3.x buildbot:

http://buildbot.python.org/all/builders/AMD64%20Windows8%203.x/builds/943/steps/test/logs/stdio

Run tests in parallel using 2 child processes
...
1:03:06 [402/406] test_getargs2 passed -- running: test_multiprocessing_spawn (1203 sec)
1:03:09 [403/406] test_threadedtempfile passed -- running: test_multiprocessing_spawn (1205 sec)
1:03:11 [404/406] test_slice passed -- running: test_multiprocessing_spawn (1208 sec)
1:03:19 [405/406] test_tracemalloc passed -- running: test_multiprocessing_spawn (1215 sec)

command timed out: 1200 seconds without output running ['Tools\\buildbot\\test.bat', '-x64', '-j2', '--timeout', '900'], attempting to kill
program finished with exit code 1
elapsedTime=5005.881000
History
Date User Action Args
2017-07-24 09:17:14vstinnersetrecipients: + vstinner, pitrou, davin
2017-07-24 09:17:14vstinnersetmessageid: <1500887834.48.0.104903044395.issue31009@psf.upfronthosting.co.za>
2017-07-24 09:17:14vstinnerlinkissue31009 messages
2017-07-24 09:17:14vstinnercreate