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

buildbot at python.org buildbot at python.org
Mon Jul 14 07:39:49 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/1317

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

Buildslave for this Build: bolen-windows

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: alexandre.vassalotti,andrew.kuchling

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test_bsddb3 test_ctypes test_lib2to3 test_ssl

======================================================================
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'

======================================================================
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'

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list