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

plone.* Tests plone-tests at epy.co.at
Sat Apr 26 03:37:15 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/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 171, 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:


Error in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/form/kss/formlib_kss.txt
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/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/form/tests/test_kss.py", line 23, in setUp
    zcml.load_config('configure.zcml', plone.app.kss)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/zcml.py", line 62, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 610, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 546, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 378, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 357, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 542, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 689, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 1381, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 204, in resolve
    return __import__(mname+'.'+oname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/kss/demo/__init__.py", line 3, in ?
    import bbb_oldkssdemo
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/kss/demo/bbb_oldkssdemo.py", line 29, in ?
    import kss.demo.resource
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/kss/configure.zcml", line 15.4-15.31
    ImportError: No module named demo.resource

  Ran 373 tests with 0 failures and 1 errors in 6.069 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 2.053 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 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 610, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 546, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 378, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 357, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 542, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 690, in finish
    actions = self.handler(context, **args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/fiveconfigure.py", line 78, in loadProducts
    handleBrokenProduct(product)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/fiveconfigure.py", line 76, in loadProducts
    xmlconfig.include(_context, zcml, package=product)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 546, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 378, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 357, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 542, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 690, in finish
    actions = self.handler(context, **args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 546, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 378, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py", line 357, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 542, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 689, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 1381, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/config.py", line 204, in resolve
    return __import__(mname+'.'+oname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/kss/demo/__init__.py", line 3, in ?
    import bbb_oldkssdemo
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/kss/demo/bbb_oldkssdemo.py", line 29, in ?
    import kss.demo.resource
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/etc/site.zcml", line 16.2-16.23
    ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/configure.zcml", line 35.2-35.37
    ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/kss/configure.zcml", line 15.4-15.31
    ImportError: No module named demo.resource

Running Products.PloneTestCase.layer.PloneSite 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 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 293, in cleanUpProfiles
    del _profile_registry._profile_info[profile_id]
KeyError: u'Products.Archetypes:Archetypes'

Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer 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 293, in cleanUpProfiles
    del _profile_registry._profile_info[profile_id]
KeyError: u'Products.Archetypes:Archetypes'

Running plone.app.customerize.tests.layer.PloneCustomerize 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 293, in cleanUpProfiles
    del _profile_registry._profile_info[profile_id]
KeyError: u'Products.Archetypes:Archetypes'

Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer 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 293, in cleanUpProfiles
    del _profile_registry._profile_info[profile_id]
KeyError: u'Products.Archetypes:Archetypes'

Running plone.app.linkintegrity.tests.layer.PloneLinkintegrity 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 293, in cleanUpProfiles
    del _profile_registry._profile_info[profile_id]
KeyError: u'Products.Archetypes:Archetypes'

Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer 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 293, in cleanUpProfiles
    del _profile_registry._profile_info[profile_id]
KeyError: u'Products.Archetypes:Archetypes'

Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer 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 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 293, in cleanUpProfiles
    del _profile_registry._profile_info[profile_id]
KeyError: u'Products.Archetypes:Archetypes'

Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  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.131 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 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 293, in cleanUpProfiles
    del _profile_registry._profile_info[profile_id]
KeyError: u'Products.Archetypes:Archetypes'

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 293, 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: 388 tests, 0 failures, 11 errors in 4.771 seconds.

UNKNOWN




More information about the Testbot mailing list