[EMAIL PROTECTED] 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 _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com