[Python-checkins] buildbot failure in x86 XP-3 trunk

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


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

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

Buildslave for this Build: heller-windows

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 "C:\buildbot\work\trunk.heller-windows\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 "C:\buildbot\work\trunk.heller-windows\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)

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list