[Testbot] UNKNOWN : Plone-trunk Zope-2.11 Python-2.4.4

plone.* Tests plone-tests at epy.co.at
Wed Mar 5 04:22:52 UTC 2008


plone.* Tests : UNKNOWN
Plone-trunk Zope-2.11 Python-2.4.4

Running /usr/local/python2.4/bin/python /home/stefan/autotest/temp/python24-zope211/test.py -q -1 --config-file etc/zope.conf --package plone
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/utils.py:28: DeprecationWarning: ITranslatable: Please use Products.LinguaPlone.interfaces.ITranslatable instead. This interface will be removed in Plone 5.0
  from Products.CMFPlone.interfaces.Translatable import ITranslatable
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/PloneLanguageTool/interfaces.py:7: DeprecationWarning: ITranslatable: Please use Products.LinguaPlone.interfaces.ITranslatable instead. This interface will be removed in Plone 5.0
  from Products.CMFPlone.interfaces.Translatable import ITranslatable
/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py:1834: DeprecationWarning: Non-ASCII character '\xc3' in file /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/test_configuration.py on line 158, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
  __import__(name)
GenericCache not found; tests skipped
Parsing /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/etc/zope.conf
Running unit tests:


Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/form/kss/formlib_kss.txt
Failed doctest test for formlib_kss.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/form/kss/formlib_kss.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/form/kss/formlib_kss.txt", line 74, in formlib_kss.txt
Failed example:
    view.validate_input(formname=u'edit', fieldname=u'form.title', value='Title')
Expected:
    [{'selectorType': 'css', 
      'params': {}, 
      'name': 'clearChildNodes', 
      'selector': u'#formfield-form-title div.fieldErrorBox'}, 
     {'selectorType': 'htmlid', 
      'params': {'value': u'error'}, 
      'name': 'removeClass', 
      'selector': u'formfield-form-title'}, 
     {'selectorType': 'css', 
      'params': {'name': u'display', 'value': u'none'}, 
      'name': 'setStyle', 
      'selector': '.portalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'html': u'<dt>info</dt><dd></dd>', 'withKssSetup': u'True'}, 
      'name': 'replaceInnerHTML', 'selector': 'kssPortalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'name': u'class', 'value': u'portalMessage info'}, 
      'name': 'setAttribute', 'selector': 'kssPortalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'name': u'display', 'value': u'none'}, 
      'name': 'setStyle', 'selector': 'kssPortalMessage'}]
Got:
    [{'selectorType': 'css', 'params': {}, 'name': 'clearChildNodes', 'selector': u'#formfield-form-title div.fieldErrorBox'}, {'selectorType': 'htmlid', 'params': {'value': u'error'}, 'name': 'removeClass', 'selector': u'formfield-form-title'}, {'selectorType': 'css', 'params': {'name': u'display', 'value': u'none'}, 'name': 'setStyle', 'selector': '.portalMessage'}, {'selectorType': 'htmlid', 'params': {'html': u'<![CDATA[<dt>info</dt><dd></dd>]]>', 'withKssSetup': u'True'}, 'name': 'replaceInnerHTML', 'selector': 'kssPortalMessage'}, {'selectorType': 'htmlid', 'params': {'name': u'class', 'value': u'portalMessage info'}, 'name': 'setAttribute', 'selector': 'kssPortalMessage'}, {'selectorType': 'htmlid', 'params': {'name': u'display', 'value': u'none'}, 'name': 'setStyle', 'selector': 'kssPortalMessage'}]



Error in test testBadAuthenticator (plone.app.protect.tests.testAuthenticator.DecoratorTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/protect/tests/testAuthenticator.py", line 103, in setUp
    self.func=AuthenticateForm(func)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/protect/authenticator.py", line 93, in AuthenticateForm
    exec _buildFacade(spec, callable.__doc__) in facade_globs
TypeError: _buildFacade() takes exactly 3 arguments (2 given)



Error in test testIgnoreBadRequestType (plone.app.protect.tests.testAuthenticator.DecoratorTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/protect/tests/testAuthenticator.py", line 103, in setUp
    self.func=AuthenticateForm(func)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/protect/authenticator.py", line 93, in AuthenticateForm
    exec _buildFacade(spec, callable.__doc__) in facade_globs
TypeError: _buildFacade() takes exactly 3 arguments (2 given)



Error in test testNoRequestParameter (plone.app.protect.tests.testAuthenticator.DecoratorTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/protect/tests/testAuthenticator.py", line 103, in setUp
    self.func=AuthenticateForm(func)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/protect/authenticator.py", line 93, in AuthenticateForm
    exec _buildFacade(spec, callable.__doc__) in facade_globs
TypeError: _buildFacade() takes exactly 3 arguments (2 given)

  Ran 365 tests with 1 failures and 3 errors in 6.252 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile PluggableAuthService:simple taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile PluggableAuthService:empty taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
 in 1.257 seconds.
  Set up Products.PloneTestCase.layer.ZCML/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'description' field in /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/exportimport/configure.zcml
  warnings.warn(
/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'title' field in /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/exportimport/configure.zcml
  warnings.warn(
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFActionIcons:actionicons taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFCalendar:default taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFCalendar:skins_support taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFTopic:default taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFUid:default taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.DCWorkflow:revision2 taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
 in 3.666 seconds.


Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/adapters.txt
Failed doctest test for adapters.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/adapters.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/adapters.txt", line 28, in adapters.txt
Failed example:
    id=source.createIdentifier("johny.bravo")
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest adapters.txt[5]>", line 1, in ?
        id=source.createIdentifier("johny.bravo")
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 41, in createIdentifier
        signature=self.signUserid(userid)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 35, in signUserid
        secret = self.getSigningSecret()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 30, in getSigningSecret
        return self.getSecrets()[0]
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 25, in getSecrets
        raise NoKeyManager
    NoKeyManager



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/hash.txt
Failed doctest test for hash.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/hash.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/hash.txt", line 21, in hash.txt
Failed example:
    one = source.createIdentifier("john.doe")
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest hash.txt[3]>", line 1, in ?
        one = source.createIdentifier("john.doe")
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 41, in createIdentifier
        signature=self.signUserid(userid)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 35, in signUserid
        secret = self.getSigningSecret()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 30, in getSigningSecret
        return self.getSecrets()[0]
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 25, in getSecrets
        raise NoKeyManager
    NoKeyManager



Error in test testCredentialsUpdate (plone.session.tests.testPAS.TestSessionPlugin)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/testPAS.py", line 59, in testCredentialsUpdate
    "our_user", "password")
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/plugins/session.py", line 133, in updateCredentials
    self.setupSession(info["id"], response)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/plugins/session.py", line 85, in setupSession
    cookie=self.source.createIdentifier(userid)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 41, in createIdentifier
    signature=self.signUserid(userid)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 35, in signUserid
    secret = self.getSigningSecret()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 30, in getSigningSecret
    return self.getSecrets()[0]
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 25, in getSecrets
    raise NoKeyManager
NoKeyManager

  Ran 36 tests with 2 failures and 1 errors in 0.242 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1252, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1377, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 171, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 234, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 253, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 269, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/factory.py", line 91, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 37, in importSiteStructure
    IFilesystemImporter(context.getSite()).import_(context, 'structure', True)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 166, in import_
    subdir, import_context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 185, in _makeInstance
    tool.constructContent(portal_type, context, id)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 430, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 7, in addATBTreeFolder
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/ObjectManager.py", line 352, in _setObject
    notify(ObjectAddedEvent(ob, self, id))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
AttributeError: unregister

Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up Products.PloneTestCase.layer.PloneSite Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1252, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1372, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1377, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 171, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 234, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 253, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 269, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/factory.py", line 91, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 37, in importSiteStructure
    IFilesystemImporter(context.getSite()).import_(context, 'structure', True)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 166, in import_
    subdir, import_context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 185, in _makeInstance
    tool.constructContent(portal_type, context, id)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 430, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 7, in addATBTreeFolder
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/ObjectManager.py", line 352, in _setObject
    notify(ObjectAddedEvent(ob, self, id))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
AttributeError: unregister

Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
  Set up Products.PloneTestCase.layer.PloneSite Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1252, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1372, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1377, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 171, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 234, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 253, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 269, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/factory.py", line 91, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 37, in importSiteStructure
    IFilesystemImporter(context.getSite()).import_(context, 'structure', True)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 166, in import_
    subdir, import_context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 185, in _makeInstance
    tool.constructContent(portal_type, context, id)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 430, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 7, in addATBTreeFolder
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/ObjectManager.py", line 352, in _setObject
    notify(ObjectAddedEvent(ob, self, id))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
AttributeError: unregister

Running plone.app.linkintegrity.tests.layer.PloneLinkintegrity tests:
  Set up Products.PloneTestCase.layer.PloneSite Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1252, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1372, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1377, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 171, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 234, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 253, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 269, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/factory.py", line 91, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 37, in importSiteStructure
    IFilesystemImporter(context.getSite()).import_(context, 'structure', True)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 166, in import_
    subdir, import_context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 185, in _makeInstance
    tool.constructContent(portal_type, context, id)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 430, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 7, in addATBTreeFolder
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/ObjectManager.py", line 352, in _setObject
    notify(ObjectAddedEvent(ob, self, id))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
AttributeError: unregister

Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Set up Products.PloneTestCase.layer.PloneSite Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1252, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1372, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1377, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 171, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 234, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 253, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 269, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/factory.py", line 91, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 37, in importSiteStructure
    IFilesystemImporter(context.getSite()).import_(context, 'structure', True)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 166, in import_
    subdir, import_context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 185, in _makeInstance
    tool.constructContent(portal_type, context, id)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 430, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 7, in addATBTreeFolder
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/ObjectManager.py", line 352, in _setObject
    notify(ObjectAddedEvent(ob, self, id))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
AttributeError: unregister

Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  Set up Products.PloneTestCase.layer.PloneSite Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1252, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1372, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1372, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1377, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/layer.py", line 71, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 171, in setupPloneSite
    base_profile, extension_profiles, setup_content).run()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 234, in run
    self._setupPloneSite()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 253, in _setupPloneSite
    self._setupPloneSite_with_genericsetup()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/setup.py", line 269, in _setupPloneSite_with_genericsetup
    setup_content=self.setup_content)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/factory.py", line 91, in addPloneSite
    setup_tool.runAllImportStepsFromProfile('profile-%s' % _CONTENT_PROFILE)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/tool.py", line 1094, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 37, in importSiteStructure
    IFilesystemImporter(context.getSite()).import_(context, 'structure', True)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 166, in import_
    subdir, import_context)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/exportimport/content.py", line 185, in _makeInstance
    tool.constructContent(portal_type, context, id)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 706, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 276, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/TypesTool.py", line 430, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 7, in addATBTreeFolder
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/ObjectManager.py", line 352, in _setObject
    notify(ObjectAddedEvent(ob, self, id))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 33, in objectEventNotify
    adapters = zope.component.subscribers((event.object, event), None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFUid/UniqueIdAnnotationTool.py", line 87, in handleUidAnnotationEvent
    uid_handler.unregister(ob)
AttributeError: unregister

Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down Products.PloneTestCase.layer.ZCML in 0.015 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Ran 15 tests with 0 failures and 0 errors in 0.135 seconds.
Running plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer tests:
  Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1252, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1372, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1372, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1377, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/layer.py", line 20, in setUp
    five.safe_load_site()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/five.py", line 39, in safe_load_site
    zcml.load_site()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/zcml.py", line 53, in load_site
    _context = xmlconfig.file(file)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 612, in file
    context.execute_actions()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 610, in execute_actions
    callable(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/declarations.py", line 479, in classImplements
    spec.__bases__ = tuple(bases)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/interface.py", line 285, in __setBases
    self.changed(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/declarations.py", line 49, in changed
    Specification.changed(self, originally_changed)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/interface.py", line 319, in changed
    dependent.changed(originally_changed)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/declarations.py", line 49, in changed
    Specification.changed(self, originally_changed)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/interface.py", line 319, in changed
    dependent.changed(originally_changed)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/declarations.py", line 49, in changed
    Specification.changed(self, originally_changed)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/interface.py", line 319, in changed
    dependent.changed(originally_changed)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/declarations.py", line 49, in changed
    Specification.changed(self, originally_changed)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/interface.py", line 319, in changed
    dependent.changed(originally_changed)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/declarations.py", line 49, in changed
    Specification.changed(self, originally_changed)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/interface.py", line 319, in changed
    dependent.changed(originally_changed)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/declarations.py", line 49, in changed
    Specification.changed(self, originally_changed)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/interface.py", line 319, in changed
    dependent.changed(originally_changed)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 393, in changed
    super(AdapterLookupBase, self).changed(None)
ConfigurationExecutionError: exceptions.AttributeError: 'PersistentAdapterRegistry' object has no attribute 'ro'
  in:
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/implements.zcml", line 5.2-9.8
    <implements
        zcml:condition="installed plone.locking"
        class=".BaseObject.BaseObject"
        interface="plone.locking.interfaces.ITTWLockable"
        />


Running plone.theme.tests.test_doctest.PloneThemeLayer tests:
  Set up Products.PloneTestCase.layer.ZCML Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1252, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1372, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1372, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 1377, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/layer.py", line 20, in setUp
    five.safe_load_site()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/five.py", line 36, in safe_load_site
    cleanUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/PloneTestCase/five.py", line 21, in cleanUp
    _cleanUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/cleanup.py", line 63, in cleanUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/zcml.py", line 292, in cleanUpProfiles
    del _profile_registry._profile_info[profile_id]
KeyError: u'Products.Archetypes:Archetypes'

Tearing down left over layers:
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 416 tests, 3 failures, 12 errors in 54.463 seconds.

UNKNOWN




More information about the Testbot mailing list