[Python-checkins] buildbot failure in AMD64 W2k8 3.0

buildbot at python.org buildbot at python.org
Sat Apr 5 22:11:57 CEST 2008


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

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

Buildslave for this Build: nelson-win64

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 "S:\buildbots\python.x64\3.0.nelson-win64\build\lib\threading.py", line 493, in _bootstrap_inner
    self.run()
  File "S:\buildbots\python.x64\3.0.nelson-win64\build\lib\threading.py", line 449, in run
    self._target(*self._args, **self._kwargs)
  File "S:\buildbots\python.x64\3.0.nelson-win64\build\lib\test\test_smtplib.py", line 116, in debugging_server
    poll_fun(0.01, asyncore.socket_map)
  File "S:\buildbots\python.x64\3.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
    read(obj)
  File "S:\buildbots\python.x64\3.0.nelson-win64\build\lib\asyncore.py", line 72, in read
    obj.handle_error()
  File "S:\buildbots\python.x64\3.0.nelson-win64\build\lib\asyncore.py", line 68, in read
    obj.handle_read_event()
  File "S:\buildbots\python.x64\3.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
    self.handle_read()
  File "S:\buildbots\python.x64\3.0.nelson-win64\build\lib\test\test_ssl.py", line 528, in handle_read
    data = self.recv(1024)
  File "S:\buildbots\python.x64\3.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
    data = self.socket.recv(buffer_size)
  File "S:\buildbots\python.x64\3.0.nelson-win64\build\lib\ssl.py", line 247, in recv
    return self.read(buflen)
  File "S:\buildbots\python.x64\3.0.nelson-win64\build\lib\ssl.py", line 162, in read
    v = self._sslobj.read(len or 1024)
socket.error: [Errno 10053] An established connection was aborted by the software in your host machine

2 tests failed:
    test_getargs2 test_smtplib

======================================================================
ERROR: test_n (test.test_getargs2.Signed_TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python.x64\3.0.nelson-win64\build\lib\test\test_getargs2.py", line 190, in test_n
    self.failUnlessEqual(99, getargs_n(Long()))
TypeError: 'Long' object cannot be interpreted as an integer

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list