[Python-checkins] buildbot failure in g4 osx.4 3.0

buildbot at python.org buildbot at python.org
Sun Jul 20 01:58:52 CEST 2008


The Buildbot has detected a new failure of g4 osx.4 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/g4%20osx.4%203.0/builds/1137

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

Buildslave for this Build: psf-g4

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson,georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_asynchat.py", line 207, in test_close_when_done
    asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/asyncore.py", line 203, in loop
    poll_fun(timeout, map)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/asyncore.py", line 140, in poll
    read(obj)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/asyncore.py", line 77, in read
    obj.handle_error()
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/asyncore.py", line 73, in read
    obj.handle_read_event()
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/asyncore.py", line 412, in handle_read_event
    self.handle_read()
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_ssl.py", line 523, in handle_read
    data = self.recv(1024)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/asyncore.py", line 371, in recv
    if why[0] in [ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED]:
TypeError: 'error' object does not support indexing

2 tests failed:
    test_asynchat test_ssl

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list