[Zope3-dev] Linux Test Results - Zope 3 - errors:6

zope-tests@squishdot.org zope-tests@squishdot.org
Wed, 04 Dec 2002 03:04:35 +0000


==============================================================================
==============================================================================
Python Version:2.2.2 (#1, Nov  4 2002, 11:01:21) 
[GCC 2.95.2 20000220 (Debian GNU/Linux)]

Modules included:
Zope3 (HEAD)

Error in test checkPackUnlinkedFromRoot (ZEO.tests.testZEO.UnixTests)
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/tests/PackableStorage.py", line 360, in checkPackUnlinkedFromRoot
    tid = log[0]['id']
IndexError: list index out of range

Error in test checkTransactionalUndoAfterPack (ZEO.tests.testZEO.UnixTests)
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 472, in checkTransactionalUndoAfterPack
    self._storage.pack(packtime)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZEO/ClientStorage.py", line 577, in pack
    return self._server.pack(t, wait)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZEO/ServerStub.py", line 73, in pack
    self.rpc.call('pack', t, wait)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZEO/zrpc/connection.py", line 322, in call
    raise inst # error raised by server
POSKeyError: 0000000000000000

Error in test checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot (ZEO.tests.testZEO.UnixTests)
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 529, in checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
    tid = log[0]['id']
IndexError: list index out of range

Error in test checkPackUnlinkedFromRoot (ZODB.tests.testFileStorage.FileStorageTests)
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/tests/PackableStorage.py", line 360, in checkPackUnlinkedFromRoot
    tid = log[0]['id']
IndexError: list index out of range

Error in test checkTransactionalUndoAfterPack (ZODB.tests.testFileStorage.FileStorageTests)
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 472, in checkTransactionalUndoAfterPack
    self._storage.pack(packtime)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/FileStorage.py", line 1443, in pack
    pindex = self._pack_index(file, index)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/FileStorage.py", line 1382, in _pack_index
    p, v, nv = self._loada(oid, index, file)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/FileStorage.py", line 569, in _loada
    raise POSKeyError(oid)
POSKeyError: 0000000000000000

Error in test checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot (ZODB.tests.testFileStorage.FileStorageTests)
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 529, in checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
    tid = log[0]['id']
IndexError: list index out of range

======================================================================
ERROR: checkPackUnlinkedFromRoot (ZEO.tests.testZEO.UnixTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/tests/PackableStorage.py", line 360, in checkPackUnlinkedFromRoot
    tid = log[0]['id']
IndexError: list index out of range

======================================================================
ERROR: checkTransactionalUndoAfterPack (ZEO.tests.testZEO.UnixTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 472, in checkTransactionalUndoAfterPack
    self._storage.pack(packtime)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZEO/ClientStorage.py", line 577, in pack
    return self._server.pack(t, wait)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZEO/ServerStub.py", line 73, in pack
    self.rpc.call('pack', t, wait)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZEO/zrpc/connection.py", line 322, in call
    raise inst # error raised by server
POSKeyError: 0000000000000000

======================================================================
ERROR: checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot (ZEO.tests.testZEO.UnixTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 529, in checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
    tid = log[0]['id']
IndexError: list index out of range

======================================================================
ERROR: checkPackUnlinkedFromRoot (ZODB.tests.testFileStorage.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/tests/PackableStorage.py", line 360, in checkPackUnlinkedFromRoot
    tid = log[0]['id']
IndexError: list index out of range

======================================================================
ERROR: checkTransactionalUndoAfterPack (ZODB.tests.testFileStorage.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 472, in checkTransactionalUndoAfterPack
    self._storage.pack(packtime)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/FileStorage.py", line 1443, in pack
    pindex = self._pack_index(file, index)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/FileStorage.py", line 1382, in _pack_index
    p, v, nv = self._loada(oid, index, file)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/FileStorage.py", line 569, in _loada
    raise POSKeyError(oid)
POSKeyError: 0000000000000000

======================================================================
ERROR: checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot (ZODB.tests.testFileStorage.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 529, in checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
    tid = log[0]['id']
IndexError: list index out of range

----------------------------------------------------------------------
Ran 2662 tests in 283.759s

FAILED (errors=6)