[Python-checkins] buildbot failure in x86 XP-3 3.0

buildbot at python.org buildbot at python.org
Wed Apr 2 18:24:57 CEST 2008


The Buildbot has detected a new failure of x86 XP-3 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20XP-3%203.0/builds/745

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

Buildslave for this Build: heller-windows

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: trent.nelson

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "c:\buildbot\work\3.0.heller-windows\build\lib\threading.py", line 493, in _bootstrap_inner
    self.run()
  File "c:\buildbot\work\3.0.heller-windows\build\lib\threading.py", line 449, in run
    self._target(*self._args, **self._kwargs)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_smtplib.py", line 116, in debugging_server
    poll_fun(0.01, asyncore.socket_map)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\asyncore.py", line 132, in poll
    read(obj)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\asyncore.py", line 72, in read
    obj.handle_error()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\asyncore.py", line 68, in read
    obj.handle_read_event()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\asyncore.py", line 390, in handle_read_event
    self.handle_read()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_ssl.py", line 528, in handle_read
    data = self.recv(1024)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\asyncore.py", line 342, in recv
    data = self.socket.recv(buffer_size)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\ssl.py", line 247, in recv
    return self.read(buflen)
  File "C:\buildbot\work\3.0.heller-windows\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_smtplib test_winsound

======================================================================
ERROR: test_alias_asterisk (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_winsound.py", line 87, in test_alias_asterisk
    winsound.PlaySound('SystemAsterisk', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

======================================================================
ERROR: test_alias_exclamation (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_winsound.py", line 97, in test_alias_exclamation
    winsound.PlaySound('SystemExclamation', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

======================================================================
ERROR: test_alias_exit (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_winsound.py", line 107, in test_alias_exit
    winsound.PlaySound('SystemExit', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

======================================================================
ERROR: test_alias_hand (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_winsound.py", line 117, in test_alias_hand
    winsound.PlaySound('SystemHand', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

======================================================================
ERROR: test_alias_question (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_winsound.py", line 127, in test_alias_question
    winsound.PlaySound('SystemQuestion', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list