[Python-checkins] buildbot failure in ia64 Ubuntu 2.6

buildbot at python.org buildbot at python.org
Sat Jan 24 20:33:41 CET 2009


The Buildbot has detected a new failure of ia64 Ubuntu 2.6.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ia64%20Ubuntu%202.6/builds/57

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

Buildslave for this Build: klose-debian-ia64

Build Reason: 
Build Source Stamp: [branch branches/release26-maint] HEAD
Blamelist: mark.dickinson,martin.v.loewis

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_sax

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 549, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/pybot/buildarea/2.6.klose-debian-ia64/build/Lib/test/test_sax.py", line 7, in <module>
    make_parser()
  File "/home/pybot/buildarea/2.6.klose-debian-ia64/build/Lib/xml/sax/__init__.py", line 81, in make_parser
    return _create_parser(parser_name)
  File "/home/pybot/buildarea/2.6.klose-debian-ia64/build/Lib/xml/sax/__init__.py", line 105, in _create_parser
    drv_module = __import__(parser_name,{},{},['create_parser'])
  File "/home/pybot/buildarea/2.6.klose-debian-ia64/build/Lib/xml/sax/expatreader.py", line 28, in <module>
    from xml.sax import xmlreader, saxutils, handler
  File "/home/pybot/buildarea/2.6.klose-debian-ia64/build/Lib/xml/sax/saxutils.py", line 84, in <module>
    class XMLGenerator(handler.ContentHandler):
  File "/home/pybot/buildarea/2.6.klose-debian-ia64/build/Lib/xml/sax/saxutils.py", line 129, in XMLGenerator
    def startElement(self, name, attrs):
NameError: name 'de' is not defined

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list