[Python-checkins] buildbot failure in x86 XP trunk

buildbot at python.org buildbot at python.org
Tue Mar 18 07:15:40 CET 2008


The Buildbot has detected a new failure of x86 XP trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20XP%20trunk/builds/29

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

Buildslave for this Build: armbruster-windows

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: brett.cannon

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
    test_errno test_ssl

======================================================================
FAIL: test_for_improper_attributes (test.test_errno.ErrnoAttributeTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_errno.py", line 45, in test_for_improper_attributes
    self.assert_(attribute in errors_set)
AssertionError

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

Traceback (most recent call last):
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 130, in testConnect
    raise test_support.TestFailed("Unexpected exception %s" % x)
TestFailed: Unexpected exception [Errno 1] _ssl.c:429: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

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

Traceback (most recent call last):
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 148, in testFetchServerCert
    pem = ssl.get_server_certificate(("svn.python.org", 443), ca_certs=SVN_PYTHON_ORG_ROOT_CERT)
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\ssl.py", line 526, in get_server_certificate
    s.connect(addr)
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\ssl.py", line 204, in connect
    self.ca_certs)
SSLError: [Errno 1] _ssl.c:429: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

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

Traceback (most recent call last):
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 697, in testProtocolSSL2
    tryProtocolCombo(ssl.PROTOCOL_SSLv2, ssl.PROTOCOL_SSLv2, True, ssl.CERT_OPTIONAL)
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 566, in tryProtocolCombo
    CERTFILE, CERTFILE, client_protocol, chatty=False)
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 517, in serverParamsTest
    raise test_support.TestFailed("Unexpected SSL error:  " + str(x))
TestFailed: Unexpected SSL error:  [Errno 1] _ssl.c:429: error:1407E086:SSL routines:SSL2_SET_CERTIFICATE:certificate verify failed

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

Traceback (most recent call last):
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 718, in testProtocolSSL23
    tryProtocolCombo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_SSLv3, True, ssl.CERT_OPTIONAL)
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 566, in tryProtocolCombo
    CERTFILE, CERTFILE, client_protocol, chatty=False)
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 517, in serverParamsTest
    raise test_support.TestFailed("Unexpected SSL error:  " + str(x))
TestFailed: Unexpected SSL error:  [Errno 1] _ssl.c:429: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

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

Traceback (most recent call last):
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 730, in testProtocolSSL3
    tryProtocolCombo(ssl.PROTOCOL_SSLv3, ssl.PROTOCOL_SSLv3, True, ssl.CERT_OPTIONAL)
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 566, in tryProtocolCombo
    CERTFILE, CERTFILE, client_protocol, chatty=False)
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 517, in serverParamsTest
    raise test_support.TestFailed("Unexpected SSL error:  " + str(x))
TestFailed: Unexpected SSL error:  [Errno 1] _ssl.c:429: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

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

Traceback (most recent call last):
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 740, in testProtocolTLS1
    tryProtocolCombo(ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_TLSv1, True, ssl.CERT_OPTIONAL)
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 566, in tryProtocolCombo
    CERTFILE, CERTFILE, client_protocol, chatty=False)
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 517, in serverParamsTest
    raise test_support.TestFailed("Unexpected SSL error:  " + str(x))
TestFailed: Unexpected SSL error:  [Errno 1] _ssl.c:429: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

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

Traceback (most recent call last):
  File "C:\python\buildarea\trunk.armbruster-windows\build\lib\test\test_ssl.py", line 653, in testReadCert
    "Unexpected SSL error:  " + str(x))
TestFailed: Unexpected SSL error:  [Errno 1] _ssl.c:429: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list