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

buildbot at python.org buildbot at python.org
Sun Jul 13 21:04:16 CEST 2008


The Buildbot has detected a new failure of x86 XP-4 trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20XP-4%20trunk/builds/1314
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: bolen-windows
Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: nick.coghlan
BUILD FAILED: failed test
Excerpt from the test logfile:
8 tests failed:
 test_bsddb3 test_ctypes test_lib2to3 test_multiprocessing
 test_site test_ssl test_subprocess test_wsgiref
======================================================================
ERROR: test01_badpointer (bsddb.test.test_misc.MiscTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\bsddb\test\test_misc.py", line 33, in test01_badpointer
 dbs = dbshelve.open(self.filename)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\bsddb\dbshelve.py", line 91, in open
 d.open(filename, dbname, filetype, flags, mode)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\bsddb\dbshelve.py", line 152, in open
 self.db.open(*args, **kwargs)
DBFileExistsError: (17, 'File exists -- __fop_file_setup: Retry limit (100) exceeded')
======================================================================
ERROR: test03_repr_closed_db (bsddb.test.test_misc.MiscTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\bsddb\test\test_misc.py", line 45, in test03_repr_closed_db
 db = hashopen(self.filename)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\bsddb\__init__.py", line 324, in hashopen
 d.open(file, db.DB_HASH, flags, mode)
DBFileExistsError: (17, 'File exists -- __fop_file_setup: Retry limit (100) exceeded')
======================================================================
ERROR: test04_double_free_make_key_dbt (bsddb.test.test_misc.MiscTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\bsddb\test\test_misc.py", line 68, in test04_double_free_make_key_dbt
 os.unlink(self.filename)
WindowsError: [Error 2] The system cannot find the file specified: 'MiscTestCase.db'
======================================================================
ERROR: test05_key_with_null_bytes (bsddb.test.test_misc.MiscTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\bsddb\test\test_misc.py", line 87, in test05_key_with_null_bytes
 os.unlink(self.filename)
WindowsError: [Error 2] The system cannot find the file specified: 'MiscTestCase.db'
======================================================================
ERROR: test_DB_set_flags_persists (bsddb.test.test_misc.MiscTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\bsddb\test\test_misc.py", line 115, in test_DB_set_flags_persists
 os.unlink(self.filename)
WindowsError: [Error 2] The system cannot find the file specified: 'MiscTestCase.db'
======================================================================
ERROR: test01_basic_replication (bsddb.test.test_replication.DBReplicationManager)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\bsddb\test\test_replication.py", line 101, in setUp
 self.assertTrue(time.time()<timeout)
AssertionError
======================================================================
FAIL: test03_lock_timeout (bsddb.test.test_lock.LockingTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\bsddb\test\test_lock.py", line 131, in test03_lock_timeout
 self.assertTrue((end_time-start_time) >= 0.1)
AssertionError
======================================================================
ERROR: test_simple (ctypes.test.test_pickling.PickleTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\ctypes\test\test_pickling.py", line 29, in test_simple
 dst = self.loads(self.dumps(src))
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\ctypes\test\test_pickling.py", line 19, in dumps
 return pickle.dumps(item)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\pickle.py", line 1366, in dumps
 Pickler(file, protocol).dump(obj)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\pickle.py", line 224, in dump
 self.save(obj)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\pickle.py", line 301, in save
 rv = reduce(obj)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\multiprocessing\sharedctypes.py", line 121, in reduce_ctype
 assert_spawning(obj)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-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 "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\ctypes\test\test_pickling.py", line 29, in test_simple
 dst = self.loads(self.dumps(src))
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\ctypes\test\test_pickling.py", line 71, in dumps
 return pickle.dumps(item, 1)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\pickle.py", line 1366, in dumps
 Pickler(file, protocol).dump(obj)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\pickle.py", line 224, in dump
 self.save(obj)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\pickle.py", line 301, in save
 rv = reduce(obj)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\multiprocessing\sharedctypes.py", line 121, in reduce_ctype
 assert_spawning(obj)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-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 "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\ctypes\test\test_pickling.py", line 29, in test_simple
 dst = self.loads(self.dumps(src))
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\ctypes\test\test_pickling.py", line 75, in dumps
 return pickle.dumps(item, 2)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\pickle.py", line 1366, in dumps
 Pickler(file, protocol).dump(obj)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\pickle.py", line 224, in dump
 self.save(obj)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\pickle.py", line 301, in save
 rv = reduce(obj)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\multiprocessing\sharedctypes.py", line 121, in reduce_ctype
 assert_spawning(obj)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-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
======================================================================
FAIL: test_from_import_usage (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\lib2to3\tests\test_fixers.py", line 1485, in test_from_import_usage
 self.check(b, a)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\lib2to3\tests\test_fixers.py", line 50, in check
 tree = self._check(before, after)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-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 "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\lib2to3\tests\test_fixers.py", line 1427, in test_import_from
 self.check(b, a)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\lib2to3\tests\test_fixers.py", line 50, in check
 tree = self._check(before, after)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-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 "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\lib2to3\tests\test_fixers.py", line 1454, in test_import_from_as
 self.check(b, a)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\lib2to3\tests\test_fixers.py", line 50, in check
 tree = self._check(before, after)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-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 "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\lib2to3\tests\test_fixers.py", line 1416, in test_import_module
 self.check(b, a)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\lib2to3\tests\test_fixers.py", line 50, in check
 tree = self._check(before, after)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-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 "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\lib2to3\tests\test_fixers.py", line 1443, in test_import_module_as
 self.check(b, a)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\lib2to3\tests\test_fixers.py", line 50, in check
 tree = self._check(before, after)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-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 "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\lib2to3\tests\test_fixers.py", line 1472, in test_import_module_usage
 self.check(b, a)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\lib2to3\tests\test_fixers.py", line 50, in check
 tree = self._check(before, after)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-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 "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_site.py", line 115, in test_s_option
 env=env)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\subprocess.py", line 444, in call
 return Popen(*popenargs, **kwargs).wait()
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\subprocess.py", line 595, in __init__
 errread, errwrite)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\subprocess.py", line 817, in _execute_child
 startupinfo)
TypeError: environment can only contain strings
======================================================================
ERROR: testWrongCert (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_ssl.py", line 807, in testWrongCert
 "wrongcert.pem"))
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_ssl.py", line 597, in badCertTest
 s.connect((HOST, server.port))
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\ssl.py", line 272, in connect
 self.do_handshake()
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\ssl.py", line 256, in do_handshake
 self._sslobj.do_handshake()
error: [Errno 10054] An existing connection was forcibly closed by the remote host
======================================================================
ERROR: test_call_kwargs (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_subprocess.py", line 82, in test_call_kwargs
 env=newenv)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\subprocess.py", line 444, in call
 return Popen(*popenargs, **kwargs).wait()
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\subprocess.py", line 595, in __init__
 errread, errwrite)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\subprocess.py", line 817, in _execute_child
 startupinfo)
TypeError: environment can only contain strings
======================================================================
ERROR: test_env (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_subprocess.py", line 266, in test_env
 env=newenv)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\subprocess.py", line 595, in __init__
 errread, errwrite)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\subprocess.py", line 817, in _execute_child
 startupinfo)
TypeError: environment can only contain strings
======================================================================
ERROR: test_shell_sequence (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_subprocess.py", line 677, in test_shell_sequence
 env=newenv)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\subprocess.py", line 595, in __init__
 errread, errwrite)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\subprocess.py", line 817, in _execute_child
 startupinfo)
TypeError: environment can only contain strings
======================================================================
ERROR: test_shell_string (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_subprocess.py", line 686, in test_shell_string
 env=newenv)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\subprocess.py", line 595, in __init__
 errread, errwrite)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-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 "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_wsgiref.py", line 437, in testEnviron
 self.checkOSEnviron(h)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-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 "E:\cygwin\home\db3l\buildarea\trunk.bolen-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\\\\LIB;C:\\\\Program Files\\\\Microsoft SDKs\\\\Windows\\\\v6.0A\\\\lib;c:\\\\program files\\\\microsoft visual studio .NET 2003\\\\vc7\\\\atlmfc\\\\lib;c:\\\\program files\\\\microsoft visual studio .NET 2003\\\\vc7\\\\lib;c:\\\\program files\\\\microsoft visual studio .NET 2003\\\\vc7\\\\PlatformSDK\\\\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 "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_wsgiref.py", line 145, in test_validated_hello
 self.check_hello(out, has_length=False)
 File "E:\cygwin\home\db3l\buildarea\trunk.bolen-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: 2008年7月13日 18:56:59 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: 2006年6月05日 18:49:54 GMT\r\n\r\nHello, world!'
sincerely,
 -The Buildbot


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /