[Zope3-dev] Linux Test Results - Zope 3 - Not OK :-(

zope-tests@squishdot.org zope-tests@squishdot.org
Sun, 15 Jun 2003 04:11:53 +0100


======================================================================
Python Version:2.2.3 (#1, Jun 10 2003, 13:52:48) 
[GCC 2.95.2 20000220 (Debian GNU/Linux)]

Modules included:
Zope3 (HEAD)

Running unit tests from /stuff/chrisw/ZopeTests/sandbox/Zope3
CRITICAL:txn:Transaction failed during second phase of two-phase commit
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 55, in _finishCommit
    r.commit(txn)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/connection.py", line 349, in commit
    self._storage.tpcFinish(txn, self._invalidate_modified)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/base.py", line 257, in tpcFinish
    self._finish(self._serial)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/bdbminimal.py", line 318, in _finish
    self._withtxn(self._docommit, self._serial)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/base.py", line 762, in _withtxn
    ret = meth(txn, *args, **kws)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/bdbminimal.py", line 188, in _docommit
    srec = cs.set(oid)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/memory.py", line 233, in set
    raise db.DBNotFoundError
DBNotFoundError
CRITICAL:txn:Transaction failed during second phase of two-phase commit
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 55, in _finishCommit
    r.commit(txn)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/connection.py", line 349, in commit
    self._storage.tpcFinish(txn, self._invalidate_modified)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/base.py", line 257, in tpcFinish
    self._finish(self._serial)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/bdbminimal.py", line 318, in _finish
    self._withtxn(self._docommit, self._serial)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/base.py", line 762, in _withtxn
    ret = meth(txn, *args, **kws)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/bdbminimal.py", line 188, in _docommit
    srec = cs.set(oid)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/memory.py", line 236, in set
    raise db.DBNotFoundError
DBNotFoundError
Exception in thread Thread-304:
Traceback (most recent call last):
  File "/usr/local/lib/python2.2/threading.py", line 414, in __bootstrap
    self.run()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/tests/packable.py", line 295, in run
    get_transaction().commit()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/txn.py", line 75, in commit
    self._manager.commit(self)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 49, in commit
    self._finishCommit(txn)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 183, in _finishCommit
    super(ThreadedTransactionManager, self)._finishCommit(txn)
  File "/stuff/chrisw/ZopeTests/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-305:
Traceback (most recent call last):
  File "/usr/local/lib/python2.2/threading.py", line 414, in __bootstrap
    self.run()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/tests/packable.py", line 295, in run
    get_transaction().commit()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/txn.py", line 75, in commit
    self._manager.commit(self)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 49, in commit
    self._finishCommit(txn)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 183, in _finishCommit
    super(ThreadedTransactionManager, self)._finishCommit(txn)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 68, in _finishCommit
    raise TransactionError(msg)
TransactionError: Transaction failed during second phase of two-phase commit

CRITICAL:txn:Transaction failed during second phase of two-phase commit
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 55, in _finishCommit
    r.commit(txn)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/connection.py", line 349, in commit
    self._storage.tpcFinish(txn, self._invalidate_modified)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/base.py", line 257, in tpcFinish
    self._finish(self._serial)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/bdbminimal.py", line 318, in _finish
    self._withtxn(self._docommit, self._serial)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/base.py", line 762, in _withtxn
    ret = meth(txn, *args, **kws)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/bdbminimal.py", line 188, in _docommit
    srec = cs.set(oid)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/memory.py", line 236, in set
    raise db.DBNotFoundError
DBNotFoundError
Exception in thread Thread-306:
Traceback (most recent call last):
  File "/usr/local/lib/python2.2/threading.py", line 414, in __bootstrap
    self.run()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/tests/packable.py", line 295, in run
    get_transaction().commit()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/txn.py", line 75, in commit
    self._manager.commit(self)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 49, in commit
    self._finishCommit(txn)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 183, in _finishCommit
    super(ThreadedTransactionManager, self)._finishCommit(txn)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 68, in _finishCommit
    raise TransactionError(msg)
TransactionError: Transaction failed during second phase of two-phase commit

CRITICAL:txn:Transaction failed during second phase of two-phase commit
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 55, in _finishCommit
    r.commit(txn)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/connection.py", line 349, in commit
    self._storage.tpcFinish(txn, self._invalidate_modified)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/base.py", line 257, in tpcFinish
    self._finish(self._serial)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/bdbminimal.py", line 318, in _finish
    self._withtxn(self._docommit, self._serial)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/base.py", line 762, in _withtxn
    ret = meth(txn, *args, **kws)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/bdbminimal.py", line 188, in _docommit
    srec = cs.set(oid)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/memory.py", line 236, in set
    raise db.DBNotFoundError
DBNotFoundError
Exception in thread Thread-307:
Traceback (most recent call last):
  File "/usr/local/lib/python2.2/threading.py", line 414, in __bootstrap
    self.run()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/storage/tests/packable.py", line 295, in run
    get_transaction().commit()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/txn.py", line 75, in commit
    self._manager.commit(self)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 49, in commit
    self._finishCommit(txn)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 183, in _finishCommit
    super(ThreadedTransactionManager, self)._finishCommit(txn)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/transaction/manager.py", line 68, in _finishCommit
    raise TransactionError(msg)
TransactionError: Transaction failed during second phase of two-phase commit

----------------------------------------------------------------------
Ran 4353 tests in 459.552s

OK