[Python-checkins] buildbot warnings in sparc Ubuntu dapper 2.5

buildbot at python.org buildbot at python.org
Thu Jul 26 12:54:24 CEST 2007


The Buildbot has detected a new failure of sparc Ubuntu dapper 2.5.
Full details are available at:
 http://www.python.org/dev/buildbot/all/sparc%2520Ubuntu%2520dapper%25202.5/builds/0

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

Build Reason: 
Build Source Stamp: [branch branches/release25-maint] HEAD
Blamelist: andrew.kuchling,barry.warsaw,georg.brandl,martin.v.loewis,raymond.hettinger,ronald.oussoren,thomas.heller

Build had warnings: warnings test

Excerpt from the test logfile:
3 tests failed:
    test_fcntl test_ioctl test_resource

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