[Testbot] Plone 5.2 - Python 2.7 - Archetypes - Build # 950 - Still Failing!

jenkins at plone.org jenkins at plone.org
Wed May 16 22:09:11 UTC 2018


Plone 5.2 - Python 2.7 - Archetypes - Build # 950 - Still Failing:

Check console output at https://jenkins.plone.org/job/plone-5.2-python-2.7-at/950/ to view the results.

Changes:

[Maurits van Rees] [fc] Repository: plone.app.contentrules

[Michael Howitz] [fc] Add plone.app.contentrules to checkouts.cfg

[Maurits van Rees] [fc] Repository: plone.app.portlets







Test Results:

48 tests failed.
FAILED:  Products.Archetypes.tests.test_baseobject.BaseObjectTest.test_authenticatedContentType

Error Message:
Unauthorized not raised

Stack Trace:
Unauthorized not raised

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_baseobject.py", line 144, in test_authenticatedContentType
    self.assertRaises(Unauthorized, guarded_getattr, dummy, 'content_type')
  File "/usr/lib/python2.7/unittest/case.py", line 473, in assertRaises
    callableObj(*args, **kwargs)
  File "/usr/lib/python2.7/unittest/case.py", line 116, in __exit__
    "{0} not raised".format(exc_name))


FAILED:  Products.Archetypes.tests.test_copying.PortalCopyTests.test_clone_portal

Error Message:
(<InterfaceClass plone.dexterity.interfaces.IDexterityFTI>, 'Document')

Stack Trace:
(<InterfaceClass plone.dexterity.interfaces.IDexterityFTI>, 'Document')

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_copying.py", line 116, in test_clone_portal
    app.manage_clone(self.portal, 'newportal')
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/CopySupport.py", line 424, in manage_clone
    notify(ObjectCopiedEvent(ob, orig_ob))
  File "/home/jenkins/.buildout/eggs/zope.event-4.3.0-py2.7.egg/zope/event/__init__.py", line 32, in notify
    subscriber(event)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/event.py", line 27, in dispatch
    component_subscribers(event, None)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/_api.py", line 139, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/registry.py", line 442, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/adapter.py", line 607, in subscribers
    subscription(*objects)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/event.py", line 36, in objectEventNotify
    component_subscribers((event.object, event), None)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/_api.py", line 139, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/registry.py", line 442, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/adapter.py", line 607, in subscribers
    subscription(*objects)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/subscribers.py", line 137, in dispatchObjectCopiedEvent
    dispatchToSublocations(ob, event)
  File "/home/jenkins/.buildout/eggs/zope.container-4.2.1-py2.7-linux-x86_64.egg/zope/container/contained.py", line 163, in dispatchToSublocations
    zope.component.handle(sub, event)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/_api.py", line 142, in handle
    getSiteManager(None).subscribers(objects, None)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/registry.py", line 442, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/adapter.py", line 607, in subscribers
    subscription(*objects)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.linkintegrity/plone/app/linkintegrity/handlers.py", line 108, in modifiedContent
    links = retriever.retrieveLinks()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.linkintegrity/plone/app/linkintegrity/retriever.py", line 57, in retrieveLinks
    fti = getUtility(IDexterityFTI, name=self.context.portal_type)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/_api.py", line 169, in getUtility
    raise ComponentLookupError(interface, name)


FAILED:  Products.Archetypes.tests.test_copying.PortalCopyTests.test_copy_paste_portal

Error Message:
(<InterfaceClass plone.dexterity.interfaces.IDexterityFTI>, 'Document')

Stack Trace:
(<InterfaceClass plone.dexterity.interfaces.IDexterityFTI>, 'Document')

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_copying.py", line 135, in test_copy_paste_portal
    app.manage_pasteObjects(cb_copy_data=cp)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/CopySupport.py", line 316, in manage_pasteObjects
    op, result = self._pasteObjects(cb_copy_data, cb_maxsize=8192)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/CopySupport.py", line 225, in _pasteObjects
    notify(ObjectCopiedEvent(ob, orig_ob))
  File "/home/jenkins/.buildout/eggs/zope.event-4.3.0-py2.7.egg/zope/event/__init__.py", line 32, in notify
    subscriber(event)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/event.py", line 27, in dispatch
    component_subscribers(event, None)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/_api.py", line 139, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/registry.py", line 442, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/adapter.py", line 607, in subscribers
    subscription(*objects)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/event.py", line 36, in objectEventNotify
    component_subscribers((event.object, event), None)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/_api.py", line 139, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/registry.py", line 442, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/adapter.py", line 607, in subscribers
    subscription(*objects)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/subscribers.py", line 137, in dispatchObjectCopiedEvent
    dispatchToSublocations(ob, event)
  File "/home/jenkins/.buildout/eggs/zope.container-4.2.1-py2.7-linux-x86_64.egg/zope/container/contained.py", line 163, in dispatchToSublocations
    zope.component.handle(sub, event)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/_api.py", line 142, in handle
    getSiteManager(None).subscribers(objects, None)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/registry.py", line 442, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/adapter.py", line 607, in subscribers
    subscription(*objects)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.linkintegrity/plone/app/linkintegrity/handlers.py", line 108, in modifiedContent
    links = retriever.retrieveLinks()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.linkintegrity/plone/app/linkintegrity/retriever.py", line 57, in retrieveLinks
    fti = getUtility(IDexterityFTI, name=self.context.portal_type)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/_api.py", line 169, in getUtility
    raise ComponentLookupError(interface, name)


FAILED:  Products.Archetypes.tests.test_file_upload.FileFieldTest.test_ofs_file_binary

Error Message:
The id "f" is invalid--it is already in use.

Stack Trace:
The id "f" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_file_upload.py", line 230, in test_ofs_file_binary
    self.folder._setObject('f', f)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_file_upload.FileFieldTest.test_ofs_file_text

Error Message:
The id "f" is invalid--it is already in use.

Stack Trace:
The id "f" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_file_upload.py", line 214, in test_ofs_file_text
    self.folder._setObject('f', f)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_file_upload.FileFieldTest.test_pdata_binary

Error Message:
The id "f" is invalid--it is already in use.

Stack Trace:
The id "f" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_file_upload.py", line 258, in test_pdata_binary
    self.folder._setObject('f', f)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_file_upload.FileFieldTest.test_pdata_text

Error Message:
The id "f" is invalid--it is already in use.

Stack Trace:
The id "f" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_file_upload.py", line 244, in test_pdata_text
    self.folder._setObject('f', f)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_file_upload.TextFieldTest.test_ofs_file_binary

Error Message:
The id "f" is invalid--it is already in use.

Stack Trace:
The id "f" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_file_upload.py", line 230, in test_ofs_file_binary
    self.folder._setObject('f', f)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_file_upload.TextFieldTest.test_ofs_file_text

Error Message:
The id "f" is invalid--it is already in use.

Stack Trace:
The id "f" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_file_upload.py", line 214, in test_ofs_file_text
    self.folder._setObject('f', f)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_file_upload.TextFieldTest.test_pdata_binary

Error Message:
The id "f" is invalid--it is already in use.

Stack Trace:
The id "f" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_file_upload.py", line 258, in test_pdata_binary
    self.folder._setObject('f', f)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_file_upload.TextFieldTest.test_pdata_text

Error Message:
The id "f" is invalid--it is already in use.

Stack Trace:
The id "f" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_file_upload.py", line 244, in test_pdata_text
    self.folder._setObject('f', f)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_functional.TestFunctionalObjectCreation.test_id_change_with_without_marker

Error Message:
False is not true

Stack Trace:
False is not true

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_functional.py", line 181, in test_id_change_with_without_marker
    self.assertTrue(new_obj.checkCreationFlag())
  File "/usr/lib/python2.7/unittest/case.py", line 422, in assertTrue
    raise self.failureException(msg)


FAILED:  Products.Archetypes.tests.test_functional.TestFunctionalObjectCreation.test_webdav_btree_folder

Error Message:
The id "simple_btree_folder" is invalid - it is already in use.

Stack Trace:
The id "simple_btree_folder" is invalid - it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_functional.py", line 267, in test_webdav_btree_folder
    portal.invokeFactory('SimpleBTreeFolder', 'simple_btree_folder')
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/PortalFolder.py", line 296, in invokeFactory
    return ttool.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addSimpleBTreeFolder
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 324, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/Skinnable.py", line 193, in _checkId
    return superCheckId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 127, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_referenceCatalog.ReferenceCatalogTests.test_create

Error Message:
list index out of range

Stack Trace:
list index out of range

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceCatalog.py", line 159, in test_create
    self.assertTrue(b[0].UID() == uid1)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleBTreeFolderReferenceableTests.test_at_ordered_refs_changes_are_persisted

Error Message:
The id "a" is invalid--it is already in use.

Stack Trace:
The id "a" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 627, in test_at_ordered_refs_changes_are_persisted
    a = makeContent(self.folder, portal_type='DDocument', id='a')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
    container.invokeFactory(type_name=portal_type, id=id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
    return pt.constructContent(*args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addDDocument
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleBTreeFolderReferenceableTests.test_copyKeepsReferences

Error Message:
'NoneType' object has no attribute 'absolute_url'

Stack Trace:
'NoneType' object has no attribute 'absolute_url'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 619, in test_copyKeepsReferences
    sorted([x.absolute_url() for x in b.getBRefs()]),


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleBTreeFolderReferenceableTests.test_hasRelationship

Error Message:
The id "a" is invalid--it is already in use.

Stack Trace:
The id "a" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 440, in test_hasRelationship
    title='Foo', id='a')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
    container.invokeFactory(type_name=portal_type, id=id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
    return pt.constructContent(*args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addDDocument
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleBTreeFolderReferenceableTests.test_multipleReferences

Error Message:
The id "a" is invalid--it is already in use.

Stack Trace:
The id "a" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 423, in test_multipleReferences
    title='Foo', id='a')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
    container.invokeFactory(type_name=portal_type, id=id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
    return pt.constructContent(*args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addDDocument
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleBTreeFolderReferenceableTests.test_noBackReferenceAfterDelete

Error Message:
The id "a" is invalid--it is already in use.

Stack Trace:
The id "a" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 574, in test_noBackReferenceAfterDelete
    a = makeContent(self.folder, portal_type='DDocument', id='a')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
    container.invokeFactory(type_name=portal_type, id=id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
    return pt.constructContent(*args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addDDocument
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleBTreeFolderReferenceableTests.test_noReferenceAfterDelete

Error Message:
The id "a" is invalid--it is already in use.

Stack Trace:
The id "a" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 564, in test_noReferenceAfterDelete
    a = makeContent(self.folder, portal_type='DDocument', id='a')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
    container.invokeFactory(type_name=portal_type, id=id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
    return pt.constructContent(*args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addDDocument
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleBTreeFolderReferenceableTests.test_referenceReference

Error Message:
The id "a" is invalid--it is already in use.

Stack Trace:
The id "a" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 501, in test_referenceReference
    title='Foo', id='a')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
    container.invokeFactory(type_name=portal_type, id=id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
    return pt.constructContent(*args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addDDocument
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleBTreeFolderReferenceableTests.test_renameKeepsReferences

Error Message:
Lists differ: [] != [<SimpleType at /plone/Members...

Stack Trace:
Lists differ: [] != [<SimpleType at /plone/Members...

Second list contains 1 additional elements.
First extra element 0:
<SimpleType at /plone/Members/test_user_1_/container/foo>

- []
+ [<SimpleType at /plone/Members/test_user_1_/container/foo>]

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 130, in test_renameKeepsReferences
    self.assertEqual(obj2.getBRefs(), [obj1])
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 742, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/usr/lib/python2.7/unittest/case.py", line 724, in assertSequenceEqual
    self.fail(msg)
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
    raise self.failureException(msg)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleBTreeFolderReferenceableTests.test_renamecontainerKeepsReferences2

Error Message:
Lists differ: [] != [<SimpleType at /plone/Members...

Stack Trace:
Lists differ: [] != [<SimpleType at /plone/Members...

Second list contains 1 additional elements.
First extra element 0:
<SimpleType at /plone/Members/test_user_1_/folderA/objA>

- []
+ [<SimpleType at /plone/Members/test_user_1_/folderA/objA>]

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 205, in test_renamecontainerKeepsReferences2
    self.assertEqual(objB.getBRefs(), [objA])
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 742, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/usr/lib/python2.7/unittest/case.py", line 724, in assertSequenceEqual
    self.fail(msg)
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
    raise self.failureException(msg)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleBTreeFolderReferenceableTests.test_singleReference

Error Message:
The id "a" is invalid--it is already in use.

Stack Trace:
The id "a" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 404, in test_singleReference
    title='Foo', id='a')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
    container.invokeFactory(type_name=portal_type, id=id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
    return pt.constructContent(*args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addDDocument
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleFolderReferenceableTests.test_at_ordered_refs_changes_are_persisted

Error Message:
The id "a" is invalid--it is already in use.

Stack Trace:
The id "a" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 627, in test_at_ordered_refs_changes_are_persisted
    a = makeContent(self.folder, portal_type='DDocument', id='a')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
    container.invokeFactory(type_name=portal_type, id=id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
    return pt.constructContent(*args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addDDocument
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleFolderReferenceableTests.test_copyKeepsReferences

Error Message:
'NoneType' object has no attribute 'absolute_url'

Stack Trace:
'NoneType' object has no attribute 'absolute_url'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 619, in test_copyKeepsReferences
    sorted([x.absolute_url() for x in b.getBRefs()]),


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleFolderReferenceableTests.test_hasRelationship

Error Message:
The id "a" is invalid--it is already in use.

Stack Trace:
The id "a" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 440, in test_hasRelationship
    title='Foo', id='a')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
    container.invokeFactory(type_name=portal_type, id=id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
    return pt.constructContent(*args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addDDocument
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleFolderReferenceableTests.test_multipleReferences

Error Message:
The id "a" is invalid--it is already in use.

Stack Trace:
The id "a" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 423, in test_multipleReferences
    title='Foo', id='a')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
    container.invokeFactory(type_name=portal_type, id=id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
    return pt.constructContent(*args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addDDocument
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleFolderReferenceableTests.test_noBackReferenceAfterDelete

Error Message:
The id "a" is invalid--it is already in use.

Stack Trace:
The id "a" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 574, in test_noBackReferenceAfterDelete
    a = makeContent(self.folder, portal_type='DDocument', id='a')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
    container.invokeFactory(type_name=portal_type, id=id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
    return pt.constructContent(*args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addDDocument
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleFolderReferenceableTests.test_noReferenceAfterDelete

Error Message:
The id "a" is invalid--it is already in use.

Stack Trace:
The id "a" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 564, in test_noReferenceAfterDelete
    a = makeContent(self.folder, portal_type='DDocument', id='a')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
    container.invokeFactory(type_name=portal_type, id=id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
    return pt.constructContent(*args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addDDocument
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleFolderReferenceableTests.test_referenceReference

Error Message:
The id "a" is invalid--it is already in use.

Stack Trace:
The id "a" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 501, in test_referenceReference
    title='Foo', id='a')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
    container.invokeFactory(type_name=portal_type, id=id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
    return pt.constructContent(*args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addDDocument
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleFolderReferenceableTests.test_renameKeepsReferences

Error Message:
Lists differ: [] != [<SimpleType at /plone/Members...

Stack Trace:
Lists differ: [] != [<SimpleType at /plone/Members...

Second list contains 1 additional elements.
First extra element 0:
<SimpleType at /plone/Members/test_user_1_/container/foo>

- []
+ [<SimpleType at /plone/Members/test_user_1_/container/foo>]

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 130, in test_renameKeepsReferences
    self.assertEqual(obj2.getBRefs(), [obj1])
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 742, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/usr/lib/python2.7/unittest/case.py", line 724, in assertSequenceEqual
    self.fail(msg)
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
    raise self.failureException(msg)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleFolderReferenceableTests.test_renamecontainerKeepsReferences2

Error Message:
Lists differ: [] != [<SimpleType at /plone/Members...

Stack Trace:
Lists differ: [] != [<SimpleType at /plone/Members...

Second list contains 1 additional elements.
First extra element 0:
<SimpleType at /plone/Members/test_user_1_/folderA/objA>

- []
+ [<SimpleType at /plone/Members/test_user_1_/folderA/objA>]

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 205, in test_renamecontainerKeepsReferences2
    self.assertEqual(objB.getBRefs(), [objA])
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 742, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/usr/lib/python2.7/unittest/case.py", line 724, in assertSequenceEqual
    self.fail(msg)
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
    raise self.failureException(msg)


FAILED:  Products.Archetypes.tests.test_referenceable.SimpleFolderReferenceableTests.test_singleReference

Error Message:
The id "a" is invalid--it is already in use.

Stack Trace:
The id "a" is invalid--it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_referenceable.py", line 404, in test_singleReference
    title='Foo', id='a')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
    container.invokeFactory(type_name=portal_type, id=id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
    return pt.constructContent(*args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
    newid = m(id, *args, **kw)
  File "<string>", line 4, in addDDocument
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
    OrderedBTreeFolderBase._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
    'it is already in use.' % id)


FAILED:  Products.Archetypes.tests.test_rename.RenameTests.test_recursive

Error Message:
3 != 2

Stack Trace:
3 != 2

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_rename.py", line 160, in test_recursive
    self.assertEqual(ADD_COUNTER.get(uid), 2)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  Products.Archetypes.tests.test_rename.RenameTests.test_rename

Error Message:
5 != 3

Stack Trace:
5 != 3

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/test_rename.py", line 141, in test_rename
    self.assertEqual(ADD_COUNTER.get(uid), 3)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  Products.CMFFormController.tests.testCopyRename.TestCopyRename.testCopy

Error Message:
_cloned_object_path

Stack Trace:
_cloned_object_path

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.CMFFormController/Products/CMFFormController/tests/testCopyRename.py", line 79, in testCopy
    self.folder.manage_pasteObjects(cb)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/CopySupport.py", line 316, in manage_pasteObjects
    op, result = self._pasteObjects(cb_copy_data, cb_maxsize=8192)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/CopySupport.py", line 235, in _pasteObjects
    notify(ObjectClonedEvent(ob))
  File "/home/jenkins/.buildout/eggs/zope.event-4.3.0-py2.7.egg/zope/event/__init__.py", line 32, in notify
    subscriber(event)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/event.py", line 27, in dispatch
    component_subscribers(event, None)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/_api.py", line 139, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/registry.py", line 442, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/adapter.py", line 607, in subscribers
    subscription(*objects)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/event.py", line 36, in objectEventNotify
    component_subscribers((event.object, event), None)
  File "/home/jenkins/.buildout/eggs/zope.component-4.4.1-py2.7.egg/zope/component/_api.py", line 139, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/registry.py", line 442, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.5.0-py2.7-linux-x86_64.egg/zope/interface/adapter.py", line 607, in subscribers
    subscription(*objects)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/subscribers.py", line 125, in dispatchObjectClonedEvent
    callManageAfterClone(ob, event.object)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/subscribers.py", line 180, in callManageAfterClone
    ob.manage_afterClone(item)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.CMFFormController/Products/CMFFormController/ControllerPageTemplate.py", line 88, in manage_afterClone
    self._base_manage_afterClone(object)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.CMFFormController/Products/CMFFormController/ControllerBase.py", line 77, in _base_manage_afterClone
    cloned_object_path = getattr(self, '_cloned_object_path')


FAILED:  Products.CMFFormController.tests.testRedirectTo.TestRedirectToFunctional.test_regression

Error Message:
The id "page" is invalid - it is already in use.

Stack Trace:
The id "page" is invalid - it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 320, in run
    self.setUp()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.CMFFormController/Products/CMFFormController/tests/testRedirectTo.py", line 55, in setUp
    type_name='Document'
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/PortalFolder.py", line 296, in invokeFactory
    return ttool.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
    return self._constructInstance(container, id, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 569, in _constructInstance
    rval = container._setObject(id, obj)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 324, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/Skinnable.py", line 193, in _checkId
    return superCheckId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 127, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)


FAILED:  Products.CMFQuickInstallerTool.tests.testSetup.TestQuickInstaller.test_uninstall_self_via_portal_setup

Error Message:
'Products.CMFQuickInstallerTool:uninstall'

Stack Trace:
'Products.CMFQuickInstallerTool:uninstall'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.CMFQuickInstallerTool/Products/CMFQuickInstallerTool/tests/testSetup.py", line 46, in test_uninstall_self_via_portal_setup
    'Products.CMFQuickInstallerTool:uninstall')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.GenericSetup/Products/GenericSetup/tool.py", line 391, in runAllImportStepsFromProfile
    dependency_strategy=dependency_strategy)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.GenericSetup/Products/GenericSetup/tool.py", line 1351, in _runImportStepsFromContext
    chain = self.getProfileDependencyChain(profile_id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.GenericSetup/Products/GenericSetup/tool.py", line 1293, in getProfileDependencyChain
    dependencies = self.getDependenciesForProfile(profile_id)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.GenericSetup/Products/GenericSetup/tool.py", line 930, in getDependenciesForProfile
    raise KeyError(profile_id)


FAILED:  Products.Archetypes.tests.events.txt

Error Message:
Failed doctest test for events.txt

Stack Trace:
Failed doctest test for events.txt
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/events.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/events.txt", line 40, in events.txt
Failed example:
    handler.print_and_flush() #doctest: +ELLIPSIS
Expected:
    5 events:
    [(<DDocument at /plone/Members/test_user_1_/a>,
      <zope.lifecycleevent.ObjectCreatedEvent object at ...>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <Products.DCWorkflow.events.BeforeTransitionEvent object at ...>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <Products.DCWorkflow.events.AfterTransitionEvent object at ...>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <zope.lifecycleevent.ObjectAddedEvent object at ...>),
     (<ATFolder at /plone/Members/test_user_1_>,
      <zope.container.contained.ContainerModifiedEvent object at ...>)]
Got:
    10 events:
    [(<DDocument at /plone/Members/test_user_1_/a>,
      <zope.lifecycleevent.ObjectCreatedEvent object at 0x7ff422f69150>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <zope.lifecycleevent.ObjectCreatedEvent object at 0x7ff422f69150>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <Products.DCWorkflow.events.BeforeTransitionEvent object at 0x7ff423687590>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <Products.DCWorkflow.events.BeforeTransitionEvent object at 0x7ff423687590>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <Products.DCWorkflow.events.AfterTransitionEvent object at 0x7ff423687610>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <Products.DCWorkflow.events.AfterTransitionEvent object at 0x7ff423687610>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <zope.lifecycleevent.ObjectAddedEvent object at 0x7ff422f6eb50>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <zope.lifecycleevent.ObjectAddedEvent object at 0x7ff422f6eb50>),
     (<ATFolder at /plone/Members/test_user_1_>,
      <zope.container.contained.ContainerModifiedEvent object at 0x7ff422f79d10>),
     (<ATFolder at /plone/Members/test_user_1_>,
      <zope.container.contained.ContainerModifiedEvent object at 0x7ff422f79d10>)]


  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  Products.Archetypes.tests.folder_marshall.txt

Error Message:
Failed doctest test for folder_marshall.txt

Stack Trace:
Failed doctest test for folder_marshall.txt
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/folder_marshall.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/folder_marshall.txt", line 21, in folder_marshall.txt
Failed example:
    portal.invokeFactory('SimpleFolder', 'simple_folder') in \
                              (None, 'simple_folder')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest folder_marshall.txt[7]>", line 1, in <module>
        portal.invokeFactory('SimpleFolder', 'simple_folder') in \
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/PortalFolder.py", line 296, in invokeFactory
        return ttool.constructContent(type_name, self, id, RESPONSE, *args, **kw)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
        ob = info.constructInstance(container, id, *args, **kw)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
        return self._constructInstance(container, id, *args, **kw)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
        newid = m(id, *args, **kw)
      File "<string>", line 4, in addSimpleFolder
      File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 324, in _setObject
        v = self._checkId(id)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/Skinnable.py", line 193, in _checkId
        return superCheckId(self, id, allow_dup)
      File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 127, in checkValidId
        'The id "%s" is invalid - it is already in use.' % id)
    BadRequest: The id "simple_folder" is invalid - it is already in use.


  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  Products.Archetypes.tests.traversal.txt

Error Message:
Failed doctest test for traversal.txt

Stack Trace:
Failed doctest test for traversal.txt
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/traversal.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/traversal.txt", line 25, in traversal.txt
Failed example:
    portal.invokeFactory('DDocument', 'test_document', title='Root Document')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest traversal.txt[8]>", line 1, in <module>
        portal.invokeFactory('DDocument', 'test_document', title='Root Document')
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/PortalFolder.py", line 296, in invokeFactory
        return ttool.constructContent(type_name, self, id, RESPONSE, *args, **kw)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
        ob = info.constructInstance(container, id, *args, **kw)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
        return self._constructInstance(container, id, *args, **kw)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
        newid = m(id, *args, **kw)
      File "<string>", line 4, in addDDocument
      File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 324, in _setObject
        v = self._checkId(id)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/Skinnable.py", line 193, in _checkId
        return superCheckId(self, id, allow_dup)
      File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 127, in checkValidId
        'The id "%s" is invalid - it is already in use.' % id)
    BadRequest: The id "test_document" is invalid - it is already in use.


  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  Products.Archetypes.tests.webdav_operations.txt

Error Message:
Failed doctest test for webdav_operations.txt

Stack Trace:
Failed doctest test for webdav_operations.txt
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/webdav_operations.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/webdav_operations.txt", line 13, in webdav_operations.txt
Failed example:
    a = makeContent(folder, portal_type='DDocument', title='Foo', id='a')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest webdav_operations.txt[6]>", line 1, in <module>
        a = makeContent(folder, portal_type='DDocument', title='Foo', id='a')
      File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.Archetypes/Products/Archetypes/tests/utils.py", line 66, in makeContent
        container.invokeFactory(type_name=portal_type, id=id)
      File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/lib/constraintypes.py", line 297, in invokeFactory
        return pt.constructContent(*args, **kw)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 807, in constructContent
        ob = info.constructInstance(container, id, *args, **kw)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 308, in constructInstance
        return self._constructInstance(container, id, *args, **kw)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/TypesTool.py", line 552, in _constructInstance
        newid = m(id, *args, **kw)
      File "<string>", line 4, in addDDocument
      File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 435, in _setObject
        v = self._checkId(id)
      File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/base.py", line 49, in _checkId
        OrderedBTreeFolderBase._checkId(self, id, allow_dup)
      File "/home/jenkins/.buildout/eggs/Products.BTreeFolder2-4.0.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 430, in _checkId
        'it is already in use.' % id)
    BadRequest: The id "a" is invalid--it is already in use.


  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.app.folder.tests.test_migration.TestBTreeMigration.testBTreeMigration

Error Message:
The id "test" is invalid - it is already in use.

Stack Trace:
The id "test" is invalid - it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/tests/test_migration.py", line 154, in testBTreeMigration
    folder = self.makeUnmigratedFolder(self.portal, 'test', title='Foo')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/tests/test_migration.py", line 147, in makeUnmigratedFolder
    folder = create('Folder', context, name, **kw)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/tests/content.py", line 91, in create
    obj = addNonBTreeFolder(container, id, *args, **kw)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/tests/content.py", line 56, in addNonBTreeFolder
    container._setObject(id, obj)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 324, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/Skinnable.py", line 193, in _checkId
    return superCheckId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 127, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)


FAILED:  plone.app.folder.tests.test_migration.TestBTreeMigration.testMigrationView

Error Message:
The id "test" is invalid - it is already in use.

Stack Trace:
The id "test" is invalid - it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/tests/test_migration.py", line 174, in testMigrationView
    folder = self.makeUnmigratedFolder(self.portal, 'test', title='Foo')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/tests/test_migration.py", line 147, in makeUnmigratedFolder
    folder = create('Folder', context, name, **kw)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/tests/content.py", line 91, in create
    obj = addNonBTreeFolder(container, id, *args, **kw)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/tests/content.py", line 56, in addNonBTreeFolder
    container._setObject(id, obj)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 324, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/Skinnable.py", line 193, in _checkId
    return superCheckId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 127, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)


FAILED:  plone.app.folder.tests.test_migration.TestBTreeMigration.testMigrationViewForNestedFolders

Error Message:
The id "test" is invalid - it is already in use.

Stack Trace:
The id "test" is invalid - it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/tests/test_migration.py", line 217, in testMigrationViewForNestedFolders
    folder = create('Folder', self.portal, 'test')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/tests/content.py", line 91, in create
    obj = addNonBTreeFolder(container, id, *args, **kw)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/tests/content.py", line 56, in addNonBTreeFolder
    container._setObject(id, obj)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 324, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/Skinnable.py", line 193, in _checkId
    return superCheckId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 127, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)


FAILED:  plone.app.folder.tests.test_migration.TestBTreeMigration.testMigrationViewWithSubobjects

Error Message:
The id "test" is invalid - it is already in use.

Stack Trace:
The id "test" is invalid - it is already in use.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/tests/test_migration.py", line 186, in testMigrationViewWithSubobjects
    folder = create('Folder', self.portal, 'test', title='Foo')
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/tests/content.py", line 91, in create
    obj = addNonBTreeFolder(container, id, *args, **kw)
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/plone.app.folder/src/plone/app/folder/tests/content.py", line 56, in addNonBTreeFolder
    container._setObject(id, obj)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 324, in _setObject
    v = self._checkId(id)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/Skinnable.py", line 193, in _checkId
    return superCheckId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Zope-4.0b4-py2.7.egg/OFS/ObjectManager.py", line 127, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)


FAILED:  Products.CMFPlacefulWorkflow.tests.exportimport.txt

Error Message:
Failed doctest test for exportimport.txt

Stack Trace:
Failed doctest test for exportimport.txt
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.CMFPlacefulWorkflow/Products/CMFPlacefulWorkflow/tests/exportimport.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.CMFPlacefulWorkflow/Products/CMFPlacefulWorkflow/tests/exportimport.txt", line 80, in exportimport.txt
Failed example:
    print(archive.extractfile(
        'portal_placeful_workflow.xml').read())
Differences (unified diff with -expected +actual):
    @@ -1,3 +1,3 @@
    -<?xml version="1.0"?>
    +<?xml version="1.0" encoding="utf-8"?>
     <object name="portal_placeful_workflow" meta_type="Placeful Workflow Tool">
      <property name="title"></property>


  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


More information about the Testbot mailing list