[Zope3-dev] FreeBSD Test Results - Zope 3 / Python 2.3 - errors:1

zope-tests@bitdance.com zope-tests@bitdance.com
Wed, 18 Jun 2003 10:11:58 -0400 (EDT)


==============================================================================
==============================================================================
Python Version:2.3a2+ (#9, Apr 16 2003, 09:06:42) 
[GCC 2.95.4 20020320 [FreeBSD]]

Modules included:
Zope3 (HEAD)

Running unit tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
Error in test testPackWhileWriting (zodb.storage.tests.test_file.FileStorageTests)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/tests/packable.py", line 266, in testPackWhileWriting
    db.pack(packt)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/db.py", line 319, in pack
    self._storage.pack(t)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/main.py", line 893, in pack
    opos = p.pack()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/pack.py", line 288, in pack
    self.gc.findReachable()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/pack.py", line 81, in findReachable
    self.findReachableFromFuture()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/pack.py", line 152, in findReachableFromFuture
    self.checkTxn(th, pos)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/format.py", line 456, in checkTxn
    self.fail(pos, "transaction with checkpoint flag set")
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/format.py", line 448, in fail
    raise CorruptedError(s)
CorruptedError: FileStorageTests.fs:49651:transaction with checkpoint flag set

CRITICAL:txn:Transaction failed during second phase of two-phase commit
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/transaction/manager.py", line 55, in _finishCommit
    r.commit(txn)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/connection.py", line 349, in commit
    self._storage.tpcFinish(txn, self._invalidate_modified)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/base.py", line 257, in tpcFinish
    self._finish(self._serial)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/main.py", line 552, in _finish
    self._file.seek(self._pos + 16)
ValueError: I/O operation on closed file
Exception in thread Thread-139:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/threading.py", line 411, in __bootstrap
    self.run()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/tests/packable.py", line 295, in run
    get_transaction().commit()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/transaction/txn.py", line 75, in commit
    self._manager.commit(self)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/transaction/manager.py", line 49, in commit
    self._finishCommit(txn)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/transaction/manager.py", line 183, in _finishCommit
    super(ThreadedTransactionManager, self)._finishCommit(txn)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/transaction/manager.py", line 68, in _finishCommit
    raise TransactionError(msg)
TransactionError: Transaction failed during second phase of two-phase commit

Exception in thread Thread-138:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/threading.py", line 411, in __bootstrap
    self.run()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/tests/packable.py", line 295, in run
    get_transaction().commit()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/transaction/txn.py", line 75, in commit
    self._manager.commit(self)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/transaction/manager.py", line 44, in commit
    r.prepare(txn)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/connection.py", line 313, in prepare
    self._storage.tpcBegin(txn)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/base.py", line 206, in tpcBegin
    self._clear_temp()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/main.py", line 496, in _clear_temp
    self._tfile.seek(0)
ValueError: I/O operation on closed file

======================================================================
ERROR: testPackWhileWriting (zodb.storage.tests.test_file.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/tests/packable.py", line 266, in testPackWhileWriting
    db.pack(packt)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/db.py", line 319, in pack
    self._storage.pack(t)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/main.py", line 893, in pack
    opos = p.pack()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/pack.py", line 288, in pack
    self.gc.findReachable()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/pack.py", line 81, in findReachable
    self.findReachableFromFuture()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/pack.py", line 152, in findReachableFromFuture
    self.checkTxn(th, pos)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/format.py", line 456, in checkTxn
    self.fail(pos, "transaction with checkpoint flag set")
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/format.py", line 448, in fail
    raise CorruptedError(s)
CorruptedError: FileStorageTests.fs:49651:transaction with checkpoint flag set

----------------------------------------------------------------------
Ran 4379 tests in 236.849s

FAILED (errors=1)