[Testbot] Plone 4.3 - Python 2.6 - Build # 1931 - Still Failing!

jenkins at plone.org jenkins at plone.org
Wed Apr 19 09:12:03 UTC 2017


Plone 4.3 - Python 2.6 - Build # 1931 - Still Failing:

Check console output at http://jenkins.plone.org/job/plone-4.3-python-2.6/1931/ to view the results.

Changes:

[Paul Grunewald] [fc] Add Products.Archetypes to checkouts.cfg

[Paul Grunewald] [fc] Repository: Products.Archetypes Branch: refs/heads/1.9.x Date:







Test Results:

181 tests failed.
FAILED:  Products.CMFDiffTool.tests.testATCompoundDiff.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/Products.CMFDiffTool-2.2.1-py2.6.egg/Products/CMFDiffTool/tests/testATCompoundDiff.py", line 4, in <module>
    from at_compound_tests import TestATCompoundDiff
  File "/home/jenkins/.buildout/eggs/Products.CMFDiffTool-2.2.1-py2.6.egg/Products/CMFDiffTool/tests/at_compound_tests.py", line 2, in <module>
    from Products.ATContentTypes.content.document import ATDocument
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/__init__.py", line 32, in <module>
    import Products.ATContentTypes.content
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/__init__.py", line 1, in <module>
    import Products.ATContentTypes.content.link
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/link.py", line 10, in <module>
    from Products.Archetypes.atapi import Schema
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  Products.CMFDynamicViewFTI.tests.test_fti.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/Products.CMFDynamicViewFTI-4.1.5-py2.6.egg/Products/CMFDynamicViewFTI/tests/test_fti.py", line 4, in <module>
    from Products.Archetypes.atapi import StringField
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  Products.CMFPlacefulWorkflow.tests.testCMFPlacefulWorkflow.Startup

Error Message:
File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/utilities/skel/etc/site.zcml", line 6.2-6.33

Stack Trace:
File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/utilities/skel/etc/site.zcml", line 6.2-6.33
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
    ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')

  File "/home/jenkins/.buildout/eggs/Products.CMFPlacefulWorkflow-1.5.15-py2.6.egg/Products/CMFPlacefulWorkflow/tests/testCMFPlacefulWorkflow.py", line 28, in <module>
    from CMFPlacefulWorkflowTestCase import CMFPlacefulWorkflowTestCase
  File "/home/jenkins/.buildout/eggs/Products.CMFPlacefulWorkflow-1.5.15-py2.6.egg/Products/CMFPlacefulWorkflow/tests/CMFPlacefulWorkflowTestCase.py", line 89, in <module>
    app = ZopeTestCase.app()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/base.py", line 30, in app
    app = Zope2.app()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/__init__.py", line 51, in app
    startup()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/__init__.py", line 47, in startup
    _startup()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/startup.py", line 120, in startup
    load_zcml()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/startup.py", line 52, in load_zcml
    load_site()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 46, in load_site
    _context = xmlconfig.file(site_zcml)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
    include(context, name, package)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
    actions = self.handler(context, **args)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
    actions = self.handler(context, **args)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
    args = toargs(context, *self.argdata)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
    raise schema.ValidationError(v)


FAILED:  Products.CMFPlacefulWorkflow.tests.test_configlet.Startup

Error Message:
'NoneType' object is not callable

Stack Trace:
'NoneType' object is not callable

  File "/home/jenkins/.buildout/eggs/Products.CMFPlacefulWorkflow-1.5.15-py2.6.egg/Products/CMFPlacefulWorkflow/tests/test_configlet.py", line 27, in <module>
    from CMFPlacefulWorkflowTestCase import CMFPlacefulWorkflowFunctionalTestCase
  File "/home/jenkins/.buildout/eggs/Products.CMFPlacefulWorkflow-1.5.15-py2.6.egg/Products/CMFPlacefulWorkflow/tests/CMFPlacefulWorkflowTestCase.py", line 89, in <module>
    app = ZopeTestCase.app()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/base.py", line 30, in app
    app = Zope2.app()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)


FAILED:  Products.CMFPlacefulWorkflow.tests.test_exportimport.Startup

Error Message:
'NoneType' object is not callable

Stack Trace:
'NoneType' object is not callable

  File "/home/jenkins/.buildout/eggs/Products.CMFPlacefulWorkflow-1.5.15-py2.6.egg/Products/CMFPlacefulWorkflow/tests/test_exportimport.py", line 30, in <module>
    from CMFPlacefulWorkflowTestCase import CMFPlacefulWorkflowTestCase
  File "/home/jenkins/.buildout/eggs/Products.CMFPlacefulWorkflow-1.5.15-py2.6.egg/Products/CMFPlacefulWorkflow/tests/CMFPlacefulWorkflowTestCase.py", line 89, in <module>
    app = ZopeTestCase.app()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/base.py", line 30, in app
    app = Zope2.app()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)


FAILED:  Products.CMFPlacefulWorkflow.tests.test_policy_form.Startup

Error Message:
'NoneType' object is not callable

Stack Trace:
'NoneType' object is not callable

  File "/home/jenkins/.buildout/eggs/Products.CMFPlacefulWorkflow-1.5.15-py2.6.egg/Products/CMFPlacefulWorkflow/tests/test_policy_form.py", line 26, in <module>
    from CMFPlacefulWorkflowTestCase import CMFPlacefulWorkflowFunctionalTestCase
  File "/home/jenkins/.buildout/eggs/Products.CMFPlacefulWorkflow-1.5.15-py2.6.egg/Products/CMFPlacefulWorkflow/tests/CMFPlacefulWorkflowTestCase.py", line 89, in <module>
    app = ZopeTestCase.app()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/base.py", line 30, in app
    app = Zope2.app()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)


FAILED:  Products.CMFPlone.tests.testCSSandJSRegistry.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testCSSandJSRegistry.py", line 3, in <module>
    from Products.ResourceRegistries.config import CSSTOOLNAME, JSTOOLNAME
  File "/home/jenkins/.buildout/eggs/Products.ResourceRegistries-2.2.13-py2.6.egg/Products/ResourceRegistries/__init__.py", line 3, in <module>
    from Products.ResourceRegistries.tools import CSSRegistry, KSSRegistry, JSRegistry
  File "/home/jenkins/.buildout/eggs/Products.ResourceRegistries-2.2.13-py2.6.egg/Products/ResourceRegistries/tools/CSSRegistry.py", line 13, in <module>
    from Products.ResourceRegistries.interfaces import ICSSRegistry
  File "/home/jenkins/.buildout/eggs/Products.ResourceRegistries-2.2.13-py2.6.egg/Products/ResourceRegistries/interfaces/__init__.py", line 2, in <module>
    from Products.ResourceRegistries.interfaces.viewletmanagers import IHtmlHeadScripts, IHtmlHeadStyles
  File "/home/jenkins/.buildout/eggs/Products.ResourceRegistries-2.2.13-py2.6.egg/Products/ResourceRegistries/interfaces/viewletmanagers.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  Products.CMFPlone.tests.testCatalogTool.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testCatalogTool.py", line 18, in <module>
    from Products.CMFPlone.CatalogTool import CatalogTool
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/CatalogTool.py", line 27, in <module>
    from Products.Archetypes.interfaces import IExtensibleMetadata
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  Products.CMFPlone.tests.testContentTypes.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testContentTypes.py", line 6, in <module>
    from Products.ATContentTypes.interfaces import IATContentType
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/__init__.py", line 32, in <module>
    import Products.ATContentTypes.content
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/__init__.py", line 1, in <module>
    import Products.ATContentTypes.content.link
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/link.py", line 10, in <module>
    from Products.Archetypes.atapi import Schema
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  Products.CMFPlone.tests.testInterfaces.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testInterfaces.py", line 12, in <module>
    from Products.CMFPlone.CatalogTool import CatalogTool
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/CatalogTool.py", line 27, in <module>
    from Products.Archetypes.interfaces import IExtensibleMetadata
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  Products.CMFPlone.tests.testPloneView.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testPloneView.py", line 4, in <module>
    from Products.CMFPlone.browser.ploneview import Plone
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/browser/ploneview.py", line 1, in <module>
    from plone.app.content.browser.folderfactories import _allowedTypes
  File "/home/jenkins/.buildout/eggs/plone.app.content-2.1.7-py2.6.egg/plone/app/content/browser/folderfactories.py", line 15, in <module>
    from plone.app.content.browser.interfaces import IFolderContentsView
  File "/home/jenkins/.buildout/eggs/plone.app.content-2.1.7-py2.6.egg/plone/app/content/browser/interfaces.py", line 3, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  Products.CMFPlone.tests.testPortalCreation.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testPortalCreation.py", line 20, in <module>
    from Products.CMFPlone import setuphandlers
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/setuphandlers.py", line 18, in <module>
    from Products.ATContentTypes.lib import constraintypes
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/__init__.py", line 32, in <module>
    import Products.ATContentTypes.content
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/__init__.py", line 1, in <module>
    import Products.ATContentTypes.content.link
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/link.py", line 10, in <module>
    from Products.Archetypes.atapi import Schema
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestAcquisitionMethods.test_aq_acquire

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 364, in test_aq_acquire
    self.checkUnauthorized('print context.aq_acquire')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 31, in checkUnauthorized
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestAcquisitionMethods.test_aq_base

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 361, in test_aq_base
    self.checkUnauthorized('print context.aq_base')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 31, in checkUnauthorized
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestAcquisitionMethods.test_aq_explicit

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 346, in test_aq_explicit
    self.check('print context.aq_explicit')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestAcquisitionMethods.test_aq_inner

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 352, in test_aq_inner
    self.check('print context.aq_inner')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestAcquisitionMethods.test_aq_inner_aq_parent

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 355, in test_aq_inner_aq_parent
    self.check('print context.aq_inner.aq_parent')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestAcquisitionMethods.test_aq_parent

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 349, in test_aq_parent
    self.check('print context.aq_parent')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestAcquisitionMethods.test_aq_self

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 358, in test_aq_self
    self.checkUnauthorized('print context.aq_self')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 31, in checkUnauthorized
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_AllowSendto

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 334, in testAccess_AllowSendto
    self.checkUnauthorized('from Products.CMFPlone import PloneTool;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 31, in checkUnauthorized
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_Batch

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 113, in testAccess_Batch
    self.check('from Products import CMFPlone;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_ConflictError

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 167, in testAccess_ConflictError
    self.check('import ZODB.POSException;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_CopyError

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 266, in testAccess_CopyError
    self.check('import OFS.CopySupport;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_DateTimeError

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 224, in testAccess_DateTimeError
    self.check('import DateTime.interfaces;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_DiscussionNotAllowed

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 287, in testAccess_DiscussionNotAllowed
    'import Products.CMFDefault.DiscussionTool;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_ObjectDeleted

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 89, in testAccess_ObjectDeleted
    self.check('from Products.CMFCore import WorkflowCore;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_ObjectMoved

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 78, in testAccess_ObjectMoved
    self.check('from Products.CMFCore import WorkflowCore;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_ParseError

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 203, in testAccess_ParseError
    self.check('import Products.ZCTextIndex.ParseTree;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_SyntaxError

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 246, in testAccess_SyntaxError
    self.check('import DateTime.interfaces;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_Unauthorized

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 156, in testAccess_Unauthorized
    self.check('import AccessControl;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_WorkflowException

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 101, in testAccess_WorkflowException
    self.check('from Products.CMFCore import WorkflowCore;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_base_hasattr

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 133, in testAccess_base_hasattr
    self.check('import Products.CMFPlone.utils;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_getLogger

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 70, in testAccess_getLogger
    self.check('from logging import getLogger;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_getToolByName

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 310, in testAccess_getToolByName
    self.checkUnauthorized('from Products.CMFCore import utils;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 31, in checkUnauthorized
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_log

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 49, in testAccess_log
    self.check('from Products.CMFPlone import utils;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_log_deprecated

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 56, in testAccess_log_deprecated
    self.check('from Products.CMFPlone import utils;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_log_exc

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 63, in testAccess_log_exc
    self.check('from Products.CMFPlone import utils;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_safe_callable

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 147, in testAccess_safe_callable
    self.check('import Products.CMFPlone.utils;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_safe_hasattr

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 140, in testAccess_safe_hasattr
    self.check('import Products.CMFPlone.utils;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testAccess_transaction_note

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 126, in testAccess_transaction_note
    self.check('import Products.CMFPlone.utils;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testCatch_ConflictErrorRaisedByPythonModule

Error Message:
'exceptions.AttributeError' object has no attribute '__module__'

Stack Trace:
'exceptions.AttributeError' object has no attribute '__module__'

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 197, in testCatch_ConflictErrorRaisedByPythonModule
    (e.__class__.__name__, e, e.__module__))


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testCatch_ConflictErrorRaisedByRestrictedCode

Error Message:
'exceptions.AttributeError' object has no attribute '__module__'

Stack Trace:
'exceptions.AttributeError' object has no attribute '__module__'

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 184, in testCatch_ConflictErrorRaisedByRestrictedCode
    (e.__class__.__name__, e, e.__module__))


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testCatch_CopyErrorRaisedByPythonModule

Error Message:
'exceptions.AttributeError' object has no attribute '__module__'

Stack Trace:
'exceptions.AttributeError' object has no attribute '__module__'

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 279, in testCatch_CopyErrorRaisedByPythonModule
    (e.__class__.__name__, e, e.__module__))


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testCatch_DateTimeErrorRaisedByPythonModule

Error Message:
'exceptions.AttributeError' object has no attribute '__module__'

Stack Trace:
'exceptions.AttributeError' object has no attribute '__module__'

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 238, in testCatch_DateTimeErrorRaisedByPythonModule
    (e.__class__.__name__, e, e.__module__))


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testCatch_DiscussionNotAllowedRaisedByPythonModule

Error Message:
'exceptions.AttributeError' object has no attribute '__module__'

Stack Trace:
'exceptions.AttributeError' object has no attribute '__module__'

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 301, in testCatch_DiscussionNotAllowedRaisedByPythonModule
    (e.__class__.__name__, e, e.__module__))


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testCatch_ParseErrorRaisedByPythonModule

Error Message:
'exceptions.AttributeError' object has no attribute '__module__'

Stack Trace:
'exceptions.AttributeError' object has no attribute '__module__'

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 216, in testCatch_ParseErrorRaisedByPythonModule
    (e.__class__.__name__, e, e.__module__))


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testCatch_SyntaxErrorRaisedByPythonModule

Error Message:
'exceptions.AttributeError' object has no attribute '__module__'

Stack Trace:
'exceptions.AttributeError' object has no attribute '__module__'

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 260, in testCatch_SyntaxErrorRaisedByPythonModule
    (e.__class__.__name__, e, e.__module__))


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_AllowSendto

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 330, in testImport_AllowSendto
    self.check('from Products.CMFPlone.PloneTool import AllowSendto')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_Batch

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 110, in testImport_Batch
    self.check('from Products.CMFPlone import Batch')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_ConflictError

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 164, in testImport_ConflictError
    self.check('from ZODB.POSException import ConflictError')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_CopyError

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 263, in testImport_CopyError
    self.check('from OFS.CopySupport import CopyError')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_DateTimeError

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 221, in testImport_DateTimeError
    self.check('from DateTime.interfaces import DateTimeError')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_DiscussionNotAllowed

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 282, in testImport_DiscussionNotAllowed
    self.check('from Products.CMFDefault.DiscussionTool '
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_ObjectDeleted

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 86, in testImport_ObjectDeleted
    self.check('from Products.CMFCore.WorkflowCore import ObjectDeleted')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_ObjectMoved

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 75, in testImport_ObjectMoved
    self.check('from Products.CMFCore.WorkflowCore import ObjectMoved')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_ParseError

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 200, in testImport_ParseError
    self.check('from Products.ZCTextIndex.ParseTree import ParseError')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_SyntaxError

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 243, in testImport_SyntaxError
    self.check('from DateTime.interfaces import SyntaxError')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_Unauthorized

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 153, in testImport_Unauthorized
    self.check('from AccessControl import Unauthorized')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_WorkflowException

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 98, in testImport_WorkflowException
    'from Products.CMFCore.WorkflowCore import WorkflowException')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_base_hasattr

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 130, in testImport_base_hasattr
    self.check('from Products.CMFPlone.utils import base_hasattr')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_getLogger

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 67, in testImport_getLogger
    self.check('from logging import getLogger')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_getToolByName

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 306, in testImport_getToolByName
    self.check('from Products.CMFCore.utils import getToolByName')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_log

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 46, in testImport_log
    self.check('from Products.CMFPlone.utils import log')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_log_deprecated

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 53, in testImport_log_deprecated
    self.check('from Products.CMFPlone.utils import log_deprecated')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_log_exc

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 60, in testImport_log_exc
    self.check('from Products.CMFPlone.utils import log_exc')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_mergeResults

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 340, in testImport_mergeResults
    self.check('from Products.ZCatalog.Catalog import mergeResults')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_safe_callable

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 144, in testImport_safe_callable
    self.check('from Products.CMFPlone.utils import safe_callable')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_safe_hasattr

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 137, in testImport_safe_hasattr
    self.check('from Products.CMFPlone.utils import safe_hasattr')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_transaction

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 321, in testImport_transaction
    self.checkUnauthorized('import transaction')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 31, in checkUnauthorized
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_transaction_note

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 123, in testImport_transaction_note
    self.check('from Products.CMFPlone.utils import transaction_note')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testImport_zExceptionsUnauthorized

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 161, in testImport_zExceptionsUnauthorized
    self.checkUnauthorized('from zExceptions import Unauthorized')
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 31, in checkUnauthorized
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testRaise_ConflictError

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 172, in testRaise_ConflictError
    self.check, 'from ZODB.POSException import ConflictError;'
  File "/usr/lib/python2.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testUse_Batch

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 117, in testUse_Batch
    self.check('from Products.CMFPlone import Batch;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testUse_ObjectDeleted

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 93, in testUse_ObjectDeleted
    self.check('from Products.CMFCore.WorkflowCore import ObjectDeleted;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testUse_ObjectMoved

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 82, in testUse_ObjectMoved
    self.check('from Products.CMFCore.WorkflowCore import ObjectMoved;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testUse_WorkflowException

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 106, in testUse_WorkflowException
    'from Products.CMFCore.WorkflowCore import WorkflowException;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testUse_getToolByName

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 315, in testUse_getToolByName
    self.check('from Products.CMFCore.utils import getToolByName;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 24, in check
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSecurityDeclarations.TestSecurityDeclarations.testUse_transaction

Error Message:
manage_addPythonScript

Stack Trace:
manage_addPythonScript

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 324, in testUse_transaction
    self.checkUnauthorized('import transaction;'
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 31, in checkUnauthorized
    self.addPS('ps', body=psbody)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurityDeclarations.py", line 20, in addPS
    factory.manage_addPythonScript(id)


FAILED:  Products.CMFPlone.tests.testSyndication.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testSyndication.py", line 11, in <module>
    from Products.CMFPlone.browser.syndication.adapters import BaseItem
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/browser/syndication/adapters.py", line 17, in <module>
    from Products.ATContentTypes.interfaces.file import IFileContent
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/__init__.py", line 32, in <module>
    import Products.ATContentTypes.content
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/__init__.py", line 1, in <module>
    import Products.ATContentTypes.content.link
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/link.py", line 10, in <module>
    from Products.Archetypes.atapi import Schema
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  Products.CMFPlone.tests.test_doctests.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces



FAILED:  Products.CMFPlone.tests.test_functional.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/test_functional.py", line 18, in <module>
    at_root = pkg_resources.resource_filename('Products.Archetypes', '')
  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 1202, in resource_filename
    return get_provider(package_or_requirement).get_resource_filename(
  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 435, in get_provider
    __import__(moduleOrReq)
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  Products.GenericSetup.tests.test_registry.ExportStepRegistryTests.test_generateXML_empty

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ExportStepRegistry object at 0x57aa3d0>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ExportStepRegistry object at 0x57aa3d0>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_registry.py", line 541, in test_generateXML_empty
    self._compareDOM(registry.generateXML(), _EMPTY_EXPORT_XML)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 301, in generateXML
    return self._exportTemplate().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_registry.ExportStepRegistryTests.test_generateXML_ordered

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ExportStepRegistry object at 0x57aa650>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ExportStepRegistry object at 0x57aa650>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_registry.py", line 565, in test_generateXML_ordered
    self._compareDOM(registry.generateXML(), _ORDERED_EXPORT_XML)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 301, in generateXML
    return self._exportTemplate().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_registry.ExportStepRegistryTests.test_generateXML_single

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ExportStepRegistry object at 0x57aafd0>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ExportStepRegistry object at 0x57aafd0>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_registry.py", line 550, in test_generateXML_single
    self._compareDOM(registry.generateXML(), _SINGLE_EXPORT_XML)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 301, in generateXML
    return self._exportTemplate().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_registry.ImportStepRegistryTests.test_generateXML_empty

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ImportStepRegistry object at 0x5576ed0>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ImportStepRegistry object at 0x5576ed0>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_registry.py", line 345, in test_generateXML_empty
    self._compareDOM(registry.generateXML(), _EMPTY_IMPORT_XML, debug=True)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 301, in generateXML
    return self._exportTemplate().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_registry.ImportStepRegistryTests.test_generateXML_ordered

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ImportStepRegistry object at 0x57b07d0>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ImportStepRegistry object at 0x57b07d0>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_registry.py", line 369, in test_generateXML_ordered
    self._compareDOM(registry.generateXML(), _ORDERED_IMPORT_XML)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 301, in generateXML
    return self._exportTemplate().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_registry.ImportStepRegistryTests.test_generateXML_single

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ImportStepRegistry object at 0x57b0a10>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ImportStepRegistry object at 0x57b0a10>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_registry.py", line 354, in test_generateXML_single
    self._compareDOM(registry.generateXML(), _SINGLE_IMPORT_XML)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 301, in generateXML
    return self._exportTemplate().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_registry.ToolsetRegistryTests.test_generateXML_empty

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x578c8d0>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x578c8d0>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_registry.py", line 778, in test_generateXML_empty
    self._compareDOM(configurator.generateXML(), _EMPTY_TOOLSET_XML)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 604, in generateXML
    return self._toolsetConfig().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 851, in do_condition
    if not self.tal or self.engine.evaluateBoolean(condition):
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 205, in evaluateBoolean
    value = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_rolemap.RolemapExportConfiguratorTests.test_generateEXML_acquired_perm

Error Message:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x578c790>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x578c790>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_rolemap.py", line 134, in test_generateEXML_acquired_perm
    self._compareDOM(configurator.generateXML(), _ACQUIRED_EXPORT)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/utils.py", line 286, in generateXML
    return self._template(**kw).encode(self._encoding)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_rolemap.RolemapExportConfiguratorTests.test_generateEXML_unacquired_perm

Error Message:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x583c0d0>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x583c0d0>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_rolemap.py", line 148, in test_generateEXML_unacquired_perm
    self._compareDOM(configurator.generateXML(), _COMBINED_EXPORT)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/utils.py", line 286, in generateXML
    return self._template(**kw).encode(self._encoding)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_rolemap.RolemapExportConfiguratorTests.test_generateEXML_unacquired_perm_added_role

Error Message:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x578ca50>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x578ca50>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_rolemap.py", line 159, in test_generateEXML_unacquired_perm_added_role
    self._compareDOM(configurator.generateXML(), _UNACQUIRED_EXPORT)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/utils.py", line 286, in generateXML
    return self._template(**kw).encode(self._encoding)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_rolemap.RolemapExportConfiguratorTests.test_generateXML_added_role

Error Message:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x5842410>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x5842410>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_rolemap.py", line 123, in test_generateXML_added_role
    self._compareDOM(configurator.generateXML(), _ADDED_ROLE_EXPORT)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/utils.py", line 286, in generateXML
    return self._template(**kw).encode(self._encoding)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_rolemap.RolemapExportConfiguratorTests.test_generateXML_empty

Error Message:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x5842590>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x5842590>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_rolemap.py", line 112, in test_generateXML_empty
    self._compareDOM(configurator.generateXML(), _EMPTY_EXPORT)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/utils.py", line 286, in generateXML
    return self._template(**kw).encode(self._encoding)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_rolemap.Test_exportRolemap.test_acquired_perm

Error Message:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x5842990>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x5842990>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_rolemap.py", line 412, in test_acquired_perm
    exportRolemap(context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/rolemap.py", line 136, in exportRolemap
    text = rc.generateXML()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/utils.py", line 286, in generateXML
    return self._template(**kw).encode(self._encoding)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_rolemap.Test_exportRolemap.test_added_role

Error Message:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x584e790>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x584e790>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_rolemap.py", line 392, in test_added_role
    exportRolemap(context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/rolemap.py", line 136, in exportRolemap
    text = rc.generateXML()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/utils.py", line 286, in generateXML
    return self._template(**kw).encode(self._encoding)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_rolemap.Test_exportRolemap.test_unacquired_perm

Error Message:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x584eb10>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x584eb10>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_rolemap.py", line 435, in test_unacquired_perm
    exportRolemap(context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/rolemap.py", line 136, in exportRolemap
    text = rc.generateXML()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/utils.py", line 286, in generateXML
    return self._template(**kw).encode(self._encoding)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_rolemap.Test_exportRolemap.test_unacquired_perm_added_role

Error Message:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x585dc90>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x585dc90>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_rolemap.py", line 455, in test_unacquired_perm_added_role
    exportRolemap(context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/rolemap.py", line 136, in exportRolemap
    text = rc.generateXML()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/utils.py", line 286, in generateXML
    return self._template(**kw).encode(self._encoding)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_rolemap.Test_exportRolemap.test_unchanged

Error Message:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x58d7550>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.rolemap.RolemapExportConfigurator object at 0x58d7550>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_rolemap.py", line 373, in test_unchanged
    exportRolemap(context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/rolemap.py", line 136, in exportRolemap
    text = rc.generateXML()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/utils.py", line 286, in generateXML
    return self._template(**kw).encode(self._encoding)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_tool.SetupToolTests.test_createSnapshot_default

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x585d050>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x585d050>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_tool.py", line 1036, in test_createSnapshot_default
    result = tool.createSnapshot('default')
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 427, in createSnapshot
    messages[step_id] = handler(context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 162, in exportToolset
    xml = toolset.generateXML()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 604, in generateXML
    return self._toolsetConfig().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 851, in do_condition
    if not self.tal or self.engine.evaluateBoolean(condition):
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 205, in evaluateBoolean
    value = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_tool.SetupToolTests.test_listContextInfos_with_ordering

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x5967210>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x5967210>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_tool.py", line 1183, in test_listContextInfos_with_ordering
    tool.createSnapshot('UPPER')
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 427, in createSnapshot
    messages[step_id] = handler(context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 162, in exportToolset
    xml = toolset.generateXML()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 604, in generateXML
    return self._toolsetConfig().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 851, in do_condition
    if not self.tal or self.engine.evaluateBoolean(condition):
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 205, in evaluateBoolean
    value = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_tool.SetupToolTests.test_listContextInfos_with_snapshot

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x5967390>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x5967390>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_tool.py", line 1127, in test_listContextInfos_with_snapshot
    tool.createSnapshot('testing')
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 427, in createSnapshot
    messages[step_id] = handler(context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 162, in exportToolset
    xml = toolset.generateXML()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 604, in generateXML
    return self._toolsetConfig().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 851, in do_condition
    if not self.tal or self.engine.evaluateBoolean(condition):
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 205, in evaluateBoolean
    value = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_tool.SetupToolTests.test_runAllExportSteps_default

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x596e090>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x596e090>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_tool.py", line 903, in test_runAllExportSteps_default
    result = tool.runAllExportSteps()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 408, in runAllExportSteps
    return self._doRunExportSteps(self.listExportSteps())
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 1268, in _doRunExportSteps
    messages[step_id] = handler(context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 162, in exportToolset
    xml = toolset.generateXML()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 604, in generateXML
    return self._toolsetConfig().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 851, in do_condition
    if not self.tal or self.engine.evaluateBoolean(condition):
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 205, in evaluateBoolean
    value = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_tool.SetupToolTests.test_runAllExportSteps_empty

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x596e310>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x596e310>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_tool.py", line 887, in test_runAllExportSteps_empty
    result = tool.runAllExportSteps()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 408, in runAllExportSteps
    return self._doRunExportSteps(self.listExportSteps())
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 1268, in _doRunExportSteps
    messages[step_id] = handler(context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 162, in exportToolset
    xml = toolset.generateXML()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 604, in generateXML
    return self._toolsetConfig().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 851, in do_condition
    if not self.tal or self.engine.evaluateBoolean(condition):
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 205, in evaluateBoolean
    value = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_tool.SetupToolTests.test_runAllExportSteps_extras

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ImportStepRegistry object at 0x596e350>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ImportStepRegistry object at 0x596e350>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_tool.py", line 936, in test_runAllExportSteps_extras
    result = tool.runAllExportSteps()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 408, in runAllExportSteps
    return self._doRunExportSteps(self.listExportSteps())
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 1268, in _doRunExportSteps
    messages[step_id] = handler(context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 84, in exportStepRegistries
    import_steps_xml = import_step_registry.generateXML()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 301, in generateXML
    return self._exportTemplate().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_tool.SetupToolTests.test_runExportStep_step_registry_default

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ImportStepRegistry object at 0x597c910>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ImportStepRegistry object at 0x597c910>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_tool.py", line 867, in test_runExportStep_step_registry_default
    result = tool.runExportStep('step_registries')
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 402, in runExportStep
    return self._doRunExportSteps([step_id])
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 1268, in _doRunExportSteps
    messages[step_id] = handler(context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 84, in exportStepRegistries
    import_steps_xml = import_step_registry.generateXML()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 301, in generateXML
    return self._exportTemplate().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 819, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 682, in setRepeat
    expr = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_tool.Test_exportToolset.test_empty

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x597c110>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x597c110>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_tool.py", line 1841, in test_empty
    exportToolset(context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 162, in exportToolset
    xml = toolset.generateXML()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 604, in generateXML
    return self._toolsetConfig().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 851, in do_condition
    if not self.tal or self.engine.evaluateBoolean(condition):
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 205, in evaluateBoolean
    value = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.GenericSetup.tests.test_tool.Test_exportToolset.test_normal

Error Message:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x5983410>)

Stack Trace:
('No traversable adapter found', <Products.GenericSetup.registry.ToolsetRegistry object at 0x5983410>)

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tests/test_tool.py", line 1861, in test_normal
    exportToolset(context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/tool.py", line 162, in exportToolset
    xml = toolset.generateXML()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.6-py2.6.egg/Products/GenericSetup/registry.py", line 604, in generateXML
    return self._toolsetConfig().encode('utf-8')
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
    showtal=showtal)
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
    interpreter()
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 851, in do_condition
    if not self.tal or self.engine.evaluateBoolean(condition):
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 205, in evaluateBoolean
    value = self.evaluate(expr)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
    request=request)
  File "/home/jenkins/.buildout/eggs/zope.traversing-3.13.2-py2.6.egg/zope/traversing/adapters.py", line 133, in traversePathElement
    raise LocationError('No traversable adapter found', obj)


FAILED:  Products.contentmigration.tests.testATFieldMigration.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/Products.contentmigration-2.1.16-py2.6.egg/Products/contentmigration/tests/testATFieldMigration.py", line 1, in <module>
    from Products.contentmigration.tests.cmtc import ContentMigratorTestCase
  File "/home/jenkins/.buildout/eggs/Products.contentmigration-2.1.16-py2.6.egg/Products/contentmigration/tests/cmtc.py", line 1, in <module>
    from Products.contentmigration.migrator import InlineFieldActionMigrator
  File "/home/jenkins/.buildout/eggs/Products.contentmigration-2.1.16-py2.6.egg/Products/contentmigration/migrator.py", line 2, in <module>
    from field import migrateField
  File "/home/jenkins/.buildout/eggs/Products.contentmigration-2.1.16-py2.6.egg/Products/contentmigration/field.py", line 1, in <module>
    from Products.Archetypes.Storage import AttributeStorage
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  archetypes.schemaextender.tests.testAccessor.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.7-py2.6.egg/archetypes/schemaextender/tests/testAccessor.py", line 3, in <module>
    from Products.Archetypes.atapi import ComputedField, StringField, StringWidget
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  archetypes.schemaextender.tests.testIntegration.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces



FAILED:  archetypes.schemaextender.tests.testOrdering.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.7-py2.6.egg/archetypes/schemaextender/tests/testOrdering.py", line 2, in <module>
    from Products.Archetypes.public import Schema
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  archetypes.schemaextender.tests.testSchemaFactory.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.7-py2.6.egg/archetypes/schemaextender/tests/testSchemaFactory.py", line 2, in <module>
    from archetypes.schemaextender.extender import instanceSchemaFactory
  File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.7-py2.6.egg/archetypes/schemaextender/extender.py", line 4, in <module>
    from Products.Archetypes.interfaces import ISchema
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  .autoform.txt

Error Message:
Failed doctest test for autoform.txt

Stack Trace:
Failed doctest test for autoform.txt
  File "/home/jenkins/.buildout/eggs/plone.autoform-1.6.2-py2.6.egg/plone/autoform/tests/../autoform.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.autoform-1.6.2-py2.6.egg/plone/autoform/tests/../autoform.txt", line 47, in autoform.txt
Failed example:
    xmlconfig.xmlconfig(StringIO(configuration))
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest autoform.txt[10]>", line 1, in <module>
        xmlconfig.xmlconfig(StringIO(configuration))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 713, in xmlconfig
        processxmlfile(file, context, testing=testing)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
        args = toargs(context, *self.argdata)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
        args[str(name)] = field.fromUnicode(s)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
        raise schema.ValidationError(v)
    ZopeXMLConfigurationError: File "<string>", line 3.4-3.61
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
        ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  five.customerize.browser.txt

Error Message:
File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55

Stack Trace:
File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
    ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')

  File "/usr/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/usr/lib/python2.6/doctest.py", line 2131, in setUp
    self._dt_setUp(test)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 263, in setUp
    kwsetUp(test_instance)
  File "/home/jenkins/.buildout/eggs/five.customerize-1.1-py2.6.egg/five/customerize/tests.py", line 27, in setUp
    load_config('configure.zcml', package=Products.Five)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
    _context = xmlconfig.file(config, package, _context, execute=execute)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
    include(context, name, package)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
    actions = self.handler(context, **args)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
    actions = self.handler(context, **args)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
    args = toargs(context, *self.argdata)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
    raise schema.ValidationError(v)


FAILED:  five.customerize.customerize.txt

Error Message:
File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55

Stack Trace:
File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
    ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')

  File "/usr/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/usr/lib/python2.6/doctest.py", line 2131, in setUp
    self._dt_setUp(test)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 263, in setUp
    kwsetUp(test_instance)
  File "/home/jenkins/.buildout/eggs/five.customerize-1.1-py2.6.egg/five/customerize/tests.py", line 27, in setUp
    load_config('configure.zcml', package=Products.Five)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
    _context = xmlconfig.file(config, package, _context, execute=execute)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
    include(context, name, package)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
    actions = self.handler(context, **args)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
    actions = self.handler(context, **args)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
    args = toargs(context, *self.argdata)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
    raise schema.ValidationError(v)


FAILED:  five.customerize.zpt.txt

Error Message:
File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55

Stack Trace:
File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
    ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')

  File "/usr/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/usr/lib/python2.6/doctest.py", line 2131, in setUp
    self._dt_setUp(test)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 263, in setUp
    kwsetUp(test_instance)
  File "/home/jenkins/.buildout/eggs/five.customerize-1.1-py2.6.egg/five/customerize/tests.py", line 27, in setUp
    load_config('configure.zcml', package=Products.Five)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
    _context = xmlconfig.file(config, package, _context, execute=execute)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
    include(context, name, package)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
    actions = self.handler(context, **args)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
    actions = self.handler(context, **args)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
    args = toargs(context, *self.argdata)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
    raise schema.ValidationError(v)


FAILED:  five.formlib.tests.formlib.txt

Error Message:
Failed doctest test for formlib.txt

Stack Trace:
Failed doctest test for formlib.txt
  File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 29, in formlib.txt
Failed example:
    zcml.load_config('configure.zcml', package=Products.Five)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[7]>", line 1, in <module>
        zcml.load_config('configure.zcml', package=Products.Five)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
        _context = xmlconfig.file(config, package, _context, execute=execute)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
        include(context, name, package)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
        args = toargs(context, *self.argdata)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
        args[str(name)] = field.fromUnicode(s)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
        raise schema.ValidationError(v)
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
        ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 30, in formlib.txt
Failed example:
    zcml.load_config('configure.zcml', package=five.formlib)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[8]>", line 1, in <module>
        zcml.load_config('configure.zcml', package=five.formlib)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
        _context = xmlconfig.file(config, package, _context, execute=execute)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 651, in file
        context.execute_actions()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 626, in execute_actions
        callable(*args, **kw)
      File "/home/jenkins/.buildout/eggs/AccessControl-3.0.11-py2.6-linux-x86_64.egg/AccessControl/security.py", line 165, in protectClass
        permission = getUtility(IPermission, name=permission_id)
      File "/home/jenkins/.buildout/eggs/zope.component-3.9.5-py2.6.egg/zope/component/_api.py", line 169, in getUtility
        raise ComponentLookupError(interface, name)
    ConfigurationExecutionError: <class 'zope.component.interfaces.ComponentLookupError'>: (<InterfaceClass zope.security.interfaces.IPermission>, 'zope2.View')
      in:
      File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/configure.zcml", line 6.2-12.8
        <browser:page
            for="*"
            name="form_macros"
            permission="zope2.View"
            class=".macros.FormMacros"
            allowed_interface="zope.interface.common.mapping.IItemMapping"
            />

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 31, in formlib.txt
Failed example:
    zcml.load_config('configure.zcml', package=five.formlib.tests)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[9]>", line 1, in <module>
        zcml.load_config('configure.zcml', package=five.formlib.tests)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
        _context = xmlconfig.file(config, package, _context, execute=execute)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 651, in file
        context.execute_actions()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 626, in execute_actions
        callable(*args, **kw)
      File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/metaconfigure.py", line 138, in AddViewFactory
        protectClass(class_, permission)
      File "/home/jenkins/.buildout/eggs/AccessControl-3.0.11-py2.6-linux-x86_64.egg/AccessControl/security.py", line 165, in protectClass
        permission = getUtility(IPermission, name=permission_id)
      File "/home/jenkins/.buildout/eggs/zope.component-3.9.5-py2.6.egg/zope/component/_api.py", line 169, in getUtility
        raise ComponentLookupError(interface, name)
    ConfigurationExecutionError: <class 'zope.component.interfaces.ComponentLookupError'>: (<InterfaceClass zope.security.interfaces.IPermission>, 'zope2.ViewManagementScreens')
      in:
      File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/configure.zcml", line 77.2-82.7
        <browser:addform
           schema=".schemacontent.IFieldContent"
           content_factory=".schemacontent.FieldContent"
           name="protectedaddform.html"
           permission="zope2.ViewManagementScreens"
           />

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 65, in formlib.txt
Failed example:
    browser.open("http://localhost/test_folder_1_/ftf/content_1/@@edit_content")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[22]>", line 1, in <module>
        browser.open("http://localhost/test_folder_1_/ftf/content_1/@@edit_content")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 255, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 67, in formlib.txt
Failed example:
    ctl = browser.getControl(name="form.title")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[24]>", line 1, in <module>
        ctl = browser.getControl(name="form.title")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.title'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 68, in formlib.txt
Failed example:
    ctl.value = ni_hao
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[25]>", line 1, in <module>
        ctl.value = ni_hao
    NameError: name 'ctl' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 69, in formlib.txt
Failed example:
    browser.getControl(name="form.actions.apply").click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[26]>", line 1, in <module>
        browser.getControl(name="form.actions.apply").click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.actions.apply'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 70, in formlib.txt
Failed example:
    isinstance(folder.content_1.title, unicode)
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 72, in formlib.txt
Failed example:
    folder.content_1.title == ni_hao.decode('utf-8')
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 77, in formlib.txt
Failed example:
    browser.open("http://localhost/test_folder_1_/ftf/@@add_content")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[29]>", line 1, in <module>
        browser.open("http://localhost/test_folder_1_/ftf/@@add_content")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 255, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 78, in formlib.txt
Failed example:
    ctl = browser.getControl(name="form.id")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[30]>", line 1, in <module>
        ctl = browser.getControl(name="form.id")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.id'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 79, in formlib.txt
Failed example:
    ctl.value = 'test123'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[31]>", line 1, in <module>
        ctl.value = 'test123'
    NameError: name 'ctl' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 80, in formlib.txt
Failed example:
    ctl = browser.getControl(name="form.title")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[32]>", line 1, in <module>
        ctl = browser.getControl(name="form.title")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.title'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 81, in formlib.txt
Failed example:
    ctl.value = ni_hao
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[33]>", line 1, in <module>
        ctl.value = ni_hao
    NameError: name 'ctl' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 82, in formlib.txt
Failed example:
    browser.getControl(name="form.somelist.add").click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[34]>", line 1, in <module>
        browser.getControl(name="form.somelist.add").click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.somelist.add'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 83, in formlib.txt
Failed example:
    ctl = browser.getControl(name="form.somelist.0.")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[35]>", line 1, in <module>
        ctl = browser.getControl(name="form.somelist.0.")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.somelist.0.'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 84, in formlib.txt
Failed example:
    ctl.value = 'a nice list item'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[36]>", line 1, in <module>
        ctl.value = 'a nice list item'
    NameError: name 'ctl' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 85, in formlib.txt
Failed example:
    browser.getControl(name="form.somelist.add").click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[37]>", line 1, in <module>
        browser.getControl(name="form.somelist.add").click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.somelist.add'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 86, in formlib.txt
Failed example:
    ctl = browser.getControl(name="form.somelist.1.")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[38]>", line 1, in <module>
        ctl = browser.getControl(name="form.somelist.1.")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.somelist.1.'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 87, in formlib.txt
Failed example:
    ctl.value = 'a nice list item'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[39]>", line 1, in <module>
        ctl.value = 'a nice list item'
    NameError: name 'ctl' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 88, in formlib.txt
Failed example:
    browser.getControl(name="form.actions.add").click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[40]>", line 1, in <module>
        browser.getControl(name="form.actions.add").click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.actions.add'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/formlib.txt", line 89, in formlib.txt
Failed example:
    print folder.test123.somelist
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest formlib.txt[41]>", line 1, in <module>
        print folder.test123.somelist
    AttributeError: test123


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  five.formlib.tests.forms.txt

Error Message:
Failed doctest test for forms.txt

Stack Trace:
Failed doctest test for forms.txt
  File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 22, in forms.txt
Failed example:
    zcml.load_config('configure.zcml', package=Products.Five)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[7]>", line 1, in <module>
        zcml.load_config('configure.zcml', package=Products.Five)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
        _context = xmlconfig.file(config, package, _context, execute=execute)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
        include(context, name, package)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
        args = toargs(context, *self.argdata)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
        args[str(name)] = field.fromUnicode(s)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
        raise schema.ValidationError(v)
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
        ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 23, in forms.txt
Failed example:
    zcml.load_config('configure.zcml', package=five.formlib)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[8]>", line 1, in <module>
        zcml.load_config('configure.zcml', package=five.formlib)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
        _context = xmlconfig.file(config, package, _context, execute=execute)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 651, in file
        context.execute_actions()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 626, in execute_actions
        callable(*args, **kw)
      File "/home/jenkins/.buildout/eggs/AccessControl-3.0.11-py2.6-linux-x86_64.egg/AccessControl/security.py", line 165, in protectClass
        permission = getUtility(IPermission, name=permission_id)
      File "/home/jenkins/.buildout/eggs/zope.component-3.9.5-py2.6.egg/zope/component/_api.py", line 169, in getUtility
        raise ComponentLookupError(interface, name)
    ConfigurationExecutionError: <class 'zope.component.interfaces.ComponentLookupError'>: (<InterfaceClass zope.security.interfaces.IPermission>, 'zope2.View')
      in:
      File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/configure.zcml", line 6.2-12.8
        <browser:page
            for="*"
            name="form_macros"
            permission="zope2.View"
            class=".macros.FormMacros"
            allowed_interface="zope.interface.common.mapping.IItemMapping"
            />

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 24, in forms.txt
Failed example:
    zcml.load_config('configure.zcml', package=five.formlib.tests)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[9]>", line 1, in <module>
        zcml.load_config('configure.zcml', package=five.formlib.tests)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
        _context = xmlconfig.file(config, package, _context, execute=execute)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 651, in file
        context.execute_actions()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 626, in execute_actions
        callable(*args, **kw)
      File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/metaconfigure.py", line 138, in AddViewFactory
        protectClass(class_, permission)
      File "/home/jenkins/.buildout/eggs/AccessControl-3.0.11-py2.6-linux-x86_64.egg/AccessControl/security.py", line 165, in protectClass
        permission = getUtility(IPermission, name=permission_id)
      File "/home/jenkins/.buildout/eggs/zope.component-3.9.5-py2.6.egg/zope/component/_api.py", line 169, in getUtility
        raise ComponentLookupError(interface, name)
    ConfigurationExecutionError: <class 'zope.component.interfaces.ComponentLookupError'>: (<InterfaceClass zope.security.interfaces.IPermission>, 'zope2.ViewManagementScreens')
      in:
      File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/configure.zcml", line 77.2-82.7
        <browser:addform
           schema=".schemacontent.IFieldContent"
           content_factory=".schemacontent.FieldContent"
           name="protectedaddform.html"
           permission="zope2.ViewManagementScreens"
           />

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 49, in forms.txt
Failed example:
    browser.open("http://localhost/test_folder_1_/ftf/+/addfieldcontent.html")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[15]>", line 1, in <module>
        browser.open("http://localhost/test_folder_1_/ftf/+/addfieldcontent.html")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 255, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 50, in forms.txt
Failed example:
    print browser.headers
Differences (ndiff with -expected +actual):
    - Status: 200 ...
    - ...
    + Status: 404 Not Found
    + Bobo-Exception-File: HTTPResponse.py
    + Bobo-Exception-Line: 718
    + Bobo-Exception-Type: <class 'zExceptions.NotFound'>
    + Bobo-Exception-Value: See the server error log for details
    + Content-Length: 747
    + Content-Type: text/html; charset=iso-8859-15
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 56, in forms.txt
Failed example:
    browser.open("http://localhost/test_folder_1_/ftf/+/protectedaddform.html")
Differences (ndiff with -expected +actual):
      Traceback (most recent call last):
    -     ...
    +   File "/usr/lib/python2.6/doctest.py", line 1253, in __run
    +     compileflags, 1) in test.globs
    +   File "<doctest forms.txt[17]>", line 1, in <module>
    +     browser.open("http://localhost/test_folder_1_/ftf/+/protectedaddform.html")
    +   File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
    +     self.mech_browser.open(url, data)
    +   File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 203, in open
    +   File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 255, in _mech_open
    - HTTPError: HTTP Error 401: Unauthorized
    ?                         ^  ^ ---------
    + HTTPError: HTTP Error 404: Not Found
    ?                         ^  ^^^^^^^
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 64, in forms.txt
Failed example:
    browser.open("http://localhost/test_folder_1_/ftf/+/protectedaddform.html")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[19]>", line 1, in <module>
        browser.open("http://localhost/test_folder_1_/ftf/+/protectedaddform.html")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 255, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 65, in forms.txt
Failed example:
    print browser.headers
Differences (ndiff with -expected +actual):
    - Status: 200 ...
    - ...
    + Status: 404 Not Found
    + Bobo-Exception-File: HTTPResponse.py
    + Bobo-Exception-Line: 718
    + Bobo-Exception-Type: <class 'zExceptions.NotFound'>
    + Bobo-Exception-Value: See the server error log for details
    + Content-Length: 747
    + Content-Type: text/html; charset=iso-8859-15
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 73, in forms.txt
Failed example:
    ctl = browser.getControl(name="field.title")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[21]>", line 1, in <module>
        ctl = browser.getControl(name="field.title")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'field.title'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 74, in forms.txt
Failed example:
    ctl.value = 'title'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[22]>", line 1, in <module>
        ctl.value = 'title'
    NameError: name 'ctl' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 75, in forms.txt
Failed example:
    ctl = browser.getControl(name="add_input_name")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[23]>", line 1, in <module>
        ctl = browser.getControl(name="add_input_name")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'add_input_name'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 76, in forms.txt
Failed example:
    ctl.value = 'edittest'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[24]>", line 1, in <module>
        ctl.value = 'edittest'
    NameError: name 'ctl' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 77, in forms.txt
Failed example:
    browser.getControl(name="UPDATE_SUBMIT").click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[25]>", line 1, in <module>
        browser.getControl(name="UPDATE_SUBMIT").click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'UPDATE_SUBMIT'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 81, in forms.txt
Failed example:
    browser.open("http://localhost/test_folder_1_/ftf/edittest")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[26]>", line 1, in <module>
        browser.open("http://localhost/test_folder_1_/ftf/edittest")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 255, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 82, in forms.txt
Failed example:
    print browser.headers
Differences (ndiff with -expected +actual):
    - Status: 200 ...
    - ...
    + Status: 404 Not Found
    + Bobo-Exception-File: HTTPResponse.py
    + Bobo-Exception-Line: 718
    + Bobo-Exception-Type: <class 'zExceptions.NotFound'>
    + Bobo-Exception-Value: See the server error log for details
    + Content-Length: 754
    + Content-Type: text/html; charset=iso-8859-15
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 89, in forms.txt
Failed example:
    edittest = self.folder.ftf.edittest
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[28]>", line 1, in <module>
        edittest = self.folder.ftf.edittest
    AttributeError: edittest
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 90, in forms.txt
Failed example:
    edittest.title
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[29]>", line 1, in <module>
        edittest.title
    NameError: name 'edittest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 92, in forms.txt
Failed example:
    edittest.description #XXX shouldn't we get a u'' here???
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[30]>", line 1, in <module>
        edittest.description #XXX shouldn't we get a u'' here???
    NameError: name 'edittest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 97, in forms.txt
Failed example:
    edittest._created_flag
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[31]>", line 1, in <module>
        edittest._created_flag
    NameError: name 'edittest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 104, in forms.txt
Failed example:
    edittest._modified_flag
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[32]>", line 1, in <module>
        edittest._modified_flag
    NameError: name 'edittest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 106, in forms.txt
Failed example:
    del edittest._modified_flag
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[33]>", line 1, in <module>
        del edittest._modified_flag
    NameError: name 'edittest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 114, in forms.txt
Failed example:
    browser.open("http://localhost/test_folder_1_/ftf/edittest/@@edit.html")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[34]>", line 1, in <module>
        browser.open("http://localhost/test_folder_1_/ftf/edittest/@@edit.html")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 255, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 115, in forms.txt
Failed example:
    ctl = browser.getControl(name="field.title")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[35]>", line 1, in <module>
        ctl = browser.getControl(name="field.title")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'field.title'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 116, in forms.txt
Failed example:
    ctl.value = ''
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[36]>", line 1, in <module>
        ctl.value = ''
    NameError: name 'ctl' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 117, in forms.txt
Failed example:
    ctl = browser.getControl(name="field.description")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[37]>", line 1, in <module>
        ctl = browser.getControl(name="field.description")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'field.description'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 118, in forms.txt
Failed example:
    ctl.value = 'BarDescription'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[38]>", line 1, in <module>
        ctl.value = 'BarDescription'
    NameError: name 'ctl' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 119, in forms.txt
Failed example:
    browser.getControl(name="UPDATE_SUBMIT").click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[39]>", line 1, in <module>
        browser.getControl(name="UPDATE_SUBMIT").click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'UPDATE_SUBMIT'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 120, in forms.txt
Failed example:
    print browser.headers
Differences (ndiff with -expected +actual):
    - Status: 200 ...
    - ...
    + Status: 404 Not Found
    + Bobo-Exception-File: HTTPResponse.py
    + Bobo-Exception-Line: 718
    + Bobo-Exception-Type: <class 'zExceptions.NotFound'>
    + Bobo-Exception-Value: See the server error log for details
    + Content-Length: 754
    + Content-Type: text/html; charset=iso-8859-15
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 123, in forms.txt
Failed example:
    print browser.contents
Differences (ndiff with -expected +actual):
    - <html>
    - ...
    -           There are <strong>1</strong> input errors.
    - ...
    +   <h2>Site Error</h2>
    +   <p>An error was encountered while publishing this resource.
    +   </p>
    +   <p><strong>Resource not found</strong></p>
    + <BLANKLINE>
    +   Sorry, the requested resource does not exist.<p>Check the URL and try again.</p><p><b>Resource:</b> http://localhost/test_folder_1_/ftf/edittest</p>
    +   <hr noshade="noshade"/>
    + <BLANKLINE>
    +   <p>Troubleshooting Suggestions</p>
    + <BLANKLINE>
    +   <ul>
    +   <li>The URL may be incorrect.</li>
    +   <li>The parameters passed to this resource may be incorrect.</li>
    +   <li>A resource that this resource relies on may be
    +       encountering an error.</li>
    +   </ul>
    + <BLANKLINE>
    +   <p>For more detailed information about the error, please
    +   refer to the error log.
    +   </p>
    + <BLANKLINE>
    +   <p>If the error persists please contact the site maintainer.
    +   Thank you for your patience.
    +   </p>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 131, in forms.txt
Failed example:
    edittest.title
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[42]>", line 1, in <module>
        edittest.title
    NameError: name 'edittest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 133, in forms.txt
Failed example:
    edittest.description #XXX shouldn't we get a u'' here???
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[43]>", line 1, in <module>
        edittest.description #XXX shouldn't we get a u'' here???
    NameError: name 'edittest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 134, in forms.txt
Failed example:
    getattr(edittest, '_modified_flag', False)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[44]>", line 1, in <module>
        getattr(edittest, '_modified_flag', False)
    NameError: name 'edittest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 139, in forms.txt
Failed example:
    browser.open("http://localhost/test_folder_1_/ftf/edittest/@@edit.html")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[45]>", line 1, in <module>
        browser.open("http://localhost/test_folder_1_/ftf/edittest/@@edit.html")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 255, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 140, in forms.txt
Failed example:
    ctl = browser.getControl(name="field.title")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[46]>", line 1, in <module>
        ctl = browser.getControl(name="field.title")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'field.title'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 141, in forms.txt
Failed example:
    ctl.value = 'FooTitle'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[47]>", line 1, in <module>
        ctl.value = 'FooTitle'
    NameError: name 'ctl' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 142, in forms.txt
Failed example:
    ctl = browser.getControl(name="field.description")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[48]>", line 1, in <module>
        ctl = browser.getControl(name="field.description")
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'field.description'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 143, in forms.txt
Failed example:
    ctl.value = 'FooDescription'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[49]>", line 1, in <module>
        ctl.value = 'FooDescription'
    NameError: name 'ctl' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 144, in forms.txt
Failed example:
    browser.getControl(name="UPDATE_SUBMIT").click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[50]>", line 1, in <module>
        browser.getControl(name="UPDATE_SUBMIT").click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'UPDATE_SUBMIT'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 145, in forms.txt
Failed example:
    print browser.headers
Differences (ndiff with -expected +actual):
    - Status: 200 ...
    - ...
    + Status: 404 Not Found
    + Bobo-Exception-File: HTTPResponse.py
    + Bobo-Exception-Line: 718
    + Bobo-Exception-Type: <class 'zExceptions.NotFound'>
    + Bobo-Exception-Value: See the server error log for details
    + Content-Length: 754
    + Content-Type: text/html; charset=iso-8859-15
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 151, in forms.txt
Failed example:
    edittest.title
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[52]>", line 1, in <module>
        edittest.title
    NameError: name 'edittest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 153, in forms.txt
Failed example:
    edittest.description
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[53]>", line 1, in <module>
        edittest.description
    NameError: name 'edittest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 158, in forms.txt
Failed example:
    edittest._modified_flag
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[54]>", line 1, in <module>
        edittest._modified_flag
    NameError: name 'edittest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 160, in forms.txt
Failed example:
    del edittest._modified_flag
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[55]>", line 1, in <module>
        del edittest._modified_flag
    NameError: name 'edittest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 168, in forms.txt
Failed example:
    print http(r"""
    GET /test_folder_1_/ftf/+/addwidgetoverride.html HTTP/1.1
    """, handle_errors=False)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[56]>", line 3, in <module>
        """, handle_errors=False)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
        debug=not handle_errors,
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 455, in publish_module
        environ, debug, request, response)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 249, in publish_module_standard
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 127, in publish
        object=request.traverse(path, validated_hook=validated_hook)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/BaseRequest.py", line 525, in traverse
        return response.notFoundError(URL)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/HTTPResponse.py", line 718, in notFoundError
        "<p><b>Resource:</b> %s</p>" % escape(entry))
    NotFound:   <h2>Site Error</h2>
      <p>An error was encountered while publishing this resource.
      </p>
      <p><strong>Resource not found</strong></p>

      Sorry, the requested resource does not exist.<p>Check the URL and try again.</p><p><b>Resource:</b> http://localhost/test_folder_1_/ftf/+</p>
      <hr noshade="noshade"/>

      <p>Troubleshooting Suggestions</p>

      <ul>
      <li>The URL may be incorrect.</li>
      <li>The parameters passed to this resource may be incorrect.</li>
      <li>A resource that this resource relies on may be
          encountering an error.</li>
      </ul>

      <p>For more detailed information about the error, please
      refer to the error log.
      </p>

      <p>If the error persists please contact the site maintainer.
      Thank you for your patience.
      </p>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 176, in forms.txt
Failed example:
    print http(r"""
    POST /test_folder_1_/ftf/+/addwidgetoverride.html HTTP/1.1
    Authorization: Basic manager:r00t
    Content-Type: multipart/form-data; boundary=---------------------------968064918930967154199105236
    Content-Length: 527

    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.title"

    title2
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.description"

    Blah
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="UPDATE_SUBMIT"

    Add
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="add_input_name"

    edittest2
    -----------------------------968064918930967154199105236--
    """, handle_errors=False)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[57]>", line 24, in <module>
        """, handle_errors=False)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
        debug=not handle_errors,
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 455, in publish_module
        environ, debug, request, response)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 249, in publish_module_standard
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 127, in publish
        object=request.traverse(path, validated_hook=validated_hook)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/BaseRequest.py", line 525, in traverse
        return response.notFoundError(URL)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/HTTPResponse.py", line 718, in notFoundError
        "<p><b>Resource:</b> %s</p>" % escape(entry))
    NotFound:   <h2>Site Error</h2>
      <p>An error was encountered while publishing this resource.
      </p>
      <p><strong>Resource not found</strong></p>

      Sorry, the requested resource does not exist.<p>Check the URL and try again.</p><p><b>Resource:</b> http://localhost/test_folder_1_/ftf/+</p>
      <hr noshade="noshade"/>

      <p>Troubleshooting Suggestions</p>

      <ul>
      <li>The URL may be incorrect.</li>
      <li>The parameters passed to this resource may be incorrect.</li>
      <li>A resource that this resource relies on may be
          encountering an error.</li>
      </ul>

      <p>For more detailed information about the error, please
      refer to the error log.
      </p>

      <p>If the error persists please contact the site maintainer.
      Thank you for your patience.
      </p>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 208, in forms.txt
Failed example:
    edittest2 = self.folder.ftf.edittest2
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[58]>", line 1, in <module>
        edittest2 = self.folder.ftf.edittest2
    AttributeError: edittest2
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 209, in forms.txt
Failed example:
    edittest2.title
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[59]>", line 1, in <module>
        edittest2.title
    NameError: name 'edittest2' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 211, in forms.txt
Failed example:
    edittest2.description
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[60]>", line 1, in <module>
        edittest2.description
    NameError: name 'edittest2' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 213, in forms.txt
Failed example:
    edittest2._created_flag
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[61]>", line 1, in <module>
        edittest2._created_flag
    NameError: name 'edittest2' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 216, in forms.txt
Failed example:
    getattr(edittest2, '_modified_flag', False)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[62]>", line 1, in <module>
        getattr(edittest2, '_modified_flag', False)
    NameError: name 'edittest2' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 234, in forms.txt
Failed example:
    print http(r"""
    POST /test_folder_1_/ftf/+/addfieldcontent.html HTTP/1.1
    Authorization: Basic manager:r00t
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Content-Type: multipart/form-data; boundary=---------------------------968064918930967154199105236
    Content-Length: 418

    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.title"

    ChineseTitle
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.description"

    ChineseDescription
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.somenumber"

    %s
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="UPDATE_SUBMIT"

    Add
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="add_input_name"

    unicodetest
    -----------------------------968064918930967154199105236--
    """ % ni_hao, handle_errors=False)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[65]>", line 29, in <module>
        """ % ni_hao, handle_errors=False)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
        debug=not handle_errors,
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 455, in publish_module
        environ, debug, request, response)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 249, in publish_module_standard
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 127, in publish
        object=request.traverse(path, validated_hook=validated_hook)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/BaseRequest.py", line 525, in traverse
        return response.notFoundError(URL)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/HTTPResponse.py", line 718, in notFoundError
        "<p><b>Resource:</b> %s</p>" % escape(entry))
    NotFound:   <h2>Site Error</h2>
      <p>An error was encountered while publishing this resource.
      </p>
      <p><strong>Resource not found</strong></p>

      Sorry, the requested resource does not exist.<p>Check the URL and try again.</p><p><b>Resource:</b> http://localhost/test_folder_1_/ftf/+</p>
      <hr noshade="noshade"/>

      <p>Troubleshooting Suggestions</p>

      <ul>
      <li>The URL may be incorrect.</li>
      <li>The parameters passed to this resource may be incorrect.</li>
      <li>A resource that this resource relies on may be
          encountering an error.</li>
      </ul>

      <p>For more detailed information about the error, please
      refer to the error log.
      </p>

      <p>If the error persists please contact the site maintainer.
      Thank you for your patience.
      </p>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 271, in forms.txt
Failed example:
    print http(r"""
    POST /test_folder_1_/ftf/+/addfieldcontent.html HTTP/1.1
    Authorization: Basic manager:r00t
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Content-Type: multipart/form-data; boundary=---------------------------968064918930967154199105236
    Content-Length: 418

    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.title"

    %s
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.description"

    %s
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.somenumber"

    0
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="UPDATE_SUBMIT"

    Add
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="add_input_name"

    unicodetest
    -----------------------------968064918930967154199105236--
    """ % (ni_hao, wo_hen_hao), handle_errors=False)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[66]>", line 29, in <module>
        """ % (ni_hao, wo_hen_hao), handle_errors=False)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
        debug=not handle_errors,
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 455, in publish_module
        environ, debug, request, response)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 249, in publish_module_standard
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 127, in publish
        object=request.traverse(path, validated_hook=validated_hook)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/BaseRequest.py", line 525, in traverse
        return response.notFoundError(URL)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/HTTPResponse.py", line 718, in notFoundError
        "<p><b>Resource:</b> %s</p>" % escape(entry))
    NotFound:   <h2>Site Error</h2>
      <p>An error was encountered while publishing this resource.
      </p>
      <p><strong>Resource not found</strong></p>

      Sorry, the requested resource does not exist.<p>Check the URL and try again.</p><p><b>Resource:</b> http://localhost/test_folder_1_/ftf/+</p>
      <hr noshade="noshade"/>

      <p>Troubleshooting Suggestions</p>

      <ul>
      <li>The URL may be incorrect.</li>
      <li>The parameters passed to this resource may be incorrect.</li>
      <li>A resource that this resource relies on may be
          encountering an error.</li>
      </ul>

      <p>For more detailed information about the error, please
      refer to the error log.
      </p>

      <p>If the error persists please contact the site maintainer.
      Thank you for your patience.
      </p>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 308, in forms.txt
Failed example:
    unicodetest = self.folder.ftf.unicodetest
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[67]>", line 1, in <module>
        unicodetest = self.folder.ftf.unicodetest
    AttributeError: unicodetest
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 309, in forms.txt
Failed example:
    unicodetest.title == ni_hao.decode('utf-8')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[68]>", line 1, in <module>
        unicodetest.title == ni_hao.decode('utf-8')
    NameError: name 'unicodetest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 311, in forms.txt
Failed example:
    unicodetest.description == wo_hen_hao.decode('utf-8')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[69]>", line 1, in <module>
        unicodetest.description == wo_hen_hao.decode('utf-8')
    NameError: name 'unicodetest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 313, in forms.txt
Failed example:
    unicodetest.somenumber
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[70]>", line 1, in <module>
        unicodetest.somenumber
    NameError: name 'unicodetest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 319, in forms.txt
Failed example:
    print http(r"""
    POST /test_folder_1_/ftf/unicodetest/@@edit.html HTTP/1.1
    Authorization: Basic manager:r00t
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Content-Type: multipart/form-data; boundary=---------------------------968064918930967154199105236
    Content-Length: 418

    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.title"

    ChineseTitle
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.description"

    ChineseDescription
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.somenumber"

    %s
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="UPDATE_SUBMIT"

    Change
    -----------------------------968064918930967154199105236--
    """ % ni_hao, handle_errors=False)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[71]>", line 25, in <module>
        """ % ni_hao, handle_errors=False)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
        debug=not handle_errors,
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 455, in publish_module
        environ, debug, request, response)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 249, in publish_module_standard
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 127, in publish
        object=request.traverse(path, validated_hook=validated_hook)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/BaseRequest.py", line 525, in traverse
        return response.notFoundError(URL)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/HTTPResponse.py", line 718, in notFoundError
        "<p><b>Resource:</b> %s</p>" % escape(entry))
    NotFound:   <h2>Site Error</h2>
      <p>An error was encountered while publishing this resource.
      </p>
      <p><strong>Resource not found</strong></p>

      Sorry, the requested resource does not exist.<p>Check the URL and try again.</p><p><b>Resource:</b> http://localhost/test_folder_1_/ftf/unicodetest</p>
      <hr noshade="noshade"/>

      <p>Troubleshooting Suggestions</p>

      <ul>
      <li>The URL may be incorrect.</li>
      <li>The parameters passed to this resource may be incorrect.</li>
      <li>A resource that this resource relies on may be
          encountering an error.</li>
      </ul>

      <p>For more detailed information about the error, please
      refer to the error log.
      </p>

      <p>If the error persists please contact the site maintainer.
      Thank you for your patience.
      </p>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 351, in forms.txt
Failed example:
    unicodetest.title == ni_hao.decode('utf-8')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[72]>", line 1, in <module>
        unicodetest.title == ni_hao.decode('utf-8')
    NameError: name 'unicodetest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 353, in forms.txt
Failed example:
    unicodetest.description == wo_hen_hao.decode('utf-8')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[73]>", line 1, in <module>
        unicodetest.description == wo_hen_hao.decode('utf-8')
    NameError: name 'unicodetest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 355, in forms.txt
Failed example:
    unicodetest.somenumber
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[74]>", line 1, in <module>
        unicodetest.somenumber
    NameError: name 'unicodetest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 360, in forms.txt
Failed example:
    print http(r"""
    POST /test_folder_1_/ftf/unicodetest/@@edit.html HTTP/1.1
    Authorization: Basic manager:r00t
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Content-Type: multipart/form-data; boundary=---------------------------968064918930967154199105236
    Content-Length: 418

    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.title"

    %s
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.description"

    %s
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.somenumber"

    1
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="UPDATE_SUBMIT"

    Change
    -----------------------------968064918930967154199105236--
    """ % (wo_hen_hao, ni_hao), handle_errors=False)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[75]>", line 25, in <module>
        """ % (wo_hen_hao, ni_hao), handle_errors=False)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
        debug=not handle_errors,
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 455, in publish_module
        environ, debug, request, response)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 249, in publish_module_standard
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 127, in publish
        object=request.traverse(path, validated_hook=validated_hook)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/BaseRequest.py", line 525, in traverse
        return response.notFoundError(URL)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/HTTPResponse.py", line 718, in notFoundError
        "<p><b>Resource:</b> %s</p>" % escape(entry))
    NotFound:   <h2>Site Error</h2>
      <p>An error was encountered while publishing this resource.
      </p>
      <p><strong>Resource not found</strong></p>

      Sorry, the requested resource does not exist.<p>Check the URL and try again.</p><p><b>Resource:</b> http://localhost/test_folder_1_/ftf/unicodetest</p>
      <hr noshade="noshade"/>

      <p>Troubleshooting Suggestions</p>

      <ul>
      <li>The URL may be incorrect.</li>
      <li>The parameters passed to this resource may be incorrect.</li>
      <li>A resource that this resource relies on may be
          encountering an error.</li>
      </ul>

      <p>For more detailed information about the error, please
      refer to the error log.
      </p>

      <p>If the error persists please contact the site maintainer.
      Thank you for your patience.
      </p>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 390, in forms.txt
Failed example:
    unicodetest.title == wo_hen_hao.decode('utf-8')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[76]>", line 1, in <module>
        unicodetest.title == wo_hen_hao.decode('utf-8')
    NameError: name 'unicodetest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 392, in forms.txt
Failed example:
    unicodetest.description == ni_hao.decode('utf-8')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[77]>", line 1, in <module>
        unicodetest.description == ni_hao.decode('utf-8')
    NameError: name 'unicodetest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 394, in forms.txt
Failed example:
    unicodetest.somenumber
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[78]>", line 1, in <module>
        unicodetest.somenumber
    NameError: name 'unicodetest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 400, in forms.txt
Failed example:
    print http(r"""
    POST /test_folder_1_/ftf/unicodetest/@@edit.html HTTP/1.1
    Authorization: Basic manager:r00t
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Content-Type: multipart/form-data; boundary=---------------------------968064918930967154199105236
    Content-Length: 418

    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.title"

    %s
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.description"

    %s
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.somenumber"

    1
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.somelist.add"

    Add Some item
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.somelist.count"

    0
    -----------------------------968064918930967154199105236--
    """ % (wo_hen_hao, ni_hao), handle_errors=False)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[79]>", line 29, in <module>
        """ % (wo_hen_hao, ni_hao), handle_errors=False)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
        debug=not handle_errors,
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 455, in publish_module
        environ, debug, request, response)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 249, in publish_module_standard
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 127, in publish
        object=request.traverse(path, validated_hook=validated_hook)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/BaseRequest.py", line 525, in traverse
        return response.notFoundError(URL)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/HTTPResponse.py", line 718, in notFoundError
        "<p><b>Resource:</b> %s</p>" % escape(entry))
    NotFound:   <h2>Site Error</h2>
      <p>An error was encountered while publishing this resource.
      </p>
      <p><strong>Resource not found</strong></p>

      Sorry, the requested resource does not exist.<p>Check the URL and try again.</p><p><b>Resource:</b> http://localhost/test_folder_1_/ftf/unicodetest</p>
      <hr noshade="noshade"/>

      <p>Troubleshooting Suggestions</p>

      <ul>
      <li>The URL may be incorrect.</li>
      <li>The parameters passed to this resource may be incorrect.</li>
      <li>A resource that this resource relies on may be
          encountering an error.</li>
      </ul>

      <p>For more detailed information about the error, please
      refer to the error log.
      </p>

      <p>If the error persists please contact the site maintainer.
      Thank you for your patience.
      </p>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 438, in forms.txt
Failed example:
    print http(r"""
    POST /test_folder_1_/ftf/unicodetest/@@edit.html HTTP/1.1
    Authorization: Basic manager:r00t
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Content-Type: multipart/form-data; boundary=---------------------------968064918930967154199105236
    Content-Length: 418

    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.title"

    %s
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.description"

    %s
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.somenumber"

    1
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.somelist.0."

    %s
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="field.somelist.count"

    1
    -----------------------------968064918930967154199105236
    Content-Disposition: form-data; name="UPDATE_SUBMIT"

    Change
    -----------------------------968064918930967154199105236--
    """ % (wo_hen_hao, ni_hao, de_guo), handle_errors=False)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[81]>", line 33, in <module>
        """ % (wo_hen_hao, ni_hao, de_guo), handle_errors=False)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
        debug=not handle_errors,
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 455, in publish_module
        environ, debug, request, response)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 249, in publish_module_standard
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 127, in publish
        object=request.traverse(path, validated_hook=validated_hook)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/BaseRequest.py", line 525, in traverse
        return response.notFoundError(URL)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/HTTPResponse.py", line 718, in notFoundError
        "<p><b>Resource:</b> %s</p>" % escape(entry))
    NotFound:   <h2>Site Error</h2>
      <p>An error was encountered while publishing this resource.
      </p>
      <p><strong>Resource not found</strong></p>

      Sorry, the requested resource does not exist.<p>Check the URL and try again.</p><p><b>Resource:</b> http://localhost/test_folder_1_/ftf/unicodetest</p>
      <hr noshade="noshade"/>

      <p>Troubleshooting Suggestions</p>

      <ul>
      <li>The URL may be incorrect.</li>
      <li>The parameters passed to this resource may be incorrect.</li>
      <li>A resource that this resource relies on may be
          encountering an error.</li>
      </ul>

      <p>For more detailed information about the error, please
      refer to the error log.
      </p>

      <p>If the error persists please contact the site maintainer.
      Thank you for your patience.
      </p>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 476, in forms.txt
Failed example:
    unicodetest.somelist == [de_guo.decode('utf-8')]
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[82]>", line 1, in <module>
        unicodetest.somelist == [de_guo.decode('utf-8')]
    NameError: name 'unicodetest' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/forms.txt", line 490, in forms.txt
Failed example:
    print http(r"""
    GET /test_folder_1_/ftf/objecttest/@@edit.html HTTP/1.1
    """, handle_errors=False)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest forms.txt[85]>", line 3, in <module>
        """, handle_errors=False)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
        debug=not handle_errors,
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 455, in publish_module
        environ, debug, request, response)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 249, in publish_module_standard
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/Publish.py", line 127, in publish
        object=request.traverse(path, validated_hook=validated_hook)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/BaseRequest.py", line 525, in traverse
        return response.notFoundError(URL)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/ZPublisher/HTTPResponse.py", line 718, in notFoundError
        "<p><b>Resource:</b> %s</p>" % escape(entry))
    NotFound:   <h2>Site Error</h2>
      <p>An error was encountered while publishing this resource.
      </p>
      <p><strong>Resource not found</strong></p>

      Sorry, the requested resource does not exist.<p>Check the URL and try again.</p><p><b>Resource:</b> http://localhost/test_folder_1_/ftf/objecttest/@@edit.html</p>
      <hr noshade="noshade"/>

      <p>Troubleshooting Suggestions</p>

      <ul>
      <li>The URL may be incorrect.</li>
      <li>The parameters passed to this resource may be incorrect.</li>
      <li>A resource that this resource relies on may be
          encountering an error.</li>
      </ul>

      <p>For more detailed information about the error, please
      refer to the error log.
      </p>

      <p>If the error persists please contact the site maintainer.
      Thank you for your patience.
      </p>


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  five.intid.README.txt

Error Message:
Failed doctest test for README.txt

Stack Trace:
Failed doctest test for README.txt
  File "/home/jenkins/.buildout/eggs/five.intid-1.0.3-py2.6.egg/five/intid/README.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.intid-1.0.3-py2.6.egg/five/intid/README.txt", line 15, in README.txt
Failed example:
    tests.setUp(self.app)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[7]>", line 1, in <module>
        tests.setUp(self.app)
      File "/home/jenkins/.buildout/eggs/five.intid-1.0.3-py2.6.egg/five/intid/tests.py", line 28, in setUp
        zcml.load_config('configure.zcml', Products.Five)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
        _context = xmlconfig.file(config, package, _context, execute=execute)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
        include(context, name, package)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
        args = toargs(context, *self.argdata)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
        args[str(name)] = field.fromUnicode(s)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
        raise schema.ValidationError(v)
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
        ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  five.localsitemanager.browser.txt

Error Message:
Failed doctest test for browser.txt

Stack Trace:
Failed doctest test for browser.txt
  File "/home/jenkins/.buildout/eggs/five.localsitemanager-2.0.5-py2.6.egg/five/localsitemanager/browser.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.localsitemanager-2.0.5-py2.6.egg/five/localsitemanager/browser.txt", line 24, in browser.txt
Failed example:
    load_config('configure.zcml', package=Products.Five)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[5]>", line 1, in <module>
        load_config('configure.zcml', package=Products.Five)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
        _context = xmlconfig.file(config, package, _context, execute=execute)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
        include(context, name, package)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
        args = toargs(context, *self.argdata)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
        args[str(name)] = field.fromUnicode(s)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
        raise schema.ValidationError(v)
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
        ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.localsitemanager-2.0.5-py2.6.egg/five/localsitemanager/browser.txt", line 25, in browser.txt
Failed example:
    load_config('configure.zcml', package=five.localsitemanager)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[6]>", line 1, in <module>
        load_config('configure.zcml', package=five.localsitemanager)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
        _context = xmlconfig.file(config, package, _context, execute=execute)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
        include(context, name, package)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 338, in start_element_ns
        AttributesNSImpl(newattrs, qnames))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 232, in startElementNS
        self.context.begin(name, data, info)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 555, in begin
        self.stack.append(self.stack[-1].contained(__name, __data, __info))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 856, in contained
        return RootStackItem.contained(self, name, data, info)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 724, in contained
        factory = self.context.factory(self.context, name)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 501, in factory
        raise ConfigurationError("Unknown directive", ns, n)
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/five.localsitemanager-2.0.5-py2.6.egg/five/localsitemanager/configure.zcml", line 5.2
        ConfigurationError: ('Unknown directive', u'http://namespaces.zope.org/zope', u'subscriber')
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.localsitemanager-2.0.5-py2.6.egg/five/localsitemanager/browser.txt", line 26, in browser.txt
Failed example:
    load_string('<includeOverrides package="five.localsitemanager" file="overrides.zcml" />')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[7]>", line 1, in <module>
        load_string('<includeOverrides package="five.localsitemanager" file="overrides.zcml" />')
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 64, in load_string
        _context = xmlconfig.string(s, _context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 666, in string
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 604, in includeOverrides
        include(_context, file, package, files)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 338, in start_element_ns
        AttributesNSImpl(newattrs, qnames))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 232, in startElementNS
        self.context.begin(name, data, info)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 555, in begin
        self.stack.append(self.stack[-1].contained(__name, __data, __info))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 856, in contained
        return RootStackItem.contained(self, name, data, info)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 724, in contained
        factory = self.context.factory(self.context, name)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 501, in factory
        raise ConfigurationError("Unknown directive", ns, n)
    ZopeXMLConfigurationError: File "<string>", line 1.0-1.74
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/five.localsitemanager-2.0.5-py2.6.egg/five/localsitemanager/overrides.zcml", line 5.2
        ConfigurationError: ('Unknown directive', u'http://namespaces.zope.org/browser', u'page')
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.localsitemanager-2.0.5-py2.6.egg/five/localsitemanager/browser.txt", line 61, in browser.txt
Failed example:
    browser.open('http://localhost/folder/components.html')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[17]>", line 1, in <module>
        browser.open('http://localhost/folder/components.html')
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 255, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.localsitemanager-2.0.5-py2.6.egg/five/localsitemanager/browser.txt", line 62, in browser.txt
Failed example:
    browser.getControl('Make site').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[18]>", line 1, in <module>
        browser.getControl('Make site').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Make site'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.localsitemanager-2.0.5-py2.6.egg/five/localsitemanager/browser.txt", line 67, in browser.txt
Failed example:
    '<dd class="sitemanager-trail">Global Registry => <PersistentComponents /folder></dd>' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.localsitemanager-2.0.5-py2.6.egg/five/localsitemanager/browser.txt", line 74, in browser.txt
Failed example:
    browser.open('http://localhost/folder/subfolder/components.html')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[21]>", line 1, in <module>
        browser.open('http://localhost/folder/subfolder/components.html')
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 255, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.localsitemanager-2.0.5-py2.6.egg/five/localsitemanager/browser.txt", line 75, in browser.txt
Failed example:
    browser.getControl('Make site').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[22]>", line 1, in <module>
        browser.getControl('Make site').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Make site'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.localsitemanager-2.0.5-py2.6.egg/five/localsitemanager/browser.txt", line 77, in browser.txt
Failed example:
    '<dd class="sitemanager-trail">Global Registry => <PersistentComponents /folder> => <PersistentComponents /folder/subfolder></dd>' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.app.form.inline_validation.txt

Error Message:
File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55

Stack Trace:
File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
    ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')

  File "/usr/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/usr/lib/python2.6/doctest.py", line 2131, in setUp
    self._dt_setUp(test)
  File "/home/jenkins/.buildout/eggs/plone.app.form-2.2.7-py2.6.egg/plone/app/form/tests/test_doctests.py", line 21, in setUp
    zcml.load_config('configure.zcml', Products.Five)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
    _context = xmlconfig.file(config, package, _context, execute=execute)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
    include(context, name, package)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
    actions = self.handler(context, **args)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
    actions = self.handler(context, **args)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
    args = toargs(context, *self.argdata)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
    raise schema.ValidationError(v)


FAILED:  plone.app.form.widgets.checkboxwidget.txt

Error Message:
File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55

Stack Trace:
File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
    ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')

  File "/usr/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/usr/lib/python2.6/doctest.py", line 2131, in setUp
    self._dt_setUp(test)
  File "/home/jenkins/.buildout/eggs/plone.app.form-2.2.7-py2.6.egg/plone/app/form/tests/test_widgets.py", line 18, in setUp
    zcml.load_config('configure.zcml', Products.Five)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
    _context = xmlconfig.file(config, package, _context, execute=execute)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
    include(context, name, package)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
    actions = self.handler(context, **args)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
    actions = self.handler(context, **args)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
    args = toargs(context, *self.argdata)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
    raise schema.ValidationError(v)


FAILED:  plone.app.form.widgets.uberselectionwidget.txt

Error Message:
File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55

Stack Trace:
File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
    ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')

  File "/usr/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/usr/lib/python2.6/doctest.py", line 2131, in setUp
    self._dt_setUp(test)
  File "/home/jenkins/.buildout/eggs/plone.app.form-2.2.7-py2.6.egg/plone/app/form/tests/test_widgets.py", line 18, in setUp
    zcml.load_config('configure.zcml', Products.Five)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
    _context = xmlconfig.file(config, package, _context, execute=execute)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
    include(context, name, package)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
    actions = self.handler(context, **args)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
    actions = self.handler(context, **args)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
    args = toargs(context, *self.argdata)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
    raise schema.ValidationError(v)


FAILED:  plone.app.testing.helpers.rst

Error Message:
Failed doctest test for helpers.rst

Stack Trace:
Failed doctest test for helpers.rst
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.testing/plone/app/testing/helpers.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.testing/plone/app/testing/helpers.rst", line 117, in helpers.rst
Failed example:
    runner.setup_layer(options, HELPER_DEMOS_INTEGRATION_TESTING, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest helpers.rst[11]>", line 1, in <module>
        runner.setup_layer(options, HELPER_DEMOS_INTEGRATION_TESTING, setupLayers)
      File "/home/jenkins/.buildout/eggs/zope.testing-3.9.7-py2.6.egg/zope/testing/testrunner/runner.py", line 628, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/zope.testing-3.9.7-py2.6.egg/zope/testing/testrunner/runner.py", line 628, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/zope.testing-3.9.7-py2.6.egg/zope/testing/testrunner/runner.py", line 628, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/zope.testing-3.9.7-py2.6.egg/zope/testing/testrunner/runner.py", line 633, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/plone.testing-4.1.2-py2.6.egg/plone/testing/z2.py", line 350, in setUp
        self.setUpZCML()
      File "/home/jenkins/.buildout/eggs/plone.testing-4.1.2-py2.6.egg/plone/testing/z2.py", line 724, in setUpZCML
        """, context=context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 666, in string
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 338, in start_element_ns
        AttributesNSImpl(newattrs, qnames))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 232, in startElementNS
        self.context.begin(name, data, info)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 555, in begin
        self.stack.append(self.stack[-1].contained(__name, __data, __info))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 856, in contained
        return RootStackItem.contained(self, name, data, info)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 724, in contained
        factory = self.context.factory(self.context, name)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 501, in factory
        raise ConfigurationError("Unknown directive", ns, n)
    ZopeXMLConfigurationError: File "<string>", line 6.4
        ConfigurationError: ('Unknown directive', u'http://namespaces.zope.org/meta', u'redefinePermission')


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.app.testing.layers.rst

Error Message:
Failed doctest test for layers.rst

Stack Trace:
Failed doctest test for layers.rst
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.testing/plone/app/testing/layers.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.testing/plone/app/testing/layers.rst", line 46, in layers.rst
Failed example:
    runner.setup_layer(options, layers.PLONE_FIXTURE, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest layers.rst[4]>", line 1, in <module>
        runner.setup_layer(options, layers.PLONE_FIXTURE, setupLayers)
      File "/home/jenkins/.buildout/eggs/zope.testing-3.9.7-py2.6.egg/zope/testing/testrunner/runner.py", line 628, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/zope.testing-3.9.7-py2.6.egg/zope/testing/testrunner/runner.py", line 633, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/plone.testing-4.1.2-py2.6.egg/plone/testing/z2.py", line 350, in setUp
        self.setUpZCML()
      File "/home/jenkins/.buildout/eggs/plone.testing-4.1.2-py2.6.egg/plone/testing/z2.py", line 724, in setUpZCML
        """, context=context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 666, in string
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 338, in start_element_ns
        AttributesNSImpl(newattrs, qnames))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 232, in startElementNS
        self.context.begin(name, data, info)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 555, in begin
        self.stack.append(self.stack[-1].contained(__name, __data, __info))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 856, in contained
        return RootStackItem.contained(self, name, data, info)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 724, in contained
        factory = self.context.factory(self.context, name)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 501, in factory
        raise ConfigurationError("Unknown directive", ns, n)
    ZopeXMLConfigurationError: File "<string>", line 6.4
        ConfigurationError: ('Unknown directive', u'http://namespaces.zope.org/meta', u'redefinePermission')


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.app.viewletmanager.tests.manager.rst

Error Message:
Failed doctest test for manager.rst

Stack Trace:
Failed doctest test for manager.rst
  File "/home/jenkins/.buildout/eggs/plone.app.viewletmanager-2.0.10-py2.6.egg/plone/app/viewletmanager/tests/manager.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.viewletmanager-2.0.10-py2.6.egg/plone/app/viewletmanager/tests/manager.rst", line 38, in manager.rst
Failed example:
    from zope.viewlet.interfaces import IViewletManager
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest manager.rst[14]>", line 1, in <module>
        from zope.viewlet.interfaces import IViewletManager
    ImportError: No module named viewlet.interfaces


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.autoform.tests.subform.txt

Error Message:
Failed doctest test for subform.txt

Stack Trace:
Failed doctest test for subform.txt
  File "/home/jenkins/.buildout/eggs/plone.autoform-1.6.2-py2.6.egg/plone/autoform/tests/subform.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.autoform-1.6.2-py2.6.egg/plone/autoform/tests/subform.txt", line 37, in subform.txt
Failed example:
    xmlconfig.xmlconfig(StringIO(configuration))
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest subform.txt[7]>", line 1, in <module>
        xmlconfig.xmlconfig(StringIO(configuration))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 713, in xmlconfig
        processxmlfile(file, context, testing=testing)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
        args = toargs(context, *self.argdata)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
        args[str(name)] = field.fromUnicode(s)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
        raise schema.ValidationError(v)
    ZopeXMLConfigurationError: File "<string>", line 3.4-3.61
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
        ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.rfc822.supermodel.rst

Error Message:
Failed doctest test for supermodel.rst

Stack Trace:
Failed doctest test for supermodel.rst
  File "/home/jenkins/.buildout/eggs/plone.rfc822-1.1.3-py2.6.egg/plone/rfc822/supermodel.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.rfc822-1.1.3-py2.6.egg/plone/rfc822/supermodel.rst", line 22, in supermodel.rst
Failed example:
    xmlconfig.xmlconfig(StringIO(configuration))
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest supermodel.rst[3]>", line 1, in <module>
        xmlconfig.xmlconfig(StringIO(configuration))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 713, in xmlconfig
        processxmlfile(file, context, testing=testing)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
        args = toargs(context, *self.argdata)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
        args[str(name)] = field.fromUnicode(s)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
        raise schema.ValidationError(v)
    ZopeXMLConfigurationError: File "<string>", line 3.4-3.61
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
        ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.testing.z2.rst

Error Message:
Failed doctest test for z2.rst

Stack Trace:
Failed doctest test for z2.rst
  File "/home/jenkins/.buildout/eggs/plone.testing-4.1.2-py2.6.egg/plone/testing/z2.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.testing-4.1.2-py2.6.egg/plone/testing/z2.rst", line 46, in z2.rst
Failed example:
    runner.setup_layer(options, z2.STARTUP, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest z2.rst[10]>", line 1, in <module>
        runner.setup_layer(options, z2.STARTUP, setupLayers)
      File "/home/jenkins/.buildout/eggs/zope.testrunner-4.4.4-py2.6.egg/zope/testrunner/runner.py", line 713, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/plone.testing-4.1.2-py2.6.egg/plone/testing/z2.py", line 350, in setUp
        self.setUpZCML()
      File "/home/jenkins/.buildout/eggs/plone.testing-4.1.2-py2.6.egg/plone/testing/z2.py", line 724, in setUpZCML
        """, context=context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 666, in string
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 338, in start_element_ns
        AttributesNSImpl(newattrs, qnames))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 232, in startElementNS
        self.context.begin(name, data, info)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 555, in begin
        self.stack.append(self.stack[-1].contained(__name, __data, __info))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 856, in contained
        return RootStackItem.contained(self, name, data, info)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 724, in contained
        factory = self.context.factory(self.context, name)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 501, in factory
        raise ConfigurationError("Unknown directive", ns, n)
    ZopeXMLConfigurationError: File "<string>", line 6.4
        ConfigurationError: ('Unknown directive', u'http://namespaces.zope.org/meta', u'redefinePermission')


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  .supermodel.txt

Error Message:
Failed doctest test for supermodel.txt

Stack Trace:
Failed doctest test for supermodel.txt
  File "/home/jenkins/.buildout/eggs/plone.autoform-1.6.2-py2.6.egg/plone/autoform/tests/../supermodel.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.autoform-1.6.2-py2.6.egg/plone/autoform/tests/../supermodel.txt", line 24, in supermodel.txt
Failed example:
    xmlconfig.xmlconfig(StringIO(configuration))
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest supermodel.txt[3]>", line 1, in <module>
        xmlconfig.xmlconfig(StringIO(configuration))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 713, in xmlconfig
        processxmlfile(file, context, testing=testing)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
        args = toargs(context, *self.argdata)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
        args[str(name)] = field.fromUnicode(s)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
        raise schema.ValidationError(v)
    ZopeXMLConfigurationError: File "<string>", line 3.4-3.61
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
        ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  .view.txt

Error Message:
Failed doctest test for view.txt

Stack Trace:
Failed doctest test for view.txt
  File "/home/jenkins/.buildout/eggs/plone.autoform-1.6.2-py2.6.egg/plone/autoform/tests/../view.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.autoform-1.6.2-py2.6.egg/plone/autoform/tests/../view.txt", line 20, in view.txt
Failed example:
    xmlconfig.xmlconfig(StringIO(configuration))
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest view.txt[3]>", line 1, in <module>
        xmlconfig.xmlconfig(StringIO(configuration))
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 713, in xmlconfig
        processxmlfile(file, context, testing=testing)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
        args = toargs(context, *self.argdata)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
        args[str(name)] = field.fromUnicode(s)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
        raise schema.ValidationError(v)
    ZopeXMLConfigurationError: File "<string>", line 3.4-3.61
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
        ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  five.formlib.tests.test_formlib.test_get_widgets_for_schema_fields

Error Message:
Failed doctest test for five.formlib.tests.test_formlib.test_get_widgets_for_schema_fields

Stack Trace:
Failed doctest test for five.formlib.tests.test_formlib.test_get_widgets_for_schema_fields
  File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/test_formlib.py", line 24, in test_get_widgets_for_schema_fields

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/five.formlib-1.0.4-py2.6.egg/five/formlib/tests/test_formlib.py", line 37, in five.formlib.tests.test_formlib.test_get_widgets_for_schema_fields
Failed example:
    zcml.load_config('configure.zcml', Products.Five)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest five.formlib.tests.test_formlib.test_get_widgets_for_schema_fields[2]>", line 1, in <module>
        zcml.load_config('configure.zcml', Products.Five)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
        _context = xmlconfig.file(config, package, _context, execute=execute)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
        include(context, name, package)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 706, in finish
        actions = self.handler(context, **args)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
        processxmlfile(f, context)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
        parser.parse(src)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
        xmlreader.IncrementalParser.parse(self, source)
      File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
        self.feed(buffer)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
        self._parser.Parse(data, isFinal)
      File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
        self._cont_handler.endElementNS(pair, None)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
        self.context.end()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
        self.stack.pop().finish()
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
        args = toargs(context, *self.argdata)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
        args[str(name)] = field.fromUnicode(s)
      File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 139, in fromUnicode
        raise schema.ValidationError(v)
    ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Products/Five/configure.zcml", line 4.2-4.55
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/configure.zcml", line 4.2-4.33
        ZopeXMLConfigurationError: File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/exclude.zcml", line 8.2-8.53
        ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zope has no global viewlet')


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.app.blob.tests.test_adapters.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.17-py2.6.egg/plone/app/blob/tests/test_adapters.py", line 4, in <module>
    from Products.ATContentTypes.content.image import ATImage
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/__init__.py", line 32, in <module>
    import Products.ATContentTypes.content
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/__init__.py", line 1, in <module>
    import Products.ATContentTypes.content.link
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/link.py", line 10, in <module>
    from Products.Archetypes.atapi import Schema
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.blob.tests.test_base_fields.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.17-py2.6.egg/plone/app/blob/tests/test_base_fields.py", line 3, in <module>
    from Products.Archetypes.public import BaseSchema, Schema, BaseContent
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.blob.tests.test_maintenance.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.17-py2.6.egg/plone/app/blob/tests/test_maintenance.py", line 3, in <module>
    from Products.ATContentTypes.interface import file as atfile
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/__init__.py", line 32, in <module>
    import Products.ATContentTypes.content
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/__init__.py", line 1, in <module>
    import Products.ATContentTypes.content.link
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/link.py", line 10, in <module>
    from Products.Archetypes.atapi import Schema
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.blob.tests.test_replacements.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.17-py2.6.egg/plone/app/blob/tests/test_replacements.py", line 5, in <module>
    from Products.Archetypes.atapi import ImageField, AnnotationStorage
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.blob.tests.test_scaling.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.17-py2.6.egg/plone/app/blob/tests/test_scaling.py", line 4, in <module>
    from plone.app.imaging.traverse import ImageTraverser
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/traverse.py", line 5, in <module>
    from Products.Archetypes.interfaces import IImageField
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.caching.tests.test_lastmodified.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.caching-1.1.12-py2.6.egg/plone/app/caching/tests/test_lastmodified.py", line 16, in <module>
    from plone.app.caching import lastmodified
  File "/home/jenkins/.buildout/eggs/plone.app.caching-1.1.12-py2.6.egg/plone/app/caching/lastmodified.py", line 22, in <module>
    from Products.Archetypes.Field import Image as ImageScale
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.caching.tests.test_purge.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.caching-1.1.12-py2.6.egg/plone/app/caching/tests/test_purge.py", line 37, in <module>
    from Products.Archetypes import atapi
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.collection.tests.test_collection.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.collection-1.0.15-py2.6.egg/plone/app/collection/tests/test_collection.py", line 6, in <module>
    from Products.Archetypes.Marshall import parseRFC822
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.contentmenu.tests.TestDisplayViewsMenu.testInterface

Error Message:
File "/home/jenkins/.buildout/eggs/plone.app.contentmenu-2.0.12-py2.6.egg/plone/app/contentmenu/configure.zcml", line 15.2-19.6

Stack Trace:
File "/home/jenkins/.buildout/eggs/plone.app.contentmenu-2.0.12-py2.6.egg/plone/app/contentmenu/configure.zcml", line 15.2-19.6
    ImportError: No module named viewlet.interfaces

  File "/usr/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/plone.app.contentmenu-2.0.12-py2.6.egg/plone/app/contentmenu/tests.py", line 618, in setUp
    zcml.load_config('configure.zcml', plone.app.contentmenu)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
    _context = xmlconfig.file(config, package, _context, execute=execute)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
    include(context, name, package)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 359, in endElementNS
    self.context.end()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 558, in end
    self.stack.pop().finish()
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 705, in finish
    args = toargs(context, *self.argdata)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/fields.py", line 137, in fromUnicode
    value = self.context.resolve(name)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 179, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/jenkins/.buildout/eggs/plone.app.contentmenu-2.0.12-py2.6.egg/plone/app/contentmenu/menu.py", line 4, in <module>
    from plone.app.content.browser.folderfactories import _allowedTypes
  File "/home/jenkins/.buildout/eggs/plone.app.content-2.1.7-py2.6.egg/plone/app/content/browser/folderfactories.py", line 15, in <module>
    from plone.app.content.browser.interfaces import IFolderContentsView
  File "/home/jenkins/.buildout/eggs/plone.app.content-2.1.7-py2.6.egg/plone/app/content/browser/interfaces.py", line 3, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.contentmenu.tests.TestDisplayViewsMenu.testNonExisting

Error Message:
File "/home/jenkins/.buildout/eggs/plone.app.contentmenu-2.0.12-py2.6.egg/plone/app/contentmenu/tests.zcml", line 6.0

Stack Trace:
File "/home/jenkins/.buildout/eggs/plone.app.contentmenu-2.0.12-py2.6.egg/plone/app/contentmenu/tests.zcml", line 6.0
    ConfigurationError: ('Invalid value for', 'menu', "ImportError: Couldn't import plone_displayviews, No module named plone_displayviews")

  File "/usr/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/plone.app.contentmenu-2.0.12-py2.6.egg/plone/app/contentmenu/tests.py", line 619, in setUp
    zcml.load_config('tests.zcml', plone.app.contentmenu)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.6.egg/Zope2/App/zcml.py", line 55, in load_config
    _context = xmlconfig.file(config, package, _context, execute=execute)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 649, in file
    include(context, name, package)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 548, in include
    processxmlfile(f, context)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 380, in processxmlfile
    parser.parse(src)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 338, in start_element_ns
    AttributesNSImpl(newattrs, qnames))
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/xmlconfig.py", line 232, in startElementNS
    self.context.begin(name, data, info)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 555, in begin
    self.stack.append(self.stack[-1].contained(__name, __data, __info))
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 856, in contained
    return RootStackItem.contained(self, name, data, info)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 727, in contained
    adapter = factory(self.context, data, info)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1224, in factory
    return ComplexStackItem(self, context, data, info)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 970, in __init__
    args = toargs(newcontext, meta.schema, data)
  File "/home/jenkins/.buildout/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py", line 1397, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/jenkins/.buildout/eggs/zope.browsermenu-3.9.1-py2.6.egg/zope/browsermenu/field.py", line 106, in fromUnicode
    raise ValidationError(v)


FAILED:  plone.app.contentmenu.tests.TestDisplayViewsMenu.testSimpleAction

Error Message:
(<InterfaceClass zope.browsermenu.interfaces.IBrowserMenu>, 'plone_displayviews')

Stack Trace:
(<InterfaceClass zope.browsermenu.interfaces.IBrowserMenu>, 'plone_displayviews')

  File "/usr/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/plone.app.contentmenu-2.0.12-py2.6.egg/plone/app/contentmenu/tests.py", line 620, in setUp
    self.menu = getUtility(IBrowserMenu, 'plone_displayviews')
  File "/home/jenkins/.buildout/eggs/zope.component-3.9.5-py2.6.egg/zope/component/_api.py", line 169, in getUtility
    raise ComponentLookupError(interface, name)


FAILED:  plone.app.contentmenu.tests.TestDisplayViewsMenu.testViewAction

Error Message:
(<InterfaceClass zope.browsermenu.interfaces.IBrowserMenu>, 'plone_displayviews')

Stack Trace:
(<InterfaceClass zope.browsermenu.interfaces.IBrowserMenu>, 'plone_displayviews')

  File "/usr/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/plone.app.contentmenu-2.0.12-py2.6.egg/plone/app/contentmenu/tests.py", line 620, in setUp
    self.menu = getUtility(IBrowserMenu, 'plone_displayviews')
  File "/home/jenkins/.buildout/eggs/zope.component-3.9.5-py2.6.egg/zope/component/_api.py", line 169, in getUtility
    raise ComponentLookupError(interface, name)


FAILED:  plone.app.discussion.tests.test_comment.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.discussion-2.2.20-py2.6.egg/plone/app/discussion/tests/test_comment.py", line 21, in <module>
    from plone.app.discussion.browser.comment import View
  File "/home/jenkins/.buildout/eggs/plone.app.discussion-2.2.20-py2.6.egg/plone/app/discussion/browser/comment.py", line 10, in <module>
    from comments import CommentForm
  File "/home/jenkins/.buildout/eggs/plone.app.discussion-2.2.20-py2.6.egg/plone/app/discussion/browser/comments.py", line 29, in <module>
    from plone.app.layout.viewlets.common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.discussion.tests.test_comments_viewlet.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.discussion-2.2.20-py2.6.egg/plone/app/discussion/tests/test_comments_viewlet.py", line 34, in <module>
    from plone.app.discussion.browser.comments import CommentsViewlet
  File "/home/jenkins/.buildout/eggs/plone.app.discussion-2.2.20-py2.6.egg/plone/app/discussion/browser/comments.py", line 29, in <module>
    from plone.app.layout.viewlets.common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.folder.tests.test_migration.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.folder-1.1.2-py2.6.egg/plone/app/folder/tests/test_migration.py", line 4, in <module>
    from Products.ATContentTypes.content.document import ATDocument
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/__init__.py", line 32, in <module>
    import Products.ATContentTypes.content
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/__init__.py", line 1, in <module>
    import Products.ATContentTypes.content.link
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/link.py", line 10, in <module>
    from Products.Archetypes.atapi import Schema
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.folder.tests.test_nogopip.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.folder-1.1.2-py2.6.egg/plone/app/folder/tests/test_nogopip.py", line 2, in <module>
    from plone.app.folder.tests.content import UnorderedFolder
  File "/home/jenkins/.buildout/eggs/plone.app.folder-1.1.2-py2.6.egg/plone/app/folder/tests/content.py", line 4, in <module>
    from Products.ATContentTypes.config import PROJECTNAME
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/__init__.py", line 32, in <module>
    import Products.ATContentTypes.content
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/__init__.py", line 1, in <module>
    import Products.ATContentTypes.content.link
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/link.py", line 10, in <module>
    from Products.Archetypes.atapi import Schema
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.folder.tests.test_partialordering_integration.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.folder-1.1.2-py2.6.egg/plone/app/folder/tests/test_partialordering_integration.py", line 2, in <module>
    from Products.ATContentTypes.content.document import ATDocument
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/__init__.py", line 32, in <module>
    import Products.ATContentTypes.content
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/__init__.py", line 1, in <module>
    import Products.ATContentTypes.content.link
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/link.py", line 10, in <module>
    from Products.Archetypes.atapi import Schema
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.i18n.locales.browser.tests.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces



FAILED:  plone.app.imaging.tests.test_doctests.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/tests/test_doctests.py", line 7, in <module>
    from plone.app.imaging.tests.base import ImagingFunctionalTestCase
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/tests/base.py", line 3, in <module>
    from plone.app.imaging import testing
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/testing.py", line 5, in <module>
    from plone.app.imaging.monkey import unpatchImageField
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/monkey.py", line 4, in <module>
    from plone.app.imaging.interfaces import IImageScaleHandler
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/interfaces.py", line 1, in <module>
    from Products.Archetypes.interfaces import IBaseObject as IATBaseObject
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.imaging.tests.test_new_scaling.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/tests/test_new_scaling.py", line 1, in <module>
    from plone.app.imaging.tests.base import ImagingTestCase
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/tests/base.py", line 3, in <module>
    from plone.app.imaging import testing
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/testing.py", line 5, in <module>
    from plone.app.imaging.monkey import unpatchImageField
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/monkey.py", line 4, in <module>
    from plone.app.imaging.interfaces import IImageScaleHandler
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/interfaces.py", line 1, in <module>
    from Products.Archetypes.interfaces import IBaseObject as IATBaseObject
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.imaging.tests.test_properties.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/tests/test_properties.py", line 1, in <module>
    from plone.app.imaging.tests.base import ImagingTestCase
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/tests/base.py", line 3, in <module>
    from plone.app.imaging import testing
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/testing.py", line 5, in <module>
    from plone.app.imaging.monkey import unpatchImageField
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/monkey.py", line 4, in <module>
    from plone.app.imaging.interfaces import IImageScaleHandler
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/interfaces.py", line 1, in <module>
    from Products.Archetypes.interfaces import IBaseObject as IATBaseObject
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.imaging.tests.test_scaling.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/tests/test_scaling.py", line 2, in <module>
    from plone.app.imaging.tests.base import ImagingTestCase
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/tests/base.py", line 3, in <module>
    from plone.app.imaging import testing
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/testing.py", line 5, in <module>
    from plone.app.imaging.monkey import unpatchImageField
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/monkey.py", line 4, in <module>
    from plone.app.imaging.interfaces import IImageScaleHandler
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/interfaces.py", line 1, in <module>
    from Products.Archetypes.interfaces import IBaseObject as IATBaseObject
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.imaging.tests.test_setup.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/tests/test_setup.py", line 2, in <module>
    from Products.Archetypes.interfaces import IImageField
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.imaging.tests.test_traverse.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/tests/test_traverse.py", line 6, in <module>
    from plone.app.imaging.interfaces import IImageScaleHandler
  File "/home/jenkins/.buildout/eggs/plone.app.imaging-1.0.13-py2.6.egg/plone/app/imaging/interfaces.py", line 1, in <module>
    from Products.Archetypes.interfaces import IBaseObject as IATBaseObject
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.iterate.tests.test_iterate.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.iterate-2.1.18-py2.6.egg/plone/app/iterate/tests/test_iterate.py", line 30, in <module>
    from plone.app.iterate.interfaces import ICheckinCheckoutPolicy
  File "/home/jenkins/.buildout/eggs/plone.app.iterate-2.1.18-py2.6.egg/plone/app/iterate/interfaces.py", line 33, in <module>
    from Products.Archetypes.interfaces import IReference
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.layout.links.tests.test_rssviewlet.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/links/tests/test_rssviewlet.py", line 4, in <module>
    from plone.app.layout.viewlets.tests.base import ViewletsTestCase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.presentation.tests.test_presentation.TestPresentationView.test_content_h1

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 77, in test_content_h1
    view = self._makeOne('<h1>Test</h1><p>Foo</p><h2>foo</h2>', True)
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 32, in _makeOne
    from plone.app.layout.presentation.presentation import PresentationView
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/presentation.py", line 10, in <module>
    from plone.app.layout.viewlets.common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.presentation.tests.test_presentation.TestPresentationView.test_content_h1_w_class

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 81, in test_content_h1_w_class
    view = self._makeOne('<h1 class="foo">Bar</h1>', True)
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 32, in _makeOne
    from plone.app.layout.presentation.presentation import PresentationView
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/presentation.py", line 10, in <module>
    from plone.app.layout.viewlets.common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.presentation.tests.test_presentation.TestPresentationView.test_content_h2

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 85, in test_content_h2
    view = self._makeOne('<h2>Test</h2><p>Foo</p>', True)
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 32, in _makeOne
    from plone.app.layout.presentation.presentation import PresentationView
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/presentation.py", line 10, in <module>
    from plone.app.layout.viewlets.common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.presentation.tests.test_presentation.TestPresentationView.test_enabled_h1_turned_off

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 45, in test_enabled_h1_turned_off
    view = self._makeOne('<h1>Test</h1><p>Foo</p><h2>foo</h2>', False)
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 32, in _makeOne
    from plone.app.layout.presentation.presentation import PresentationView
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/presentation.py", line 10, in <module>
    from plone.app.layout.viewlets.common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.presentation.tests.test_presentation.TestPresentationView.test_enabled_h1_turned_on

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 41, in test_enabled_h1_turned_on
    view = self._makeOne('<h1>Test</h1><p>Foo</p><h2>foo</h2>', True)
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 32, in _makeOne
    from plone.app.layout.presentation.presentation import PresentationView
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/presentation.py", line 10, in <module>
    from plone.app.layout.viewlets.common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.presentation.tests.test_presentation.TestPresentationView.test_enabled_h1_w_class

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 73, in test_enabled_h1_w_class
    view = self._makeOne('<h1 class="foo">Bar</h1>', True)
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 32, in _makeOne
    from plone.app.layout.presentation.presentation import PresentationView
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/presentation.py", line 10, in <module>
    from plone.app.layout.viewlets.common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.presentation.tests.test_presentation.TestPresentationView.test_enabled_h2_turned_off

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 53, in test_enabled_h2_turned_off
    view = self._makeOne('<h2>Test</h2><p>Foo</p>', False)
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 32, in _makeOne
    from plone.app.layout.presentation.presentation import PresentationView
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/presentation.py", line 10, in <module>
    from plone.app.layout.viewlets.common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.presentation.tests.test_presentation.TestPresentationView.test_enabled_h2_turned_on

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 49, in test_enabled_h2_turned_on
    view = self._makeOne('<h2>Test</h2><p>Foo</p>', True)
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 32, in _makeOne
    from plone.app.layout.presentation.presentation import PresentationView
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/presentation.py", line 10, in <module>
    from plone.app.layout.viewlets.common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.presentation.tests.test_presentation.TestPresentationView.test_enabled_h5_turned_off

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 61, in test_enabled_h5_turned_off
    view = self._makeOne('<h5>Bar</h5><p>Foo</p>', False)
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 32, in _makeOne
    from plone.app.layout.presentation.presentation import PresentationView
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/presentation.py", line 10, in <module>
    from plone.app.layout.viewlets.common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.presentation.tests.test_presentation.TestPresentationView.test_enabled_h5_turned_on

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 57, in test_enabled_h5_turned_on
    view = self._makeOne('<h5>Bar</h5><p>Foo</p>', True)
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 32, in _makeOne
    from plone.app.layout.presentation.presentation import PresentationView
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/presentation.py", line 10, in <module>
    from plone.app.layout.viewlets.common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.presentation.tests.test_presentation.TestPresentationView.test_enabled_p_turned_off

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 69, in test_enabled_p_turned_off
    view = self._makeOne('<p>Foo</p>', False)
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 32, in _makeOne
    from plone.app.layout.presentation.presentation import PresentationView
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/presentation.py", line 10, in <module>
    from plone.app.layout.viewlets.common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.presentation.tests.test_presentation.TestPresentationView.test_enabled_p_turned_on

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 65, in test_enabled_p_turned_on
    view = self._makeOne('<p>Foo</p>', True)
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/tests/test_presentation.py", line 32, in _makeOne
    from plone.app.layout.presentation.presentation import PresentationView
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/presentation/presentation.py", line 10, in <module>
    from plone.app.layout.viewlets.common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.viewlets.tests.test_comments.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.viewlets.tests.test_common.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.viewlets.tests.test_content.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.viewlets.tests.test_functional.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.layout.viewlets.tests.test_history.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/__init__.py", line 1, in <module>
    from common import ViewletBase
  File "/home/jenkins/.buildout/eggs/plone.app.layout-2.3.17-py2.6.egg/plone/app/layout/viewlets/common.py", line 10, in <module>
    from zope.viewlet.interfaces import IViewlet


FAILED:  plone.app.linkintegrity.tests.test_handlers.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/.buildout/eggs/plone.app.linkintegrity-1.5.10-py2.6.egg/plone/app/linkintegrity/tests/test_handlers.py", line 2, in <module>
    from plone.app.linkintegrity.handlers import findObject
  File "/home/jenkins/.buildout/eggs/plone.app.linkintegrity-1.5.10-py2.6.egg/plone/app/linkintegrity/handlers.py", line 9, in <module>
    from Products.Archetypes.interfaces import IReference
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.portlets.tests.test_redirects.Startup

Error Message:
No module named viewlet.viewlet

Stack Trace:
No module named viewlet.viewlet

  File "/home/jenkins/.buildout/eggs/plone.app.portlets-2.5.6-py2.6.egg/plone/app/portlets/tests/test_redirects.py", line 3, in <module>
    from plone.app.portlets.browser.editmanager import ManagePortletAssignments
  File "/home/jenkins/.buildout/eggs/plone.app.portlets-2.5.6-py2.6.egg/plone/app/portlets/browser/editmanager.py", line 19, in <module>
    from five.customerize.zpt import TTWViewTemplateRenderer
  File "/home/jenkins/.buildout/eggs/five.customerize-1.1-py2.6.egg/five/customerize/zpt.py", line 2, in <module>
    from zope.viewlet.viewlet import ViewletBase


FAILED:  plone.app.upgrade.v30.tests.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.upgrade/plone/app/upgrade/v30/__init__.py", line 2, in <module>
    import alphas
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.upgrade/plone/app/upgrade/v30/alphas.py", line 21, in <module>
    from Products.Archetypes.interfaces import IArchetypeTool
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.upgrade.v40.tests.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.upgrade/plone/app/upgrade/v40/__init__.py", line 1, in <module>
    import alphas
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.upgrade/plone/app/upgrade/v40/alphas.py", line 14, in <module>
    from Products.CMFPlone.setuphandlers import addCacheHandlers
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/setuphandlers.py", line 18, in <module>
    from Products.ATContentTypes.lib import constraintypes
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/__init__.py", line 32, in <module>
    import Products.ATContentTypes.content
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/__init__.py", line 1, in <module>
    import Products.ATContentTypes.content.link
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/link.py", line 10, in <module>
    from Products.Archetypes.atapi import Schema
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.upgrade.v41.tests.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.upgrade/plone/app/upgrade/v41/__init__.py", line 2, in <module>
    import betas
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.upgrade/plone/app/upgrade/v41/betas.py", line 13, in <module>
    from plone.app.upgrade.v40.betas import fix_cataloged_interface_names
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.upgrade/plone/app/upgrade/v40/__init__.py", line 1, in <module>
    import alphas
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.upgrade/plone/app/upgrade/v40/alphas.py", line 14, in <module>
    from Products.CMFPlone.setuphandlers import addCacheHandlers
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/setuphandlers.py", line 18, in <module>
    from Products.ATContentTypes.lib import constraintypes
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/__init__.py", line 32, in <module>
    import Products.ATContentTypes.content
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/__init__.py", line 1, in <module>
    import Products.ATContentTypes.content.link
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/link.py", line 10, in <module>
    from Products.Archetypes.atapi import Schema
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager


FAILED:  plone.app.upgrade.v43.tests.Startup

Error Message:
No module named viewlet.interfaces

Stack Trace:
No module named viewlet.interfaces

  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.upgrade/plone/app/upgrade/v43/__init__.py", line 1, in <module>
    import alphas
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.upgrade/plone/app/upgrade/v43/alphas.py", line 7, in <module>
    from plone.app.upgrade.v40.alphas import cleanUpToolRegistry
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.upgrade/plone/app/upgrade/v40/__init__.py", line 1, in <module>
    import alphas
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/plone.app.upgrade/plone/app/upgrade/v40/alphas.py", line 14, in <module>
    from Products.CMFPlone.setuphandlers import addCacheHandlers
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.CMFPlone/Products/CMFPlone/setuphandlers.py", line 18, in <module>
    from Products.ATContentTypes.lib import constraintypes
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/__init__.py", line 32, in <module>
    import Products.ATContentTypes.content
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/__init__.py", line 1, in <module>
    import Products.ATContentTypes.content.link
  File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.1.19-py2.6.egg/Products/ATContentTypes/content/link.py", line 10, in <module>
    from Products.Archetypes.atapi import Schema
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/__init__.py", line 2, in <module>
    import bbb
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/bbb.py", line 6, in <module>
    import ReferenceEngine
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/ReferenceEngine.py", line 8, in <module>
    from Products.Archetypes.interfaces.referenceable import IReferenceable
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/__init__.py", line 40, in <module>
    from viewlet import IEditBeforeFieldsets, IEditAfterFieldsets
  File "/home/jenkins/workspace/plone-4.3-python-2.6 at 2/src/Products.Archetypes/Products/Archetypes/interfaces/viewlet.py", line 1, in <module>
    from zope.viewlet.interfaces import IViewletManager





More information about the Testbot mailing list