[Python-checkins] buildbot failure in AMD64 W2k8 trunk

buildbot at python.org buildbot at python.org
Fri Jun 27 13:03:24 CEST 2008


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

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

Buildslave for this Build: nelson-win64

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: mark.dickinson

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test_bsddb3 test_subprocess test_sys test_wsgiref

======================================================================
FAIL: testEnviron (test.test_wsgiref.HandlerTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python.x64\trunk.nelson-win64\build\lib\test\test_wsgiref.py", line 437, in testEnviron
    self.checkOSEnviron(h)
  File "S:\buildbots\python.x64\trunk.nelson-win64\build\lib\test\test_wsgiref.py", line 429, in checkOSEnviron
    self.assertEqual(env[k],v)
AssertionError: u'C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\BIN\\amd64;C:\\Windows\\Microsoft.NET\\Framework64\\v3.5;C:\\Windows\\Microsoft.NET\\Framework64\\v3.5\\Microsoft .NET Framework 3.5 (Pre-Release Version);C:\\Windows\\Microsoft.NET\\Framework64\\v2.0.50727;C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\VCPackages;C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\Common7\\IDE;C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\Common7\\Tools;C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\Common7\\Tools\\bin;C:\\Program Files\\Microsoft SDKs\\Windows\\v6.1\\bin\\x64;C:\\Program Files\\Microsoft SDKs\\Windows\\v6.1\\bin\\win64\\x64;C:\\Program Files\\Microsoft SDKs\\Windows\\v6.1\\bin;C:\\tools;C:\\Perl64\\site\\bin;C:\\Perl64\\bin;C:\\Python25;C:\\Python25\\Scripts;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;c:\\Program Files (x86)\\Microsoft SQL Server\\90\\Tools\\binn;C:\\Program Files (x86)\\Subversion\\bin;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Windows\\idmu\\common;.;..\\..\\tcltk64\\bin' != 'C:\\tools;C:\\Perl64\\site\\bin;C:\\Perl64\\bin;C:\\Python25\\;C:\\Python25\\Scripts;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;c:\\Program Files (x86)\\Microsoft SQL Server\\90\\Tools\\binn\\;C:\\Program Files (x86)\\Subversion\\bin;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\idmu\\common;;..\\..\\tcltk64\\bin'

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

Traceback (most recent call last):
  File "S:\buildbots\python.x64\trunk.nelson-win64\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.1\\\\lib\\\\x64')" != "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 "S:\buildbots\python.x64\trunk.nelson-win64\build\lib\test\test_wsgiref.py", line 145, in test_validated_hello
    self.check_hello(out, has_length=False)
  File "S:\buildbots\python.x64\trunk.nelson-win64\build\lib\test\test_wsgiref.py", line 134, in check_hello
    "\r\n"
AssertionError: 'HTTP/1.0 500 Dude, this is whack!\r\nDate: Fri, 27 Jun 2008 11:01:12 GMT\r\nServer: WSGIServer/0.1 Python/2.6b1+\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.6b1+\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