[Python-checkins] buildbot failure in S-390 Debian trunk

buildbot at python.org buildbot at python.org
Thu Feb 14 15:41:55 CET 2008


The Buildbot has detected a new failure of S-390 Debian trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/S-390%20Debian%20trunk/builds/60

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

Buildslave for this Build: klose-debian-s390

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: christian.heimes,raymond.hettinger

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_gc

======================================================================
FAIL: test_collect_generations (test.test_gc.GCTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/test/test_gc.py", line 249, in test_collect_generations
    self.assertEqual(gc.get_count(), (0, 1, 0))
AssertionError: (1, 1, 0) != (0, 1, 0)

======================================================================
FAIL: test_get_count (test.test_gc.GCTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/test/test_gc.py", line 241, in test_get_count
    self.assertEqual(gc.get_count(), (0, 0, 0))
AssertionError: (1, 0, 0) != (0, 0, 0)

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list