[Testbot] Plone 5.2 - Python 2.7 - Build # 771 - Aborted!

jenkins at plone.org jenkins at plone.org
Thu Apr 12 09:24:47 UTC 2018


Plone 5.2 - Python 2.7 - Build # 771 - Aborted:

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

Changes:

[Maurits van Rees] [fc] Repository: Products.CMFPlone







Test Results:

10 tests failed.
FAILED:  Products.CMFPlone.tests.testCheckId.TestCheckId.testCanOverrideParentNames

Error Message:
The id "folder1" is reserved.

Stack Trace:
The id "folder1" is reserved.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testCheckId.py", line 121, in testCanOverrideParentNames
    self.folder.invokeFactory('Folder', id='folder1')
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/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 addATFolder
  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 2/src/plone.app.folder/src/plone/app/folder/base.py", line 50, in _checkId
    BaseFolder._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/PortalFolder.py", line 349, in _checkId
    raise BadRequest('The id "%s" is reserved.' % id)


FAILED:  Products.CMFPlone.tests.testNavTree.TestNavigationRoot.testGetNavigationRootWithINavigationRoot

Error Message:
The id "folder1" is reserved.

Stack Trace:
The id "folder1" is reserved.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testNavTree.py", line 567, in testGetNavigationRootWithINavigationRoot
    self.folder.invokeFactory('Folder', 'folder1')
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/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 addATFolder
  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 2/src/plone.app.folder/src/plone/app/folder/base.py", line 50, in _checkId
    BaseFolder._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/PortalFolder.py", line 349, in _checkId
    raise BadRequest('The id "%s" is reserved.' % id)


FAILED:  Products.CMFPlone.tests.testPloneTool.TestOwnershipStuff.testChangeOwnershipOf

Error Message:
The id "folder1" is reserved.

Stack Trace:
The id "folder1" is reserved.

  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 2/src/plone.app.testing/plone/app/testing/bbb.py", line 72, in setUp
    self.afterSetUp()
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testPloneTool.py", line 202, in afterSetUp
    self.folder.invokeFactory('Folder', 'folder1')
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/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 addATFolder
  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 2/src/plone.app.folder/src/plone/app/folder/base.py", line 50, in _checkId
    BaseFolder._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/PortalFolder.py", line 349, in _checkId
    raise BadRequest('The id "%s" is reserved.' % id)


FAILED:  Products.CMFPlone.tests.testPloneTool.TestOwnershipStuff.testChangeOwnershipOfKeepsOtherRoles

Error Message:
The id "folder1" is reserved.

Stack Trace:
The id "folder1" is reserved.

  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 2/src/plone.app.testing/plone/app/testing/bbb.py", line 72, in setUp
    self.afterSetUp()
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testPloneTool.py", line 202, in afterSetUp
    self.folder.invokeFactory('Folder', 'folder1')
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/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 addATFolder
  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 2/src/plone.app.folder/src/plone/app/folder/base.py", line 50, in _checkId
    BaseFolder._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/PortalFolder.py", line 349, in _checkId
    raise BadRequest('The id "%s" is reserved.' % id)


FAILED:  Products.CMFPlone.tests.testPloneTool.TestOwnershipStuff.testChangeOwnershipOfRecursive

Error Message:
The id "folder1" is reserved.

Stack Trace:
The id "folder1" is reserved.

  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 2/src/plone.app.testing/plone/app/testing/bbb.py", line 72, in setUp
    self.afterSetUp()
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testPloneTool.py", line 202, in afterSetUp
    self.folder.invokeFactory('Folder', 'folder1')
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/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 addATFolder
  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 2/src/plone.app.folder/src/plone/app/folder/base.py", line 50, in _checkId
    BaseFolder._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/PortalFolder.py", line 349, in _checkId
    raise BadRequest('The id "%s" is reserved.' % id)


FAILED:  Products.CMFPlone.tests.testPloneTool.TestOwnershipStuff.testChangeOwnershipOfWithTopAclUsers

Error Message:
The id "folder1" is reserved.

Stack Trace:
The id "folder1" is reserved.

  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 2/src/plone.app.testing/plone/app/testing/bbb.py", line 72, in setUp
    self.afterSetUp()
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testPloneTool.py", line 202, in afterSetUp
    self.folder.invokeFactory('Folder', 'folder1')
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/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 addATFolder
  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 2/src/plone.app.folder/src/plone/app/folder/base.py", line 50, in _checkId
    BaseFolder._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/PortalFolder.py", line 349, in _checkId
    raise BadRequest('The id "%s" is reserved.' % id)


FAILED:  Products.CMFPlone.tests.testPloneTool.TestOwnershipStuff.testGetInheritedLocalRoles

Error Message:
The id "folder1" is reserved.

Stack Trace:
The id "folder1" is reserved.

  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 2/src/plone.app.testing/plone/app/testing/bbb.py", line 72, in setUp
    self.afterSetUp()
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testPloneTool.py", line 202, in afterSetUp
    self.folder.invokeFactory('Folder', 'folder1')
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/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 addATFolder
  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 2/src/plone.app.folder/src/plone/app/folder/base.py", line 50, in _checkId
    BaseFolder._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/PortalFolder.py", line 349, in _checkId
    raise BadRequest('The id "%s" is reserved.' % id)


FAILED:  Products.CMFPlone.tests.testPloneTool.TestOwnershipStuff.testGetInheritedLocalRolesMultiLevel

Error Message:
The id "folder1" is reserved.

Stack Trace:
The id "folder1" is reserved.

  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 2/src/plone.app.testing/plone/app/testing/bbb.py", line 72, in setUp
    self.afterSetUp()
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testPloneTool.py", line 202, in afterSetUp
    self.folder.invokeFactory('Folder', 'folder1')
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/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 addATFolder
  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 2/src/plone.app.folder/src/plone/app/folder/base.py", line 50, in _checkId
    BaseFolder._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/PortalFolder.py", line 349, in _checkId
    raise BadRequest('The id "%s" is reserved.' % id)


FAILED:  Products.CMFPlone.tests.testPloneTool.TestOwnershipStuff.testGetOwnerName

Error Message:
The id "folder1" is reserved.

Stack Trace:
The id "folder1" is reserved.

  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 2/src/plone.app.testing/plone/app/testing/bbb.py", line 72, in setUp
    self.afterSetUp()
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testPloneTool.py", line 202, in afterSetUp
    self.folder.invokeFactory('Folder', 'folder1')
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/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 addATFolder
  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 2/src/plone.app.folder/src/plone/app/folder/base.py", line 50, in _checkId
    BaseFolder._checkId(self, id, allow_dup)
  File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.4.0b3-py2.7.egg/Products/CMFCore/PortalFolder.py", line 349, in _checkId
    raise BadRequest('The id "%s" is reserved.' % id)


FAILED:  src.plone.testing.z2.rst

Error Message:
Failed doctest test for z2.rst

Stack Trace:
Failed doctest test for z2.rst
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.testing/src/plone/testing/z2.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.testing/src/plone/testing/z2.rst", line 508, in z2.rst
Failed example:
    z2.ZSERVER.testTearDown()
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 z2.rst[132]>", line 1, in <module>
        z2.ZSERVER.testTearDown()
      File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.testing/src/plone/testing/z2.py", line 950, in testTearDown
        self['zodbDB'].close()
      File "/home/jenkins/.buildout/eggs/ZODB-5.4.0-py2.7.egg/ZODB/DB.py", line 651, in close
        @self._connectionMap
      File "/home/jenkins/.buildout/eggs/ZODB-5.4.0-py2.7.egg/ZODB/DB.py", line 518, in _connectionMap
        self.pool.map(f)
      File "/home/jenkins/.buildout/eggs/ZODB-5.4.0-py2.7.egg/ZODB/DB.py", line 213, in map
        self.all.map(f)
      File "/home/jenkins/.buildout/eggs/transaction-2.1.2-py2.7.egg/transaction/weakset.py", line 62, in map
        f(elt)
      File "/home/jenkins/.buildout/eggs/ZODB-5.4.0-py2.7.egg/ZODB/DB.py", line 659, in _
        conn._release_resources()
      File "/home/jenkins/.buildout/eggs/ZODB-5.4.0-py2.7.egg/ZODB/Connection.py", line 948, in _release_resources
        c.close(False)
      File "/home/jenkins/.buildout/eggs/ZODB-5.4.0-py2.7.egg/ZODB/Connection.py", line 304, in close
        self.transaction_manager.unregisterSynch(self)
      File "/home/jenkins/.buildout/eggs/transaction-2.1.2-py2.7.egg/transaction/_manager.py", line 106, in unregisterSynch
        self._synchs.remove(synch)
      File "/home/jenkins/.buildout/eggs/transaction-2.1.2-py2.7.egg/transaction/weakset.py", line 51, in remove
        del self.data[id(obj)]
      File "/usr/lib/python2.7/weakref.py", line 86, in __delitem__
        del self.data[key]
    KeyError: 140132157048656
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.testing/src/plone/testing/z2.rst", line 518, in z2.rst
Failed example:
    with z2.zopeApp() as app:
        'acl_users' in app.objectIds() and 'folder1' not in app.objectIds()
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 z2.rst[137]>", line 1, in <module>
        with z2.zopeApp() as app:
      File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
        return self.gen.next()
      File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.testing/src/plone/testing/z2.py", line 269, in zopeApp
        app = addRequestContainer(Zope2.app(connection), environ=environ)
      File "/home/jenkins/.buildout/eggs/Zope-4.0b3-py2.7.egg/Zope2/__init__.py", line 55, in app
        return bobo_application(*args, **kw)
      File "/home/jenkins/.buildout/eggs/Zope-4.0b3-py2.7.egg/App/ZApplication.py", line 74, in __call__
        connection = db.open()
      File "/home/jenkins/.buildout/eggs/ZODB-5.4.0-py2.7.egg/ZODB/DB.py", line 793, in open
        result.open(transaction_manager)
      File "/home/jenkins/.buildout/eggs/ZODB-5.4.0-py2.7.egg/ZODB/Connection.py", line 918, in open
        self.newTransaction(None, False)
      File "/home/jenkins/.buildout/eggs/ZODB-5.4.0-py2.7.egg/ZODB/Connection.py", line 736, in newTransaction
        self._storage.sync(sync)
    AttributeError: 'NoneType' object has no attribute 'sync'
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.testing/src/plone/testing/z2.rst", line 524, in z2.rst
Failed example:
    runner.tear_down_unneeded(options, [], setupLayers)
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 z2.rst[138]>", line 1, in <module>
        runner.tear_down_unneeded(options, [], setupLayers)
      File "/home/jenkins/.buildout/eggs/zope.testrunner-4.8.1-py2.7.egg/zope/testrunner/runner.py", line 742, in tear_down_unneeded
        l.tearDown()
      File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.testing/src/plone/testing/z2.py", line 347, in tearDown
        self.tearDownBasicProducts()
      File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.testing/src/plone/testing/z2.py", line 685, in tearDownBasicProducts
        with zopeApp() as app:
      File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
        return self.gen.next()
      File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.testing/src/plone/testing/z2.py", line 269, in zopeApp
        app = addRequestContainer(Zope2.app(connection), environ=environ)
      File "/home/jenkins/.buildout/eggs/Zope-4.0b3-py2.7.egg/Zope2/__init__.py", line 55, in app
        return bobo_application(*args, **kw)
      File "/home/jenkins/.buildout/eggs/Zope-4.0b3-py2.7.egg/App/ZApplication.py", line 74, in __call__
        connection = db.open()
      File "/home/jenkins/.buildout/eggs/ZODB-5.4.0-py2.7.egg/ZODB/DB.py", line 793, in open
        result.open(transaction_manager)
      File "/home/jenkins/.buildout/eggs/ZODB-5.4.0-py2.7.egg/ZODB/Connection.py", line 918, in open
        self.newTransaction(None, False)
      File "/home/jenkins/.buildout/eggs/ZODB-5.4.0-py2.7.egg/ZODB/Connection.py", line 736, in newTransaction
        self._storage.sync(sync)
    AttributeError: 'NoneType' object has no attribute 'sync'
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.testing/src/plone/testing/z2.rst", line 590, in z2.rst
Failed example:
    app.manage_addFolder('folder1')
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 z2.rst[156]>", line 1, in <module>
        app.manage_addFolder('folder1')
      File "/home/jenkins/.buildout/eggs/Zope-4.0b3-py2.7.egg/OFS/Folder.py", line 48, in manage_addFolder
        self._setObject(id, ob)
      File "/home/jenkins/.buildout/eggs/Zope-4.0b3-py2.7.egg/OFS/ObjectManager.py", line 324, in _setObject
        v = self._checkId(id)
      File "/home/jenkins/.buildout/eggs/Zope-4.0b3-py2.7.egg/OFS/ObjectManager.py", line 126, in checkValidId
        'The id "%s" is invalid - it is already in use.' % id)
    BadRequest: The id "folder1" is invalid - it is already in use.
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.testing/src/plone/testing/z2.rst", line 636, in z2.rst
Failed example:
    with z2.zopeApp() as app:
        'acl_users' in app.objectIds() and 'folder1' not in app.objectIds()
Expected:
    True
Got:
    False


  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