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

jenkins at plone.org jenkins at plone.org
Sun Oct 28 13:08:13 UTC 2018


Plone 5.2 - Python 2.7 - Build # 2123 - Still Failing:

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

Changes:

[Philip Bauer] [fc] Add plone.contentrules to checkouts.cfg







Test Results:

7 tests failed.
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/cp27m/plone.testing-7.0.0-py2.7.egg/plone/testing/zope.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp27m/plone.testing-7.0.0-py2.7.egg/plone/testing/zope.rst", line 526, in zope.rst
Failed example:
    conn = urlopen(app_url + '/folder1', timeout=5)
Expected:
    Traceback (most recent call last):
    ...
    URLError: <urlopen error [Errno ...] Connection refused>
Got:
    Traceback (most recent call last):
      File "/srv/python2.7/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest zope.rst[137]>", line 1, in <module>
        conn = urlopen(app_url + '/folder1', timeout=5)
      File "/srv/python2.7/lib/python2.7/urllib2.py", line 154, in urlopen
        return opener.open(url, data, timeout)
      File "/srv/python2.7/lib/python2.7/urllib2.py", line 429, in open
        response = self._open(req, data)
      File "/srv/python2.7/lib/python2.7/urllib2.py", line 447, in _open
        '_open', req)
      File "/srv/python2.7/lib/python2.7/urllib2.py", line 407, in _call_chain
        result = func(*args)
      File "/srv/python2.7/lib/python2.7/urllib2.py", line 1228, in http_open
        return self.do_open(httplib.HTTPConnection, req)
      File "/srv/python2.7/lib/python2.7/urllib2.py", line 1201, in do_open
        r = h.getresponse(buffering=True)
      File "/srv/python2.7/lib/python2.7/httplib.py", line 1121, in getresponse
        response.begin()
      File "/srv/python2.7/lib/python2.7/httplib.py", line 438, in begin
        version, status, reason = self._read_status()
      File "/srv/python2.7/lib/python2.7/httplib.py", line 394, in _read_status
        line = self.fp.readline(_MAXLINE + 1)
      File "/srv/python2.7/lib/python2.7/socket.py", line 480, in readline
        data = self._sock.recv(self._rbufsize)
    error: [Errno 104] Connection reset by peer


  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.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 0x7f00feefd848 oid 0x270900e82e97263d in <Connection at 7f00d4138e10>>


  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 0x7f00db6eab90>),
    ?                                                     ^^^^^^^^^^^^^^
    -  (<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 0x7f00db17b3d0>),
    ?                                                               ^^^^^^^^^^^^^^
    -  (<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 0x7f00db17b310>),
    ?                                                              ^^^^^^^^^^^^^^
    -  (<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 0x7f00e1292290>),
    ?                                                   ^^^^^^^^^^^^^^
    -  (<ATFolder at /.../Members/test_user_1_>,
    +  (<Products.ATContentTypes.content.folder.ATFolder object at 0x7f00dabec488 oid 0x22d283e42e67e3b8 in <Connection at 7f00da35b610>>,
    -   <zope.container.contained.ContainerModifiedEvent object at ...>)]
    ?                                                              ^^^
    +   <zope.container.contained.ContainerModifiedEvent object at 0x7f00daf2d150>)]
    ?                                                              ^^^^^^^^^^^^^^


  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 0x7f010239e210>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <Products.DCWorkflow.events.BeforeTransitionEvent object at 0x7f00ff071050>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <Products.DCWorkflow.events.AfterTransitionEvent object at 0x7f01025cb050>),
     (<DDocument at /plone/Members/test_user_1_/a>,
      <zope.lifecycleevent.ObjectAddedEvent object at 0x7f00ff73c550>),
     (<Products.ATContentTypes.content.folder.ATFolder object at 0x7f00ff62b938 oid 0x22d283e42e67e3b8 in <Connection at 7f010256ddd0>>,
      <zope.container.contained.ContainerModifiedEvent object at 0x7f0100b02bd0>)]


  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 0x7f01008358c0 oid 0x328d712f12289f75 in <Connection at 7f00ff2ed050>>
----------------------------------------------------------------------
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 0x7f01008358c0 oid 0x328d712f12289f75 in <Connection at 7f00ff2ed050>>


  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 0x7f00fed9c758 oid 0x5814ff430791366 in <Connection at 7f0100b511d0>>
----------------------------------------------------------------------
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 0x7f00fec0fde8 oid 0x5814ff43079138b in <Connection at 7f0100b511d0>>


  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 0x7f00fecdaf50 oid 0x27c3735ba540ced4 in <Connection at 7f00ff1f0810>>'

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

  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