[Python-checkins] buildbot failure in S-390 Debian 3.0

buildbot at python.org buildbot at python.org
Mon Aug 18 23:02:15 CEST 2008


The Buildbot has detected a new failure of S-390 Debian 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/S-390%20Debian%203.0/builds/748

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

Buildslave for this Build: klose-debian-s390

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson,eric.smith

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_ssl

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

Traceback (most recent call last):
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 1001, in testAsyncoreServer
    server = AsyncoreEchoServer(CERTFILE)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 571, in __init__
    self.set_daemon(True)
AttributeError: 'AsyncoreEchoServer' object has no attribute 'set_daemon'

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

Traceback (most recent call last):
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 721, in testEcho
    chatty=True, connectionchatty=True)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 633, in serverParamsTest
    connectionchatty=False)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 329, in __init__
    self.set_daemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'set_daemon'

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

Traceback (most recent call last):
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 783, in testMalformedCert
    "badcert.pem"))
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 598, in badCertTest
    connectionchatty=False)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 329, in __init__
    self.set_daemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'set_daemon'

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

Traceback (most recent call last):
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 786, in testMalformedKey
    "badkey.pem"))
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 598, in badCertTest
    connectionchatty=False)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 329, in __init__
    self.set_daemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'set_daemon'

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

Traceback (most recent call last):
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 780, in testNULLcert
    "nullcert.pem"))
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 598, in badCertTest
    connectionchatty=False)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 329, in __init__
    self.set_daemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'set_daemon'

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

Traceback (most recent call last):
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 828, in testProtocolSSL2
    tryProtocolCombo(ssl.PROTOCOL_SSLv2, ssl.PROTOCOL_SSLv2, True)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 701, in tryProtocolCombo
    chatty=False, connectionchatty=False)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 633, in serverParamsTest
    connectionchatty=False)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 329, in __init__
    self.set_daemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'set_daemon'

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

Traceback (most recent call last):
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 839, in testProtocolSSL23
    tryProtocolCombo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_SSLv2, True)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 701, in tryProtocolCombo
    chatty=False, connectionchatty=False)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 633, in serverParamsTest
    connectionchatty=False)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 329, in __init__
    self.set_daemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'set_daemon'

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

Traceback (most recent call last):
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 861, in testProtocolSSL3
    tryProtocolCombo(ssl.PROTOCOL_SSLv3, ssl.PROTOCOL_SSLv3, True)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 701, in tryProtocolCombo
    chatty=False, connectionchatty=False)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 633, in serverParamsTest
    connectionchatty=False)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 329, in __init__
    self.set_daemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'set_daemon'

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

Traceback (most recent call last):
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 871, in testProtocolTLS1
    tryProtocolCombo(ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_TLSv1, True)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 701, in tryProtocolCombo
    chatty=False, connectionchatty=False)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 633, in serverParamsTest
    connectionchatty=False)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 329, in __init__
    self.set_daemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'set_daemon'

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

Traceback (most recent call last):
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 732, in testReadCert
    chatty=False)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 329, in __init__
    self.set_daemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'set_daemon'

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

Traceback (most recent call last):
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 886, in testSTARTTLS
    connectionchatty=True)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 329, in __init__
    self.set_daemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'set_daemon'

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

Traceback (most recent call last):
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 953, in testSocketServer
    server = OurHTTPSServer(CERTFILE)
  File "/scratch/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_ssl.py", line 485, in __init__
    self.set_daemon(True)
AttributeError: 'OurHTTPSServer' object has no attribute 'set_daemon'

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list