[Testbot] Plone 5.2 - Python 2.7 - Build # 2121 - Failure!

jenkins at plone.org jenkins at plone.org
Sun Oct 28 10:57:58 UTC 2018


Plone 5.2 - Python 2.7 - Build # 2121 - Failure:

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

Changes:

[Philip Bauer] Udpate to newest ZODB, transaction and persitent to fix dependencies of







Test Results:

10 tests failed.
FAILED:  Products.Archetypes.Field.ReferenceField.set

Error Message:
Failed doctest test for Products.Archetypes.Field.ReferenceField.set

Stack Trace:
Failed doctest test for Products.Archetypes.Field.ReferenceField.set
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.Archetypes/Products/Archetypes/Field.py", line 1972, in set

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.Archetypes/Products/Archetypes/Field.py", line 2026, in Products.Archetypes.Field.ReferenceField.set
Failed example:
    nodes[2].getLink()
Expected:
    <SimpleBTreeFolder...>
Got:
    <Products.Archetypes.examples.SimpleBTreeFolder.SimpleBTreeFolder object at 0x7fdbf28886e0 oid 0x3581e0507b31ac5b in <Connection at 7fdbcbf907d0>>


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


FAILED:  Products.ATContentTypes.tests.events.txt

Error Message:
Failed doctest test for events.txt

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

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.ATContentTypes/Products/ATContentTypes/tests/events.txt", line 36, in events.txt
Failed example:
    handler.print_and_flush() #doctest: +ELLIPSIS
Differences (ndiff with -expected +actual):
      5 events:
    - [(<ATDocument at /.../Members/test_user_1_/a>,
    ?                   ^^^
    + [(<ATDocument at /plone/Members/test_user_1_/a>,
    ?                   ^^^^^
    -   <zope.lifecycleevent.ObjectCreatedEvent object at ...>),
    ?                                                     ^^^
    +   <zope.lifecycleevent.ObjectCreatedEvent object at 0x7fdbd5f37ed0>),
    ?                                                     ^^^^^^^^^^^^^^
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    ?                   ^^^
    +  (<ATDocument at /plone/Members/test_user_1_/a>,
    ?                   ^^^^^
    -   <Products.DCWorkflow.events.BeforeTransitionEvent object at ...>),
    ?                                                               ^^^
    +   <Products.DCWorkflow.events.BeforeTransitionEvent object at 0x7fdbd5ee3e50>),
    ?                                                               ^^^^^^^^^^^^^^
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    ?                   ^^^
    +  (<ATDocument at /plone/Members/test_user_1_/a>,
    ?                   ^^^^^
    -   <Products.DCWorkflow.events.AfterTransitionEvent object at ...>),
    ?                                                              ^^^
    +   <Products.DCWorkflow.events.AfterTransitionEvent object at 0x7fdbd5ee3210>),
    ?                                                              ^^^^^^^^^^^^^^
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    ?                   ^^^
    +  (<ATDocument at /plone/Members/test_user_1_/a>,
    ?                   ^^^^^
    -   <zope.lifecycleevent.ObjectAddedEvent object at ...>),
    ?                                                   ^^^
    +   <zope.lifecycleevent.ObjectAddedEvent object at 0x7fdbd4b70710>),
    ?                                                   ^^^^^^^^^^^^^^
    -  (<ATFolder at /.../Members/test_user_1_>,
    +  (<Products.ATContentTypes.content.folder.ATFolder object at 0x7fdbd60a6230 oid 0x37991154288cbab9 in <Connection at 7fdbd59d60d0>>,
    -   <zope.container.contained.ContainerModifiedEvent object at ...>)]
    ?                                                              ^^^
    +   <zope.container.contained.ContainerModifiedEvent object at 0x7fdbd4dac710>)]
    ?                                                              ^^^^^^^^^^^^^^


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


FAILED:  Products.Archetypes.tests.events.txt

Error Message:
Failed doctest test for events.txt

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

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.Archetypes/Products/Archetypes/tests/events.txt", line 40, in events.txt
Failed example:
    handler.print_and_flush() #doctest: +ELLIPSIS
Expected:
    5 events:
    [(<DDocument at /plone/Members/test_user_1_/a>,
      <zope.lifecycleevent.ObjectCreatedEvent object at ...>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <Products.DCWorkflow.events.BeforeTransitionEvent object at ...>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <Products.DCWorkflow.events.AfterTransitionEvent object at ...>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <zope.lifecycleevent.ObjectAddedEvent object at ...>),
     (<ATFolder at /plone/Members/test_user_1_>,
      <zope.container.contained.ContainerModifiedEvent object at ...>)]
Got:
    5 events:
    [(<DDocument at /plone/Members/test_user_1_/a>,
      <zope.lifecycleevent.ObjectCreatedEvent object at 0x7fdbcc2ed910>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <Products.DCWorkflow.events.BeforeTransitionEvent object at 0x7fdbcb1fa050>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <Products.DCWorkflow.events.AfterTransitionEvent object at 0x7fdbcb1fa5d0>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <zope.lifecycleevent.ObjectAddedEvent object at 0x7fdbf4064e50>),
     (<Products.ATContentTypes.content.folder.ATFolder object at 0x7fdbf57ccc08 oid 0x37991154288cbab9 in <Connection at 7fdbca355750>>,
      <zope.container.contained.ContainerModifiedEvent object at 0x7fdbf5780250>)]


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


FAILED:  Products.CMFQuickInstallerTool.tests.actions.txt

Error Message:
Failed doctest test for actions.txt

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

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.CMFQuickInstallerTool/Products/CMFQuickInstallerTool/tests/actions.txt", line 11, in actions.txt
Failed example:
    qi
Expected:
    <QuickInstallerTool at /plone/portal_quickinstaller>
Got:
    <Products.CMFPlone.QuickInstallerTool.QuickInstallerTool object at 0x7fdbeda07b18 oid 0x2e01d4af142d0b92 in <Connection at 7fdbedd56750>>
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.CMFQuickInstallerTool/Products/CMFQuickInstallerTool/tests/actions.txt", line 61, in actions.txt
Failed example:
    qi
Expected:
    <QuickInstallerTool at /plone/portal_quickinstaller>
Got:
    <Products.CMFPlone.QuickInstallerTool.QuickInstallerTool object at 0x7fdbeda07b18 oid 0x2e01d4af142d0b92 in <Connection at 7fdbedd56750>>


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


FAILED:  Products.CMFQuickInstallerTool.tests.install.txt

Error Message:
Failed doctest test for install.txt

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

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.CMFQuickInstallerTool/Products/CMFQuickInstallerTool/tests/install.txt", line 15, in install.txt
Failed example:
    qi
Expected:
    <QuickInstallerTool at /plone/portal_quickinstaller>
Got:
    <Products.CMFPlone.QuickInstallerTool.QuickInstallerTool object at 0x7fdbeda1d2a8 oid 0x2e01d4af142d0b92 in <Connection at 7fdbee266e10>>


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


FAILED:  Products.CMFQuickInstallerTool.tests.profiles.txt

Error Message:
Failed doctest test for profiles.txt

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

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.CMFQuickInstallerTool/Products/CMFQuickInstallerTool/tests/profiles.txt", line 23, in profiles.txt
Failed example:
    qi
Expected:
    <QuickInstallerTool at /plone/portal_quickinstaller>
Got:
    <Products.CMFPlone.QuickInstallerTool.QuickInstallerTool object at 0x7fdbeda07b18 oid 0x2e01d4af142d0b92 in <Connection at 7fdbedd56750>>


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


FAILED:  plone.app.contentlisting.tests.integration.rst

Error Message:
Failed doctest test for integration.rst

Stack Trace:
Failed doctest test for integration.rst
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.contentlisting/plone/app/contentlisting/tests/integration.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.contentlisting/plone/app/contentlisting/tests/integration.rst", line 57, in integration.rst
Failed example:
    print(listitem.getDataOrigin())
Expected:
    <Folder at news>
Got:
    <plone.app.contenttypes.content.Folder object at 0x7fdbf049ce60 oid 0x120037255f752e63 in <Connection at 7fdbf237cfd0>>
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.contentlisting/plone/app/contentlisting/tests/integration.rst", line 165, in integration.rst
Failed example:
    print(listitem.getDataOrigin())
Expected:
    <Folder at news>
Got:
    <plone.app.contenttypes.content.Folder object at 0x7fdbf049ce60 oid 0x120037255f752e63 in <Connection at 7fdbf237cfd0>>


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


FAILED:  plone.app.versioningbehavior.tests.doctest_behavior.txt

Error Message:
Failed doctest test for doctest_behavior.txt

Stack Trace:
Failed doctest test for doctest_behavior.txt
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.versioningbehavior/plone/app/versioningbehavior/tests/doctest_behavior.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.versioningbehavior/plone/app/versioningbehavior/tests/doctest_behavior.txt", line 255, in doctest_behavior.txt
Failed example:
    obj
Expected:
    <Container at /plone/versionedcontainer>
Got:
    <plone.dexterity.content.Container object at 0x7fdbeddf3c80 oid 0x1d5ef5a00ca2942d in <Connection at 7fdbedfe1210>>
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.versioningbehavior/plone/app/versioningbehavior/tests/doctest_behavior.txt", line 284, in doctest_behavior.txt
Failed example:
    obj
Expected:
    <Container at /plone/versionedcontainer/versionedcontainer>
Got:
    <plone.dexterity.content.Container object at 0x7fdbf01a1d70 oid 0x1d5ef5a00ca29452 in <Connection at 7fdbedfe1210>>


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


FAILED:  plone.contentrules.README.rst

Error Message:
Failed doctest test for README.rst

Stack Trace:
Failed doctest test for README.rst
  File "/home/jenkins/.buildout/eggs/cp27m/plone.contentrules-2.0.8-py2.7.egg/plone/contentrules/README.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp27m/plone.contentrules-2.0.8-py2.7.egg/plone/contentrules/README.rst", line 309, in README.rst
Failed example:
    configuredAction
Expected:
    <MoveToFolderAction object at ...>
Got:
    <__builtin__.MoveToFolderAction object at 0x7fdbf26a8140>


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


FAILED:  plone.app.contentrules.tests.test_action_logger.TestLoggerAction.testProcessedMessage

Error Message:
'Test log event : <Folder at /plone/f1>' != 'Test log event : <plone.app.contenttypes.content.Folder object at 0x7fdbf213a050 oid 0x180868c224489342 in <Connection at 7fdbf3fc8190>>'

Stack Trace:
'Test log event : <Folder at /plone/f1>' != 'Test log event : <plone.app.contenttypes.content.Folder object at 0x7fdbf213a050 oid 0x180868c224489342 in <Connection at 7fdbf3fc8190>>'

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.contentrules/plone/app/contentrules/tests/test_action_logger.py", line 79, in testProcessedMessage
    ex.processedMessage(),
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)


More information about the Testbot mailing list