[Python-checkins] buildbot failure in x86 XP-4 2.6
buildbot at python.org
buildbot at python.org
Sun Jul 12 09:45:10 CEST 2009
The Buildbot has detected a new failure of x86 XP-4 2.6.
Full details are available at:
http://www.python.org/dev/buildbot/all/x86%20XP-4%202.6/builds/355
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: bolen-windows
Build Reason:
Build Source Stamp: [branch branches/release26-maint] HEAD
Blamelist: hirokazu.yamamoto
BUILD FAILED: failed test
Excerpt from the test logfile:
1 test failed:
test_bsddb3
======================================================================
ERROR: test01_badpointer (bsddb.test.test_misc.MiscTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea\2.6.bolen-windows\build\lib\bsddb\test\test_misc.py", line 21, in test01_badpointer
dbs = dbshelve.open(self.filename)
File "E:\cygwin\home\db3l\buildarea\2.6.bolen-windows\build\lib\bsddb\dbshelve.py", line 106, in open
d.open(filename, dbname, filetype, flags, mode)
File "E:\cygwin\home\db3l\buildarea\2.6.bolen-windows\build\lib\bsddb\dbshelve.py", line 171, 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\2.6.bolen-windows\build\lib\bsddb\test\test_misc.py", line 37, in test03_repr_closed_db
db = hashopen(self.filename)
File "E:\cygwin\home\db3l\buildarea\2.6.bolen-windows\build\lib\bsddb\__init__.py", line 361, in hashopen
d.open(file, db.DB_HASH, flags, mode)
DBFileExistsError: (17, 'File exists -- __fop_file_setup: Retry limit (100) exceeded')
======================================================================
ERROR: test04_repr_db (bsddb.test.test_misc.MiscTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea\2.6.bolen-windows\build\lib\bsddb\test\test_misc.py", line 43, in test04_repr_db
db = hashopen(self.filename)
File "E:\cygwin\home\db3l\buildarea\2.6.bolen-windows\build\lib\bsddb\__init__.py", line 361, in hashopen
d.open(file, db.DB_HASH, flags, mode)
DBFileExistsError: (17, 'File exists -- __fop_file_setup: Retry limit (100) exceeded')
======================================================================
ERROR: test05_double_free_make_key_dbt (bsddb.test.test_misc.MiscTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea\2.6.bolen-windows\build\lib\bsddb\test\test_misc.py", line 65, in test05_double_free_make_key_dbt
db.DB_CREATE | db.DB_THREAD)
DBFileExistsError: (17, 'File exists -- __fop_file_setup: Retry limit (100) exceeded')
======================================================================
ERROR: test06_key_with_null_bytes (bsddb.test.test_misc.MiscTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea\2.6.bolen-windows\build\lib\bsddb\test\test_misc.py", line 77, in test06_key_with_null_bytes
db1.open(self.filename, None, db.DB_HASH, db.DB_CREATE)
DBFileExistsError: (17, 'File exists -- __fop_file_setup: Retry limit (100) exceeded')
======================================================================
ERROR: test07_DB_set_flags_persists (bsddb.test.test_misc.MiscTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea\2.6.bolen-windows\build\lib\bsddb\test\test_misc.py", line 101, in test07_DB_set_flags_persists
db1.open(self.filename, db.DB_HASH, db.DB_CREATE)
DBFileExistsError: (17, 'File exists -- __fop_file_setup: Retry limit (100) exceeded')
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list