[Python-checkins] buildbot failure in x86 osx.5 3.0

buildbot at python.org buildbot at python.org
Tue May 6 22:17:29 CEST 2008


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

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

Buildslave for this Build: heller-x86-osx5

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

BUILD FAILED: failed test

Excerpt from the test logfile:
7 tests failed:
    test_codecencodings_cn test_codecencodings_hk
    test_codecencodings_jp test_codecencodings_kr
    test_codecencodings_tw test_email test_mailbox

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/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 "/Users/buildbot/buildarea/3.0.heller-x86-osx5/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 "/Users/buildbot/buildarea/3.0.heller-x86-osx5/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 "/Users/buildbot/buildarea/3.0.heller-x86-osx5/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 "/Users/buildbot/buildarea/3.0.heller-x86-osx5/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 "/Users/buildbot/buildarea/3.0.heller-x86-osx5/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 "/Users/buildbot/buildarea/3.0.heller-x86-osx5/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 "/Users/buildbot/buildarea/3.0.heller-x86-osx5/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 "/Users/buildbot/buildarea/3.0.heller-x86-osx5/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 "/Users/buildbot/buildarea/3.0.heller-x86-osx5/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 "/Users/buildbot/buildarea/3.0.heller-x86-osx5/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 "/Users/buildbot/buildarea/3.0.heller-x86-osx5/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 "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/test/test_multibytecodec_support.py", line 222, in test_streamreader
    data = func(sizehint)
TypeError: stream function returned a non-bytes object (bytearray)

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list