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

buildbot at python.org buildbot at python.org
Mon Jul 14 20:51:00 CEST 2008


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

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

Buildslave for this Build: heller-windows

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
5 tests failed:
    test_lib2to3 test_site test_ssl test_sys test_wsgiref

======================================================================
FAIL: test_from_import_usage (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 1485, in test_from_import_usage
    self.check(b, a)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: '\nfrom builtins import print\nfoo(print, print())\n\n\n' != 'None'

======================================================================
FAIL: test_import_from (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 1427, in test_import_from
    self.check(b, a)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: 'from builtins import print\n\n' != 'None'

======================================================================
FAIL: test_import_from_as (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 1454, in test_import_from_as
    self.check(b, a)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: 'from builtins import print as foo_bar\n\n' != 'None'

======================================================================
FAIL: test_import_module (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 1416, in test_import_module
    self.check(b, a)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: 'import test.support\n\n' != 'import test.test_support\n\n'

======================================================================
FAIL: test_import_module_as (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 1443, in test_import_module_as
    self.check(b, a)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: 'import test.support as foo_bar\n\n' != 'import test.test_support as foo_bar\n\n'

======================================================================
FAIL: test_import_module_usage (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 1472, in test_import_module_usage
    self.check(b, a)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\lib2to3\tests\test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: '\nimport builtins\nfoo(builtins, builtins.print)\n\n\n' != 'None'

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

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_site.py", line 115, in test_s_option
    env=env)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\subprocess.py", line 444, in call
    return Popen(*popenargs, **kwargs).wait()
  File "C:\buildbot\work\trunk.heller-windows\build\lib\subprocess.py", line 595, in __init__
    errread, errwrite)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\subprocess.py", line 817, in _execute_child
    startupinfo)
TypeError: environment can only contain strings

======================================================================
ERROR: test_ioencoding (test.test_sys.SysModuleTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_sys.py", line 379, in test_ioencoding
    stdout = subprocess.PIPE, env=env)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\subprocess.py", line 595, in __init__
    errread, errwrite)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\subprocess.py", line 817, in _execute_child
    startupinfo)
TypeError: environment can only contain strings

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

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-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\\\\Microsoft Visual Studio 9.0\\\\VC\\\\ATLMFC\\\\LIB;C:\\\\Program Files\\\\Microsoft Visual Studio 9.0\\\\VC\\\\LIB;C:\\\\Program Files\\\\\\\\Microsoft SDKs\\\\Windows\\\\v6.0A\\\\lib;C:\\\\Program Files\\\\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\work\trunk.heller-windows\build\lib\test\test_wsgiref.py", line 145, in test_validated_hello
    self.check_hello(out, has_length=False)
  File "C:\buildbot\work\trunk.heller-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: Mon, 14 Jul 2008 20:50:57 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