[Python-checkins] buildbot warnings in hppa Ubuntu dapper trunk
buildbot at python.org
buildbot at python.org
Fri Aug 24 10:30:51 CEST 2007
The Buildbot has detected a new failure of hppa Ubuntu dapper trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/hppa%2520Ubuntu%2520dapper%2520trunk/builds/67
Buildbot URL: http://www.python.org/dev/buildbot/all/
Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: georg.brandl
Build had warnings: warnings test
Excerpt from the test logfile:
1 test failed:
test_uuid
======================================================================
ERROR: test_uuid1 (test.test_uuid.TestUUID)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-hppa/build/Lib/test/test_uuid.py", line 373, in test_uuid1
for u in [uuid.uuid1() for i in range(10)]:
File "/home/pybot/buildarea/trunk.klose-ubuntu-hppa/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/trunk.klose-ubuntu-hppa/build/Lib/test/test_uuid.py", line 426, in test_uuid4
for u in [uuid.uuid4() for i in range(10)]:
File "/home/pybot/buildarea/trunk.klose-ubuntu-hppa/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