[Python-checkins] buildbot failure in ppc Debian unstable 2.5

buildbot at python.org buildbot at python.org
Fri Apr 11 01:44:53 CEST 2008


The Buildbot has detected a new failure of ppc Debian unstable 2.5.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ppc%20Debian%20unstable%202.5/builds/222

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

Buildslave for this Build: klose-debian-ppc

Build Reason: 
Build Source Stamp: [branch branches/release25-maint] HEAD
Blamelist: guido.van.rossum

BUILD FAILED: failed test

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

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/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 "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/test/test_builtin.py", line 863, in test_intern
    self.assert_(intern(s) is s)
AssertionError

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/test/test_builtin.py", line 1549, in test_repr
    self.assertEqual(repr(()), '()')
AssertionError: '(...)' != '()'

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/test/test_builtin.py", line 1605, in test_str
    self.assertEqual(str(()), '()')
AssertionError: '(...)' != '()'

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/test/test_pep352.py", line 110, in test_interface_no_arg
    self.interface_test_driver(results)
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/test/test_pep352.py", line 81, 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 "/home/pybot/buildarea/2.5.klose-debian-ppc/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 "/home/pybot/buildarea/2.5.klose-debian-ppc/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