[Python-checkins] buildbot failure in i386 Ubuntu trunk

buildbot at python.org buildbot at python.org
Wed Dec 31 05:03:18 CET 2008


The Buildbot has detected a new failure of i386 Ubuntu trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/i386%20Ubuntu%20trunk/builds/614
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: klose-ubuntu-i386
Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson
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/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 59, in testSSLconnect
 cert_reqs=ssl.CERT_NONE)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 350, in wrap_socket
 suppress_ragged_eofs=suppress_ragged_eofs)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 106, in __init__
 except socket.error:
AttributeError: type object '_socketobject' has no attribute 'error'
======================================================================
ERROR: testConnect (test.test_ssl.NetworkedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 120, in testConnect
 cert_reqs=ssl.CERT_NONE)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 350, in wrap_socket
 suppress_ragged_eofs=suppress_ragged_eofs)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 106, in __init__
 except socket.error:
AttributeError: type object '_socketobject' has no attribute 'error'
======================================================================
ERROR: testFetchServerCert (test.test_ssl.NetworkedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 175, in testFetchServerCert
 pem = ssl.get_server_certificate(("svn.python.org", 443))
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 410, in get_server_certificate
 cert_reqs=cert_reqs, ca_certs=ca_certs)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 350, in wrap_socket
 suppress_ragged_eofs=suppress_ragged_eofs)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 106, in __init__
 except socket.error:
AttributeError: type object '_socketobject' has no attribute 'error'
======================================================================
ERROR: testAllRecvAndSendMethods (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 1074, in testAllRecvAndSendMethods
 raise support.TestFailed("Unexpected exception: " + str(x))
NameError: global name 'support' is not defined
======================================================================
ERROR: testAsyncoreServer (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 1023, in testAsyncoreServer
 raise test_support.TestFailed("Unexpected exception: " + str(x))
TestFailed: Unexpected exception: type object '_socketobject' has no attribute 'error'
======================================================================
ERROR: testEcho (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 767, in testEcho
 chatty=True, connectionchatty=True)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 663, in serverParamsTest
 raise test_support.TestFailed("Unexpected exception: " + str(x))
TestFailed: Unexpected exception: type object '_socketobject' has no attribute 'error'
======================================================================
ERROR: testMalformedCert (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 829, in testMalformedCert
 "badcert.pem"))
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 618, in badCertTest
 ssl_version=ssl.PROTOCOL_TLSv1)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 350, in wrap_socket
 suppress_ragged_eofs=suppress_ragged_eofs)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 106, in __init__
 except socket.error:
AttributeError: type object '_socketobject' has no attribute 'error'
======================================================================
ERROR: testMalformedKey (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 835, in testMalformedKey
 "badkey.pem"))
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 618, in badCertTest
 ssl_version=ssl.PROTOCOL_TLSv1)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 350, in wrap_socket
 suppress_ragged_eofs=suppress_ragged_eofs)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 106, in __init__
 except socket.error:
AttributeError: type object '_socketobject' has no attribute 'error'
======================================================================
ERROR: testNULLcert (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 826, in testNULLcert
 "nullcert.pem"))
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 618, in badCertTest
 ssl_version=ssl.PROTOCOL_TLSv1)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 350, in wrap_socket
 suppress_ragged_eofs=suppress_ragged_eofs)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 106, in __init__
 except socket.error:
AttributeError: type object '_socketobject' has no attribute 'error'
======================================================================
ERROR: testProtocolSSL2 (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 840, in testProtocolSSL2
 tryProtocolCombo(ssl.PROTOCOL_SSLv2, ssl.PROTOCOL_SSLv2, True)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 710, in tryProtocolCombo
 CERTFILE, CERTFILE, client_protocol, chatty=False)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 663, in serverParamsTest
 raise test_support.TestFailed("Unexpected exception: " + str(x))
TestFailed: Unexpected exception: type object '_socketobject' has no attribute 'error'
======================================================================
ERROR: testProtocolSSL23 (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 858, in testProtocolSSL23
 tryProtocolCombo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_SSLv3, True)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 710, in tryProtocolCombo
 CERTFILE, CERTFILE, client_protocol, chatty=False)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 663, in serverParamsTest
 raise test_support.TestFailed("Unexpected exception: " + str(x))
TestFailed: Unexpected exception: type object '_socketobject' has no attribute 'error'
======================================================================
ERROR: testProtocolSSL3 (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 873, in testProtocolSSL3
 tryProtocolCombo(ssl.PROTOCOL_SSLv3, ssl.PROTOCOL_SSLv3, True)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 710, in tryProtocolCombo
 CERTFILE, CERTFILE, client_protocol, chatty=False)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 663, in serverParamsTest
 raise test_support.TestFailed("Unexpected exception: " + str(x))
TestFailed: Unexpected exception: type object '_socketobject' has no attribute 'error'
======================================================================
ERROR: testProtocolTLS1 (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 883, in testProtocolTLS1
 tryProtocolCombo(ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_TLSv1, True)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 710, in tryProtocolCombo
 CERTFILE, CERTFILE, client_protocol, chatty=False)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 663, in serverParamsTest
 raise test_support.TestFailed("Unexpected exception: " + str(x))
TestFailed: Unexpected exception: type object '_socketobject' has no attribute 'error'
======================================================================
ERROR: testReadCert (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 797, in testReadCert
 "Unexpected exception: " + str(x))
TestFailed: Unexpected exception: type object '_socketobject' has no attribute 'error'
======================================================================
ERROR: testWrappedAccept (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 1001, in testWrappedAccept
 wrap_accepting_socket=True)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 644, in serverParamsTest
 wrap_accepting_socket=wrap_accepting_socket)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 349, in __init__
 ssl_version = self.protocol)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 350, in wrap_socket
 suppress_ragged_eofs=suppress_ragged_eofs)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 106, in __init__
 except socket.error:
AttributeError: type object '_socketobject' has no attribute 'error'
======================================================================
ERROR: testWrongCert (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 832, in testWrongCert
 "wrongcert.pem"))
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 618, in badCertTest
 ssl_version=ssl.PROTOCOL_TLSv1)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 350, in wrap_socket
 suppress_ragged_eofs=suppress_ragged_eofs)
 File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/ssl.py", line 106, in __init__
 except socket.error:
AttributeError: type object '_socketobject' has no attribute 'error'
make: *** [buildbottest] Error 1
sincerely,
 -The Buildbot


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /