[Python-checkins] buildbot failure in sparc Debian trunk
buildbot at python.org
buildbot at python.org
Sun Apr 13 08:12:20 CEST 2008
The Buildbot has detected a new failure of sparc Debian trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/sparc%20Debian%20trunk/builds/329
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: klose-debian-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:
4 tests failed:
test_ctypes test_structmembers test_uuid test_zipimport
======================================================================
FAIL: test_byte_max (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea-sid/trunk.klose-debian-sparc/build/Lib/test/test_structmembers.py", line 74, in test_byte_max
self.has_warned(w)
File "/home/pybot/buildarea-sid/trunk.klose-debian-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-sid/trunk.klose-debian-sparc/build/Lib/test/test_structmembers.py", line 79, in test_byte_min
self.has_warned(w)
File "/home/pybot/buildarea-sid/trunk.klose-debian-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-sid/trunk.klose-debian-sparc/build/Lib/test/test_structmembers.py", line 89, in test_short_max
self.has_warned(w)
File "/home/pybot/buildarea-sid/trunk.klose-debian-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-sid/trunk.klose-debian-sparc/build/Lib/test/test_structmembers.py", line 94, in test_short_min
self.has_warned(w)
File "/home/pybot/buildarea-sid/trunk.klose-debian-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-sid/trunk.klose-debian-sparc/build/Lib/test/test_structmembers.py", line 84, in test_ubyte_max
self.has_warned(w)
File "/home/pybot/buildarea-sid/trunk.klose-debian-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-sid/trunk.klose-debian-sparc/build/Lib/test/test_structmembers.py", line 99, in test_ushort_max
self.has_warned(w)
File "/home/pybot/buildarea-sid/trunk.klose-debian-sparc/build/Lib/test/test_structmembers.py", line 69, in has_warned
self.assertEqual(w.category, RuntimeWarning)
AssertionError: None != <type 'exceptions.RuntimeWarning'>
======================================================================
ERROR: test_uuid1 (test.test_uuid.TestUUID)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea-sid/trunk.klose-debian-sparc/build/Lib/test/test_uuid.py", line 379, in test_uuid1
for u in [uuid.uuid1() for i in range(10)]:
File "/home/pybot/buildarea-sid/trunk.klose-debian-sparc/build/Lib/uuid.py", line 482, in uuid1
_buffer = ctypes.create_string_buffer(16)
NameError: global name 'ctypes' is not defined
======================================================================
ERROR: test_uuid4 (test.test_uuid.TestUUID)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea-sid/trunk.klose-debian-sparc/build/Lib/test/test_uuid.py", line 438, in test_uuid4
for u in [uuid.uuid4() for i in range(10)]:
File "/home/pybot/buildarea-sid/trunk.klose-debian-sparc/build/Lib/uuid.py", line 519, in uuid4
_buffer = ctypes.create_string_buffer(16)
NameError: global name 'ctypes' is not defined
make: *** [buildbottest] Error 1
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list