[Testbot] Plone 6.0 - Python 3.8 - Build # 178 - Failure!

jenkins at plone.org jenkins at plone.org
Thu Jan 21 14:41:36 UTC 2021


Plone 6.0 - Python 3.8 - Build # 178 - Failure:

Check console output at https://jenkins.plone.org/job/plone-6.0-python-3.8/178/ to view the results.


Plone 6.0 - Python 3.8 - Build # 178 - Failure:

Check console output at https://jenkins.plone.org/job/plone-6.0-python-3.8/178/ to view the results.

Test Results:

5 tests failed.
FAILED:  Products.CMFPlone.tests.testSearch.TestSection.test_default_search_order_alphabetic

Error Message:
Lists differ: ['my-page9', 'my-page10', 'my-page11', 'my-page0',[67 chars]ge6'] != ['my-page0', 'my-page1', 'my-page2', 'my-page3', '[65 chars]ge9']

Stack Trace:
Lists differ: ['my-page9', 'my-page10', 'my-page11', 'my-page0',[67 chars]ge6'] != ['my-page0', 'my-page1', 'my-page2', 'my-page3', '[65 chars]ge9']

First differing element 0:
'my-page9'
'my-page0'

- ['my-page9',
?          ^

+ ['my-page0',
?          ^

-  'my-page10',
-  'my-page11',
-  'my-page0',
   'my-page1',
   'my-page2',
   'my-page3',
   'my-page4',
   'my-page5',
-  'my-page6']
?            ^

+  'my-page6',
?            ^

+  'my-page7',
+  'my-page8',
+  'my-page9']

  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 60, in testPartExecutor
    yield
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 676, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
    method()
  File "/home/jenkins/workspace/plone-6.0-python-3.8/src/Products.CMFPlone/Products/CMFPlone/tests/testSearch.py", line 217, in test_default_search_order_alphabetic
    self.assertEqual(ids, expected)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 912, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 1118, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 1100, in assertSequenceEqual
    self.fail(msg)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 753, in fail
    raise self.failureException(msg)


FAILED:  Products.CMFPlone.tests.testSearch.TestSection.test_default_search_order_date

Error Message:
Lists differ: ['my-page8', 'my-page7', 'my-page6', 'my-page4', '[67 chars]e10'] != ['my-page11', 'my-page10', 'my-page9', 'my-page8',[67 chars]ge1']

Stack Trace:
Lists differ: ['my-page8', 'my-page7', 'my-page6', 'my-page4', '[67 chars]e10'] != ['my-page11', 'my-page10', 'my-page9', 'my-page8',[67 chars]ge1']

First differing element 0:
'my-page8'
'my-page11'

+ ['my-page11',
+  'my-page10',
+  'my-page9',
- ['my-page8',
? ^

+  'my-page8',
? ^

   'my-page7',
   'my-page6',
   'my-page4',
   'my-page3',
   'my-page2',
-  'my-page1',
-  'my-page0',
-  'my-page11',
-  'my-page10']
?           -

+  'my-page1']

  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 60, in testPartExecutor
    yield
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 676, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
    method()
  File "/home/jenkins/workspace/plone-6.0-python-3.8/src/Products.CMFPlone/Products/CMFPlone/tests/testSearch.py", line 199, in test_default_search_order_date
    self.assertEqual(ids, expected)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 912, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 1118, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 1100, in assertSequenceEqual
    self.fail(msg)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 753, in fail
    raise self.failureException(msg)


FAILED:  Products.CMFPlone.tests.testSearch.TestSection.test_default_search_order_relevance

Error Message:
Lists differ: ['my-page8', 'my-page7', 'my-page6', 'my-page5', '[66 chars]e11'] != ['my-page11', 'my-page10', 'my-page9', 'my-page8',[67 chars]ge2']

Stack Trace:
Lists differ: ['my-page8', 'my-page7', 'my-page6', 'my-page5', '[66 chars]e11'] != ['my-page11', 'my-page10', 'my-page9', 'my-page8',[67 chars]ge2']

First differing element 0:
'my-page8'
'my-page11'

+ ['my-page11',
+  'my-page10',
+  'my-page9',
- ['my-page8',
? ^

+  'my-page8',
? ^

   'my-page7',
   'my-page6',
   'my-page5',
   'my-page4',
   'my-page3',
-  'my-page2',
?            ^

+  'my-page2']
?            ^

-  'my-page1',
-  'my-page0',
-  'my-page11']

  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 60, in testPartExecutor
    yield
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 676, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
    method()
  File "/home/jenkins/workspace/plone-6.0-python-3.8/src/Products.CMFPlone/Products/CMFPlone/tests/testSearch.py", line 176, in test_default_search_order_relevance
    self.assertEqual(ids, expected)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 912, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 1118, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 1100, in assertSequenceEqual
    self.fail(msg)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 753, in fail
    raise self.failureException(msg)


FAILED:  plone.app.discussion.tests.test_notifications.TestModeratorNotificationUnit.test_notify_moderator

Error Message:
False is not true

Stack Trace:
False is not true

  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 60, in testPartExecutor
    yield
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 676, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
    method()
  File "/home/jenkins/.buildout/eggs/cp38/plone.app.discussion-3.4.3-py3.8.egg/plone/app/discussion/tests/test_notifications.py", line 215, in test_notify_moderator
    self.assertTrue(
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 765, in assertTrue
    raise self.failureException(msg)


FAILED:  plone.app.discussion.tests.test_notifications.TestUserNotificationUnit.test_notify_user

Error Message:
False is not true

Stack Trace:
False is not true

  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 60, in testPartExecutor
    yield
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 676, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
    method()
  File "/home/jenkins/.buildout/eggs/cp38/plone.app.discussion-3.4.3-py3.8.egg/plone/app/discussion/tests/test_notifications.py", line 73, in test_notify_user
    self.assertTrue(
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 765, in assertTrue
    raise self.failureException(msg)


More information about the Testbot mailing list