[Python-checkins] buildbot failure in x86 mvlgcc trunk

buildbot at python.org buildbot at python.org
Sun Sep 30 22:14:10 CEST 2007


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

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

Buildslave for this Build: loewis-linux

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: brett.cannon

BUILD FAILED: failed test

Excerpt from the test logfile:
9 tests failed:
    test_atexit test_builtin test_code test_collections test_extcall
    test_generators test_pep352 test_pprint test_tuple

======================================================================
FAIL: test_args (test.test_atexit.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_atexit.py", line 23, in test_args
    self.assertEqual(s.getvalue(), "h4 (4,) {'kw': 'abc'}\nh4 () {}\nh1\n")
AssertionError: "h4 (4,) {'kw': 'abc'}\nh4 (...) {}\nh1\n" != "h4 (4,) {'kw': 'abc'}\nh4 () {}\nh1\n"

======================================================================
FAIL: test_intern (test.test_builtin.BuiltinTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_builtin.py", line 927, in test_intern
    self.assert_(intern(s) is s)
AssertionError

======================================================================
FAIL: test_repr (test.test_builtin.BuiltinTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_builtin.py", line 1613, in test_repr
    self.assertEqual(repr(()), '()')
AssertionError: '(...)' != '()'

======================================================================
FAIL: test_str (test.test_builtin.BuiltinTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_builtin.py", line 1669, in test_str
    self.assertEqual(str(()), '()')
AssertionError: '(...)' != '()'

======================================================================
ERROR: test_odd_sizes (test.test_collections.TestNamedTuple)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_collections.py", line 62, in test_odd_sizes
    Zero = NamedTuple('Zero', '')
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/collections.py", line 52, in NamedTuple
    exec template in m
  File "<string>", line 4
    __fields__ = (...)
                  ^
SyntaxError: invalid syntax

======================================================================
FAIL: test_interface_no_arg (test.test_pep352.ExceptionClassTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_pep352.py", line 130, in test_interface_no_arg
    self.interface_test_driver(results)
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_pep352.py", line 92, in interface_test_driver
    given, expected))
AssertionError: repr: Exception(...) != Exception()

======================================================================
FAIL: test_same_as_repr (test.test_pprint.QueryTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_pprint.py", line 134, in test_same_as_repr
    (native, got, function))
AssertionError: expected (...) got () from pprint.pformat

======================================================================
FAIL: test_repr (test.test_tuple.TupleTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_tuple.py", line 76, in test_repr
    self.assertEqual(repr(a0), "()")
AssertionError: '(...)' != '()'

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list