[Python-checkins] buildbot failure in amd64 XP trunk

buildbot at python.org buildbot at python.org
Tue May 27 12:02:47 CEST 2008


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

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

Buildslave for this Build: heller-windows-amd64

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: gregory.p.smith

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test_pydoc test_site test_winsound test_wsgiref

======================================================================
FAIL: test_html_doc (test.test_pydoc.PyDocDocTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\test\test_pydoc.py", line 220, in test_html_doc
    self.fail("outputs are not equal, see diff above")
AssertionError: outputs are not equal, see diff above

======================================================================
FAIL: test_text_doc (test.test_pydoc.PyDocDocTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\test\test_pydoc.py", line 228, in test_text_doc
    self.fail("outputs are not equal, see diff above")
AssertionError: outputs are not equal, see diff above

======================================================================
FAIL: test_s_option (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\test\test_site.py", line 105, in test_s_option
    self.assertEqual(rc, 1)
AssertionError: 0 != 1

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

Traceback (most recent call last):
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\test\test_winsound.py", line 86, 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\trunk.heller-windows-amd64\build\lib\test\test_winsound.py", line 96, 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\trunk.heller-windows-amd64\build\lib\test\test_winsound.py", line 106, 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\trunk.heller-windows-amd64\build\lib\test\test_winsound.py", line 116, 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\trunk.heller-windows-amd64\build\lib\test\test_winsound.py", line 126, in test_alias_question
    winsound.PlaySound('SystemQuestion', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

======================================================================
FAIL: test_simple_validation_error (test.test_wsgiref.IntegrationTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\test\test_wsgiref.py", line 157, in test_simple_validation_error
    "AssertionError: Headers (('Content-Type', 'text/plain')) must"
AssertionError: "AssertionError: Environmental variable LIB is not a string: <type 'unicode'> (value: u'C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 9.0\\\\VC\\\\ATLMFC\\\\LIB\\\\amd64;C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 9.0\\\\VC\\\\LIB\\\\amd64;C:\\\\Program Files\\\\\\\\Microsoft SDKs\\\\Windows\\\\v6.0A\\\\lib\\\\x64;C:\\\\Program Files (x86)\\\\Microsoft Visual Studio .NET 2003\\\\SDK\\\\v1.1\\\\Lib\\\\')" != "AssertionError: Headers (('Content-Type', 'text/plain')) must be of type list: <type 'tuple'>"

======================================================================
FAIL: test_validated_hello (test.test_wsgiref.IntegrationTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\test\test_wsgiref.py", line 145, in test_validated_hello
    self.check_hello(out, has_length=False)
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\test\test_wsgiref.py", line 134, in check_hello
    "\r\n"
AssertionError: 'HTTP/1.0 500 Dude, this is whack!\r\nDate: Tue, 27 May 2008 10:17:00 GMT\r\nServer: WSGIServer/0.1 Python/2.6a3+\r\nContent-Type: text/plain\r\nContent-Length: 59\r\n\r\nA server error occurred.  Please contact the administrator.' != 'HTTP/1.0 200 OK\r\nServer: WSGIServer/0.1 Python/2.6a3+\r\nContent-Type: text/plain\r\nDate: Mon, 05 Jun 2006 18:49:54 GMT\r\n\r\nHello, world!'

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list