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

buildbot at python.org buildbot at python.org
Sat Jul 11 17:15:02 CEST 2009


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

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

Buildslave for this Build: heller-x86-osx5

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: amaury.forgeotdarc,georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/threading.py", line 524, in __bootstrap_inner
    self.run()
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ftplib.py", line 203, in run
    asyncore.loop(timeout=0.1, count=1)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/asyncore.py", line 211, in loop
    poll_fun(timeout, map)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/asyncore.py", line 148, in poll
    read(obj)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/asyncore.py", line 80, in read
    obj.handle_error()
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/asyncore.py", line 76, in read
    obj.handle_read_event()
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/asyncore.py", line 421, in handle_read_event
    self.handle_read()
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/asynchat.py", line 112, in handle_read
    self.handle_error()
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/asynchat.py", line 110, in handle_read
    data = self.recv (self.ac_in_buffer_size)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/asyncore.py", line 370, in recv
    data = self.socket.recv(buffer_size)
error: [Errno 9] Bad file descriptor

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/threading.py", line 524, in __bootstrap_inner
    self.run()
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ftplib.py", line 203, in run
    asyncore.loop(timeout=0.1, count=1)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/asyncore.py", line 211, in loop
    poll_fun(timeout, map)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/asyncore.py", line 137, in poll
    r, w, e = select.select(r, w, e, timeout)
error: (9, 'Bad file descriptor')

1 test failed:
    test_ftplib

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list