[Python-checkins] buildbot failure in ia64 Ubuntu 3.0

buildbot at python.org buildbot at python.org
Wed Jul 16 06:54:22 CEST 2008


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

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

Buildslave for this Build: klose-debian-ia64

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_lib2to3

======================================================================
FAIL: test_from_import_usage (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 1485, in test_from_import_usage
    self.check(b, a)
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: '\nfrom builtins import exec\nfoo(exec, exec())\n\n\n' != 'None'

======================================================================
FAIL: test_import_from (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 1427, in test_import_from
    self.check(b, a)
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: 'from builtins import exec\n\n' != 'None'

======================================================================
FAIL: test_import_from_as (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 1454, in test_import_from_as
    self.check(b, a)
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: 'from builtins import exec as foo_bar\n\n' != 'None'

======================================================================
FAIL: test_import_module (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 1416, in test_import_module
    self.check(b, a)
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: 'import test.support\n\n' != 'import test.test_support\n\n'

======================================================================
FAIL: test_import_module_as (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 1443, in test_import_module_as
    self.check(b, a)
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: 'import test.support as foo_bar\n\n' != 'import test.test_support as foo_bar\n\n'

======================================================================
FAIL: test_import_module_usage (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 1472, in test_import_module_usage
    self.check(b, a)
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/lib2to3/tests/test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: '\nimport builtins\nfoo(builtins, builtins.exec)\n\n\n' != 'None'

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list