[Python-checkins] buildbot warnings in x86 XP trunk

buildbot at python.org buildbot at python.org
Tue Jul 17 05:03:24 CEST 2007


The Buildbot has detected a new failure of x86 XP trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%2520XP%2520trunk/builds/521

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: facundo.batista

Build had warnings: warnings test

Excerpt from the test logfile:
1 test failed:
    test_asyncore

======================================================================
ERROR: test_send (test.test_asyncore.DispatcherWithSendTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_asyncore.py", line 350, in test_send
    d.send('\n')
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\asyncore.py", line 467, in send
    self.initiate_send()
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\asyncore.py", line 454, in initiate_send
    num_sent = dispatcher.send(self, self.out_buffer[:512])
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\asyncore.py", line 331, in send
    result = self.socket.send(data)
error: (10053, 'Software caused connection abort')

======================================================================
ERROR: test_send (test.test_asyncore.DispatcherWithSendTests_UsePoll)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_asyncore.py", line 350, in test_send
    d.send('\n')
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\asyncore.py", line 467, in send
    self.initiate_send()
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\asyncore.py", line 454, in initiate_send
    num_sent = dispatcher.send(self, self.out_buffer[:512])
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\asyncore.py", line 331, in send
    result = self.socket.send(data)
error: (10053, 'Software caused connection abort')

Traceback (most recent call last):
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\threading.py", line 465, in __bootstrap
    self.run()
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\threading.py", line 445, in run
    self.__target(*self.__args, **self.__kwargs)
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_asyncore.py", line 68, in capture_server
    data = conn.recv(10)
error: (10035, 'The socket operation could not complete without blocking')

Traceback (most recent call last):
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\threading.py", line 465, in __bootstrap
    self.run()
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\threading.py", line 445, in run
    self.__target(*self.__args, **self.__kwargs)
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_asyncore.py", line 68, in capture_server
    data = conn.recv(10)
error: (10035, 'The socket operation could not complete without blocking')

Traceback (most recent call last):
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\threading.py", line 465, in __bootstrap
    self.run()
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\threading.py", line 445, in run
    self.__target(*self.__args, **self.__kwargs)
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_asyncore.py", line 68, in capture_server
    data = conn.recv(10)
error: (10035, 'The socket operation could not complete without blocking')

Traceback (most recent call last):
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\threading.py", line 465, in __bootstrap
    self.run()
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\threading.py", line 445, in run
    self.__target(*self.__args, **self.__kwargs)
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_asyncore.py", line 68, in capture_server
    data = conn.recv(10)
error: (10035, 'The socket operation could not complete without blocking')

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list