[issue8449] buildbot: test_dbm and test_dbm_ndbm

2010-04-18 Thread roundup-admin
failures
To: [email protected]
From: STINNER Victor 
Date: Sun, 18 Apr 2010 22:30:17 +
Precedence: bulk
X-Roundup-Name: Python tracker
X-Roundup-Loop: hello
X-Roundup-Version: 1.4.10
Reply-To: Python tracker 
Message-Id: <[email protected]>
In-Reply-To: <[email protected]>
X-Roundup-issue-status: open
X-Roundup-issue-keywords: buildbot
X-Roundup-issue-severity: normal
X-Roundup-issue-versions: Python 3.1
Content-Transfer-Encoding: quoted-printable


New submission from STINNER Victor :

http://www.python.org/dev/buildbot/builders/ia64 Ubuntu 3.1/builds/451/step=
s/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 d=
etails

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 l=
imit (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:  R=
etry limit (100) exceeded
ERROR
test_anydbm_modification (test.test_dbm.TestCase-dbm.ndbm) ... __fop_file_s=
etup:  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:  R=
etry 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

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
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 =3D module.open(_fname, 'c')
_dbm.error: [Errno 17] File exists

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
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 =3D 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

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
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 =3D 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

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
ERROR: test_anydbm_keys (test.test_dbm.TestCase-dbm.ndbm)
--

[issue8449] buildbot: test_dbm and test_dbm_ndbm

2010-04-19 Thread roundup-admin
failures
To: [email protected]
From: STINNER Victor 
Date: Sun, 18 Apr 2010 23:17:46 +
Precedence: bulk
X-Roundup-Name: Python tracker
X-Roundup-Loop: hello
X-Roundup-Version: 1.4.10
Reply-To: Python tracker 
Message-Id: <[email protected]>
X-Roundup-issue-status: open
X-Roundup-issue-keywords: buildbot
X-Roundup-issue-severity: normal
X-Roundup-issue-versions: Python 3.1
In-Reply-To: <[email protected]>
Content-Transfer-Encoding: quoted-printable


STINNER Victor  added the comment:

The tests delete generated files before and after the test using support.un=
link(). 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.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com