[Testbot] Plone 5.2 - Python 3.7 - Build # 119 - Failure!

jenkins at plone.org jenkins at plone.org
Sun Nov 4 09:41:39 UTC 2018


Plone 5.2 - Python 3.7 - Build # 119 - Failure:

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

Changes:

[Eric Steele] Products.Archetypes 1.15.5







Test Results:

3 tests failed.
FAILED:  plone.rfc822.fields.rst

Error Message:
Failed doctest test for fields.rst

Stack Trace:
Failed doctest test for fields.rst
  File "/home/jenkins/workspace/plone-5.2-python-3.7/src/plone.rfc822/plone/rfc822/fields.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-3.7/src/plone.rfc822/plone/rfc822/fields.rst", line 460, in fields.rst
Failed example:
    marshaler.decode(b'2009-01-02T15:10:05.000001+01:00')
Expected:
    datetime.datetime(2009, 1, 2, 15, 10, 5, 1, tzinfo=tzoffset(None, 3600))
Got:
    datetime.datetime(2009, 1, 2, 15, 10, 5, 1, fold=1, tzinfo=tzoffset(None, 3600))


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


FAILED:  plone.app.layout.viewlets.tests.test_content.TestDocumentBylineViewletView.test_pub_date

Error Message:
DateTime('2018/11/04 02:07:31 GMT-7') != DateTime('2018/11/04 01:07:31 GMT-8')

Stack Trace:
DateTime('2018/11/04 02:07:31 GMT-7') != DateTime('2018/11/04 01:07:31 GMT-8')

  File "/srv/python3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp37m/plone.app.layout-3.0.0-py3.7.egg/plone/app/layout/viewlets/tests/test_content.py", line 77, in test_pub_date
    self.assertEqual(viewlet.pub_date(), DateTime(effective.ISO8601()))
  File "/srv/python3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python3.7/lib/python3.7/unittest/case.py", line 832, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  plone.app.layout.viewlets.tests.test_content.TestHistoryBylineViewletView.test_pub_date

Error Message:
DateTime('2018/11/04 02:07:32 GMT-7') != DateTime('2018/11/04 01:07:32 GMT-8')

Stack Trace:
DateTime('2018/11/04 02:07:32 GMT-7') != DateTime('2018/11/04 01:07:32 GMT-8')

  File "/srv/python3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.7/lib/python3.7/unittest/case.py", line 615, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp37m/plone.app.layout-3.0.0-py3.7.egg/plone/app/layout/viewlets/tests/test_content.py", line 193, in test_pub_date
    self.assertEqual(viewlet.pub_date(), DateTime(effective.ISO8601()))
  File "/srv/python3.7/lib/python3.7/unittest/case.py", line 839, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python3.7/lib/python3.7/unittest/case.py", line 832, in _baseAssertEqual
    raise self.failureException(msg)


More information about the Testbot mailing list