[Python-checkins] buildbot failure in x86 W2k8 trunk
buildbot at python.org
buildbot at python.org
Thu Aug 14 20:37:30 CEST 2008
The Buildbot has detected a new failure of x86 W2k8 trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/x86%20W2k8%20trunk/builds/6
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: nelson-windows
Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: facundo.batista
BUILD FAILED: failed test
Excerpt from the test logfile:
2 tests failed:
test_bsddb3 test_wsgiref
======================================================================
FAIL: test01_basic_replication (bsddb.test.test_replication.DBReplicationManager)
----------------------------------------------------------------------
Traceback (most recent call last):
File "S:\buildbots\python\trunk.nelson-windows\build\lib\bsddb\test\test_replication.py", line 134, in test01_basic_replication
self.assertTrue(time.time()<timeout)
AssertionError
======================================================================
FAIL: testEnviron (test.test_wsgiref.HandlerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_wsgiref.py", line 437, in testEnviron
self.checkOSEnviron(h)
File "S:\buildbots\python\trunk.nelson-windows\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\\Common7\\IDE;C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\BIN;C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\Common7\\Tools;C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\Common7\\Tools\\bin;Framework32;Framework32\\Microsoft .NET Framework 3.5 (Pre-Release Version);Framework32\\v2.0.50727;C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\VCPackages;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;.;..\\..\\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;;..\\..\\\\bin'
======================================================================
FAIL: test_simple_validation_error (test.test_wsgiref.IntegrationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "S:\buildbots\python\trunk.nelson-windows\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;C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 9.0\\\\VC\\\\LIB;C:\\\\Program Files\\\\Microsoft SDKs\\\\Windows\\\\v6.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 "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_wsgiref.py", line 145, in test_validated_hello
self.check_hello(out, has_length=False)
File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_wsgiref.py", line 134, in check_hello
"\r\n"
AssertionError: 'HTTP/1.0 500 Dude, this is whack!\r\nDate: Thu, 14 Aug 2008 18:35:33 GMT\r\nServer: WSGIServer/0.1 Python/2.6b2+\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.6b2+\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