[Testbot] Plone 5.2 - Python 3.6 - Build # 52 - Still Failing!

jenkins at plone.org jenkins at plone.org
Sun Oct 28 11:21:25 UTC 2018


Plone 5.2 - Python 3.6 - Build # 52 - Still Failing:

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

Changes:

[Philip Bauer] [fc] Repository: Products.CMFQuickInstallerTool







Test Results:

4 tests failed.
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-3.6/src/plone.app.contentlisting/plone/app/contentlisting/tests/integration.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-3.6/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 0x7f65760de518 oid 0x189dbc8efaae3ed0 in <Connection at 7f65722c63c8>>
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-3.6/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 0x7f65760de518 oid 0x189dbc8efaae3ed0 in <Connection at 7f65722c63c8>>


  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.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-3.6/src/plone.app.versioningbehavior/plone/app/versioningbehavior/tests/doctest_behavior.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-3.6/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 0x7f65721a9d68 oid 0x28f11d8d819d346d in <Connection at 7f6576600e10>>
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-3.6/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 0x7f657294ff28 oid 0x28f11d8d819d3492 in <Connection at 7f6576600e10>>


  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.contentrules.README.rst

Error Message:
Failed doctest test for README.rst

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

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.contentrules-2.0.8-py3.6.egg/plone/contentrules/README.rst", line 309, in README.rst
Failed example:
    configuredAction
Expected:
    <MoveToFolderAction object at ...>
Got:
    <builtins.MoveToFolderAction object at 0x7f65723d1a58>


  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.contentrules.tests.test_action_logger.TestLoggerAction.testProcessedMessage

Error Message:
'Test log event : <Folder at /plone/f1>' != 'Test log event : <plone.app.contenttypes.content.Folder obj[73 chars]a8>>'

Stack Trace:
'Test log event : <Folder at /plone/f1>' != 'Test log event : <plone.app.contenttypes.content.Folder obj[73 chars]a8>>'
- Test log event : <Folder at /plone/f1>
+ Test log event : <plone.app.contenttypes.content.Folder object at 0x7f6576a7a898 oid 0x1afaad741c7847db in <Connection at 7f65769a74a8>>


  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/workspace/plone-5.2-python-3.6/src/plone.app.contentrules/plone/app/contentrules/tests/test_action_logger.py", line 79, in testProcessedMessage
    ex.processedMessage(),
  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 1203, in assertMultiLineEqual
    self.fail(self._formatMessage(msg, standardMsg))
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 670, in fail
    raise self.failureException(msg)


More information about the Testbot mailing list