[Python-checkins] buildbot failure in sparc Ubuntu 2.5
buildbot at python.org
buildbot at python.org
Wed Sep 26 09:58:12 CEST 2007
The Buildbot has detected a new failure of sparc Ubuntu 2.5.
Full details are available at:
http://www.python.org/dev/buildbot/all/sparc%20Ubuntu%202.5/builds/19
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: klose-ubuntu-sparc
Build Reason:
Build Source Stamp: [branch branches/release25-maint] HEAD
Blamelist: georg.brandl,sean.reifschneider,thomas.heller
BUILD FAILED: failed test
Excerpt from the test logfile:
4 tests failed:
test_bsddb3 test_fcntl test_ioctl test_resource
======================================================================
FAIL: test_get_key (bsddb.test.test_sequence.DBSequenceTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/2.5.klose-ubuntu-sparc/build/Lib/bsddb/test/test_sequence.py", line 67, in test_get_key
self.assertEquals(key, self.seq.get_key())
AssertionError: 'foo' != ''
Traceback (most recent call last):
File "./Lib/test/regrtest.py", line 549, in runtest_inner
the_package = __import__(abstest, globals(), locals(), [])
File "/home/pybot/buildarea/2.5.klose-ubuntu-sparc/build/Lib/test/test_fcntl.py", line 53, in <module>
rv = fcntl.fcntl(f.fileno(), fcntl.F_SETLKW, lockdata)
IOError: [Errno 14] Bad address
======================================================================
ERROR: test_ioctl (test.test_ioctl.IoctlTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/2.5.klose-ubuntu-sparc/build/Lib/test/test_ioctl.py", line 23, in test_ioctl
r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
IOError: [Errno 14] Bad address
======================================================================
ERROR: test_ioctl_mutate (test.test_ioctl.IoctlTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/2.5.klose-ubuntu-sparc/build/Lib/test/test_ioctl.py", line 32, in test_ioctl_mutate
r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, 1)
IOError: [Errno 14] Bad address
Traceback (most recent call last):
File "./Lib/test/regrtest.py", line 549, in runtest_inner
the_package = __import__(abstest, globals(), locals(), [])
File "/home/pybot/buildarea/2.5.klose-ubuntu-sparc/build/Lib/test/test_resource.py", line 42, in <module>
f.close()
IOError: [Errno 27] File too large
make: *** [buildbottest] Error 1
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list