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 Arfrever, neologix, pitrou, python-dev, vstinner
Date 2011-04-01.22:18:12
SpamBayes Score 0.00059203664
Marked as misclassified No
Message-id <1301696294.52.0.163237527789.issue11727@psf.upfronthosting.co.za>
In-reply-to
Content
Because the timeout was 30 minutes, we missed where test_ssl hangs on "x86 Windows7 3.x":
--------------
...
[259/354] test_filecmp
[260/354] test_ssl

command timed out: 1200 seconds without output, killing pid 3012
SIGKILL failed to kill process
using fake rc=-1
program finished with exit code -1

remoteFailed: [Failure instance: Traceback from remote host -- Traceback (most recent call last):
Failure: buildbot.slave.commands.TimeoutError: SIGKILL failed to kill process
]
--------------
http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.x/builds/2877/steps/test/logs/stdio

It looks like this buildbot has some network issues:

 * build 2877 failed on test_ssl
 * build 2872 failed on test_poplib
 * build 2866 failed on test_ftplib
 * build 2865 failed on test_smtplib
 * build 2864 failed on test_socket
 * ...

Note: build 2869 failed on test_multiprocessing.
History
Date User Action Args
2011-04-01 22:18:14vstinnersetrecipients: + vstinner, pitrou, Arfrever, neologix, python-dev
2011-04-01 22:18:14vstinnersetmessageid: <1301696294.52.0.163237527789.issue11727@psf.upfronthosting.co.za>
2011-04-01 22:18:12vstinnerlinkissue11727 messages
2011-04-01 22:18:12vstinnercreate