[Python-checkins] buildbot failure in ia64 Ubuntu trunk

buildbot at python.org buildbot at python.org
Thu Mar 26 22:43:55 CET 2009


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

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

Buildslave for this Build: klose-debian-ia64

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
6 tests failed:
    test_al test_bsddb185 test_imageop test_imgfile test_tk
    test_ttk_guionly

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 552, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_al.py", line 6, in <module>
    al = import_module('al', deprecated=True)
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_support.py", line 54, in import_module
    raise SkipTest("No module named " + name)
NameError: global name 'SkipTest' is not defined

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 552, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_bsddb185.py", line 9, in <module>
    bsddb185 = import_module('bsddb185', deprecated=True)
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_support.py", line 54, in import_module
    raise SkipTest("No module named " + name)
NameError: global name 'SkipTest' is not defined

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 552, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_imageop.py", line 10, in <module>
    imageop = import_module('imageop', deprecated=True)
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_support.py", line 54, in import_module
    raise SkipTest("No module named " + name)
NameError: global name 'SkipTest' is not defined

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 552, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_imgfile.py", line 9, in <module>
    imgfile = import_module('imgfile', deprecated=True)
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_support.py", line 54, in import_module
    raise SkipTest("No module named " + name)
NameError: global name 'SkipTest' is not defined

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 552, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_tk.py", line 10, in <module>
    raise unittest.SkipTest("tk not available: %s" % msg)
NameError: name 'unittest' is not defined

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 552, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_ttk_guionly.py", line 11, in <module>
    raise unittest.SkipTest("ttk not available: %s" % msg)
NameError: name 'unittest' is not defined

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list