[Python-checkins] buildbot failure in ia64 Ubuntu 3.x

buildbot at python.org buildbot at python.org
Wed Dec 31 06:07:36 CET 2008


The Buildbot has detected a new failure of ia64 Ubuntu 3.x.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ia64%20Ubuntu%203.x/builds/32

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

Buildslave for this Build: klose-debian-ia64

Build Reason: 
Build Source Stamp: [branch branches/py3k] 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/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 43, in testSSLconnect
    cert_reqs=ssl.CERT_NONE)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 104, in testConnect
    cert_reqs=ssl.CERT_NONE)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 158, in testFetchServerCert
    pem = ssl.get_server_certificate(("svn.python.org", 443))
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 430, in get_server_certificate
    cert_reqs=cert_reqs, ca_certs=ca_certs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

======================================================================
ERROR: testAllRecvAndSendMethods (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 1061, in testAllRecvAndSendMethods
    ssl_version=ssl.PROTOCOL_TLSv1)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 1066, in testAllRecvAndSendMethods
    raise support.TestFailed("Unexpected exception:  " + str(x))
test.support.TestFailed: Unexpected exception:  type object 'socket' has no attribute 'error'

======================================================================
ERROR: testAsyncoreServer (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 1011, in testAsyncoreServer
    s = ssl.wrap_socket(socket.socket())
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 1016, in testAsyncoreServer
    raise support.TestFailed("Unexpected exception:  " + str(x))
test.support.TestFailed: Unexpected exception:  type object 'socket' has no attribute 'error'

======================================================================
ERROR: testEcho (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 647, in serverParamsTest
    ssl_version=client_protocol)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 721, in testEcho
    chatty=True, connectionchatty=True)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 652, in serverParamsTest
    raise support.TestFailed("Unexpected exception:  " + str(x))
test.support.TestFailed: Unexpected exception:  type object 'socket' has no attribute 'error'

======================================================================
ERROR: testMalformedCert (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 783, in testMalformedCert
    "badcert.pem"))
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 608, in badCertTest
    ssl_version=ssl.PROTOCOL_TLSv1)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

======================================================================
ERROR: testMalformedKey (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 789, in testMalformedKey
    "badkey.pem"))
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 608, in badCertTest
    ssl_version=ssl.PROTOCOL_TLSv1)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

======================================================================
ERROR: testNULLcert (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 780, in testNULLcert
    "nullcert.pem"))
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 608, in badCertTest
    ssl_version=ssl.PROTOCOL_TLSv1)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

======================================================================
ERROR: testProtocolSSL2 (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 647, in serverParamsTest
    ssl_version=client_protocol)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 831, in testProtocolSSL2
    tryProtocolCombo(ssl.PROTOCOL_SSLv2, ssl.PROTOCOL_SSLv2, True)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 701, in tryProtocolCombo
    chatty=False, connectionchatty=False)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 652, in serverParamsTest
    raise support.TestFailed("Unexpected exception:  " + str(x))
test.support.TestFailed: Unexpected exception:  type object 'socket' has no attribute 'error'

======================================================================
ERROR: testProtocolSSL23 (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 647, in serverParamsTest
    ssl_version=client_protocol)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 849, in testProtocolSSL23
    tryProtocolCombo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_SSLv3, True)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 701, in tryProtocolCombo
    chatty=False, connectionchatty=False)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 652, in serverParamsTest
    raise support.TestFailed("Unexpected exception:  " + str(x))
test.support.TestFailed: Unexpected exception:  type object 'socket' has no attribute 'error'

======================================================================
ERROR: testProtocolSSL3 (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 647, in serverParamsTest
    ssl_version=client_protocol)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 864, in testProtocolSSL3
    tryProtocolCombo(ssl.PROTOCOL_SSLv3, ssl.PROTOCOL_SSLv3, True)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 701, in tryProtocolCombo
    chatty=False, connectionchatty=False)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 652, in serverParamsTest
    raise support.TestFailed("Unexpected exception:  " + str(x))
test.support.TestFailed: Unexpected exception:  type object 'socket' has no attribute 'error'

======================================================================
ERROR: testProtocolTLS1 (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 647, in serverParamsTest
    ssl_version=client_protocol)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 874, in testProtocolTLS1
    tryProtocolCombo(ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_TLSv1, True)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 701, in tryProtocolCombo
    chatty=False, connectionchatty=False)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 652, in serverParamsTest
    raise support.TestFailed("Unexpected exception:  " + str(x))
test.support.TestFailed: Unexpected exception:  type object 'socket' has no attribute 'error'

======================================================================
ERROR: testReadCert (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 744, in testReadCert
    ssl_version=ssl.PROTOCOL_SSLv23)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 751, in testReadCert
    "Unexpected exception:  " + str(x))
test.support.TestFailed: Unexpected exception:  type object 'socket' has no attribute 'error'

======================================================================
ERROR: testWrongCert (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 116, in __init__
    socket.getpeername(self)
socket.error: [Errno 107] Transport endpoint is not connected

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 786, in testWrongCert
    "wrongcert.pem"))
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_ssl.py", line 608, in badCertTest
    ssl_version=ssl.PROTOCOL_TLSv1)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 381, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/ssl.py", line 117, in __init__
    except socket.error:
AttributeError: type object 'socket' has no attribute 'error'

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list