[Python-checkins] buildbot failure in x86 W2k8 3.0

buildbot at python.org buildbot at python.org
Tue May 6 22:12:00 CEST 2008


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

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

Buildslave for this Build: nelson-windows

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: alexandre.vassalotti

BUILD FAILED: failed test

Excerpt from the test logfile:
6 tests failed:
    test_asynchat test_codecencodings_cn test_codecencodings_hk
    test_codecencodings_jp test_codecencodings_kr
    test_codecencodings_tw

======================================================================
ERROR: test_streamreader (test.test_codecencodings_cn.Test_GB18030)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 222, in test_streamreader
    data = func(sizehint)
TypeError: stream function returned a non-bytes object (bytearray)

======================================================================
ERROR: test_streamreader (test.test_codecencodings_cn.Test_GB2312)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 222, in test_streamreader
    data = func(sizehint)
TypeError: stream function returned a non-bytes object (bytearray)

======================================================================
ERROR: test_streamreader (test.test_codecencodings_cn.Test_GBK)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 222, in test_streamreader
    data = func(sizehint)
TypeError: stream function returned a non-bytes object (bytearray)

======================================================================
ERROR: test_streamreader (test.test_codecencodings_hk.Test_Big5HKSCS)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 222, in test_streamreader
    data = func(sizehint)
TypeError: stream function returned a non-bytes object (bytearray)

======================================================================
ERROR: test_streamreader (test.test_codecencodings_jp.Test_CP932)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 222, in test_streamreader
    data = func(sizehint)
TypeError: stream function returned a non-bytes object (bytearray)

======================================================================
ERROR: test_streamreader (test.test_codecencodings_jp.Test_EUC_JISX0213)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 222, in test_streamreader
    data = func(sizehint)
TypeError: stream function returned a non-bytes object (bytearray)

======================================================================
ERROR: test_streamreader (test.test_codecencodings_jp.Test_EUC_JP_COMPAT)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 222, in test_streamreader
    data = func(sizehint)
TypeError: stream function returned a non-bytes object (bytearray)

======================================================================
ERROR: test_streamreader (test.test_codecencodings_jp.Test_SJISX0213)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 222, in test_streamreader
    data = func(sizehint)
TypeError: stream function returned a non-bytes object (bytearray)

======================================================================
ERROR: test_streamreader (test.test_codecencodings_jp.Test_SJIS_COMPAT)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 222, in test_streamreader
    data = func(sizehint)
TypeError: stream function returned a non-bytes object (bytearray)

======================================================================
ERROR: test_streamreader (test.test_codecencodings_kr.Test_CP949)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 222, in test_streamreader
    data = func(sizehint)
TypeError: stream function returned a non-bytes object (bytearray)

======================================================================
ERROR: test_streamreader (test.test_codecencodings_kr.Test_EUCKR)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 222, in test_streamreader
    data = func(sizehint)
TypeError: stream function returned a non-bytes object (bytearray)

======================================================================
ERROR: test_streamreader (test.test_codecencodings_kr.Test_JOHAB)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 222, in test_streamreader
    data = func(sizehint)
TypeError: stream function returned a non-bytes object (bytearray)

======================================================================
ERROR: test_streamreader (test.test_codecencodings_tw.Test_Big5)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 222, in test_streamreader
    data = func(sizehint)
TypeError: stream function returned a non-bytes object (bytearray)

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list