[Zope-tests] FAILED (failures=1, errors=37): Test Zope 2 HEAD / Python 2.3 / Linux

jeremy at zope.com jeremy at zope.com
Wed Feb 18 05:29:36 EST 2004


Email automatically generated by a daily test runner.

cd /tmp/autotestiCi6a3/Zope
PYTHONPATH=/tmp/autotestiCi6a3/lib/python  /usr/local/bin/python2.3 -u test.py -v --all
Running unit tests at all levels
Running unit tests from /tmp/autotestiCi6a3/Zope
.................................................................................................................................................................................................

Error in test checkCreationUndoneGetSerial (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 153, in checkCreationUndoneGetSerial
    self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

...............

Error in test checkLoadBeforeUndo (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/RevisionStorage.py", line 124, in checkLoadBeforeUndo
    self._undo(tid, [oid], note="undo %d" % i)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

..........

Error in test checkPackAfterUndoDeletion (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 549, in checkPackAfterUndoDeletion
    txn.commit()
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
    ncommitted += self._commit_objects(objects)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 352, in _commit_objects
    jar.commit(o, self)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/DB.py", line 642, in commit
    tid, oids = self._db._storage.undo(self._tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction



Error in test checkPackAfterUndoManyTimes (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 589, in checkPackAfterUndoManyTimes
    txn.commit()
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
    ncommitted += self._commit_objects(objects)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 352, in _commit_objects
    jar.commit(o, self)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/DB.py", line 642, in commit
    tid, oids = self._db._storage.undo(self._tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

.......

Error in test checkPackUnlinkedFromRoot (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/PackableStorage.py", line 436, in checkPackUnlinkedFromRoot
    txn.commit()
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
    ncommitted += self._commit_objects(objects)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 352, in _commit_objects
    jar.commit(o, self)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/DB.py", line 642, in commit
    tid, oids = self._db._storage.undo(self._tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction



Error in test checkPackVersionReachable (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/VersionStorage.py", line 528, in checkPackVersionReachable
    txn.commit()
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
    ncommitted += self._commit_objects(objects)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 352, in _commit_objects
    jar.commit(o, self)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/DB.py", line 642, in commit
    tid, oids = self._db._storage.undo(self._tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction



Error in test checkPackVersions (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/VersionStorage.py", line 411, in checkPackVersions
    txn.commit()
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
    ncommitted += self._commit_objects(objects)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 352, in _commit_objects
    jar.commit(o, self)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/DB.py", line 642, in commit
    tid, oids = self._db._storage.undo(self._tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction



Error in test checkPackVersionsInPast (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/VersionStorage.py", line 456, in checkPackVersionsInPast
    txn.commit()
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
    ncommitted += self._commit_objects(objects)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 352, in _commit_objects
    jar.commit(o, self)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/DB.py", line 642, in commit
    tid, oids = self._db._storage.undo(self._tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

........

Error in test checkSimpleTransactionalUndo (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 119, in checkSimpleTransactionalUndo
    self._undo(info[0]["id"], [oid], note="undo1")
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

....

Error in test checkTransactionalUndoAfterPack (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 449, in checkTransactionalUndoAfterPack
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction



Error in test checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 503, in checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
    txn.commit()
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
    ncommitted += self._commit_objects(objects)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 352, in _commit_objects
    jar.commit(o, self)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/DB.py", line 642, in commit
    tid, oids = self._db._storage.undo(self._tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction



Error in test checkTransactionalUndoIterator (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 660, in checkTransactionalUndoIterator
    undo(i)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 655, in undo
    s.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

.

Error in test checkTwoObjectUndo (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 236, in checkTwoObjectUndo
    self._undo(info[0]['id'], [oid1, oid2])
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction



Error in test checkTwoObjectUndoAgain (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 330, in checkTwoObjectUndoAgain
    self._undo(info[0]["id"], [oid1, oid2])
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction



Error in test checkTwoObjectUndoAtOnce (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 282, in checkTwoObjectUndoAtOnce
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction



Error in test checkUndoAbortVersion (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py", line 182, in checkUndoAbortVersion
    self._undo(t_id, note="undo abort version")
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction



Error in test checkUndoCommitVersion (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py", line 133, in checkUndoCommitVersion
    self._undo(t_id, note="undo commit version")
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction



Error in test checkUndoConflictResolution (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/ConflictResolution.py", line 165, in checkUndoConflictResolution
    self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction



Error in test checkUndoCreationBranch1 (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 167, in checkUndoCreationBranch1
    self._undo(info[0]['id'], [oid])
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction



Error in test checkUndoCreationBranch2 (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 185, in checkUndoCreationBranch2
    self._undo(info[0]['id'], [oid])
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction



Error in test checkUndoInVersion (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py", line 62, in checkUndoInVersion
    self._undo(info[0]['id'], [oid])
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

..

Error in test checkUndoZombieNonVersion (BDBStorage.tests.test_storage_api.FullTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/IteratorStorage.py", line 103, in checkUndoZombieNonVersion
    oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

..............

Error in test checkRecoverUndoInVersion (BDBStorage.tests.test_storage_api.FullRecoveryTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/RecoveryStorage.py", line 83, in checkRecoverUndoInVersion
    self._undo(self._storage.undoInfo()[0]['id'], [oid])
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

.

Error in test checkRestoreAcrossPack (BDBStorage.tests.test_storage_api.FullRecoveryTest)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/RecoveryStorage.py", line 144, in checkRestoreAcrossPack
    self._undo(self._storage.undoInfo()[0]['id'])
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................!
...........................................................................

Error in test testAutoReqPopulate (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/Sessions/tests/testSessionDataManager.py", line 217, in testAutoReqPopulate
    self.app.REQUEST.traverse('/')
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

...............

Error in test testUnlazifyAutoPopulated (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/Sessions/tests/testSessionDataManager.py", line 223, in testUnlazifyAutoPopulated
    self.app.REQUEST.traverse('/')
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

...

Error in test testTraverse0 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required



Error in test testTraverse1 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required



Error in test testTraverse2 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required



Error in test testTraverse3 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required



Error in test testTraverse4 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required



Error in test testTraverse5 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required



Error in test testTraverse6 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required



Error in test testTraverse7 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Error in test checkCommitLockUndoAbort (ZEO.tests.testZEO.FileStorageTests)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/tests/CommitLockTests.py", line 227, in checkCommitLockUndoAbort
    self._finish_undo(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/tests/CommitLockTests.py", line 201, in _finish_undo
    return self._storage._server.rpc._deferred_wait(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/zrpc/connection.py", line 393, in _deferred_wait
    r_flags, r_args = self.wait(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/zrpc/connection.py", line 460, in wait
    raise DisconnectedError()
DisconnectedError



Error in test checkCommitLockUndoClose (ZEO.tests.testZEO.FileStorageTests)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/tests/CommitLockTests.py", line 243, in checkCommitLockUndoClose
    self._finish_undo(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/tests/CommitLockTests.py", line 201, in _finish_undo
    return self._storage._server.rpc._deferred_wait(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/zrpc/connection.py", line 393, in _deferred_wait
    r_flags, r_args = self.wait(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/zrpc/connection.py", line 460, in wait
    raise DisconnectedError()
DisconnectedError



Error in test checkCommitLockUndoFinish (ZEO.tests.testZEO.FileStorageTests)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/tests/CommitLockTests.py", line 210, in checkCommitLockUndoFinish
    self._finish_undo(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/tests/CommitLockTests.py", line 201, in _finish_undo
    return self._storage._server.rpc._deferred_wait(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/zrpc/connection.py", line 393, in _deferred_wait
    r_flags, r_args = self.wait(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/zrpc/connection.py", line 460, in wait
    raise DisconnectedError()
DisconnectedError

..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Failure in test testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/zdaemon/tests/testzdrun.py", line 228, in testRunIgnoresParentSignals
    self.assert_(len(params) > 1, repr(response))
  File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: ''

...
======================================================================
ERROR: checkCreationUndoneGetSerial (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 153, in checkCreationUndoneGetSerial
    self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkLoadBeforeUndo (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/RevisionStorage.py", line 124, in checkLoadBeforeUndo
    self._undo(tid, [oid], note="undo %d" % i)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkPackAfterUndoDeletion (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 549, in checkPackAfterUndoDeletion
    txn.commit()
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
    ncommitted += self._commit_objects(objects)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 352, in _commit_objects
    jar.commit(o, self)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/DB.py", line 642, in commit
    tid, oids = self._db._storage.undo(self._tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkPackAfterUndoManyTimes (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 589, in checkPackAfterUndoManyTimes
    txn.commit()
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
    ncommitted += self._commit_objects(objects)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 352, in _commit_objects
    jar.commit(o, self)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/DB.py", line 642, in commit
    tid, oids = self._db._storage.undo(self._tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkPackUnlinkedFromRoot (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/PackableStorage.py", line 436, in checkPackUnlinkedFromRoot
    txn.commit()
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
    ncommitted += self._commit_objects(objects)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 352, in _commit_objects
    jar.commit(o, self)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/DB.py", line 642, in commit
    tid, oids = self._db._storage.undo(self._tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkPackVersionReachable (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/VersionStorage.py", line 528, in checkPackVersionReachable
    txn.commit()
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
    ncommitted += self._commit_objects(objects)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 352, in _commit_objects
    jar.commit(o, self)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/DB.py", line 642, in commit
    tid, oids = self._db._storage.undo(self._tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkPackVersions (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/VersionStorage.py", line 411, in checkPackVersions
    txn.commit()
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
    ncommitted += self._commit_objects(objects)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 352, in _commit_objects
    jar.commit(o, self)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/DB.py", line 642, in commit
    tid, oids = self._db._storage.undo(self._tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkPackVersionsInPast (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/VersionStorage.py", line 456, in checkPackVersionsInPast
    txn.commit()
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
    ncommitted += self._commit_objects(objects)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 352, in _commit_objects
    jar.commit(o, self)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/DB.py", line 642, in commit
    tid, oids = self._db._storage.undo(self._tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkSimpleTransactionalUndo (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 119, in checkSimpleTransactionalUndo
    self._undo(info[0]["id"], [oid], note="undo1")
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkTransactionalUndoAfterPack (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 449, in checkTransactionalUndoAfterPack
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 503, in checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
    txn.commit()
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
    ncommitted += self._commit_objects(objects)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/Transaction.py", line 352, in _commit_objects
    jar.commit(o, self)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/DB.py", line 642, in commit
    tid, oids = self._db._storage.undo(self._tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkTransactionalUndoIterator (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 660, in checkTransactionalUndoIterator
    undo(i)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 655, in undo
    s.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkTwoObjectUndo (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 236, in checkTwoObjectUndo
    self._undo(info[0]['id'], [oid1, oid2])
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkTwoObjectUndoAgain (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 330, in checkTwoObjectUndoAgain
    self._undo(info[0]["id"], [oid1, oid2])
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkTwoObjectUndoAtOnce (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 282, in checkTwoObjectUndoAtOnce
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkUndoAbortVersion (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py", line 182, in checkUndoAbortVersion
    self._undo(t_id, note="undo abort version")
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkUndoCommitVersion (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py", line 133, in checkUndoCommitVersion
    self._undo(t_id, note="undo commit version")
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkUndoConflictResolution (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/ConflictResolution.py", line 165, in checkUndoConflictResolution
    self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkUndoCreationBranch1 (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 167, in checkUndoCreationBranch1
    self._undo(info[0]['id'], [oid])
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkUndoCreationBranch2 (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 185, in checkUndoCreationBranch2
    self._undo(info[0]['id'], [oid])
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkUndoInVersion (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py", line 62, in checkUndoInVersion
    self._undo(info[0]['id'], [oid])
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkUndoZombieNonVersion (BDBStorage.tests.test_storage_api.FullTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/IteratorStorage.py", line 103, in checkUndoZombieNonVersion
    oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkRecoverUndoInVersion (BDBStorage.tests.test_storage_api.FullRecoveryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/RecoveryStorage.py", line 83, in checkRecoverUndoInVersion
    self._undo(self._storage.undoInfo()[0]['id'], [oid])
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: checkRestoreAcrossPack (BDBStorage.tests.test_storage_api.FullRecoveryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/RecoveryStorage.py", line 144, in checkRestoreAcrossPack
    self._undo(self._storage.undoInfo()[0]['id'])
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/tests/StorageTestBase.py", line 212, in _undo
    tid, oids = self._storage.undo(tid, t)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZODB/BaseStorage.py", line 224, in undo
    raise POSException.UndoError, 'non-undoable transaction'
UndoError: Undo error None: non-undoable transaction

======================================================================
ERROR: testAutoReqPopulate (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/Sessions/tests/testSessionDataManager.py", line 217, in testAutoReqPopulate
    self.app.REQUEST.traverse('/')
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

======================================================================
ERROR: testUnlazifyAutoPopulated (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/Sessions/tests/testSessionDataManager.py", line 223, in testUnlazifyAutoPopulated
    self.app.REQUEST.traverse('/')
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

======================================================================
ERROR: testTraverse0 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

======================================================================
ERROR: testTraverse1 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

======================================================================
ERROR: testTraverse2 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

======================================================================
ERROR: testTraverse3 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

======================================================================
ERROR: testTraverse4 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

======================================================================
ERROR: testTraverse5 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

======================================================================
ERROR: testTraverse6 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

======================================================================
ERROR: testTraverse7 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/tmp/autotestiCi6a3/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

======================================================================
ERROR: checkCommitLockUndoAbort (ZEO.tests.testZEO.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/tests/CommitLockTests.py", line 227, in checkCommitLockUndoAbort
    self._finish_undo(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/tests/CommitLockTests.py", line 201, in _finish_undo
    return self._storage._server.rpc._deferred_wait(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/zrpc/connection.py", line 393, in _deferred_wait
    r_flags, r_args = self.wait(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/zrpc/connection.py", line 460, in wait
    raise DisconnectedError()
DisconnectedError

======================================================================
ERROR: checkCommitLockUndoClose (ZEO.tests.testZEO.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/tests/CommitLockTests.py", line 243, in checkCommitLockUndoClose
    self._finish_undo(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/tests/CommitLockTests.py", line 201, in _finish_undo
    return self._storage._server.rpc._deferred_wait(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/zrpc/connection.py", line 393, in _deferred_wait
    r_flags, r_args = self.wait(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/zrpc/connection.py", line 460, in wait
    raise DisconnectedError()
DisconnectedError

======================================================================
ERROR: checkCommitLockUndoFinish (ZEO.tests.testZEO.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/tests/CommitLockTests.py", line 210, in checkCommitLockUndoFinish
    self._finish_undo(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/tests/CommitLockTests.py", line 201, in _finish_undo
    return self._storage._server.rpc._deferred_wait(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/zrpc/connection.py", line 393, in _deferred_wait
    r_flags, r_args = self.wait(msgid)
  File "/tmp/autotestiCi6a3/Zope/lib/python/ZEO/zrpc/connection.py", line 460, in wait
    raise DisconnectedError()
DisconnectedError

======================================================================
FAIL: testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestiCi6a3/Zope/lib/python/zdaemon/tests/testzdrun.py", line 228, in testRunIgnoresParentSignals
    self.assert_(len(params) > 1, repr(response))
  File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: ''

----------------------------------------------------------------------
Ran 2748 tests in 1549.086s

FAILED (failures=1, errors=37)



More information about the Zope-tests mailing list