[Python-checkins] buildbot failure in ppc Debian unstable 3.0

Christian Heimes lists at cheimes.de
Wed Apr 9 12:57:17 CEST 2008


buildbot at python.org schrieb:
> The Buildbot has detected a new failure of ppc Debian unstable 3.0.
> Full details are available at:
>  http://www.python.org/dev/buildbot/all/ppc%20Debian%20unstable%203.0/builds/771
> 
> Buildbot URL: http://www.python.org/dev/buildbot/all/
> 
> Buildslave for this Build: klose-debian-ppc
> 
> Build Reason: 
> Build Source Stamp: [branch branches/py3k] HEAD
> Blamelist: christian.heimes
> 
> BUILD FAILED: failed test
> 
> Excerpt from the test logfile:
> 1 test failed:
>     test_ssl
> 
> ======================================================================
> ERROR: testEcho (test.test_ssl.ThreadedTests)
> ----------------------------------------------------------------------
> 
> Traceback (most recent call last):
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 743, in testEcho
>     chatty=True, connectionchatty=True)
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 644, in serverParamsTest
>     s.write(indata)
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ssl.py", line 178, in write
>     return self._sslobj.write(data)
> TypeError: write() argument 1 must be bytes or read-only buffer, not str
> 
> ======================================================================
> ERROR: testProtocolSSL2 (test.test_ssl.ThreadedTests)
> ----------------------------------------------------------------------
> 
> Traceback (most recent call last):
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 813, in testProtocolSSL2
>     tryProtocolCombo(ssl.PROTOCOL_SSLv2, ssl.PROTOCOL_SSLv2, True)
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 686, in tryProtocolCombo
>     chatty=False, connectionchatty=False)
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 644, in serverParamsTest
>     s.write(indata)
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ssl.py", line 178, in write
>     return self._sslobj.write(data)
> TypeError: write() argument 1 must be bytes or read-only buffer, not str
> 
> ======================================================================
> ERROR: testProtocolSSL23 (test.test_ssl.ThreadedTests)
> ----------------------------------------------------------------------
> 
> Traceback (most recent call last):
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 824, in testProtocolSSL23
>     tryProtocolCombo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_SSLv2, True)
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 686, in tryProtocolCombo
>     chatty=False, connectionchatty=False)
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 644, in serverParamsTest
>     s.write(indata)
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ssl.py", line 178, in write
>     return self._sslobj.write(data)
> TypeError: write() argument 1 must be bytes or read-only buffer, not str
> 
> ======================================================================
> ERROR: testProtocolSSL3 (test.test_ssl.ThreadedTests)
> ----------------------------------------------------------------------
> 
> Traceback (most recent call last):
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 846, in testProtocolSSL3
>     tryProtocolCombo(ssl.PROTOCOL_SSLv3, ssl.PROTOCOL_SSLv3, True)
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 686, in tryProtocolCombo
>     chatty=False, connectionchatty=False)
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 644, in serverParamsTest
>     s.write(indata)
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ssl.py", line 178, in write
>     return self._sslobj.write(data)
> TypeError: write() argument 1 must be bytes or read-only buffer, not str
> 
> ======================================================================
> ERROR: testProtocolTLS1 (test.test_ssl.ThreadedTests)
> ----------------------------------------------------------------------
> 
> Traceback (most recent call last):
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 856, in testProtocolTLS1
>     tryProtocolCombo(ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_TLSv1, True)
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 686, in tryProtocolCombo
>     chatty=False, connectionchatty=False)
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 644, in serverParamsTest
>     s.write(indata)
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ssl.py", line 178, in write
>     return self._sslobj.write(data)
> TypeError: write() argument 1 must be bytes or read-only buffer, not str
> 
> ======================================================================
> ERROR: testSocketServer (test.test_ssl.ThreadedTests)
> ----------------------------------------------------------------------
> 
> Traceback (most recent call last):
>   File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_ssl.py", line 931, in testSocketServer
>     server = AsyncoreHTTPSServer(CERTFILE)
> NameError: global name 'AsyncoreHTTPSServer' is not defined

I can't run the ssl tests with -unetwork on my machine. Could somebody
please fix the test for me?

Christian


More information about the Python-checkins mailing list