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 nadeem.vawda
Recipients barry, giampaolo.rodola, janssen, nadeem.vawda, pitrou
Date 2012-01-28.10:38:15
SpamBayes Score 0.001406798
Marked as misclassified No
Message-id <1327747096.81.0.709589342449.issue13895@psf.upfronthosting.co.za>
In-reply-to
Content
Since changeset b99c54acb22d, the ARM Ubuntu buildbot has been hanging in test_ssl:

    http://www.python.org/dev/buildbot/all/builders/ARM%20Ubuntu%203.x/builds/250/steps/test/logs/stdio

I've been able to reproduce this behaviour on my AMD64 Ubuntu 11.10 machine.
The last output before it hangs is:

    test_protocol_sslv3 (test.test_ssl.ThreadedTests)
    Connecting to an SSLv3 server with various client options ... 
     SSLv3->SSLv3 CERT_NONE
     SSLv3->SSLv3 CERT_OPTIONAL
     SSLv3->SSLv3 CERT_REQUIRED
     {SSLv23->SSLv3} CERT_NONE

No such problem has shown up on the x86 Ubuntu Shared builder. This is probably
because it runs Ubuntu 8.04, whereas the ARM bot runs 11.10.
History
Date User Action Args
2012-01-28 10:38:17nadeem.vawdasetrecipients: + nadeem.vawda, barry, janssen, pitrou, giampaolo.rodola
2012-01-28 10:38:16nadeem.vawdasetmessageid: <1327747096.81.0.709589342449.issue13895@psf.upfronthosting.co.za>
2012-01-28 10:38:16nadeem.vawdalinkissue13895 messages
2012-01-28 10:38:15nadeem.vawdacreate