[Testbot] UNKNOWN : ATCT-trunk Plone-trunk Zope-trunk Python-2.5.2

ATContentTypes Tests plone-tests at epy.co.at
Sun Jan 4 07:25:34 UTC 2009


ATContentTypes Tests : UNKNOWN
ATCT-trunk Plone-trunk Zope-trunk Python-2.5.2

Running /usr/local/python2.5/bin/python ./bin/test --package Products.ATContentTypes
/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/utils.py:21: DeprecationWarning: InitializeClass is deprecated. import from App.class_init instead
  from Globals import InitializeClass
/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.PortalTransforms/Products/PortalTransforms/TransformEngine.py:7: DeprecationWarning: PersistentMapping is deprecated. import from Persistence instead
  from Globals import PersistentMapping
/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.PortalTransforms/Products/PortalTransforms/chain.py:4: DeprecationWarning: Persistent is deprecated. import from Persistence instead
  from Globals import Persistent
/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py:24: DeprecationWarning: DTMLFile is deprecated. import from App.special_dtml instead
  from Globals import InitializeClass, DTMLFile, PersistentMapping
/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/__init__.py:11: DeprecationWarning: ImageFile is deprecated. import from App.ImageFile instead
  misc_ = {'plone_icon': Globals.ImageFile(
/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/content/base.py:28: DeprecationWarning: REPLACEABLE is deprecated. import from OFS.ObjectManager instead
  from Globals import REPLACEABLE
/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.Marshall/Products/Marshall/config.py:23: DeprecationWarning: package_home is deprecated. import from App.Common instead
  from Globals import package_home
/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.PluggableAuthService/Products/PluggableAuthService/permissions.py:23: DeprecationWarning: ApplicationDefaultPermissions is deprecated. import from AccessControl.Permission instead
  from Globals import ApplicationDefaultPermissions
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 6.209 seconds.
  Set up Products.PloneTestCase.layer.ZCML Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 360, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 531, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 536, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.PloneTestCase/Products/PloneTestCase/layer.py", line 17, in setUp
    five.safe_load_site()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.PloneTestCase/Products/PloneTestCase/five.py", line 39, in safe_load_site
    zcml.load_site()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/Products/Five/zcml.py", line 44, in load_site
    _context = xmlconfig.file(file)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 610, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 546, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 378, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 357, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/config.py", line 542, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/config.py", line 690, in finish
    actions = self.handler(context, **args)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/Products/Five/fiveconfigure.py", line 77, in loadProducts
    handleBrokenProduct(product)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Zope2/src/Products/Five/fiveconfigure.py", line 75, in loadProducts
    xmlconfig.include(_context, zcml, package=product)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 546, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 378, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 357, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/config.py", line 542, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/config.py", line 690, in finish
    actions = self.handler(context, **args)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 546, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 378, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 357, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/config.py", line 542, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/config.py", line 690, in finish
    actions = self.handler(context, **args)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 546, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 378, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 357, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/config.py", line 542, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/config.py", line 690, in finish
    actions = self.handler(context, **args)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 546, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 378, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py", line 357, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/config.py", line 542, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/config.py", line 689, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/config.py", line 1381, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.5.egg/zope/configuration/config.py", line 182, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/kss.core/kss/core/pluginregistry/_concatresource/meta.py", line 17, in <module>
    from Products.Five.security import getSecurityInfo, protectClass, protectName,\
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/etc/site.zcml", line 11.2-11.39
    ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/meta.zcml", line 9.4-9.51
    ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/kss.core/kss/core/meta.zcml", line 6.3-6.56
    ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/kss.core/kss/core/pluginregistry/meta.zcml", line 5.3-5.57
    ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/kss.core/kss/core/pluginregistry/_concatresource/meta.zcml", line 7.1-11.10
    ImportError: cannot import name initializeClass

Tearing down left over layers:
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.

UNKNOWN




More information about the Testbot mailing list