[Zope-tests] FAIL (too much output from test runner) -- Z2 Tests/Linux -- HEAD/Py23maint (nightly build)

zope-tests at plope.com zope-tests at plope.com
Tue Feb 3 06:02:41 EST 2004


======================================================================
Python Version:2.3.3 (#1, Feb  3 2004, 01:29:15) 
[GCC 3.2 20020903 (Red Hat Linux 8.0 3.2-7)]

Modules included:
Zope (HEAD)

Running unit tests from /home/chrism/opt/tests/sandbox/Zope
Failure in test checkPackNowWhileWriting (BDBStorage.tests.test_storage_api.MinimalTest)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/PackableStorage.py", line 209, in checkPackNowWhileWriting
    self._PackWhileWriting(pack_now=1)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/PackableStorage.py", line 189, in _PackWhileWriting
    t.join(30)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 39, in run
    self.runtest()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/PackableStorage.py", line 567, in runtest
    get_transaction().commit()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 250, in commit
    self._finish_one(jars[0])
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 359, in _finish_one
    jar.tpc_finish(self)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 672, in tpc_finish
    self._storage.tpc_finish(transaction, callback)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/BaseStorage.py", line 209, in tpc_finish
    self._finish(self._tid, u, d, e)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/BDBStorage/BDBMinimalStorage.py", line 308, in _finish
    self._withtxn(self._docommit, self._tid)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/BDBStorage/BerkeleyBase.py", line 439, in _withtxn
    ret = meth(txn, *args, **kws)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/BDBStorage/BDBMinimalStorage.py", line 218, in _docommit
    deltas = self._update_refcounts(deltas, txn)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/BDBStorage/BDBMinimalStorage.py", line 224, in _update_refcounts
    assert refcount >= 0
AssertionError

Error in test testAutoReqPopulate (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/Sessions/tests/testSessionDataManager.py", line 217, in testAutoReqPopulate
    self.app.REQUEST.traverse('/')
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/Sessions/tests/testSessionDataManager.py", line 223, in testUnlazifyAutoPopulated
    self.app.REQUEST.traverse('/')
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

Error in test testSetupServers (Zope.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Zope/Startup/tests/testStarter.py", line 173, in testSetupServers
    starter.setupServers()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Zope/Startup/__init__.py", line 195, in setupServers
    raise ZConfig.ConfigurationError(socket_err
ConfigurationError: There was a problem starting a server of type "HTTPServer". This may mean that your user does not have permission to bind to the port which the server is trying to use or the port may already be in use by another application. (Address already in use)

======================================================================
ERROR: testAutoReqPopulate (Products.Sessions.tests.testSessionDataManager.TestSessionManager)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/Sessions/tests/testSessionDataManager.py", line 217, in testAutoReqPopulate
    self.app.REQUEST.traverse('/')
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/Sessions/tests/testSessionDataManager.py", line 223, in testUnlazifyAutoPopulated
    self.app.REQUEST.traverse('/')
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/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 "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 77, in test
    ob = self.traverse('%s/%s/' % (vaddr, p))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZPublisher/BaseRequest.py", line 426, in traverse
    else: user=v(request, auth, roles)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 656, in validate
    if self._isTop() and self.authorize(self._nobody, a,c,n,v,roles):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/User.py", line 604, in authorize
    roles):
TypeError: iterable argument required

======================================================================
ERROR: testSetupServers (Zope.Startup.tests.testStarter.ZopeStarterTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
<truncated>



More information about the Zope-tests mailing list