[Python-checkins] buildbot failure in i386 Ubuntu 3.0

buildbot at python.org buildbot at python.org
Mon Jul 7 06:30:50 CEST 2008


The Buildbot has detected a new failure of i386 Ubuntu 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/i386%20Ubuntu%203.0/builds/149

Buildbot URL: http://www.python.org/dev/buildbot/all/

Buildslave for this Build: klose-ubuntu-i386

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: josiah.carlson

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_ssl

======================================================================
ERROR: testSSLconnect (test.test_ssl.BasicTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 44, in testSSLconnect
    s.connect(("svn.python.org", 443))
  File "/home/pybot/buildarea/3.0.klose-ubuntu-i386/build/Lib/ssl.py", line 323, in connect
    socket.connect(self, addr)
socket.error: [Errno 111] Connection refused

======================================================================
ERROR: testConnect (test.test_ssl.NetworkedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 105, in testConnect
    s.connect(("svn.python.org", 443))
  File "/home/pybot/buildarea/3.0.klose-ubuntu-i386/build/Lib/ssl.py", line 323, in connect
    socket.connect(self, addr)
socket.error: [Errno 111] Connection refused

======================================================================
ERROR: testFetchServerCert (test.test_ssl.NetworkedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 158, in testFetchServerCert
    pem = ssl.get_server_certificate(("svn.python.org", 443))
  File "/home/pybot/buildarea/3.0.klose-ubuntu-i386/build/Lib/ssl.py", line 415, in get_server_certificate
    s.connect(addr)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-i386/build/Lib/ssl.py", line 323, in connect
    socket.connect(self, addr)
socket.error: [Errno 111] Connection refused

======================================================================
ERROR: testNonBlockingHandshake (test.test_ssl.NetworkedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 134, in testNonBlockingHandshake
    s.connect(("svn.python.org", 443))
socket.error: [Errno 111] Connection refused

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list