[Python-checkins] buildbot failure in sparc Ubuntu trunk

buildbot at python.org buildbot at python.org
Sun Apr 13 07:49:40 CEST 2008


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

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

Buildslave for this Build: klose-ubuntu-sparc

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: andrew.kuchling,benjamin.peterson,brett.cannon,gregory.p.smith

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
    test_structmembers test_sundry

======================================================================
FAIL: test_byte_max (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_structmembers.py", line 74, in test_byte_max
    self.has_warned(w)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_structmembers.py", line 69, in has_warned
    self.assertEqual(w.category, RuntimeWarning)
AssertionError: None != <type 'exceptions.RuntimeWarning'>

======================================================================
FAIL: test_byte_min (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_structmembers.py", line 79, in test_byte_min
    self.has_warned(w)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_structmembers.py", line 69, in has_warned
    self.assertEqual(w.category, RuntimeWarning)
AssertionError: None != <type 'exceptions.RuntimeWarning'>

======================================================================
FAIL: test_short_max (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_structmembers.py", line 89, in test_short_max
    self.has_warned(w)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_structmembers.py", line 69, in has_warned
    self.assertEqual(w.category, RuntimeWarning)
AssertionError: None != <type 'exceptions.RuntimeWarning'>

======================================================================
FAIL: test_short_min (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_structmembers.py", line 94, in test_short_min
    self.has_warned(w)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_structmembers.py", line 69, in has_warned
    self.assertEqual(w.category, RuntimeWarning)
AssertionError: None != <type 'exceptions.RuntimeWarning'>

======================================================================
FAIL: test_ubyte_max (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_structmembers.py", line 84, in test_ubyte_max
    self.has_warned(w)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_structmembers.py", line 69, in has_warned
    self.assertEqual(w.category, RuntimeWarning)
AssertionError: None != <type 'exceptions.RuntimeWarning'>

======================================================================
FAIL: test_ushort_max (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_structmembers.py", line 99, in test_ushort_max
    self.has_warned(w)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_structmembers.py", line 69, in has_warned
    self.assertEqual(w.category, RuntimeWarning)
AssertionError: None != <type 'exceptions.RuntimeWarning'>

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list