This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: buildbot: test_dbm and test_dbm_ndbm failures on ia64 Ubuntu 3.1
Type: behavior Stage:
Components: Tests Versions: Python 3.1
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, doko, flox, vstinner
Priority: normal Keywords: buildbot

Created on 2010-04-18 22:30 by vstinner, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg103544 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2010-04-18 22:30
http://www.python.org/dev/buildbot/builders/ia64 Ubuntu 3.1/builds/451/steps/test/logs/stdio

test_dbm
__fop_file_setup:  Retry limit (100) exceeded
__fop_file_setup:  Retry limit (100) exceeded
__fop_file_setup:  Retry limit (100) exceeded
__fop_file_setup:  Retry limit (100) exceeded
__fop_file_setup:  Retry limit (100) exceeded
__fop_file_setup:  Retry limit (100) exceeded
__fop_file_setup:  Retry limit (100) exceeded
test test_dbm failed -- multiple errors occurred; run in verbose mode for details

test_dbm_ndbm
__fop_file_setup:  Retry limit (100) exceeded
__fop_file_setup:  Retry limit (100) exceeded
test test_dbm_ndbm failed -- multiple errors occurred; run in verbose mode for details

Re-running test 'test_dbm' in verbose mode
test_keys (test.test_dbm.WhichDBTestCase) ... ok
test_whichdb (test.test_dbm.WhichDBTestCase) ... __fop_file_setup:  Retry limit (100) exceeded
ERROR
test_anydbm_access (test.test_dbm.TestCase-dbm.ndbm) ... __fop_file_setup:  Retry limit (100) exceeded
ERROR
test_anydbm_creation (test.test_dbm.TestCase-dbm.ndbm) ... __fop_file_setup:  Retry limit (100) exceeded
ERROR
test_anydbm_keys (test.test_dbm.TestCase-dbm.ndbm) ... __fop_file_setup:  Retry limit (100) exceeded
ERROR
test_anydbm_modification (test.test_dbm.TestCase-dbm.ndbm) ... __fop_file_setup:  Retry limit (100) exceeded
ERROR
test_anydbm_not_existing (test.test_dbm.TestCase-dbm.ndbm) ... ok
test_anydbm_read (test.test_dbm.TestCase-dbm.ndbm) ... __fop_file_setup:  Retry limit (100) exceeded
ERROR
test_error (test.test_dbm.TestCase-dbm.ndbm) ... ok
test_anydbm_access (test.test_dbm.TestCase-dbm.dumb) ... ok
test_anydbm_creation (test.test_dbm.TestCase-dbm.dumb) ... ok
test_anydbm_keys (test.test_dbm.TestCase-dbm.dumb) ... ok
test_anydbm_modification (test.test_dbm.TestCase-dbm.dumb) ... ok
test_anydbm_not_existing (test.test_dbm.TestCase-dbm.dumb) ... ok
test_anydbm_read (test.test_dbm.TestCase-dbm.dumb) ... ok
test_error (test.test_dbm.TestCase-dbm.dumb) ... ok

======================================================================
ERROR: test_whichdb (test.test_dbm.WhichDBTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/test/test_dbm.py", line 127, in test_whichdb
    f = module.open(_fname, 'c')
_dbm.error: [Errno 17] File exists

======================================================================
ERROR: test_anydbm_access (test.test_dbm.TestCase-dbm.ndbm)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/test/test_dbm.py", line 93, in test_anydbm_access
    self.init_db()
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/test/test_dbm.py", line 48, in init_db
    f = dbm.open(_fname, 'n')
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/dbm/__init__.py", line 88, in open
    return mod.open(file, flag, mode)
_dbm.error: [Errno 17] File exists

======================================================================
ERROR: test_anydbm_creation (test.test_dbm.TestCase-dbm.ndbm)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/test/test_dbm.py", line 66, in test_anydbm_creation
    f = dbm.open(_fname, 'c')
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/dbm/__init__.py", line 88, in open
    return mod.open(file, flag, mode)
_dbm.error: [Errno 17] File exists

======================================================================
ERROR: test_anydbm_keys (test.test_dbm.TestCase-dbm.ndbm)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/test/test_dbm.py", line 87, in test_anydbm_keys
    self.init_db()
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/test/test_dbm.py", line 48, in init_db
    f = dbm.open(_fname, 'n')
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/dbm/__init__.py", line 88, in open
    return mod.open(file, flag, mode)
_dbm.error: [Errno 17] File exists

======================================================================
ERROR: test_anydbm_modification (test.test_dbm.TestCase-dbm.ndbm)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/test/test_dbm.py", line 74, in test_anydbm_modification
    self.init_db()
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/test/test_dbm.py", line 48, in init_db
    f = dbm.open(_fname, 'n')
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/dbm/__init__.py", line 88, in open
    return mod.open(file, flag, mode)
_dbm.error: [Errno 17] File exists

======================================================================
ERROR: test_anydbm_read (test.test_dbm.TestCase-dbm.ndbm)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/test/test_dbm.py", line 81, in test_anydbm_read
    self.init_db()
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/test/test_dbm.py", line 48, in init_db
    f = dbm.open(_fname, 'n')
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/dbm/__init__.py", line 88, in open
    return mod.open(file, flag, mode)
_dbm.error: [Errno 17] File exists

----------------------------------------------------------------------
Ran 16 tests in 602.508s

FAILED (errors=6)
test test_dbm failed -- multiple errors occurred
Re-running test 'test_dbm_ndbm' in verbose mode
test_keys (test.test_dbm_ndbm.DbmTestCase) ... __fop_file_setup:  Retry limit (100) exceeded
ERROR
test_modes (test.test_dbm_ndbm.DbmTestCase) ... __fop_file_setup:  Retry limit (100) exceeded
ERROR

======================================================================
ERROR: test_keys (test.test_dbm_ndbm.DbmTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/test/test_dbm_ndbm.py", line 13, in setUp
    self.d = dbm.ndbm.open(self.filename, 'c')
_dbm.error: [Errno 17] File exists

======================================================================
ERROR: test_modes (test.test_dbm_ndbm.DbmTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/pybot/buildarea/3.1.klose-debian-ia64/build/Lib/test/test_dbm_ndbm.py", line 13, in setUp
    self.d = dbm.ndbm.open(self.filename, 'c')
_dbm.error: [Errno 17] File exists

----------------------------------------------------------------------
Ran 2 tests in 200.800s

FAILED (errors=2)
test test_dbm_ndbm failed -- multiple errors occurred
msg103549 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2010-04-18 23:17
The tests delete generated files before and after the test using support.unlink(). This function calls os.unlink() but ignores OSError.

I guess that the tests are unable to delete the file for an unknown reason, and so the tests fail.
msg113972 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2010-08-15 16:10
No update on this issue, and there's no more ia64 buildbot.
There's very little chance to fix it.
msg214533 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-03-23 01:36
As there's no more ia64 buildbot can't we simply close this?
History
Date User Action Args
2022-04-11 14:57:00adminsetgithub: 52696
2014-03-23 09:58:07vstinnersetstatus: languishing -> closed
2014-03-23 01:36:34BreamoreBoysetnosy: + BreamoreBoy
messages: + msg214533
2010-08-15 16:12:49pitrousetnosy: + doko
2010-08-15 16:10:50floxsetstatus: open -> languishing

type: behavior
components: + Tests
title: buildbot: test_dbm and test_dbm_ndbm failures on ia64 Ubuntu 3.1 -> buildbot: test_dbm and test_dbm_ndbm failures on ia64 Ubuntu 3.1
nosy: + flox

messages: + msg113972
resolution: out of date
2010-04-24 00:12:01vstinnersettitle: buildbot: test_dbm and test_dbm_ndbm failures -> buildbot: test_dbm and test_dbm_ndbm failures on ia64 Ubuntu 3.1
2010-04-18 23:17:44vstinnersetmessages: + msg103549
2010-04-18 22:30:15vstinnercreate