[Testbot] Plone 5.2 - Python 3.6 - Build # 399 - Failure!

jenkins at plone.org jenkins at plone.org
Wed Oct 30 11:13:46 UTC 2019


Plone 5.2 - Python 3.6 - Build # 399 - Failure:

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


Plone 5.2 - Python 3.6 - Build # 399 - Failure:

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

Test Results:

121 tests failed.
FAILED:  Products.GenericSetup.tests.test_components.ComponentRegistryXMLAdapterTests.test_blacklist_get

Error Message:
((<PersistentComponents >, <Products.GenericSetup.testing.DummySetupEnviron object at 0x7feec389af60>), <InterfaceClass Products.GenericSetup.interfaces.IBody>, '')

Stack Trace:
((<PersistentComponents >, <Products.GenericSetup.testing.DummySetupEnviron object at 0x7feec389af60>), <InterfaceClass Products.GenericSetup.interfaces.IBody>, '')

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.GenericSetup-2.0.1-py3.6.egg/Products/GenericSetup/tests/test_components.py", line 349, in test_blacklist_get
    adapted = getMultiAdapter((obj, context), IBody)
  File "/home/jenkins/.buildout/eggs/cp36m/zope.component-4.5-py3.6.egg/zope/component/_api.py", line 97, in getMultiAdapter
    raise ComponentLookupError(objects, interface, name)


FAILED:  Products.GenericSetup.tests.test_components.ComponentRegistryXMLAdapterTests.test_blacklist_set

Error Message:
((<PersistentComponents >, <Products.GenericSetup.testing.DummySetupEnviron object at 0x7feec35cf908>), <InterfaceClass Products.GenericSetup.interfaces.IBody>, '')

Stack Trace:
((<PersistentComponents >, <Products.GenericSetup.testing.DummySetupEnviron object at 0x7feec35cf908>), <InterfaceClass Products.GenericSetup.interfaces.IBody>, '')

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.GenericSetup-2.0.1-py3.6.egg/Products/GenericSetup/tests/test_components.py", line 364, in test_blacklist_set
    adapted = getMultiAdapter((obj, context), IBody)
  File "/home/jenkins/.buildout/eggs/cp36m/zope.component-4.5-py3.6.egg/zope/component/_api.py", line 97, in getMultiAdapter
    raise ComponentLookupError(objects, interface, name)


FAILED:  Products.GenericSetup.tests.test_components.ComponentRegistryXMLAdapterTests.test_body_get

Error Message:
((<PersistentComponents >, <Products.GenericSetup.testing.DummySetupEnviron object at 0x7feec1918dd8>), <InterfaceClass Products.GenericSetup.interfaces.IBody>, '')

Stack Trace:
((<PersistentComponents >, <Products.GenericSetup.testing.DummySetupEnviron object at 0x7feec1918dd8>), <InterfaceClass Products.GenericSetup.interfaces.IBody>, '')

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.GenericSetup-2.0.1-py3.6.egg/Products/GenericSetup/testing.py", line 85, in test_body_get
    adapted = getMultiAdapter((self._obj, context), IBody)
  File "/home/jenkins/.buildout/eggs/cp36m/zope.component-4.5-py3.6.egg/zope/component/_api.py", line 97, in getMultiAdapter
    raise ComponentLookupError(objects, interface, name)


FAILED:  Products.GenericSetup.tests.test_components.ComponentRegistryXMLAdapterTests.test_body_set

Error Message:
((<PersistentComponents >, <Products.GenericSetup.testing.DummySetupEnviron object at 0x7feec1918588>), <InterfaceClass Products.GenericSetup.interfaces.IBody>, '')

Stack Trace:
((<PersistentComponents >, <Products.GenericSetup.testing.DummySetupEnviron object at 0x7feec1918588>), <InterfaceClass Products.GenericSetup.interfaces.IBody>, '')

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.GenericSetup-2.0.1-py3.6.egg/Products/GenericSetup/testing.py", line 91, in test_body_set
    adapted = getMultiAdapter((self._obj, context), IBody)
  File "/home/jenkins/.buildout/eggs/cp36m/zope.component-4.5-py3.6.egg/zope/component/_api.py", line 97, in getMultiAdapter
    raise ComponentLookupError(objects, interface, name)


FAILED:  Products.GenericSetup.tests.test_components.ComponentRegistryXMLAdapterTests.test_remove_components

Error Message:
False is not true

Stack Trace:
False is not true

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.GenericSetup-2.0.1-py3.6.egg/Products/GenericSetup/tests/test_components.py", line 406, in test_remove_components
    self.assertTrue(adapted is None)
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 682, in assertTrue
    raise self.failureException(msg)


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

Error Message:
59 != 1

Stack Trace:
59 != 1

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.GenericSetup-2.0.1-py3.6.egg/Products/GenericSetup/tests/test_tool.py", line 299, in test_runImportStepFromProfile_dependencies
    self.assertEqual(len(_before_import_events), 1)
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 829, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 822, in _baseAssertEqual
    raise self.failureException(msg)


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

Error Message:
62 != 1

Stack Trace:
62 != 1

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.GenericSetup-2.0.1-py3.6.egg/Products/GenericSetup/tests/test_tool.py", line 264, in test_runImportStepFromProfile_simple
    self.assertEqual(len(_before_import_events), 1)
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 829, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 822, in _baseAssertEqual
    raise self.failureException(msg)


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

Error Message:
63 != 1

Stack Trace:
63 != 1

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.GenericSetup-2.0.1-py3.6.egg/Products/GenericSetup/tests/test_tool.py", line 335, in test_runImportStepFromProfile_skip_dependencies
    self.assertEqual(len(_before_import_events), 1)
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 829, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 822, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  Products.PluggableAuthService.plugins.tests.test_ChallengeProtocolChooser.ChallengeProtocolChooserBasicAuthTests.test_GET_authorized

Error Message:
You are in a Test Layer

Stack Trace:
You are in a Test Layer
(IntegrationTesting) that is fast by just aborting transactions between each
test.  You just committed something. That breaks the test isolation.  So I stop
here and let you fix it.

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py", line 201, in test_GET_authorized
    '/{0.folder_name}/test_script'.format(self), basic=self.basic_auth)
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 43, in wrapped_func
    return func(*args, **kw)
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 70, in publish
    transaction.commit()
  File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
    here and let you fix it.""")


FAILED:  Products.PluggableAuthService.plugins.tests.test_ChallengeProtocolChooser.ChallengeProtocolChooserBasicAuthTests.test_GET_unauthorized

Error Message:
You are in a Test Layer

Stack Trace:
You are in a Test Layer
(IntegrationTesting) that is fast by just aborting transactions between each
test.  You just committed something. That breaks the test isolation.  So I stop
here and let you fix it.

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py", line 195, in test_GET_unauthorized
    response = self.publish('/{0.folder_name}/test_script'.format(self))
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 43, in wrapped_func
    return func(*args, **kw)
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 70, in publish
    transaction.commit()
  File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
    here and let you fix it.""")


FAILED:  Products.PluggableAuthService.plugins.tests.test_ChallengeProtocolChooser.ChallengeProtocolChooserBasicAuthTests.test_XMLRPC_authorized

Error Message:
You are in a Test Layer

Stack Trace:
You are in a Test Layer
(IntegrationTesting) that is fast by just aborting transactions between each
test.  You just committed something. That breaks the test isolation.  So I stop
here and let you fix it.

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py", line 245, in test_XMLRPC_authorized
    stdin=io.BytesIO(XMLRPC_CALL), basic=self.basic_auth)
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 43, in wrapped_func
    return func(*args, **kw)
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 70, in publish
    transaction.commit()
  File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
    here and let you fix it.""")


FAILED:  Products.PluggableAuthService.plugins.tests.test_ChallengeProtocolChooser.ChallengeProtocolChooserBasicAuthTests.test_XMLRPC_unauthorized

Error Message:
You are in a Test Layer

Stack Trace:
You are in a Test Layer
(IntegrationTesting) that is fast by just aborting transactions between each
test.  You just committed something. That breaks the test isolation.  So I stop
here and let you fix it.

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py", line 237, in test_XMLRPC_unauthorized
    stdin=io.BytesIO(XMLRPC_CALL))
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 43, in wrapped_func
    return func(*args, **kw)
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 70, in publish
    transaction.commit()
  File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
    here and let you fix it.""")


FAILED:  Products.PluggableAuthService.plugins.tests.test_ChallengeProtocolChooser.ChallengeProtocolChooserCookieAuthTests.test_GET_unauthorized

Error Message:
You are in a Test Layer

Stack Trace:
You are in a Test Layer
(IntegrationTesting) that is fast by just aborting transactions between each
test.  You just committed something. That breaks the test isolation.  So I stop
here and let you fix it.

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py", line 269, in test_GET_unauthorized
    response = self.publish('/{0.folder_name}/test_script'.format(self))
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 43, in wrapped_func
    return func(*args, **kw)
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 70, in publish
    transaction.commit()
  File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
    here and let you fix it.""")


FAILED:  Products.PluggableAuthService.plugins.tests.test_ChallengeProtocolChooser.ChallengeProtocolChooserCookieAuthTests.test_XMLRPC_unauthorized

Error Message:
You are in a Test Layer

Stack Trace:
You are in a Test Layer
(IntegrationTesting) that is fast by just aborting transactions between each
test.  You just committed something. That breaks the test isolation.  So I stop
here and let you fix it.

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py", line 289, in test_XMLRPC_unauthorized
    stdin=io.BytesIO(XMLRPC_CALL))
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 43, in wrapped_func
    return func(*args, **kw)
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 70, in publish
    transaction.commit()
  File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
    here and let you fix it.""")


FAILED:  Products.PluggableAuthService.plugins.tests.test_ChallengeProtocolChooser.ChallengeProtocolChooserCookieAuthTypeSnifferTests.test_GET_unauthorized

Error Message:
You are in a Test Layer

Stack Trace:
You are in a Test Layer
(IntegrationTesting) that is fast by just aborting transactions between each
test.  You just committed something. That breaks the test isolation.  So I stop
here and let you fix it.

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py", line 323, in test_GET_unauthorized
    response = self.publish('/{0.folder_name}/test_script'.format(self))
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 43, in wrapped_func
    return func(*args, **kw)
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 70, in publish
    transaction.commit()
  File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
    here and let you fix it.""")


FAILED:  Products.PluggableAuthService.plugins.tests.test_ChallengeProtocolChooser.ChallengeProtocolChooserCookieAuthTypeSnifferTests.test_XMLRPC_unauthorized

Error Message:
You are in a Test Layer

Stack Trace:
You are in a Test Layer
(IntegrationTesting) that is fast by just aborting transactions between each
test.  You just committed something. That breaks the test isolation.  So I stop
here and let you fix it.

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py", line 343, in test_XMLRPC_unauthorized
    stdin=io.BytesIO(XMLRPC_CALL))
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 43, in wrapped_func
    return func(*args, **kw)
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/functional.py", line 70, in publish
    transaction.commit()
  File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
    here and let you fix it.""")


FAILED:  Products.PluggableAuthService.plugins.tests.test_ZODBGroupManager.ZODBGroupManagerTests.test_addGroup_CreatedEvent

Error Message:
6 != 1

Stack Trace:
6 != 1

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py", line 98, in test_addGroup_CreatedEvent
    self.assertEqual(len(zgm.events), 1)
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 829, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 822, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test__doAddUser

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test__extractUserIds

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test__extractUserIds_two_extractors

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test__findUser

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test__verifyUser

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test_addPrincipalToGroupResetsCache

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test_addingRoleResetsCache

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test_getUser

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test_getUserById

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test_removePrincipalFromGroupResetsCache

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test_removingRoleResetsCache

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test_validate

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test_validate_anonymous

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test_validate_unicode_credentials

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test_validate_utf16_credentials

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.PluggableAuthService.tests.test_MoreCaching.CachingTests.test_validate_utf8_credentials

Error Message:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

Stack Trace:
'RequestContainer' object has no attribute 'manage_addRAMCacheManager'

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/Testing/ZopeTestCase/base.py", line 90, in setUp
    self.afterSetUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.PluggableAuthService-2.1-py3.6.egg/Products/PluggableAuthService/tests/test_MoreCaching.py", line 27, in afterSetUp
    factory.manage_addRAMCacheManager('ram_cache')


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testActivityAPI

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testApplyVersionControl

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testCheckinResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testCheckoutResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testContainerVersioning

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testDetectPersistentSubObjectChange

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testGetVersionOfResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testIsResourceChanged

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testIsResourceUpToDate

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testIsUnderVersionControl

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testIsVersionableResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testLabelResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testNonVersionedAttribute

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testNonVersionedAttributeWithAcquisition

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testSelectionByDate

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testSelectionByLabel

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testUncheckoutResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testUpdateResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testVersionBookkeeping

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testActivityAPI

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testApplyVersionControl

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testCheckinResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testCheckoutResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testContainerVersioning

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testDetectPersistentSubObjectChange

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testGetVersionOfResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testIsResourceChanged

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testIsResourceUpToDate

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testIsUnderVersionControl

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testIsVersionableResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testLabelResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testNonVersionedAttribute

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testNonVersionedAttributeWithAcquisition

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testSelectionByDate

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testSelectionByLabel

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testUncheckoutResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testUpdateResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTests.testVersionBookkeeping

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testActivityAPI

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testApplyVersionControl

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testCheckinResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testCheckoutResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testContainerVersioning

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testDetectPersistentSubObjectChange

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testGetVersionOfResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testIsResourceChanged

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testIsResourceUpToDate

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testIsUnderVersionControl

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testIsVersionableResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testLabelResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testNonVersionedAttribute

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testNonVersionedAttributeWithAcquisition

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testSelectionByDate

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testSelectionByLabel

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testUncheckoutResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testUpdateResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testVersionBookkeeping

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testActivityAPI

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testApplyVersionControl

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testCheckinResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testCheckoutResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testContainerVersioning

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testDetectPersistentSubObjectChange

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testGetVersionOfResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testIsResourceChanged

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testIsResourceUpToDate

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testIsUnderVersionControl

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testIsVersionableResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testLabelResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testNonVersionedAttribute

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testNonVersionedAttributeWithAcquisition

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testSelectionByDate

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testSelectionByLabel

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testUncheckoutResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testUpdateResource

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionControl.VersionControlTestsWithCommits.testVersionBookkeeping

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  Products.ZopeVersionControl.tests.testVersionHistory.VersionHistoryTests.testBranchHaveName

Error Message:
Cannot close a connection joined to a transaction

Stack Trace:
Cannot close a connection joined to a transaction

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 601, in run
    self.setUp()
  File "/home/jenkins/.buildout/eggs/cp36m/Products.ZopeVersionControl-1.1.4-py3.6.egg/Products/ZopeVersionControl/tests/common.py", line 71, in common_setUp
    self.connection.close()
  File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 283, in close
    raise ConnectionStateError("Cannot close a connection joined to "


FAILED:  plone.app.testing.helpers.rst

Error Message:
Failed doctest test for helpers.rst

Stack Trace:
Failed doctest test for helpers.rst
  File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 139, in helpers.rst
Failed example:
    runner.setup_layer(options, HELPER_DEMOS_INTEGRATION_TESTING, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[12]>", line 1, in <module>
        runner.setup_layer(options, HELPER_DEMOS_INTEGRATION_TESTING, setupLayers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 792, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 313, in setUp
        self.setUpBasicProducts()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 603, in setUpBasicProducts
        installProduct(app, 'Products.OFSP')
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 151, in helpers.rst
Failed example:
    queryUtility(Interface, name="dummy1")
Expected:
    <object object at ...>
Got nothing
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 154, in helpers.rst
Failed example:
    with helpers.ploneSite() as portal:
        print(portal.title)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[16]>", line 1, in <module>
        with helpers.ploneSite() as portal:
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 81, in __enter__
        return next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.py", line 260, in ploneSite
        portal = app[PLONE_SITE_ID]
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 837, in __getitem__
        raise KeyError(key)
    KeyError: 'plone'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 162, in helpers.rst
Failed example:
    with helpers.ploneSite() as portal:
        print(is_installed(portal, 'plone.app.testing'))
        portal.portal_setup.getLastVersionForProfile('plone.app.testing:default') == UNKNOWN
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[18]>", line 1, in <module>
        with helpers.ploneSite() as portal:
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 81, in __enter__
        return next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.py", line 260, in ploneSite
        portal = app[PLONE_SITE_ID]
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 837, in __getitem__
        raise KeyError(key)
    KeyError: 'plone'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 174, in helpers.rst
Failed example:
    HELPER_DEMOS_INTEGRATION_TESTING.testSetUp()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[23]>", line 1, in <module>
        HELPER_DEMOS_INTEGRATION_TESTING.testSetUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.py", line 324, in testSetUp
        self['portal'] = portal = self['app'][PLONE_SITE_ID]
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 837, in __getitem__
        raise KeyError(key)
    KeyError: 'plone'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 184, in helpers.rst
Failed example:
    portal = HELPER_DEMOS_INTEGRATION_TESTING['portal'] # would normally be self.layer['portal']
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[27]>", line 1, in <module>
        portal = HELPER_DEMOS_INTEGRATION_TESTING['portal'] # would normally be self.layer['portal']
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'portal'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 186, in helpers.rst
Failed example:
    sorted(getSecurityManager().getUser().getRolesInContext(portal))
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[28]>", line 1, in <module>
        sorted(getSecurityManager().getUser().getRolesInContext(portal))
    NameError: name 'portal' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 189, in helpers.rst
Failed example:
    getSecurityManager().getUser().getUserName() == TEST_USER_NAME
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 191, in helpers.rst
Failed example:
    getSecurityManager().getUser().getId() == TEST_USER_ID
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 194, in helpers.rst
Failed example:
    helpers.setRoles(portal, TEST_USER_ID, ['Manager'])
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[32]>", line 1, in <module>
        helpers.setRoles(portal, TEST_USER_ID, ['Manager'])
    NameError: name 'portal' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 195, in helpers.rst
Failed example:
    repr(getSecurityManager()) != sm_repr
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 197, in helpers.rst
Failed example:
    sorted(getSecurityManager().getUser().getRolesInContext(portal))
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[34]>", line 1, in <module>
        sorted(getSecurityManager().getUser().getRolesInContext(portal))
    NameError: name 'portal' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 204, in helpers.rst
Failed example:
    helpers.login(portal, TEST_USER_NAME)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[37]>", line 1, in <module>
        helpers.login(portal, TEST_USER_NAME)
    NameError: name 'portal' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 205, in helpers.rst
Failed example:
    getSecurityManager().getUser().getUserName() == TEST_USER_NAME
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 209, in helpers.rst
Failed example:
    portal._setObject('folder1', Folder('folder1'))
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[40]>", line 1, in <module>
        portal._setObject('folder1', Folder('folder1'))
    NameError: name 'portal' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 214, in helpers.rst
Failed example:
    HELPER_DEMOS_INTEGRATION_TESTING.testTearDown()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[41]>", line 1, in <module>
        HELPER_DEMOS_INTEGRATION_TESTING.testTearDown()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.py", line 328, in testTearDown
        self.tearDownEnvironment(self['portal'])
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'portal'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 223, in helpers.rst
Failed example:
    queryUtility(Interface, name="dummy1")
Expected:
    <object object at ...>
Got nothing
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 226, in helpers.rst
Failed example:
    with helpers.ploneSite() as portal:
        print(portal.title)
        print(is_installed(portal, 'plone.app.testing'))
        'folder1' in portal.objectIds()
        portal.portal_setup.getLastVersionForProfile('plone.app.testing:default') == UNKNOWN
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[47]>", line 1, in <module>
        with helpers.ploneSite() as portal:
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 81, in __enter__
        return next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.py", line 260, in ploneSite
        portal = app[PLONE_SITE_ID]
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 837, in __getitem__
        raise KeyError(key)
    KeyError: 'plone'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 240, in helpers.rst
Failed example:
    runner.tear_down_unneeded(options, [l for l in setupLayers if l not in (HELPER_DEMOS_INTEGRATION_TESTING, HELPER_DEMOS_FIXTURE,)], setupLayers)
Expected:
    Tear down plone.app.testing.layers.HelperDemos:Integration in ... seconds.
    Tear down...HelperDemos in ... seconds.
Got nothing
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 247, in helpers.rst
Failed example:
    with helpers.ploneSite() as portal:
        print(portal.title)
        print(is_installed(portal, 'plone.app.testing'))
        portal.portal_setup.getLastVersionForProfile('plone.app.testing:default') == UNKNOWN
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[50]>", line 1, in <module>
        with helpers.ploneSite() as portal:
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 81, in __enter__
        return next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.py", line 260, in ploneSite
        portal = app[PLONE_SITE_ID]
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 837, in __getitem__
        raise KeyError(key)
    KeyError: 'plone'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 257, in helpers.rst
Failed example:
    runner.tear_down_unneeded(options, [], setupLayers)
Expected:
    Tear down plone.app.testing.layers.PloneFixture in ... seconds.
    Tear down plone.testing.zope.Startup in ... seconds.
    Tear down plone.testing.zca.LayerCleanup in ... seconds.
Got:
      Tear down plone.testing.zca.LayerCleanup in 0.002 seconds.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 352, in helpers.rst
Failed example:
    runner.setup_layer(options, MY_INTEGRATION_TESTING, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[59]>", line 1, in <module>
        runner.setup_layer(options, MY_INTEGRATION_TESTING, setupLayers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 792, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 313, in setUp
        self.setUpBasicProducts()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 603, in setUpBasicProducts
        installProduct(app, 'Products.OFSP')
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 361, in helpers.rst
Failed example:
    queryUtility(Interface, name="dummy1")
Expected:
    <object object at ...>
Got nothing
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 364, in helpers.rst
Failed example:
    with helpers.ploneSite() as portal:
        print(portal.title)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[61]>", line 1, in <module>
        with helpers.ploneSite() as portal:
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 81, in __enter__
        return next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.py", line 260, in ploneSite
        portal = app[PLONE_SITE_ID]
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 837, in __getitem__
        raise KeyError(key)
    KeyError: 'plone'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 368, in helpers.rst
Failed example:
    someGlobal['test']
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[62]>", line 1, in <module>
        someGlobal['test']
    KeyError: 'test'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 377, in helpers.rst
Failed example:
    'plone.app.testing:dummy1' in _profile_registry.listProfiles()
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 381, in helpers.rst
Failed example:
    'import1' in _import_step_registry.listSteps()
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 385, in helpers.rst
Failed example:
    'export1' in _export_step_registry.listSteps()
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 389, in helpers.rst
Failed example:
    'dummy_plugin1' in PluggableAuthService.MultiPlugins
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 393, in helpers.rst
Failed example:
    len(_upgrade_registry.getUpgradeStepsForProfile('plone.app.testing:default'))
Expected:
    1
Got:
    0
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 400, in helpers.rst
Failed example:
    runner.tear_down_unneeded(options, [l for l in setupLayers if l not in (MY_INTEGRATION_TESTING, MY_FIXTURE)], setupLayers)
Expected:
    Tear down plone.app.testing.layers.MyLayer:Integration in ... seconds.
Got nothing
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 406, in helpers.rst
Failed example:
    with helpers.ploneSite() as portal:
        print(portal.title)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest helpers.rst[79]>", line 1, in <module>
        with helpers.ploneSite() as portal:
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 81, in __enter__
        return next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.py", line 260, in ploneSite
        portal = app[PLONE_SITE_ID]
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 837, in __getitem__
        raise KeyError(key)
    KeyError: 'plone'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 413, in helpers.rst
Failed example:
    len(_profile_registry.listProfiles()) == numProfiles - 1
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 418, in helpers.rst
Failed example:
    len(_import_step_registry.listSteps()) == numImportSteps - 1
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 423, in helpers.rst
Failed example:
    len(_export_step_registry.listSteps()) == numExportSteps - 1
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 428, in helpers.rst
Failed example:
    len(_upgrade_registry.keys()) == numUpgrades - 1
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.rst", line 439, in helpers.rst
Failed example:
    runner.tear_down_unneeded(options, [], setupLayers)
Expected:
    Tear down plone.app.testing.layers.PloneFixture in ... seconds.
    Tear down plone.testing.zope.Startup in ... seconds.
    Tear down plone.testing.zca.LayerCleanup in ... seconds.
Got:
      Tear down plone.testing.zca.LayerCleanup in 0.002 seconds.


  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/srv/python3.6/lib/python3.6/doctest.py", line 2199, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.app.testing.layers.rst

Error Message:
Failed doctest test for layers.rst

Stack Trace:
Failed doctest test for layers.rst
  File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 122, in layers.rst
Failed example:
    runner.setup_layer(options, layers.PLONE_INTEGRATION_TESTING, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[18]>", line 1, in <module>
        runner.setup_layer(options, layers.PLONE_INTEGRATION_TESTING, setupLayers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 792, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.py", line 116, in setUp
        self.setUpDefaultContent(app)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.py", line 242, in setUpDefaultContent
        extension_ids=self.extensionProfiles,
      File "/home/jenkins/workspace/plone-5.2-python-3.6/src/Products.CMFPlone/Products/CMFPlone/factory.py", line 150, in addPloneSite
        setup_tool.runAllImportStepsFromProfile('profile-%s' % profile_id)
      File "/home/jenkins/.buildout/eggs/cp36m/Products.GenericSetup-2.0.1-py3.6.egg/Products/GenericSetup/tool.py", line 393, in runAllImportStepsFromProfile
        dependency_strategy=dependency_strategy)
       - __traceback_info__: profile-Products.CMFPlone:plone
      File "/home/jenkins/.buildout/eggs/cp36m/Products.GenericSetup-2.0.1-py3.6.egg/Products/GenericSetup/tool.py", line 1474, in _runImportStepsFromContext
        self._doRunHandler(post_handler)
      File "/home/jenkins/.buildout/eggs/cp36m/Products.GenericSetup-2.0.1-py3.6.egg/Products/GenericSetup/tool.py", line 1321, in _doRunHandler
        return handler_function(self)
      File "/home/jenkins/workspace/plone-5.2-python-3.6/src/Products.CMFPlone/Products/CMFPlone/setuphandlers.py", line 144, in importFinalSteps
        "profile-Products.CMFPlone:dependencies")
      File "/home/jenkins/.buildout/eggs/cp36m/Products.GenericSetup-2.0.1-py3.6.egg/Products/GenericSetup/tool.py", line 393, in runAllImportStepsFromProfile
        dependency_strategy=dependency_strategy)
       - __traceback_info__: profile-Products.CMFPlone:dependencies
      File "/home/jenkins/.buildout/eggs/cp36m/Products.GenericSetup-2.0.1-py3.6.egg/Products/GenericSetup/tool.py", line 1465, in _runImportStepsFromContext
        message = self._doRunImportStep(step, context)
      File "/home/jenkins/.buildout/eggs/cp36m/Products.GenericSetup-2.0.1-py3.6.egg/Products/GenericSetup/tool.py", line 1277, in _doRunImportStep
        return handler(context)
       - __traceback_info__: combine-bundles
      File "/home/jenkins/workspace/plone-5.2-python-3.6/src/Products.CMFPlone/Products/CMFPlone/resources/exportimport/bundles.py", line 38, in combine
        combine_bundles(site)
      File "/home/jenkins/workspace/plone-5.2-python-3.6/src/Products.CMFPlone/Products/CMFPlone/resources/browser/combine.py", line 183, in combine_bundles
        write_css(context, production_folder, 'logged-in')
      File "/home/jenkins/workspace/plone-5.2-python-3.6/src/Products.CMFPlone/Products/CMFPlone/resources/browser/combine.py", line 155, in write_css
        folder.writeFile(meta_bundle + '.css', fi)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.resource-2.1.1-py3.6.egg/plone/resource/directory.py", line 163, in writeFile
        f = File(filename, filename, data)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/Image.py", line 155, in __init__
        data, size = self._read_data(file)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/Image.py", line 615, in _read_data
        transaction.savepoint(optimistic=True)
      File "/home/jenkins/.buildout/eggs/cp36m/transaction-2.4.0-py3.6.egg/transaction/_manager.py", line 267, in savepoint
        return self.manager.savepoint(optimistic)
      File "/home/jenkins/.buildout/eggs/cp36m/transaction-2.4.0-py3.6.egg/transaction/_manager.py", line 147, in savepoint
        return self.get().savepoint(optimistic)
      File "/home/jenkins/.buildout/eggs/cp36m/transaction-2.4.0-py3.6.egg/transaction/_transaction.py", line 229, in savepoint
        self._saveAndRaiseCommitishError() # reraises!
      File "/home/jenkins/.buildout/eggs/cp36m/transaction-2.4.0-py3.6.egg/transaction/_transaction.py", line 345, in _saveAndRaiseCommitishError
        reraise(t, v, tb)
      File "/home/jenkins/.buildout/eggs/cp36m/transaction-2.4.0-py3.6.egg/transaction/_compat.py", line 50, in reraise
        raise value
      File "/home/jenkins/.buildout/eggs/cp36m/transaction-2.4.0-py3.6.egg/transaction/_transaction.py", line 226, in savepoint
        savepoint = Savepoint(self, optimistic, *self._resources)
      File "/home/jenkins/.buildout/eggs/cp36m/transaction-2.4.0-py3.6.egg/transaction/_transaction.py", line 717, in __init__
        savepoint = savepoint()
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 997, in savepoint
        self._commit(None)
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 546, in _commit
        self._store_objects(ObjectWriter(obj), transaction)
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 602, in _store_objects
        s = self._storage.store(oid, serial, p, '', transaction)
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 1187, in store
        self._file.write(data)
    OSError: [Errno 28] No space left on device
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 133, in layers.rst
Failed example:
    layers.PLONE_INTEGRATION_TESTING.testSetUp()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[22]>", line 1, in <module>
        layers.PLONE_INTEGRATION_TESTING.testSetUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.py", line 324, in testSetUp
        self['portal'] = portal = self['app'][PLONE_SITE_ID]
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 837, in __getitem__
        raise KeyError(key)
    KeyError: 'plone'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 137, in layers.rst
Failed example:
    layers.PLONE_INTEGRATION_TESTING['portal'] # would normally be self.layer['portal']
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[23]>", line 1, in <module>
        layers.PLONE_INTEGRATION_TESTING['portal'] # would normally be self.layer['portal']
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'portal'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 143, in layers.rst
Failed example:
    getSiteManager()
Expected:
    <PersistentComponents /plone>
Got:
    <BaseGlobalComponents test-stack-2>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 149, in layers.rst
Failed example:
    getSecurityManager().getUser()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[27]>", line 1, in <module>
        getSecurityManager().getUser()
      File "/home/jenkins/.buildout/eggs/cp36m/AccessControl-4.1-py3.6-linux-x86_64.egg/AccessControl/users.py", line 253, in __repr__
        return '<%s %r>' % (self.__class__.__name__, self.getUserName())
      File "/home/jenkins/.buildout/eggs/cp36m/AccessControl-4.1-py3.6-linux-x86_64.egg/AccessControl/users.py", line 270, in getUserName
        return self.name
    AttributeError: 'RequestContainer' object has no attribute 'name'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 156, in layers.rst
Failed example:
    portal = layers.PLONE_INTEGRATION_TESTING['portal'] # would normally be self.layer['portal']
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[29]>", line 1, in <module>
        portal = layers.PLONE_INTEGRATION_TESTING['portal'] # would normally be self.layer['portal']
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'portal'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 157, in layers.rst
Failed example:
    helpers.setRoles(portal, TEST_USER_ID, ['Manager'])
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[30]>", line 1, in <module>
        helpers.setRoles(portal, TEST_USER_ID, ['Manager'])
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.py", line 45, in setRoles
        zope.setRoles(userFolder, userId, roles)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 174, in setRoles
        userFolder.userFolderEditUser(userId, None, list(roles), [])
      File "<string>", line 8, in _doChangeUser
      File "/home/jenkins/.buildout/eggs/cp36m/plone.protect-4.1.3-py3.6.egg/plone/protect/utils.py", line 78, in _curried
        return callable(*args, **kw)
      File "<string>", line 8, in _doChangeUser
      File "/home/jenkins/.buildout/eggs/cp36m/AccessControl-4.1-py3.6-linux-x86_64.egg/AccessControl/requestmethod.py", line 88, in _curried
        return callable(*args, **kw)
      File "/home/jenkins/.buildout/eggs/cp36m/Products.PlonePAS-6.0.2-py3.6.egg/Products/PlonePAS/pas.py", line 155, in _doChangeUser
        rmanager.assignRolesToPrincipal(roles, principal_id)
      File "<string>", line 9, in assignRolesToPrincipal
      File "/home/jenkins/.buildout/eggs/cp36m/AccessControl-4.1-py3.6-linux-x86_64.egg/AccessControl/requestmethod.py", line 88, in _curried
        return callable(*args, **kw)
      File "/home/jenkins/.buildout/eggs/cp36m/Products.PlonePAS-6.0.2-py3.6.egg/Products/PlonePAS/plugins/role.py", line 102, in assignRolesToPrincipal
        self._principal_roles[principal_id] = tuple(roles)
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 830, in register
        self._register(obj)
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 840, in _register
        self.transaction_manager.get().join(self)
    AttributeError: 'NoneType' object has no attribute 'get'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 159, in layers.rst
Failed example:
    portal._setObject('d1', SimpleItem('d1'))
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[32]>", line 1, in <module>
        portal._setObject('d1', SimpleItem('d1'))
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 365, in _setObject
        self._objects = self._objects + ({'id': id, 'meta_type': t},)
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 830, in register
        self._register(obj)
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 840, in _register
        self.transaction_manager.get().join(self)
    AttributeError: 'NoneType' object has no attribute 'get'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 161, in layers.rst
Failed example:
    'd1' in portal.objectIds()
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 166, in layers.rst
Failed example:
    layers.PLONE_INTEGRATION_TESTING.testTearDown()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[34]>", line 1, in <module>
        layers.PLONE_INTEGRATION_TESTING.testTearDown()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.py", line 328, in testTearDown
        self.tearDownEnvironment(self['portal'])
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'portal'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 173, in layers.rst
Failed example:
    with helpers.ploneSite() as portal:
        'd1' in portal.objectIds()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[38]>", line 1, in <module>
        with helpers.ploneSite() as portal:
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 81, in __enter__
        return next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.py", line 260, in ploneSite
        portal = app[PLONE_SITE_ID]
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 837, in __getitem__
        raise KeyError(key)
    KeyError: 'plone'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 179, in layers.rst
Failed example:
    getSecurityManager().getUser()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[39]>", line 1, in <module>
        getSecurityManager().getUser()
      File "/home/jenkins/.buildout/eggs/cp36m/AccessControl-4.1-py3.6-linux-x86_64.egg/AccessControl/users.py", line 253, in __repr__
        return '<%s %r>' % (self.__class__.__name__, self.getUserName())
      File "/home/jenkins/.buildout/eggs/cp36m/AccessControl-4.1-py3.6-linux-x86_64.egg/AccessControl/users.py", line 270, in getUserName
        return self.name
    AttributeError: 'RequestContainer' object has no attribute 'name'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 189, in layers.rst
Failed example:
    runner.tear_down_unneeded(options, [], setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[41]>", line 1, in <module>
        runner.tear_down_unneeded(options, [], setupLayers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 764, in tear_down_unneeded
        l.tearDown()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 320, in tearDown
        self.tearDownBasicProducts()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 611, in tearDownBasicProducts
        uninstallProduct(app, 'Products.OFSP')
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 211, in layers.rst
Failed example:
    runner.setup_layer(options, layers.PLONE_FUNCTIONAL_TESTING, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[46]>", line 1, in <module>
        runner.setup_layer(options, layers.PLONE_FUNCTIONAL_TESTING, setupLayers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 792, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 313, in setUp
        self.setUpBasicProducts()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 603, in setUpBasicProducts
        installProduct(app, 'Products.OFSP')
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 222, in layers.rst
Failed example:
    layers.PLONE_FUNCTIONAL_TESTING.testSetUp()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[50]>", line 1, in <module>
        layers.PLONE_FUNCTIONAL_TESTING.testSetUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.py", line 324, in testSetUp
        self['portal'] = portal = self['app'][PLONE_SITE_ID]
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 837, in __getitem__
        raise KeyError(key)
    KeyError: 'plone'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 224, in layers.rst
Failed example:
    layers.PLONE_FUNCTIONAL_TESTING['portal'] # would normally be self.layer['portal']
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[51]>", line 1, in <module>
        layers.PLONE_FUNCTIONAL_TESTING['portal'] # would normally be self.layer['portal']
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'portal'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 228, in layers.rst
Failed example:
    getSiteManager()
Expected:
    <PersistentComponents /plone>
Got:
    <BaseGlobalComponents base>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 232, in layers.rst
Failed example:
    getSecurityManager().getUser()
Expected:
    <PloneUser 'test-user'>
Got:
    <SpecialUser 'Anonymous User'>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 238, in layers.rst
Failed example:
    portal = layers.PLONE_FUNCTIONAL_TESTING['portal'] # would normally be self.layer['portal']
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[56]>", line 1, in <module>
        portal = layers.PLONE_FUNCTIONAL_TESTING['portal'] # would normally be self.layer['portal']
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'portal'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 239, in layers.rst
Failed example:
    helpers.setRoles(portal, TEST_USER_ID, ['Manager'])
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[57]>", line 1, in <module>
        helpers.setRoles(portal, TEST_USER_ID, ['Manager'])
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.py", line 45, in setRoles
        zope.setRoles(userFolder, userId, roles)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 174, in setRoles
        userFolder.userFolderEditUser(userId, None, list(roles), [])
      File "<string>", line 8, in _doChangeUser
      File "/home/jenkins/.buildout/eggs/cp36m/plone.protect-4.1.3-py3.6.egg/plone/protect/utils.py", line 78, in _curried
        return callable(*args, **kw)
      File "<string>", line 8, in _doChangeUser
      File "/home/jenkins/.buildout/eggs/cp36m/AccessControl-4.1-py3.6-linux-x86_64.egg/AccessControl/requestmethod.py", line 88, in _curried
        return callable(*args, **kw)
      File "/home/jenkins/.buildout/eggs/cp36m/Products.PlonePAS-6.0.2-py3.6.egg/Products/PlonePAS/pas.py", line 155, in _doChangeUser
        rmanager.assignRolesToPrincipal(roles, principal_id)
      File "<string>", line 9, in assignRolesToPrincipal
      File "/home/jenkins/.buildout/eggs/cp36m/AccessControl-4.1-py3.6-linux-x86_64.egg/AccessControl/requestmethod.py", line 88, in _curried
        return callable(*args, **kw)
      File "/home/jenkins/.buildout/eggs/cp36m/Products.PlonePAS-6.0.2-py3.6.egg/Products/PlonePAS/plugins/role.py", line 102, in assignRolesToPrincipal
        self._principal_roles[principal_id] = tuple(roles)
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 830, in register
        self._register(obj)
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 840, in _register
        self.transaction_manager.get().join(self)
    AttributeError: 'NoneType' object has no attribute 'get'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 240, in layers.rst
Failed example:
    portal._setObject('d1', SimpleItem('d1'))
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[58]>", line 1, in <module>
        portal._setObject('d1', SimpleItem('d1'))
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 365, in _setObject
        self._objects = self._objects + ({'id': id, 'meta_type': t},)
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 830, in register
        self._register(obj)
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 840, in _register
        self.transaction_manager.get().join(self)
    AttributeError: 'NoneType' object has no attribute 'get'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 242, in layers.rst
Failed example:
    import transaction; transaction.commit()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[59]>", line 1, in <module>
        import transaction; transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 243, in layers.rst
Failed example:
    'd1' in portal.objectIds()
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 248, in layers.rst
Failed example:
    layers.PLONE_FUNCTIONAL_TESTING.testTearDown()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[61]>", line 1, in <module>
        layers.PLONE_FUNCTIONAL_TESTING.testTearDown()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.py", line 328, in testTearDown
        self.tearDownEnvironment(self['portal'])
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'portal'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 255, in layers.rst
Failed example:
    with helpers.ploneSite() as portal:
        'd1' in portal.objectIds()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[65]>", line 1, in <module>
        with helpers.ploneSite() as portal:
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 81, in __enter__
        return next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.py", line 260, in ploneSite
        portal = app[PLONE_SITE_ID]
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 837, in __getitem__
        raise KeyError(key)
    KeyError: 'plone'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 264, in layers.rst
Failed example:
    getSiteManager()
Expected:
    <BaseGlobalComponents test-stack-2>
Got:
    <BaseGlobalComponents base>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 269, in layers.rst
Failed example:
    runner.tear_down_unneeded(options, [], setupLayers)
Expected:
    Tear down plone.app.testing.layers.Plone:Functional in ... seconds.
    Tear down plone.app.testing.layers.PloneFixture in ... seconds.
    Tear down plone.testing.zope.Startup in ... seconds.
    Tear down plone.testing.zca.LayerCleanup in ... seconds.
Got:
      Tear down plone.testing.zca.LayerCleanup in 0.001 seconds.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 291, in layers.rst
Failed example:
    runner.setup_layer(options, layers.PLONE_WSGISERVER, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[73]>", line 1, in <module>
        runner.setup_layer(options, layers.PLONE_WSGISERVER, setupLayers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 792, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 313, in setUp
        self.setUpBasicProducts()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 603, in setUpBasicProducts
        installProduct(app, 'Products.OFSP')
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 302, in layers.rst
Failed example:
    host
Expected:
    'localhost'
Got:
    'nohost'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 317, in layers.rst
Failed example:
    layers.PLONE_ZSERVER.testSetUp()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[83]>", line 1, in <module>
        layers.PLONE_ZSERVER.testSetUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.py", line 324, in testSetUp
        self['portal'] = portal = self['app'][PLONE_SITE_ID]
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 837, in __getitem__
        raise KeyError(key)
    KeyError: 'plone'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 325, in layers.rst
Failed example:
    portal = layers.PLONE_ZSERVER['portal'] # would normally be self.layer['portal']
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[84]>", line 1, in <module>
        portal = layers.PLONE_ZSERVER['portal'] # would normally be self.layer['portal']
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'portal'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 326, in layers.rst
Failed example:
    helpers.setRoles(portal, TEST_USER_ID, ['Manager'])
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[85]>", line 1, in <module>
        helpers.setRoles(portal, TEST_USER_ID, ['Manager'])
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.py", line 45, in setRoles
        zope.setRoles(userFolder, userId, roles)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 174, in setRoles
        userFolder.userFolderEditUser(userId, None, list(roles), [])
      File "<string>", line 8, in _doChangeUser
      File "/home/jenkins/.buildout/eggs/cp36m/plone.protect-4.1.3-py3.6.egg/plone/protect/utils.py", line 78, in _curried
        return callable(*args, **kw)
      File "<string>", line 8, in _doChangeUser
      File "/home/jenkins/.buildout/eggs/cp36m/AccessControl-4.1-py3.6-linux-x86_64.egg/AccessControl/requestmethod.py", line 88, in _curried
        return callable(*args, **kw)
      File "/home/jenkins/.buildout/eggs/cp36m/Products.PlonePAS-6.0.2-py3.6.egg/Products/PlonePAS/pas.py", line 155, in _doChangeUser
        rmanager.assignRolesToPrincipal(roles, principal_id)
      File "<string>", line 9, in assignRolesToPrincipal
      File "/home/jenkins/.buildout/eggs/cp36m/AccessControl-4.1-py3.6-linux-x86_64.egg/AccessControl/requestmethod.py", line 88, in _curried
        return callable(*args, **kw)
      File "/home/jenkins/.buildout/eggs/cp36m/Products.PlonePAS-6.0.2-py3.6.egg/Products/PlonePAS/plugins/role.py", line 102, in assignRolesToPrincipal
        self._principal_roles[principal_id] = tuple(roles)
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 830, in register
        self._register(obj)
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 840, in _register
        self.transaction_manager.get().join(self)
    AttributeError: 'NoneType' object has no attribute 'get'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 327, in layers.rst
Failed example:
    portal.title = 'Fancy Portal'
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[86]>", line 1, in <module>
        portal.title = 'Fancy Portal'
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 830, in register
        self._register(obj)
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 840, in _register
        self.transaction_manager.get().join(self)
    AttributeError: 'NoneType' object has no attribute 'get'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 332, in layers.rst
Failed example:
    import transaction; transaction.commit()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[87]>", line 1, in <module>
        import transaction; transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 337, in layers.rst
Failed example:
    portal_url.split(':')[:-1]
Expected:
    ['http', '//localhost']
Got:
    []
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 341, in layers.rst
Failed example:
    conn = urlopen(portal_url + '/Title', timeout=10)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[91]>", line 1, in <module>
        conn = urlopen(portal_url + '/Title', timeout=10)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 223, in urlopen
        return opener.open(url, data, timeout)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 511, in open
        req = Request(fullurl, data)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 329, in __init__
        self.full_url = url
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 355, in full_url
        self._parse()
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 384, in _parse
        raise ValueError("unknown url type: %r" % self.full_url)
    ValueError: unknown url type: '/plone/Title'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 342, in layers.rst
Failed example:
    responseBody = conn.read()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[92]>", line 1, in <module>
        responseBody = conn.read()
    NameError: name 'conn' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 343, in layers.rst
Failed example:
    b"Fancy Portal" in responseBody
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[93]>", line 1, in <module>
        b"Fancy Portal" in responseBody
    NameError: name 'responseBody' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 345, in layers.rst
Failed example:
    conn.close()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[94]>", line 1, in <module>
        conn.close()
    NameError: name 'conn' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 349, in layers.rst
Failed example:
    layers.PLONE_ZSERVER.testTearDown()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[95]>", line 1, in <module>
        layers.PLONE_ZSERVER.testTearDown()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.py", line 328, in testTearDown
        self.tearDownEnvironment(self['portal'])
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'portal'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 358, in layers.rst
Failed example:
    'app' in layers.PLONE_ZSERVER
Expected:
    False
Got:
    True
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 361, in layers.rst
Failed example:
    'request' in layers.PLONE_ZSERVER
Expected:
    False
Got:
    True
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 364, in layers.rst
Failed example:
    with helpers.ploneSite() as portal:
        print('folder1' in portal.objectIds())
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[103]>", line 1, in <module>
        with helpers.ploneSite() as portal:
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 81, in __enter__
        return next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/helpers.py", line 260, in ploneSite
        portal = app[PLONE_SITE_ID]
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/ObjectManager.py", line 837, in __getitem__
        raise KeyError(key)
    KeyError: 'plone'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 370, in layers.rst
Failed example:
    runner.tear_down_unneeded(options, [], setupLayers)
Expected:
    Tear down plone.app.testing.layers.Plone:WSGIServer in ... seconds.
    Tear down plone.testing.zope.WSGIServer in ... seconds.
    Tear down plone.app.testing.layers.PloneFixture in ... seconds.
    Tear down plone.testing.zope.Startup in ... seconds.
    Tear down plone.testing.zca.LayerCleanup in ... seconds.
Got:
      Tear down plone.testing.zca.LayerCleanup in 0.003 seconds.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.3-py3.6.egg/plone/app/testing/layers.rst", line 378, in layers.rst
Failed example:
    requests.get(portal_url + '/folder1') # doctest: +IGNORE_EXCEPTION_DETAIL
Expected:
    Traceback (most recent call last):
    ...
    requests.exceptions.ConnectionError: ...
Got:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[106]>", line 1, in <module>
        requests.get(portal_url + '/folder1') # doctest: +IGNORE_EXCEPTION_DETAIL
      File "/home/jenkins/.buildout/eggs/cp36m/requests-2.22.0-py3.6.egg/requests/api.py", line 75, in get
        return request('get', url, params=params, **kwargs)
      File "/home/jenkins/.buildout/eggs/cp36m/requests-2.22.0-py3.6.egg/requests/api.py", line 60, in request
        return session.request(method=method, url=url, **kwargs)
      File "/home/jenkins/.buildout/eggs/cp36m/requests-2.22.0-py3.6.egg/requests/sessions.py", line 519, in request
        prep = self.prepare_request(req)
      File "/home/jenkins/.buildout/eggs/cp36m/requests-2.22.0-py3.6.egg/requests/sessions.py", line 462, in prepare_request
        hooks=merge_hooks(request.hooks, self.hooks),
      File "/home/jenkins/.buildout/eggs/cp36m/requests-2.22.0-py3.6.egg/requests/models.py", line 313, in prepare
        self.prepare_url(url, params)
      File "/home/jenkins/.buildout/eggs/cp36m/requests-2.22.0-py3.6.egg/requests/models.py", line 387, in prepare_url
        raise MissingSchema(error)
    requests.exceptions.MissingSchema: Invalid URL '/plone/folder1': No schema supplied. Perhaps you meant http:///plone/folder1?


  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/srv/python3.6/lib/python3.6/doctest.py", line 2199, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.schemaeditor.tests.choice.rst

Error Message:
Failed doctest test for choice.rst

Stack Trace:
Failed doctest test for choice.rst
  File "/home/jenkins/.buildout/eggs/cp36m/plone.schemaeditor-2.1.0-py3.6.egg/plone/schemaeditor/tests/choice.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.schemaeditor-2.1.0-py3.6.egg/plone/schemaeditor/tests/choice.rst", line 16, in choice.rst
Failed example:
    import transaction; transaction.commit()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest choice.rst[1]>", line 1, in <module>
        import transaction; transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.


  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/srv/python3.6/lib/python3.6/doctest.py", line 2199, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.schemaeditor.tests.editing.rst

Error Message:
Failed doctest test for editing.rst

Stack Trace:
Failed doctest test for editing.rst
  File "/home/jenkins/.buildout/eggs/cp36m/plone.schemaeditor-2.1.0-py3.6.egg/plone/schemaeditor/tests/editing.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.schemaeditor-2.1.0-py3.6.egg/plone/schemaeditor/tests/editing.rst", line 28, in editing.rst
Failed example:
    import transaction; transaction.commit()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest editing.rst[6]>", line 1, in <module>
        import transaction; transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.


  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/srv/python3.6/lib/python3.6/doctest.py", line 2199, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.schemaeditor.tests.extending.rst

Error Message:
Failed doctest test for extending.rst

Stack Trace:
Failed doctest test for extending.rst
  File "/home/jenkins/.buildout/eggs/cp36m/plone.schemaeditor-2.1.0-py3.6.egg/plone/schemaeditor/tests/extending.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.schemaeditor-2.1.0-py3.6.egg/plone/schemaeditor/tests/extending.rst", line 64, in extending.rst
Failed example:
    import transaction; transaction.commit()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest extending.rst[15]>", line 1, in <module>
        import transaction; transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.


  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/srv/python3.6/lib/python3.6/doctest.py", line 2199, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.schemaeditor.tests.minmax.rst

Error Message:
Failed doctest test for minmax.rst

Stack Trace:
Failed doctest test for minmax.rst
  File "/home/jenkins/.buildout/eggs/cp36m/plone.schemaeditor-2.1.0-py3.6.egg/plone/schemaeditor/tests/minmax.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.schemaeditor-2.1.0-py3.6.egg/plone/schemaeditor/tests/minmax.rst", line 16, in minmax.rst
Failed example:
    import transaction; transaction.commit()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest minmax.rst[1]>", line 1, in <module>
        import transaction; transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.


  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/srv/python3.6/lib/python3.6/doctest.py", line 2199, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.testing.zodb.rst

Error Message:
Failed doctest test for zodb.rst

Stack Trace:
Failed doctest test for zodb.rst
  File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 120, in zodb.rst
Failed example:
    runner.setup_layer(options, POPULATED_ZODB, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[30]>", line 1, in <module>
        runner.setup_layer(options, POPULATED_ZODB, setupLayers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 792, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.py", line 52, in setUp
        self['zodbDB'] = self.createDatabase(self.createStorage())
      File "<doctest zodb.rst[26]>", line 12, in createDatabase
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 123, in zodb.rst
Failed example:
    db = POPULATED_ZODB['zodbDB']
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[31]>", line 1, in <module>
        db = POPULATED_ZODB['zodbDB']
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbDB'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 124, in zodb.rst
Failed example:
    db.storage
Expected:
    My storage
Got:
    storage object
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 134, in zodb.rst
Failed example:
    POPULATED_ZODB.testSetUp()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[35]>", line 1, in <module>
        POPULATED_ZODB.testSetUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.py", line 59, in testSetUp
        self['zodbConnection'] = connection = self['zodbDB'].open()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbDB'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 138, in zodb.rst
Failed example:
    POPULATED_ZODB['zodbConnection']
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[36]>", line 1, in <module>
        POPULATED_ZODB['zodbConnection']
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbConnection'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 141, in zodb.rst
Failed example:
    POPULATED_ZODB['zodbRoot']
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[37]>", line 1, in <module>
        POPULATED_ZODB['zodbRoot']
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbRoot'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 144, in zodb.rst
Failed example:
    POPULATED_ZODB['zodbRoot']['foo'] = 'bar'
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[38]>", line 1, in <module>
        POPULATED_ZODB['zodbRoot']['foo'] = 'bar'
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbRoot'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 148, in zodb.rst
Failed example:
    POPULATED_ZODB.testTearDown()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[39]>", line 1, in <module>
        POPULATED_ZODB.testTearDown()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.py", line 69, in testTearDown
        self['zodbConnection'].close()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbConnection'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 158, in zodb.rst
Failed example:
    conn = POPULATED_ZODB['zodbDB'].open()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[42]>", line 1, in <module>
        conn = POPULATED_ZODB['zodbDB'].open()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbDB'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 159, in zodb.rst
Failed example:
    conn.root()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[43]>", line 1, in <module>
        conn.root()
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 350, in root
        return RootConvenience(self.get(z64))
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 235, in get
        raise ConnectionStateError("The database connection is closed")
    ZODB.POSException.ConnectionStateError: The database connection is closed
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 165, in zodb.rst
Failed example:
    runner.tear_down_unneeded(options, [], setupLayers)
Expected:
    Tear down PopulatedZODB in ... seconds.
Got nothing
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 213, in zodb.rst
Failed example:
    runner.setup_layer(options, EXPANDED_ZODB, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[54]>", line 1, in <module>
        runner.setup_layer(options, EXPANDED_ZODB, setupLayers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 792, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.py", line 52, in setUp
        self['zodbDB'] = self.createDatabase(self.createStorage())
      File "<doctest zodb.rst[26]>", line 12, in createDatabase
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 217, in zodb.rst
Failed example:
    db = EXPANDED_ZODB['zodbDB']
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[55]>", line 1, in <module>
        db = EXPANDED_ZODB['zodbDB']
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbDB'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 218, in zodb.rst
Failed example:
    db.storage
Expected:
    ExpandedZODB
Got:
    storage object
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 228, in zodb.rst
Failed example:
    POPULATED_ZODB.testSetUp()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[59]>", line 1, in <module>
        POPULATED_ZODB.testSetUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.py", line 59, in testSetUp
        self['zodbConnection'] = connection = self['zodbDB'].open()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbDB'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 233, in zodb.rst
Failed example:
    EXPANDED_ZODB['zodbConnection']
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[61]>", line 1, in <module>
        EXPANDED_ZODB['zodbConnection']
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbConnection'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 236, in zodb.rst
Failed example:
    EXPANDED_ZODB['zodbRoot'] == dict(someData='a string', additionalData='Some new data')
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[62]>", line 1, in <module>
        EXPANDED_ZODB['zodbRoot'] == dict(someData='a string', additionalData='Some new data')
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbRoot'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 239, in zodb.rst
Failed example:
    POPULATED_ZODB['zodbRoot']['foo'] = 'bar'
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[63]>", line 1, in <module>
        POPULATED_ZODB['zodbRoot']['foo'] = 'bar'
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbRoot'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 244, in zodb.rst
Failed example:
    POPULATED_ZODB.testTearDown()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[65]>", line 1, in <module>
        POPULATED_ZODB.testTearDown()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.py", line 69, in testTearDown
        self['zodbConnection'].close()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbConnection'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 254, in zodb.rst
Failed example:
    conn = EXPANDED_ZODB['zodbDB'].open()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[68]>", line 1, in <module>
        conn = EXPANDED_ZODB['zodbDB'].open()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbDB'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 255, in zodb.rst
Failed example:
    conn.root() == dict(someData='a string', additionalData='Some new data')
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[69]>", line 1, in <module>
        conn.root() == dict(someData='a string', additionalData='Some new data')
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 350, in root
        return RootConvenience(self.get(z64))
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 235, in get
        raise ConnectionStateError("The database connection is closed")
    ZODB.POSException.ConnectionStateError: The database connection is closed
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 261, in zodb.rst
Failed example:
    runner.tear_down_unneeded(options, [POPULATED_ZODB], setupLayers)
Expected:
    Tear down ExpandedZODB in ... seconds.
Got nothing
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 264, in zodb.rst
Failed example:
    conn = EXPANDED_ZODB['zodbDB'].open()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[72]>", line 1, in <module>
        conn = EXPANDED_ZODB['zodbDB'].open()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/layer.py", line 30, in __getitem__
        raise KeyError(key)
    KeyError: 'zodbDB'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 265, in zodb.rst
Failed example:
    conn.root()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zodb.rst[73]>", line 1, in <module>
        conn.root()
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 350, in root
        return RootConvenience(self.get(z64))
      File "/home/jenkins/.buildout/eggs/cp36m/ZODB-5.5.1-py3.6.egg/ZODB/Connection.py", line 235, in get
        raise ConnectionStateError("The database connection is closed")
    ZODB.POSException.ConnectionStateError: The database connection is closed
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zodb.rst", line 272, in zodb.rst
Failed example:
    runner.tear_down_unneeded(options, [], setupLayers)
Expected:
    Tear down PopulatedZODB in ... seconds.
Got nothing


  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/srv/python3.6/lib/python3.6/doctest.py", line 2199, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.testing.zope.rst

Error Message:
Failed doctest test for zope.rst

Stack Trace:
Failed doctest test for zope.rst
  File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 46, in zope.rst
Failed example:
    runner.setup_layer(options, zope.STARTUP, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[10]>", line 1, in <module>
        runner.setup_layer(options, zope.STARTUP, setupLayers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 792, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 313, in setUp
        self.setUpBasicProducts()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 603, in setUpBasicProducts
        installProduct(app, 'Products.OFSP')
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 55, in zope.rst
Failed example:
    zope.STARTUP['zodbDB'].storage
Expected:
    Startup
Got:
    FunctionalTest
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 69, in zope.rst
Failed example:
    with zope.zopeApp() as app:
        'acl_users' in app.objectIds()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[15]>", line 2, in <module>
        'acl_users' in app.objectIds()
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 76, in zope.rst
Failed example:
    with zope.zopeApp(db=zope.STARTUP['zodbDB']) as app:
        'acl_users' in app.objectIds()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[16]>", line 2, in <module>
        'acl_users' in app.objectIds()
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 84, in zope.rst
Failed example:
    with zope.zopeApp(connection=conn) as app:
        'acl_users' in app.objectIds()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[18]>", line 2, in <module>
        'acl_users' in app.objectIds()
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 132, in zope.rst
Failed example:
    len(list(getSiteManager().registeredAdapters())) > 1 # in fact, > a lot
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 137, in zope.rst
Failed example:
    getVocabularyRegistry()
Expected:
    <....Zope2VocabularyRegistry object at ...>
Got:
    <zope.schema.vocabulary.VocabularyRegistry object at 0x7feec3746be8>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 155, in zope.rst
Failed example:
    runner.tear_down_unneeded(options, [], setupLayers)
Expected:
    Tear down plone.testing.zope.Startup in ... seconds.
    Tear down plone.testing.zca.LayerCleanup in ... seconds.
Got:
      Tear down plone.testing.zca.LayerCleanup in 0.002 seconds.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 160, in zope.rst
Failed example:
    Zope2._began_startup
Expected:
    0
Got:
    1
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 162, in zope.rst
Failed example:
    Zope2.DB is None
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 164, in zope.rst
Failed example:
    Zope2.bobo_application is None
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 198, in zope.rst
Failed example:
    runner.setup_layer(options, zope.INTEGRATION_TESTING, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[38]>", line 1, in <module>
        runner.setup_layer(options, zope.INTEGRATION_TESTING, setupLayers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 792, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 313, in setUp
        self.setUpBasicProducts()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 603, in setUpBasicProducts
        installProduct(app, 'Products.OFSP')
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 262, in zope.rst
Failed example:
    with zope.zopeApp() as app:
        'acl_users' in app.objectIds() and 'folder1' not in app.objectIds()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[59]>", line 2, in <module>
        'acl_users' in app.objectIds() and 'folder1' not in app.objectIds()
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 269, in zope.rst
Failed example:
    runner.tear_down_unneeded(options, [], setupLayers)
Expected:
    Tear down plone.testing.zope.IntegrationTesting in ... seconds.
    Tear down plone.testing.zope.Startup in ... seconds.
    Tear down plone.testing.zca.LayerCleanup in ... seconds.
Got:
      Tear down plone.testing.zca.LayerCleanup in 0.002 seconds.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 298, in zope.rst
Failed example:
    runner.setup_layer(options, zope.FUNCTIONAL_TESTING, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[65]>", line 1, in <module>
        runner.setup_layer(options, zope.FUNCTIONAL_TESTING, setupLayers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 792, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 313, in setUp
        self.setUpBasicProducts()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 603, in setUpBasicProducts
        installProduct(app, 'Products.OFSP')
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 320, in zope.rst
Failed example:
    transaction.commit()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[72]>", line 1, in <module>
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 333, in zope.rst
Failed example:
    with zope.zopeApp() as app:
        'acl_users' in app.objectIds() and 'folder1' not in app.objectIds()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[77]>", line 2, in <module>
        'acl_users' in app.objectIds() and 'folder1' not in app.objectIds()
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 339, in zope.rst
Failed example:
    runner.tear_down_unneeded(options, [], setupLayers)
Expected:
    Tear down plone.testing.zope.FunctionalTesting in ... seconds.
    Tear down plone.testing.zope.Startup in ... seconds.
    Tear down plone.testing.zca.LayerCleanup in ... seconds.
Got:
      Tear down plone.testing.zca.LayerCleanup in 0.003 seconds.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 354, in zope.rst
Failed example:
    runner.setup_layer(options, zope.FUNCTIONAL_TESTING, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[81]>", line 1, in <module>
        runner.setup_layer(options, zope.FUNCTIONAL_TESTING, setupLayers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 792, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 313, in setUp
        self.setUpBasicProducts()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 603, in setUpBasicProducts
        installProduct(app, 'Products.OFSP')
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 377, in zope.rst
Failed example:
    import transaction; transaction.commit()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[88]>", line 1, in <module>
        import transaction; transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 381, in zope.rst
Failed example:
    browser.open(app.absolute_url() + '/dtml-doc-1')
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[89]>", line 1, in <module>
        browser.open(app.absolute_url() + '/dtml-doc-1')
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testbrowser-5.3.3-py3.6.egg/zope/testbrowser/browser.py", line 252, in open
        self._processRequest(url, make_request)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testbrowser-5.3.3-py3.6.egg/zope/testbrowser/browser.py", line 276, in _processRequest
        resp = make_request(reqargs)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testbrowser-5.3.3-py3.6.egg/zope/testbrowser/browser.py", line 250, in make_request
        return self.testapp.get(url, **args)
      File "/home/jenkins/.buildout/eggs/cp36m/WebTest-2.0.33-py3.6.egg/webtest/app.py", line 335, in get
        expect_errors=expect_errors)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testbrowser-5.3.3-py3.6.egg/zope/testbrowser/browser.py", line 95, in do_request
        expect_errors)
      File "/home/jenkins/.buildout/eggs/cp36m/WebTest-2.0.33-py3.6.egg/webtest/app.py", line 628, in do_request
        res = req.get_response(app, catch_exc_info=True)
      File "/home/jenkins/.buildout/eggs/cp36m/WebOb-1.8.5-py3.6.egg/webob/request.py", line 1310, in send
        application, catch_exc_info=True)
      File "/home/jenkins/.buildout/eggs/cp36m/WebOb-1.8.5-py3.6.egg/webob/request.py", line 1278, in call_application
        app_iter = application(self.environ, start_response)
      File "/home/jenkins/.buildout/eggs/cp36m/WebTest-2.0.33-py3.6.egg/webtest/lint.py", line 201, in lint_app
        iterator = application(environ, start_response_wrapper)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/_z2_testbrowser.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/_z2_testbrowser.py", line 65, in __call__
        wsgi_result = publish(environ, start_response)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/WSGIPublisher.py", line 337, in publish_module
        response = _publish(request, new_mod_info)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/WSGIPublisher.py", line 243, in publish
        obj = request.traverse(path, validated_hook=validate_user)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/BaseRequest.py", line 523, in traverse
        subobject = self.traverseName(object, entry_name)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/BaseRequest.py", line 350, in traverseName
        ob2 = adapter.publishTraverse(self, name)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/BaseRequest.py", line 107, in publishTraverse
        raise e
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/BaseRequest.py", line 84, in publishTraverse
        subobject = object.__bobo_traverse__(request, name)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/Application.py", line 136, in __bobo_traverse__
        REQUEST.RESPONSE.notFoundError("%s\n%s" % (name, method))
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/HTTPResponse.py", line 986, in notFoundError
        raise exc
    zExceptions.NotFound: dtml-doc-1
    GET
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 382, in zope.rst
Failed example:
    'This is the dtml-doc-1 Document.' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[90]>", line 1, in <module>
        'This is the dtml-doc-1 Document.' in browser.contents
    TypeError: argument of type 'NoneType' is not iterable
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 390, in zope.rst
Failed example:
    import transaction; transaction.commit()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[93]>", line 1, in <module>
        import transaction; transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 392, in zope.rst
Failed example:
    browser.open(app.absolute_url() + '/dtml-doc-2?' + qs)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[95]>", line 1, in <module>
        browser.open(app.absolute_url() + '/dtml-doc-2?' + qs)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testbrowser-5.3.3-py3.6.egg/zope/testbrowser/browser.py", line 252, in open
        self._processRequest(url, make_request)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testbrowser-5.3.3-py3.6.egg/zope/testbrowser/browser.py", line 276, in _processRequest
        resp = make_request(reqargs)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testbrowser-5.3.3-py3.6.egg/zope/testbrowser/browser.py", line 250, in make_request
        return self.testapp.get(url, **args)
      File "/home/jenkins/.buildout/eggs/cp36m/WebTest-2.0.33-py3.6.egg/webtest/app.py", line 335, in get
        expect_errors=expect_errors)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testbrowser-5.3.3-py3.6.egg/zope/testbrowser/browser.py", line 95, in do_request
        expect_errors)
      File "/home/jenkins/.buildout/eggs/cp36m/WebTest-2.0.33-py3.6.egg/webtest/app.py", line 628, in do_request
        res = req.get_response(app, catch_exc_info=True)
      File "/home/jenkins/.buildout/eggs/cp36m/WebOb-1.8.5-py3.6.egg/webob/request.py", line 1310, in send
        application, catch_exc_info=True)
      File "/home/jenkins/.buildout/eggs/cp36m/WebOb-1.8.5-py3.6.egg/webob/request.py", line 1278, in call_application
        app_iter = application(self.environ, start_response)
      File "/home/jenkins/.buildout/eggs/cp36m/WebTest-2.0.33-py3.6.egg/webtest/lint.py", line 201, in lint_app
        iterator = application(environ, start_response_wrapper)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/_z2_testbrowser.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/_z2_testbrowser.py", line 65, in __call__
        wsgi_result = publish(environ, start_response)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/WSGIPublisher.py", line 337, in publish_module
        response = _publish(request, new_mod_info)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/WSGIPublisher.py", line 243, in publish
        obj = request.traverse(path, validated_hook=validate_user)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/BaseRequest.py", line 523, in traverse
        subobject = self.traverseName(object, entry_name)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/BaseRequest.py", line 350, in traverseName
        ob2 = adapter.publishTraverse(self, name)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/BaseRequest.py", line 107, in publishTraverse
        raise e
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/BaseRequest.py", line 84, in publishTraverse
        subobject = object.__bobo_traverse__(request, name)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/Application.py", line 136, in __bobo_traverse__
        REQUEST.RESPONSE.notFoundError("%s\n%s" % (name, method))
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/HTTPResponse.py", line 986, in notFoundError
        raise exc
    zExceptions.NotFound: dtml-doc-2
    GET
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 393, in zope.rst
Failed example:
    browser.contents
Expected:
    'boo, bar & baz'
Got nothing
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 403, in zope.rst
Failed example:
    import transaction; transaction.commit()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[99]>", line 1, in <module>
        import transaction; transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 405, in zope.rst
Failed example:
    browser.open(app.absolute_url() + '/file1')
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[100]>", line 1, in <module>
        browser.open(app.absolute_url() + '/file1')
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testbrowser-5.3.3-py3.6.egg/zope/testbrowser/browser.py", line 252, in open
        self._processRequest(url, make_request)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testbrowser-5.3.3-py3.6.egg/zope/testbrowser/browser.py", line 276, in _processRequest
        resp = make_request(reqargs)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testbrowser-5.3.3-py3.6.egg/zope/testbrowser/browser.py", line 250, in make_request
        return self.testapp.get(url, **args)
      File "/home/jenkins/.buildout/eggs/cp36m/WebTest-2.0.33-py3.6.egg/webtest/app.py", line 335, in get
        expect_errors=expect_errors)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testbrowser-5.3.3-py3.6.egg/zope/testbrowser/browser.py", line 95, in do_request
        expect_errors)
      File "/home/jenkins/.buildout/eggs/cp36m/WebTest-2.0.33-py3.6.egg/webtest/app.py", line 628, in do_request
        res = req.get_response(app, catch_exc_info=True)
      File "/home/jenkins/.buildout/eggs/cp36m/WebOb-1.8.5-py3.6.egg/webob/request.py", line 1310, in send
        application, catch_exc_info=True)
      File "/home/jenkins/.buildout/eggs/cp36m/WebOb-1.8.5-py3.6.egg/webob/request.py", line 1278, in call_application
        app_iter = application(self.environ, start_response)
      File "/home/jenkins/.buildout/eggs/cp36m/WebTest-2.0.33-py3.6.egg/webtest/lint.py", line 201, in lint_app
        iterator = application(environ, start_response_wrapper)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/_z2_testbrowser.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/_z2_testbrowser.py", line 65, in __call__
        wsgi_result = publish(environ, start_response)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/WSGIPublisher.py", line 337, in publish_module
        response = _publish(request, new_mod_info)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/WSGIPublisher.py", line 243, in publish
        obj = request.traverse(path, validated_hook=validate_user)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/BaseRequest.py", line 523, in traverse
        subobject = self.traverseName(object, entry_name)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/BaseRequest.py", line 350, in traverseName
        ob2 = adapter.publishTraverse(self, name)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/BaseRequest.py", line 107, in publishTraverse
        raise e
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/BaseRequest.py", line 84, in publishTraverse
        subobject = object.__bobo_traverse__(request, name)
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/OFS/Application.py", line 136, in __bobo_traverse__
        REQUEST.RESPONSE.notFoundError("%s\n%s" % (name, method))
      File "/home/jenkins/.buildout/eggs/cp36m/Zope-4.1.2-py3.6.egg/ZPublisher/HTTPResponse.py", line 986, in notFoundError
        raise exc
    zExceptions.NotFound: file1
    GET
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 406, in zope.rst
Failed example:
    'The test browser also works with iterators' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[101]>", line 1, in <module>
        'The test browser also works with iterators' in browser.contents
    TypeError: argument of type 'NoneType' is not iterable
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 422, in zope.rst
Failed example:
    with zope.zopeApp() as app:
        'acl_users' in app.objectIds()\
            and 'folder1' not in app.objectIds()\
            and 'file1' not in app.objectIds()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[106]>", line 4, in <module>
        and 'file1' not in app.objectIds()
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 430, in zope.rst
Failed example:
    runner.tear_down_unneeded(options, [], setupLayers)
Expected:
    Tear down plone.testing.zope.FunctionalTesting in ... seconds.
    Tear down plone.testing.zope.Startup in ... seconds.
    Tear down plone.testing.zca.LayerCleanup in ... seconds.
Got:
      Tear down plone.testing.zca.LayerCleanup in 0.002 seconds.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 458, in zope.rst
Failed example:
    runner.setup_layer(options, zope.WSGI_SERVER, setupLayers)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[114]>", line 1, in <module>
        runner.setup_layer(options, zope.WSGI_SERVER, setupLayers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 787, in setup_layer
        setup_layer(options, base, setup_layers)
      File "/home/jenkins/.buildout/eggs/cp36m/zope.testrunner-5.0-py3.6.egg/zope/testrunner/runner.py", line 792, in setup_layer
        layer.setUp()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 313, in setUp
        self.setUpBasicProducts()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 603, in setUpBasicProducts
        installProduct(app, 'Products.OFSP')
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 467, in zope.rst
Failed example:
    host
Expected:
    'localhost'
Got:
    'nohost'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 488, in zope.rst
Failed example:
    import transaction; transaction.commit()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[123]>", line 1, in <module>
        import transaction; transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 493, in zope.rst
Failed example:
    app_url.split(':')[:-1]
Expected:
    ['http', '//localhost']
Got:
    ['http']
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 497, in zope.rst
Failed example:
    conn = urlopen(app_url + '/dtml-doc-3', timeout=5)
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[127]>", line 1, in <module>
        conn = urlopen(app_url + '/dtml-doc-3', timeout=5)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 223, in urlopen
        return opener.open(url, data, timeout)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 526, in open
        response = self._open(req, data)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 544, in _open
        '_open', req)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 504, in _call_chain
        result = func(*args)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 1346, in http_open
        return self.do_open(http.client.HTTPConnection, req)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 1320, in do_open
        raise URLError(err)
    urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 498, in zope.rst
Failed example:
    b'This is the dtml-doc-3 Document.' in conn.read()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[128]>", line 1, in <module>
        b'This is the dtml-doc-3 Document.' in conn.read()
    AttributeError: 'Connection' object has no attribute 'read'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 514, in zope.rst
Failed example:
    with zope.zopeApp() as app:
        'acl_users' in app.objectIds() and 'folder1' not in app.objectIds()
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[135]>", line 2, in <module>
        'acl_users' in app.objectIds() and 'folder1' not in app.objectIds()
      File "/srv/python3.6/lib/python3.6/contextlib.py", line 88, in __exit__
        next(self.gen)
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 264, in zopeApp
        transaction.commit()
      File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.py", line 751, in you_broke_it
        here and let you fix it.""")
    plone.testing.zope.TestIsolationBroken: You are in a Test Layer
    (IntegrationTesting) that is fast by just aborting transactions between each
    test.  You just committed something. That breaks the test isolation.  So I stop
    here and let you fix it.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 520, in zope.rst
Failed example:
    runner.tear_down_unneeded(options, [], setupLayers)
Expected:
    Tear down plone.testing.zope.WSGIServer:Functional in ... seconds.
    Tear down plone.testing.zope.WSGIServer in ... seconds.
    Tear down plone.testing.zope.Startup in ... seconds.
    Tear down plone.testing.zca.LayerCleanup in ... seconds.
Got:
      Tear down plone.testing.zca.LayerCleanup in 0.002 seconds.
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.2-py3.6.egg/plone/testing/zope.rst", line 530, in zope.rst
Failed example:
    try:
        conn = urlopen(app_url + '/folder1', timeout=5)
    except Exception as exc:
        if 'Connection refused' not in str(exc) and 'Connection reset' not in str(exc):
            raise exc
    else:
        print('urlopen should have raised exception')
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[137]>", line 5, in <module>
        raise exc
      File "<doctest zope.rst[137]>", line 2, in <module>
        conn = urlopen(app_url + '/folder1', timeout=5)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 223, in urlopen
        return opener.open(url, data, timeout)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 526, in open
        response = self._open(req, data)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 544, in _open
        '_open', req)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 504, in _call_chain
        result = func(*args)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 1346, in http_open
        return self.do_open(http.client.HTTPConnection, req)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 1320, in do_open
        raise URLError(err)
    urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>


  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/srv/python3.6/lib/python3.6/doctest.py", line 2199, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.app.vocabularies.catalog.CatalogSource

Error Message:
Failed doctest test for plone.app.vocabularies.catalog.CatalogSource

Stack Trace:
Failed doctest test for plone.app.vocabularies.catalog.CatalogSource
  File "/home/jenkins/.buildout/eggs/cp36m/plone.app.vocabularies-4.1.1-py3.6.egg/plone/app/vocabularies/catalog.py", line 656, in CatalogSource

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.vocabularies-4.1.1-py3.6.egg/plone/app/vocabularies/catalog.py", line 690, in plone.app.vocabularies.catalog.CatalogSource
Failed example:
    'asdf' in source
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest plone.app.vocabularies.catalog.CatalogSource[6]>", line 1, in <module>
        'asdf' in source
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.vocabularies-4.1.1-py3.6.egg/plone/app/vocabularies/catalog.py", line 722, in __contains__
        return bool(self.search_catalog(query))
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.vocabularies-4.1.1-py3.6.egg/plone/app/vocabularies/catalog.py", line 727, in search_catalog
        catalog = getToolByName(getSite(), 'portal_catalog')
      File "<string>", line 15, in check_getToolByName
      File "/home/jenkins/workspace/plone-5.2-python-3.6/src/Products.CMFPlone/Products/CMFPlone/patches/gtbn.py", line 23, in rewrap_in_request_container
        obj = aq_base(ob).__of__(obj)
    AttributeError: 'DummyContext' object has no attribute '__of__'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.app.vocabularies-4.1.1-py3.6.egg/plone/app/vocabularies/catalog.py", line 693, in plone.app.vocabularies.catalog.CatalogSource
Failed example:
    source.search_catalog({'foo': 'baz'})
Exception raised:
    Traceback (most recent call last):
      File "/srv/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest plone.app.vocabularies.catalog.CatalogSource[7]>", line 1, in <module>
        source.search_catalog({'foo': 'baz'})
      File "/home/jenkins/.buildout/eggs/cp36m/plone.app.vocabularies-4.1.1-py3.6.egg/plone/app/vocabularies/catalog.py", line 727, in search_catalog
        catalog = getToolByName(getSite(), 'portal_catalog')
      File "<string>", line 15, in check_getToolByName
      File "/home/jenkins/workspace/plone-5.2-python-3.6/src/Products.CMFPlone/Products/CMFPlone/patches/gtbn.py", line 23, in rewrap_in_request_container
        obj = aq_base(ob).__of__(obj)
    AttributeError: 'DummyContext' object has no attribute '__of__'


  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/srv/python3.6/lib/python3.6/doctest.py", line 2199, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.app.z3cform.tests.test_widgets.RelatedItemsWidgetTests.test_multiple_selection

Error Message:
can only join an iterable

Stack Trace:
can only join an iterable

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/mock-3.0.5-py3.6.egg/mock/mock.py", line 1330, in patched
    return func(*args, **keywargs)
  File "/home/jenkins/.buildout/eggs/cp36m/plone.app.z3cform-3.1.3-py3.6.egg/plone/app/z3cform/tests/test_widgets.py", line 1282, in test_multiple_selection
    base_args = widget._base_args()
  File "/home/jenkins/.buildout/eggs/cp36m/plone.app.z3cform-3.1.3-py3.6.egg/plone/app/z3cform/widget.py", line 599, in _base_args
    field_name,
  File "/home/jenkins/workspace/plone-5.2-python-3.6/src/plone.app.widgets/plone/app/widgets/utils.py", line 159, in get_relateditems_options
    options['rootPath'] = '/'.join(site.getPhysicalPath()) if site else '/'


FAILED:  plone.app.z3cform.tests.test_widgets.RelatedItemsWidgetTests.test_single_selection

Error Message:
can only join an iterable

Stack Trace:
can only join an iterable

  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp36m/mock-3.0.5-py3.6.egg/mock/mock.py", line 1330, in patched
    return func(*args, **keywargs)
  File "/home/jenkins/.buildout/eggs/cp36m/plone.app.z3cform-3.1.3-py3.6.egg/plone/app/z3cform/tests/test_widgets.py", line 1254, in test_single_selection
    base_args = widget._base_args()
  File "/home/jenkins/.buildout/eggs/cp36m/plone.app.z3cform-3.1.3-py3.6.egg/plone/app/z3cform/widget.py", line 599, in _base_args
    field_name,
  File "/home/jenkins/workspace/plone-5.2-python-3.6/src/plone.app.widgets/plone/app/widgets/utils.py", line 159, in get_relateditems_options
    options['rootPath'] = '/'.join(site.getPhysicalPath()) if site else '/'


More information about the Testbot mailing list