[Python-checkins] buildbot failure in x86 W2k8 trunk

buildbot at python.org buildbot at python.org
Sat May 17 23:50:14 CEST 2008


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

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

Buildslave for this Build: nelson-windows

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: fred.drake

BUILD FAILED: failed test

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

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

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 67, in test_customreplace_encode
    from htmlentitydefs import codepoint2name
ImportError: No module named htmlentitydefs

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

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 67, in test_customreplace_encode
    from htmlentitydefs import codepoint2name
ImportError: No module named htmlentitydefs

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

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 67, in test_customreplace_encode
    from htmlentitydefs import codepoint2name
ImportError: No module named htmlentitydefs

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

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 67, in test_customreplace_encode
    from htmlentitydefs import codepoint2name
ImportError: No module named htmlentitydefs

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

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 67, in test_customreplace_encode
    from htmlentitydefs import codepoint2name
ImportError: No module named htmlentitydefs

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

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 67, in test_customreplace_encode
    from htmlentitydefs import codepoint2name
ImportError: No module named htmlentitydefs

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

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 67, in test_customreplace_encode
    from htmlentitydefs import codepoint2name
ImportError: No module named htmlentitydefs

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

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 67, in test_customreplace_encode
    from htmlentitydefs import codepoint2name
ImportError: No module named htmlentitydefs

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

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 67, in test_customreplace_encode
    from htmlentitydefs import codepoint2name
ImportError: No module named htmlentitydefs

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

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 67, in test_customreplace_encode
    from htmlentitydefs import codepoint2name
ImportError: No module named htmlentitydefs

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

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 67, in test_customreplace_encode
    from htmlentitydefs import codepoint2name
ImportError: No module named htmlentitydefs

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

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_multibytecodec_support.py", line 67, in test_customreplace_encode
    from htmlentitydefs import codepoint2name
ImportError: No module named htmlentitydefs

======================================================================
ERROR: test_at_least_import_untested_modules (test.test_sundry.TestUntestedModules)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_sundry.py", line 93, in test_at_least_import_untested_modules
    import xml
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\contextlib.py", line 34, in __exit__
    self.gen.throw(type, value, traceback)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_support.py", line 416, in catch_warning
    yield warning_obj if record else None
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_sundry.py", line 53, in test_at_least_import_untested_modules
    import htmlentitydefs
ImportError: No module named htmlentitydefs

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list