[Python-checkins] buildbot failure in x86 W2k8 trunk

buildbot at python.org buildbot at python.org
Fri Jun 27 06:04:34 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/812

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

Buildslave for this Build: nelson-windows

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: amaury.forgeotdarc,andrew.kuchling,barry.warsaw,benjamin.peterson,brett.cannon,eric.smith,facundo.batista,georg.brandl,hyeshik.chang,mark.dickinson,raymond.hettinger,robert.schuppenies,thomas.heller,trent.nelson,vinay.sajip

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test_ctypes test_site test_sys test_wsgiref

======================================================================
ERROR: test_simple (ctypes.test.test_pickling.PickleTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\ctypes\test\test_pickling.py", line 29, in test_simple
    dst = self.loads(self.dumps(src))
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\ctypes\test\test_pickling.py", line 19, in dumps
    return pickle.dumps(item)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\pickle.py", line 1366, in dumps
    Pickler(file, protocol).dump(obj)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\pickle.py", line 224, in dump
    self.save(obj)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\pickle.py", line 301, in save
    rv = reduce(obj)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\multiprocessing\sharedctypes.py", line 121, in reduce_ctype
    assert_spawning(obj)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\multiprocessing\forking.py", line 25, in assert_spawning
    ' through inheritance' % type(self).__name__
RuntimeError: c_long objects should only be shared between processes through inheritance

======================================================================
ERROR: test_simple (ctypes.test.test_pickling.PickleTest_1)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\ctypes\test\test_pickling.py", line 29, in test_simple
    dst = self.loads(self.dumps(src))
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\ctypes\test\test_pickling.py", line 71, in dumps
    return pickle.dumps(item, 1)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\pickle.py", line 1366, in dumps
    Pickler(file, protocol).dump(obj)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\pickle.py", line 224, in dump
    self.save(obj)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\pickle.py", line 301, in save
    rv = reduce(obj)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\multiprocessing\sharedctypes.py", line 121, in reduce_ctype
    assert_spawning(obj)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\multiprocessing\forking.py", line 25, in assert_spawning
    ' through inheritance' % type(self).__name__
RuntimeError: c_long objects should only be shared between processes through inheritance

======================================================================
ERROR: test_simple (ctypes.test.test_pickling.PickleTest_2)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\ctypes\test\test_pickling.py", line 29, in test_simple
    dst = self.loads(self.dumps(src))
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\ctypes\test\test_pickling.py", line 75, in dumps
    return pickle.dumps(item, 2)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\pickle.py", line 1366, in dumps
    Pickler(file, protocol).dump(obj)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\pickle.py", line 224, in dump
    self.save(obj)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\pickle.py", line 301, in save
    rv = reduce(obj)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\multiprocessing\sharedctypes.py", line 121, in reduce_ctype
    assert_spawning(obj)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\multiprocessing\forking.py", line 25, in assert_spawning
    ' through inheritance' % type(self).__name__
RuntimeError: c_long objects should only be shared between processes through inheritance

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

Traceback (most recent call last):
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_site.py", line 115, in test_s_option
    env=env)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\subprocess.py", line 444, in call
    return Popen(*popenargs, **kwargs).wait()
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\subprocess.py", line 595, in __init__
    errread, errwrite)
  File "S:\buildbots\python\trunk.nelson-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 "S:\buildbots\python\trunk.nelson-windows\build\lib\test\test_sys.py", line 398, in test_ioencoding
    stdout = subprocess.PIPE, env=env)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\subprocess.py", line 595, in __init__
    errread, errwrite)
  File "S:\buildbots\python\trunk.nelson-windows\build\lib\subprocess.py", line 817, in _execute_child
    startupinfo)
TypeError: environment can only contain strings

======================================================================
ERROR: 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)
KeyError: 'TCL_LIBRARY'

======================================================================
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: Fri, 27 Jun 2008 04:02:20 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