[Python-checkins] buildbot failure in x86 osx.5 3.x

buildbot at python.org buildbot at python.org
Fri Jun 12 20:28:15 CEST 2009


The Buildbot has detected a new failure of x86 osx.5 3.x.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20osx.5%203.x/builds/1028

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

Buildslave for this Build: heller-x86-osx5

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: martin.v.loewis

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/threading.py", line 509, in _bootstrap_inner
    self.run()
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/test/test_ftplib.py", line 205, in run
    asyncore.loop(timeout=0.1, count=1)
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/asyncore.py", line 210, in loop
    poll_fun(timeout, map)
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/asyncore.py", line 147, in poll
    read(obj)
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/asyncore.py", line 79, in read
    obj.handle_error()
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/asyncore.py", line 75, in read
    obj.handle_read_event()
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/asyncore.py", line 420, in handle_read_event
    self.handle_read()
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/asynchat.py", line 178, in handle_read
    self.found_terminator()
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/test/test_ftplib.py", line 71, in found_terminator
    method(arg)
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/test/test_ftplib.py", line 97, in cmd_pasv
    conn, addr = sock.accept()
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/socket.py", line 120, in accept
    fd, addr = self._accept()
socket.timeout: timed out

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/linecache.py", line 130, in updatecache
    lines = fp.readlines()
IOError: [Errno 9] Bad file descriptor

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/threading.py", line 482, in _bootstrap
    self._bootstrap_inner()
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/threading.py", line 522, in _bootstrap_inner
    (self.name, _format_exc()))
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/traceback.py", line 268, in format_exc
    format_exception(etype, value, tb, limit, chain))
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/traceback.py", line 185, in format_exception
    list.extend(format_tb(tb, limit))
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/traceback.py", line 75, in format_tb
    return format_list(extract_tb(tb, limit))
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/traceback.py", line 100, in extract_tb
    line = linecache.getline(filename, lineno, f.f_globals)
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/linecache.py", line 15, in getline
    lines = getlines(filename, module_globals)
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/linecache.py", line 41, in getlines
    return updatecache(filename, module_globals)
  File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/linecache.py", line 130, in updatecache
    lines = fp.readlines()
IOError: [Errno 9] Bad file descriptor

1 test failed:
    test_ftplib

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list