[Testbot] FAILED (failures=6, errors=193) : Plone-3.1 Zope-2.10 Python-2.4.4

CMFPlone Tests plone-tests at epy.co.at
Sun May 4 03:36:45 UTC 2008


CMFPlone Tests : FAILED (failures=6, errors=193)
Plone-3.1 Zope-2.10 Python-2.4.4

Running /usr/local/python2.4/bin/python /home/stefan/autotest/temp/python24-zope210/test.py -q -1 --config-file etc/zope.conf --package Products.CMFPlone
Installing CMFCore ... done (0.865s)
Installing CMFDefault ... done (0.547s)
Installing CMFCalendar ... done (0.074s)
Installing CMFTopic ... done (0.058s)
Installing DCWorkflow ... done (0.128s)
Installing CMFActionIcons ... done (0.037s)
Installing CMFQuickInstallerTool ... done (0.123s)
Installing CMFFormController ... done (0.616s)
Installing GroupUserFolder ... done (0.730s)
Installing ZCTextIndex ... done (0.084s)
Installing CMFPlone ... done (6.008s)
Installing Archetypes ... done (0.487s)
Installing ATContentTypes ... done (0.058s)
Installing ATReferenceBrowserWidget ... done (0.019s)
Installing CMFDynamicViewFTI ... done (0.016s)
Installing ExternalEditor ... done (0.030s)
Installing ExtendedPathIndex ... done (0.240s)
Installing ResourceRegistries ... done (0.017s)
Installing SecureMailHost ... done (0.021s)
Installing CMFPlacefulWorkflow ... done (0.099s)
Installing PasswordResetTool ... done (0.031s)
Installing PluggableAuthService ... done (0.033s)
Installing PluginRegistry ... done (0.024s)
Installing PlonePAS ... done (0.029s)
Installing kupu ... done (0.496s)
Installing CMFEditions ... done (0.036s)
Installing CMFDiffTool ... done (0.029s)
Installing PloneLanguageTool ... done (0.028s)
Parsing /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/etc/zope.conf
Running unit tests:
/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py:323: DeprecationWarning: zope.app.annotation has moved to zope.annotation. Import of zope.app.annotation will become unsupported in Zope 3.5
  __import__(arguments[0])
  Ran 178 tests with 0 failures and 0 errors in 2.002 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 8.327 seconds.
/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/PlonePAS/setuphandlers.py:39: DeprecationWarning: portal_groups.getGroupIds is deprecated and will be removed in Plone 3.5. Use PAS searchGroups instead
  existing = gtool.listGroupIds()
  Ran 12 tests with 0 failures and 0 errors in 0.152 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 22.545 seconds.


Error in test test_GroupData_addMember (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 116, in test_GroupData_addMember
    'userid=%s&add:list=Administrators' % ptc.default_user, status=302)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_GroupData_removeMember (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 125, in test_GroupData_removeMember
    'userid=%s&delete:list=Reviewers' % ptc.default_user, status=302)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Failure in test test_KeyManager (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 17, in test_KeyManager
    self.failUnless(queryUtility(IKeyManager), 'key manager not found')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: key manager not found



Error in test test_MembershipTool_deleteLocalRoles (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 106, in test_MembershipTool_deleteLocalRoles
    'member_ids:list=%s' % ptc.default_user, status=302)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_MembershipTool_deleteMemberArea (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 97, in test_MembershipTool_deleteMemberArea
    'member_id=%s' % ptc.default_user)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_MembershipTool_deleteMembers (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 110, in test_MembershipTool_deleteMembers
    'member_ids:list=%s' % ptc.default_user)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_MembershipTool_setLocalRoles (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 102, in test_MembershipTool_setLocalRoles
    status=302)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_MembershipTool_setPassword (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 93, in test_MembershipTool_setPassword
    'password=y0d4Wg')
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_PloneTool_acquireLocalRoles (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 51, in test_PloneTool_acquireLocalRoles
    'use_acquisition:int=1', status=302)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_PloneTool_changeOwnershipOf (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 46, in test_PloneTool_changeOwnershipOf
    'userid=%s' % ptc.default_user, status=302)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_PloneTool_deleteObjectsByPaths (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 56, in test_PloneTool_deleteObjectsByPaths
    'paths:list=news')
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_PloneTool_renameObjectsByPaths (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 71, in test_PloneTool_renameObjectsByPaths
    'paths:list=events&new_ids:list=foo&new_titles:list=Foo')
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_PloneTool_setMemberProperties (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 40, in test_PloneTool_setMemberProperties
    'userid=%s&email=%s' % (ptc.default_user, email))
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_PloneTool_transitionObjectsByPaths (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 64, in test_PloneTool_transitionObjectsByPaths
    'workflow_action=publish&paths:list=front-page', status=302)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_RegistrationTool_addMember (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 84, in test_RegistrationTool_addMember
    'id=john&password=y0d4Wg')
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_RegistrationTool_editMember (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 88, in test_RegistrationTool_editMember
    'member_id=%s&password=y0d4Wg&properties.foo:record=' %
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_plone_session_manage_clearSecrets (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 76, in test_plone_session_manage_clearSecrets
    status=302)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_plone_session_manage_createNewSecret (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 80, in test_plone_session_manage_createNewSecret
    status=302)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_userFolderAddUser (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 130, in test_userFolderAddUser
    'login=foo&password=bar&domains=&roles:list=Manager')
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_userFolderDelUsers (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 139, in test_userFolderDelUsers
    'names:list=%s' % ptc.default_user)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_userFolderEditUser (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 134, in test_userFolderEditUser
    'principal_id=%s&password=bar&domains=&roles:list=Manager' %
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCSRFProtection.py", line 28, in checkAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testListAllowedRolesAndUsers (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 348, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testSearchDoesNotReturnDocument (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 348, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testSearchRespectsLocalRoleAcquisition (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 348, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testSearchRespectsLocalRoleAcquisitionDisabled (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 348, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testSearchReturnsDocument (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 348, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testSearchReturnsDocumentUsing_AND (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 348, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testSearchReturnsDocumentUsing_DefaultAND (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 348, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testSearchReturnsDocumentUsing_OR (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 348, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testSearchReturnsDocumentWhenPermissionIsTroughLocalRole (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 348, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFolderTitleIsUpdatedOnEdit (Products.CMFPlone.tests.testCatalogTool.TestFolderCataloging)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 489, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFolderTitleIsUpdatedOnFolderRename (Products.CMFPlone.tests.testCatalogTool.TestFolderCataloging)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 489, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFolderTitleIsUpdatedOnFolderTitleChange (Products.CMFPlone.tests.testCatalogTool.TestFolderCataloging)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 489, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFolderTitleIsUpdatedOnRename (Products.CMFPlone.tests.testCatalogTool.TestFolderCataloging)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 489, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testSetTitleDoesNotUpdateCatalog (Products.CMFPlone.tests.testCatalogTool.TestFolderCataloging)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 489, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPendingCanBeFound (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 720, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPendingIsUnindexed (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 720, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPrivateCanBeFound (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 720, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPrivateIsUnindexed (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 720, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPublishedCanBeFound (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 720, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPublishedIsUnindexed (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 720, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPublishedIsUnindexedByFolderDeleteScript (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 720, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPublishedIsUnindexedIfOwnerDeletes (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 720, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPublishedIsUnindexedWhenDeletingParentFolder (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 720, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testVisibleCanBeFound (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 720, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testVisibleIsDefault (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 720, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testVisibleIsUnindexed (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testCatalogTool.py", line 720, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testInstaPublishingDocument (Products.CMFPlone.tests.testContentPublishing.TestContentPublishing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentPublishing.py", line 58, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testInstaPublishingTextFile (Products.CMFPlone.tests.testContentPublishing.TestContentPublishing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentPublishing.py", line 58, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testInstaPublishingWordFile (Products.CMFPlone.tests.testContentPublishing.TestContentPublishing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentPublishing.py", line 58, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testIsExpiredWithExplicitExpiredContent (Products.CMFPlone.tests.testContentPublishing.TestContentPublishing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentPublishing.py", line 58, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testIsExpiredWithExplicitNonExpiredContent (Products.CMFPlone.tests.testContentPublishing.TestContentPublishing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentPublishing.py", line 58, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testIsExpiredWithImplicitExpiredContent (Products.CMFPlone.tests.testContentPublishing.TestContentPublishing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentPublishing.py", line 58, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testIsExpiredWithImplicitNonExpiredContent (Products.CMFPlone.tests.testContentPublishing.TestContentPublishing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentPublishing.py", line 58, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPublishingDefaultPagePublishesFolder (Products.CMFPlone.tests.testContentPublishing.TestContentPublishing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentPublishing.py", line 58, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPublishingDefaultPageWhenFolderCannotBePublished (Products.CMFPlone.tests.testContentPublishing.TestContentPublishing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentPublishing.py", line 58, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPublishingNonDefaultPageLeavesFolderAlone (Products.CMFPlone.tests.testContentPublishing.TestContentPublishing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentPublishing.py", line 58, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPublishingSubobjects (Products.CMFPlone.tests.testContentPublishing.TestContentPublishing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentPublishing.py", line 58, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPublishingSubobjectsAndExpireThem (Products.CMFPlone.tests.testContentPublishing.TestContentPublishing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentPublishing.py", line 58, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPublishingWithoutSubobjects (Products.CMFPlone.tests.testContentPublishing.TestContentPublishing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentPublishing.py", line 58, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testCreateFailsWithLocalRoleBlocked (Products.CMFPlone.tests.testContentSecurity.TestContentSecurity)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentSecurity.py", line 65, in testCreateFailsWithLocalRoleBlocked
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testCreateSucceedsWithLocalRoleBlockedInParentButAssingedInSubFolder (Products.CMFPlone.tests.testContentSecurity.TestContentSecurity)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentSecurity.py", line 81, in testCreateSucceedsWithLocalRoleBlockedInParentButAssingedInSubFolder
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testViewAllowedOnContentInAcquisitionBlockedFolder (Products.CMFPlone.tests.testContentSecurity.TestContentSecurity)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentSecurity.py", line 100, in testViewAllowedOnContentInAcquisitionBlockedFolder
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testViewAllowedOnContentInAcquisitionBlockedFolderWithCustomWorkflow (Products.CMFPlone.tests.testContentSecurity.TestContentSecurity)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentSecurity.py", line 153, in testViewAllowedOnContentInAcquisitionBlockedFolderWithCustomWorkflow
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testObjectDelete (Products.CMFPlone.tests.testContentTypeScripts.TestContentTypeScripts)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testContentTypeScripts.py", line 188, in testObjectDelete
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPrefsAddGroupPostOnly (Products.CMFPlone.tests.testControlPanelScripts.TestPrefsUserManage)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 98, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPrefsUserMembershipEditPostOnly (Products.CMFPlone.tests.testControlPanelScripts.TestPrefsUserManage)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 98, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_bug4333_delete_user_remove_memberdata (Products.CMFPlone.tests.testControlPanelScripts.TestPrefsUserManage)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 98, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_ploneChangePasswordPostOnly (Products.CMFPlone.tests.testControlPanelScripts.TestPrefsUserManage)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 98, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Failure in test testPrefsUserDetails (Products.CMFPlone.tests.testControlPanelScripts.TestAccessControlPanelScripts)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 171, in testPrefsUserDetails
    self.assertEquals(response.getStatus(), 200)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 500 != 200



Error in test test_changeOwnership (Products.CMFPlone.tests.testControlPanelScripts.TestNoGETControlPannel)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 65, in test_changeOwnership
    self._onlyPOST(path, qstring, success=302)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 24, in _onlyPOST
    qstring += '&%s=%s' % self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_loginChangePassword (Products.CMFPlone.tests.testControlPanelScripts.TestNoGETControlPannel)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 70, in test_loginChangePassword
    self._onlyPOST(path, qstring)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 24, in _onlyPOST
    qstring += '&%s=%s' % self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_prefsGroupEdit (Products.CMFPlone.tests.testControlPanelScripts.TestNoGETControlPannel)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 60, in test_prefsGroupEdit
    self._onlyPOST(path, qstring, success=302)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 24, in _onlyPOST
    qstring += '&%s=%s' % self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_prefsGroupMemberAdd (Products.CMFPlone.tests.testControlPanelScripts.TestNoGETControlPannel)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 44, in test_prefsGroupMemberAdd
    self._onlyPOST(path, qstring)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 24, in _onlyPOST
    qstring += '&%s=%s' % self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_prefsGroupMemberRemove (Products.CMFPlone.tests.testControlPanelScripts.TestNoGETControlPannel)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 55, in test_prefsGroupMemberRemove
    self._onlyPOST(path, qstring)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 24, in _onlyPOST
    qstring += '&%s=%s' % self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_prefsGroupModify (Products.CMFPlone.tests.testControlPanelScripts.TestNoGETControlPannel)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 86, in test_prefsGroupModify
    self._onlyPOST(path,qstring)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 24, in _onlyPOST
    qstring += '&%s=%s' % self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_prefsUserManager (Products.CMFPlone.tests.testControlPanelScripts.TestNoGETControlPannel)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 75, in test_prefsUserManager
    self._onlyPOST(path, qstring,success=302)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testControlPanelScripts.py", line 24, in _onlyPOST
    qstring += '&%s=%s' % self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testAnonymous (Products.CMFPlone.tests.testDisplayContentsTab.TestDisplayContentsTab)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testDisplayContentsTab.py", line 36, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testDisplayContentsTab (Products.CMFPlone.tests.testDisplayContentsTab.TestDisplayContentsTab)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testDisplayContentsTab.py", line 36, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFolderishDefaultPageUsesParentPermissions (Products.CMFPlone.tests.testDisplayContentsTab.TestDisplayContentsTab)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testDisplayContentsTab.py", line 36, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNoListPermission (Products.CMFPlone.tests.testDisplayContentsTab.TestDisplayContentsTab)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testDisplayContentsTab.py", line 36, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNoModificationPermissions (Products.CMFPlone.tests.testDisplayContentsTab.TestDisplayContentsTab)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testDisplayContentsTab.py", line 36, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNonFolderishObjectDoesNotShowTab (Products.CMFPlone.tests.testDisplayContentsTab.TestDisplayContentsTab)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testDisplayContentsTab.py", line 36, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testOnlyAddPermission (Products.CMFPlone.tests.testDisplayContentsTab.TestDisplayContentsTab)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testDisplayContentsTab.py", line 36, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testOnlyCopyPermission (Products.CMFPlone.tests.testDisplayContentsTab.TestDisplayContentsTab)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testDisplayContentsTab.py", line 36, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testOnlyDeletePermission (Products.CMFPlone.tests.testDisplayContentsTab.TestDisplayContentsTab)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testDisplayContentsTab.py", line 36, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testOnlyModifyPermission (Products.CMFPlone.tests.testDisplayContentsTab.TestDisplayContentsTab)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testDisplayContentsTab.py", line 36, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testCatalogTitleAndIdAreUpdatedOnFolderRename (Products.CMFPlone.tests.testFolderButtons.TestFolderRename)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 31, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testCatalogTitleIsUpdatedOnFolderTitleChange (Products.CMFPlone.tests.testFolderButtons.TestFolderRename)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 31, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGETRaises (Products.CMFPlone.tests.testFolderButtons.TestFolderRename)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 31, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNoErrorOnBadPaths (Products.CMFPlone.tests.testFolderButtons.TestFolderRename)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 31, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testTitleAndIdAreUpdatedOnFolderRename (Products.CMFPlone.tests.testFolderButtons.TestFolderRename)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 31, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testTitleIsUpdatedOnTitleChange (Products.CMFPlone.tests.testFolderButtons.TestFolderRename)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 31, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testUpdateMultiplePaths (Products.CMFPlone.tests.testFolderButtons.TestFolderRename)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 31, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testCatalogIsUpdatedOnFolderDelete (Products.CMFPlone.tests.testFolderButtons.TestFolderDelete)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 118, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testDeleteMultiplePaths (Products.CMFPlone.tests.testFolderButtons.TestFolderDelete)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 118, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFolderDeletion (Products.CMFPlone.tests.testFolderButtons.TestFolderDelete)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 118, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGETRaisesUnauthorized (Products.CMFPlone.tests.testFolderButtons.TestFolderDelete)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 118, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNoErrorOnBadPaths (Products.CMFPlone.tests.testFolderButtons.TestFolderDelete)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 118, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testObjectDeleteFailureIsCleanedUp (Products.CMFPlone.tests.testFolderButtons.TestFolderDelete)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 118, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testCatalogIsUpdatedOnFolderPublish (Products.CMFPlone.tests.testFolderButtons.TestFolderPublish)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 205, in testCatalogIsUpdatedOnFolderPublish
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFolderPublishing (Products.CMFPlone.tests.testFolderButtons.TestFolderPublish)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 197, in testFolderPublishing
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNoErrorOnBadPaths (Products.CMFPlone.tests.testFolderButtons.TestFolderPublish)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 227, in testNoErrorOnBadPaths
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPublishFailureIsCleanedUp (Products.CMFPlone.tests.testFolderButtons.TestFolderPublish)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 250, in testPublishFailureIsCleanedUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPublishMultiplePaths (Products.CMFPlone.tests.testFolderButtons.TestFolderPublish)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 216, in testPublishMultiplePaths
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Failure in test testObjectRenameWithVHM (Products.CMFPlone.tests.testFolderButtons.TestObjectActions)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 385, in testObjectRenameWithVHM
    self.assertStatusEqual(response.getStatus(), 200)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 296, in assertStatusEqual
    self.failUnlessEqual(a, b, msg)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: Traceback (innermost last):
  Module ZPublisher.Publish, line 119, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 42, in call_object
  Module Products.CMFFormController.FSControllerPageTemplate, line 90, in __call__
  Module Products.CMFFormController.BaseControllerPageTemplate, line 31, in _call
  Module Shared.DC.Scripts.Bindings, line 313, in __call__
  Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
  Module Products.CMFCore.FSPageTemplate, line 216, in _exec
  Module Products.CMFCore.FSPageTemplate, line 155, in pt_render
  Module Products.PageTemplates.PageTemplate, line 89, in pt_render
  Module zope.pagetemplate.pagetemplate, line 117, in pt_render
  Module zope.tal.talinterpreter, line 271, in __call__
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 891, in do_useMacro
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 536, in do_optTag_tal
  Module zope.tal.talinterpreter, line 521, in do_optTag
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 957, in do_defineSlot
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 536, in do_optTag_tal
  Module zope.tal.talinterpreter, line 521, in do_optTag
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 861, in do_defineMacro
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 957, in do_defineSlot
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 536, in do_optTag_tal
  Module zope.tal.talinterpreter, line 521, in do_optTag
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 534, in do_optTag_tal
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 949, in do_defineSlot
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 536, in do_optTag_tal
  Module zope.tal.talinterpreter, line 521, in do_optTag
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 855, in do_condition
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 534, in do_optTag_tal
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 745, in do_insertStructure_tal
  Module Products.PageTemplates.Expressions, line 221, in evaluateStructure
  Module zope.tales.tales, line 696, in evaluate
   - URL: file:/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/skins/plone_forms/folder_rename_form.cpt
   - Line 139, Column 8
   - Expression: <PathExpr standard:u'context/@@authenticator/authenticator'>
   - Names:
      {'container': <PloneSite at /plone>,
       'context': <ATDocument at /plone/Members/test_user_1_/d1>,
       'default': <object object at 0x402be560>,
       'here': <ATDocument at /plone/Members/test_user_1_/d1>,
       'loop': {},
       'nothing': None,
       'options': {'args': (),
                   'state': <Products.CMFFormController.ControllerState.ControllerState object at 0x431d17ac>},
       'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x431d184c>,
       'request': <HTTPRequest, URL=http://example.org/Members/test_user_1_/d1/folder_rename_form>,
       'root': <Application at >,
       'template': <FSControllerPageTemplate at /plone/folder_rename_form used for /plone/Members/test_user_1_/d1>,
       'traverse_subpath': [],
       'user': <PloneUser 'test_user_1_'>}
  Module zope.tales.expressions, line 217, in __call__
  Module Products.PageTemplates.Expressions, line 161, in _eval
  Module Products.PageTemplates.Expressions, line 123, in render
  Module plone.protect.authenticator, line 45, in authenticator
  Module zope.component._api, line 207, in getUtility
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')




Failure in test testObjectRenameWithoutVHM (Products.CMFPlone.tests.testFolderButtons.TestObjectActions)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 326, in testObjectRenameWithoutVHM
    self.assertStatusEqual(response.getStatus(), 200)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 296, in assertStatusEqual
    self.failUnlessEqual(a, b, msg)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: Traceback (innermost last):
  Module ZPublisher.Publish, line 119, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 42, in call_object
  Module Products.CMFFormController.FSControllerPageTemplate, line 90, in __call__
  Module Products.CMFFormController.BaseControllerPageTemplate, line 31, in _call
  Module Shared.DC.Scripts.Bindings, line 313, in __call__
  Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
  Module Products.CMFCore.FSPageTemplate, line 216, in _exec
  Module Products.CMFCore.FSPageTemplate, line 155, in pt_render
  Module Products.PageTemplates.PageTemplate, line 89, in pt_render
  Module zope.pagetemplate.pagetemplate, line 117, in pt_render
  Module zope.tal.talinterpreter, line 271, in __call__
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 891, in do_useMacro
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 536, in do_optTag_tal
  Module zope.tal.talinterpreter, line 521, in do_optTag
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 957, in do_defineSlot
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 536, in do_optTag_tal
  Module zope.tal.talinterpreter, line 521, in do_optTag
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 861, in do_defineMacro
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 957, in do_defineSlot
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 536, in do_optTag_tal
  Module zope.tal.talinterpreter, line 521, in do_optTag
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 534, in do_optTag_tal
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 949, in do_defineSlot
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 536, in do_optTag_tal
  Module zope.tal.talinterpreter, line 521, in do_optTag
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 855, in do_condition
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 534, in do_optTag_tal
  Module zope.tal.talinterpreter, line 516, in no_tag
  Module zope.tal.talinterpreter, line 346, in interpret
  Module zope.tal.talinterpreter, line 745, in do_insertStructure_tal
  Module Products.PageTemplates.Expressions, line 221, in evaluateStructure
  Module zope.tales.tales, line 696, in evaluate
   - URL: file:/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/skins/plone_forms/folder_rename_form.cpt
   - Line 139, Column 8
   - Expression: <PathExpr standard:u'context/@@authenticator/authenticator'>
   - Names:
      {'container': <PloneSite at /plone>,
       'context': <ATDocument at /plone/Members/test_user_1_/d1>,
       'default': <object object at 0x402be560>,
       'here': <ATDocument at /plone/Members/test_user_1_/d1>,
       'loop': {},
       'nothing': None,
       'options': {'args': (),
                   'state': <Products.CMFFormController.ControllerState.ControllerState object at 0x42dafcec>},
       'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x42dafb2c>,
       'request': <HTTPRequest, URL=http://nohost/plone/Members/test_user_1_/d1/folder_rename_form>,
       'root': <Application at >,
       'template': <FSControllerPageTemplate at /plone/folder_rename_form used for /plone/Members/test_user_1_/d1>,
       'traverse_subpath': [],
       'user': <PloneUser 'test_user_1_'>}
  Module zope.tales.expressions, line 217, in __call__
  Module Products.PageTemplates.Expressions, line 161, in _eval
  Module Products.PageTemplates.Expressions, line 123, in render
  Module plone.protect.authenticator, line 45, in authenticator
  Module zope.component._api, line 207, in getUtility
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')




Error in test testAddRoleForUser (Products.CMFPlone.tests.testFolderLocalRoleForm.TestFolderLocalRole)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderLocalRoleForm.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testDeleteAllUserRoles (Products.CMFPlone.tests.testFolderLocalRoleForm.TestFolderLocalRole)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderLocalRoleForm.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testDeleteSingleRole (Products.CMFPlone.tests.testFolderLocalRoleForm.TestFolderLocalRole)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderLocalRoleForm.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFolderLocalRoleAdd (Products.CMFPlone.tests.testFolderLocalRoleForm.TestFolderLocalRole)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderLocalRoleForm.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFolderLocalRoleAddPostOnly (Products.CMFPlone.tests.testFolderLocalRoleForm.TestFolderLocalRole)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderLocalRoleForm.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFolderLocalRoleDelete (Products.CMFPlone.tests.testFolderLocalRoleForm.TestFolderLocalRole)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderLocalRoleForm.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFolderLocalRoleDelete2PostOnly (Products.CMFPlone.tests.testFolderLocalRoleForm.TestFolderLocalRole)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderLocalRoleForm.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFolderLocalRoleDeletePostOnly (Products.CMFPlone.tests.testFolderLocalRoleForm.TestFolderLocalRole)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderLocalRoleForm.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFolderLocalRoleSetPostOnly (Products.CMFPlone.tests.testFolderLocalRoleForm.TestFolderLocalRole)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderLocalRoleForm.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFolderLocalRoleView (Products.CMFPlone.tests.testFolderLocalRoleForm.TestFolderLocalRole)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderLocalRoleForm.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testIsLocalRoleAcquired (Products.CMFPlone.tests.testFolderLocalRoleForm.TestFolderLocalRole)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderLocalRoleForm.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testStopAcquireLocalRole (Products.CMFPlone.tests.testFolderLocalRoleForm.TestFolderLocalRole)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderLocalRoleForm.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')

/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/MembershipTool.py:211: DeprecationWarning: getUserIds is deprecated. Use the PAS methods instead
  return self.__getPUS().getUserIds()
/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/migrations/migration_util.py:90: DeprecationWarning: setupCurrentSkin should be called with 'REQUEST' as argument. The BBB code will be removed in CMF 2.3.
  portal.setupCurrentSkin()


Error in test testCurrentParent (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testDontShowAllParents (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromFixed (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromFixedAndDepth (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromRoot (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromRootIgnoresDefaultPages (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromRootWithCurrent (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromRootWithCurrentFolderishNavtreePruned (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromRootWithCurrentIsDefaultPage (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromRootWithCurrentNavtree (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromRootWithCurrentNavtreeAndStartLevel (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromRootWithCurrentNavtreePruned (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromRootWithCustomQuery (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromRootWithDecoratorFactory (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromRootWithNodeFilter (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromRootWithNodeFilterOnFolder (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromRootWithSpecifiedRoot (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetFromRootWithSubtreeFilter (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetWithRootContext (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNonFolderishObjectNotExpanded (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testShowAllParents (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testShowAllParentsOverridesNonFolderishObjectNotExpanded (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testShowAllParentsWithParentNotInCatalog (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testShowAllParentsWithRestrictedParent (Products.CMFPlone.tests.testNavTree.TestFolderTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavTree.py", line 37, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testCustomQuery (Products.CMFPlone.tests.testNavigationView.TestCatalogPortalTabs)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 543, in testCustomQuery
    workflow.doActionFor(self.portal.folder1, 'publish')
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFCore/WorkflowTool.py", line 245, in doActionFor
    return self._invokeWithNotification(
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFCore/WorkflowTool.py", line 572, in _invokeWithNotification
    w.notifySuccess(ob, action, res)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 243, in notifySuccess
    raise Exception, 'Cannot transition'
Exception: Cannot transition



Error in test testStateFiltering (Products.CMFPlone.tests.testNavigationView.TestCatalogPortalTabs)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 564, in testStateFiltering
    workflow.doActionFor(self.portal.folder1, 'publish')
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFCore/WorkflowTool.py", line 245, in doActionFor
    return self._invokeWithNotification(
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFCore/WorkflowTool.py", line 572, in _invokeWithNotification
    w.notifySuccess(ob, action, res)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 243, in notifySuccess
    raise Exception, 'Cannot transition'
Exception: Cannot transition



Error in test testAboveRoot (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testBottomLevelStopsAtFolder (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testCreateNavTree (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testCreateNavTreeCurrentItem (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testCreateNavTreeWithLink (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testCustomQuery (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNavTreeExcludesDefaultPage (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNavTreeExcludesItemsInIdsNotToList (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNavTreeExcludesItemsWithExcludeProperty (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNavTreeMarksParentMetaTypesNotToQuery (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNoRootSet (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNonStructuralFolderHidesChildren (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testOutsideRoot (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testRootDoesNotExist (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testRootIsCurrent (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testRootIsNotPortal (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testRootIsPortal (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testShowAllParentsOverridesBottomLevel (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testShowAllParentsOverridesNavTreeExcludesItemsInIdsNotToList (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testShowAllParentsOverridesNavTreeExcludesItemsWithExcludeProperty (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testStateFiltering (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testTopLevel (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testTopLevelTooDeep (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testTopLevelWithContextAboveLevel (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testTopLevelWithNavigationRoot (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testTopLevelWithPortalFactory (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNavigationView.py", line 33, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testAllNewsLink (Products.CMFPlone.tests.testNewsPortletView.TestNewsPortletView)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNewsPortletView.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testAllNewsLinkNoNewsFolder (Products.CMFPlone.tests.testNewsPortletView.TestNewsPortletView)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNewsPortletView.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testImplementsINewsPortlet (Products.CMFPlone.tests.testNewsPortletView.TestNewsPortletView)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNewsPortletView.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNewsItems (Products.CMFPlone.tests.testNewsPortletView.TestNewsPortletView)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNewsPortletView.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNoNewsItems (Products.CMFPlone.tests.testNewsPortletView.TestNewsPortletView)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNewsPortletView.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testUnpublishedNewsItems (Products.CMFPlone.tests.testNewsPortletView.TestNewsPortletView)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testNewsPortletView.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testBugReport (Products.CMFPlone.tests.testPloneFolder.TestFolderListing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPloneFolder.py", line 124, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testListFolderContentsOmitsPrivateFolders (Products.CMFPlone.tests.testPloneFolder.TestFolderListing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPloneFolder.py", line 124, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testListFolderContentsOmitsPrivateObjects (Products.CMFPlone.tests.testPloneFolder.TestFolderListing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPloneFolder.py", line 124, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test test_folder_contents (Products.CMFPlone.tests.testPloneFolder.TestFolderListing)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPloneFolder.py", line 124, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testAddDocument (Products.CMFPlone.tests.testPloneTestCase.TestPloneTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPloneTestCase.py", line 15, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testEditDocument (Products.CMFPlone.tests.testPloneTestCase.TestPloneTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPloneTestCase.py", line 15, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testGetterSkinScript (Products.CMFPlone.tests.testPloneTestCase.TestPloneTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPloneTestCase.py", line 15, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testPublishDocument (Products.CMFPlone.tests.testPloneTestCase.TestPloneTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPloneTestCase.py", line 15, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testRetractDocument (Products.CMFPlone.tests.testPloneTestCase.TestPloneTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPloneTestCase.py", line 15, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testSetterSkinScript (Products.CMFPlone.tests.testPloneTestCase.TestPloneTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPloneTestCase.py", line 15, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testExportImportLosesTextIndexes (Products.CMFPlone.tests.testPortalCreation.TestPortalBugs)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPortalCreation.py", line 881, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testFinalStepsWithMembersFolderDeleted (Products.CMFPlone.tests.testPortalCreation.TestPortalBugs)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPortalCreation.py", line 881, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testLargePloneFolderHickup (Products.CMFPlone.tests.testPortalCreation.TestPortalBugs)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPortalCreation.py", line 881, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testMembersIndexHtml (Products.CMFPlone.tests.testPortalCreation.TestPortalBugs)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPortalCreation.py", line 881, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testSubsequentProfileImportSucceeds (Products.CMFPlone.tests.testPortalCreation.TestPortalBugs)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testPortalCreation.py", line 881, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testImplementsIRecentPortlet (Products.CMFPlone.tests.testRecentView.TestRecentPortletView)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testRecentView.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testNoRecent (Products.CMFPlone.tests.testRecentView.TestRecentPortletView)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testRecentView.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testRecentResults (Products.CMFPlone.tests.testRecentView.TestRecentPortletView)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testRecentView.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testRecentResultsPrivate (Products.CMFPlone.tests.testRecentView.TestRecentPortletView)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testRecentView.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Error in test testRecentResultsPublicDraft (Products.CMFPlone.tests.testRecentView.TestRecentPortletView)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testRecentView.py", line 24, in afterSetUp
    self.setupAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 36, in setupAuthenticator
    name, token = self.getAuthenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/PloneTestCase.py", line 31, in getAuthenticator
    tag = AuthenticatorView('context', 'request').authenticator()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/protect/authenticator.py", line 45, in authenticator
    manager=getUtility(IKeyManager)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '')



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/csrf.txt
Failed doctest test for csrf.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/csrf.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/csrf.txt", line 67, in csrf.txt
Failed example:
    portal.portal_workflow.doActionFor(folder.important, 'publish')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[15]>", line 1, in ?
        portal.portal_workflow.doActionFor(folder.important, 'publish')
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFCore/WorkflowTool.py", line 245, in doActionFor
        return self._invokeWithNotification(
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFCore/WorkflowTool.py", line 572, in _invokeWithNotification
        w.notifySuccess(ob, action, res)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/testFolderButtons.py", line 243, in notifySuccess
        raise Exception, 'Cannot transition'
    Exception: Cannot transition



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt
Failed doctest test for AddMoveAndDeleteDocument.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 106, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Actions').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[32]>", line 1, in ?
        browser.getLink('Actions').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 397, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error

  Ran 1515 tests with 6 failures and 193 errors in 480.546 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.714 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.018 seconds.
Total: 1705 tests, 6 failures, 193 errors

FAILED (failures=6, errors=193)




More information about the Testbot mailing list