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

buildbot at python.org buildbot at python.org
Sun Sep 7 06:55:40 CEST 2008


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

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

Buildslave for this Build: psf-g4

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: josiah.carlson

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/threading.py", line 522, in __bootstrap_inner
    self.run()
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/threading.py", line 477, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_smtplib.py", line 108, in debugging_server
    poll_fun(0.01, asyncore.socket_map)
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/asyncore.py", line 185, in poll2
    readwrite(obj, flags)
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/asyncore.py", line 109, in readwrite
    obj.handle_error()
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/asyncore.py", line 105, in readwrite
    obj.handle_close_event()
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/asyncore.py", line 391, in __getattr__
    return getattr(self.socket, attr)
AttributeError: 'SSLSocket' object has no attribute 'handle_close_event'

3 tests failed:
    test_asynchat test_asyncore test_smtplib

======================================================================
FAIL: test_readwrite (test.test_asyncore.HelperFunctionTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_asyncore.py", line 178, in test_readwrite
    self.assertEqual((tobj.expt, tobj.closed)[flag == select.POLLHUP], True)
AssertionError: False != True

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list