[Python-checkins] buildbot failure in x86 XP 3.0

buildbot at python.org buildbot at python.org
Tue Apr 1 13:40:04 CEST 2008


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

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

Buildslave for this Build: armbruster-windows

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: neal.norwitz

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test_ssl test_urllib2_localnet test_urllibnet test_xmlrpc_net

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

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

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

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

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

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

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

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

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

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

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

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

======================================================================
FAIL: test_bad_address (test.test_urllib2_localnet.TestUrlopen)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\python\buildarea\3.0.armbruster-windows\build\lib\test\test_urllib2_localnet.py", line 476, in test_bad_address
    urllib2.urlopen, "http://www.python.invalid./")
AssertionError: IOError not raised by urlopen

======================================================================
FAIL: test_bad_address (test.test_urllibnet.urlopenNetworkTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\python\buildarea\3.0.armbruster-windows\build\lib\test\test_urllibnet.py", line 145, in test_bad_address
    urllib.urlopen, "http://www.python.invalid./")
AssertionError: IOError not raised by urlopen

======================================================================
FAIL: test_current_time (test.test_xmlrpc_net.CurrentTimeTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\python\buildarea\3.0.armbruster-windows\build\lib\test\test_xmlrpc_net.py", line 36, in test_current_time
    self.assert_(delta.days <= 1)
AssertionError: None

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list