[Python-checkins] buildbot failure in g4 osx.4 3.0
buildbot at python.org
buildbot at python.org
Wed Jul 16 07:33:43 CEST 2008
The Buildbot has detected a new failure of g4 osx.4 3.0.
Full details are available at:
http://www.python.org/dev/buildbot/all/g4%20osx.4%203.0/builds/1109
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: psf-g4
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 "/Users/buildslave/bb/3.0.psf-g4/build/Lib/lib2to3/tests/test_fixers.py", line 1485, in test_from_import_usage
self.check(b, a)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
tree = self._check(before, after)
File "/Users/buildslave/bb/3.0.psf-g4/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 "/Users/buildslave/bb/3.0.psf-g4/build/Lib/lib2to3/tests/test_fixers.py", line 1427, in test_import_from
self.check(b, a)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
tree = self._check(before, after)
File "/Users/buildslave/bb/3.0.psf-g4/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 "/Users/buildslave/bb/3.0.psf-g4/build/Lib/lib2to3/tests/test_fixers.py", line 1454, in test_import_from_as
self.check(b, a)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
tree = self._check(before, after)
File "/Users/buildslave/bb/3.0.psf-g4/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 "/Users/buildslave/bb/3.0.psf-g4/build/Lib/lib2to3/tests/test_fixers.py", line 1416, in test_import_module
self.check(b, a)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
tree = self._check(before, after)
File "/Users/buildslave/bb/3.0.psf-g4/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 "/Users/buildslave/bb/3.0.psf-g4/build/Lib/lib2to3/tests/test_fixers.py", line 1443, in test_import_module_as
self.check(b, a)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
tree = self._check(before, after)
File "/Users/buildslave/bb/3.0.psf-g4/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 "/Users/buildslave/bb/3.0.psf-g4/build/Lib/lib2to3/tests/test_fixers.py", line 1472, in test_import_module_usage
self.check(b, a)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
tree = self._check(before, after)
File "/Users/buildslave/bb/3.0.psf-g4/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