[Python-checkins] buildbot failure in x86 XP 3.0
buildbot at python.org
buildbot at python.org
Fri Mar 28 05:00:42 CET 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/71
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: christian.heimes
BUILD FAILED: failed test
Excerpt from the test logfile:
4 tests failed:
test_ssl test_urllib2net 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 822, 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 691, in tryProtocolCombo
chatty=False, connectionchatty=False)
File "C:\python\buildarea\3.0.armbruster-windows\build\lib\test\test_ssl.py", line 640, 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 843, 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 691, in tryProtocolCombo
chatty=False, connectionchatty=False)
File "C:\python\buildarea\3.0.armbruster-windows\build\lib\test\test_ssl.py", line 640, 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 855, 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 691, in tryProtocolCombo
chatty=False, connectionchatty=False)
File "C:\python\buildarea\3.0.armbruster-windows\build\lib\test\test_ssl.py", line 640, 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 865, 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 691, in tryProtocolCombo
chatty=False, connectionchatty=False)
File "C:\python\buildarea\3.0.armbruster-windows\build\lib\test\test_ssl.py", line 640, 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 738, 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_urllib2net.urlopenNetworkTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\python\buildarea\3.0.armbruster-windows\build\lib\test\test_urllib2net.py", line 160, 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 38, in test_current_time
self.assert_(delta.days <= 1)
AssertionError: None
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list