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

jenkins at plone.org jenkins at plone.org
Sun Nov 4 09:49:13 UTC 2018


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

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

Changes:

[Eric Steele] plone.scale 3.0.3







Test Results:

5 tests failed.
FAILED:  plone.app.content.tests.test_folder.WorkflowTest.testStateChange

Error Message:
Tuples differ: (1055334660,) != (1055334720,)

Stack Trace:
Tuples differ: (1055334660,) != (1055334720,)

First differing element 0:
1055334660
1055334720

- (1055334660,)
?         ^^

+ (1055334720,)
?         ^^


  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/.buildout/eggs/cp36m/plone.app.content-3.6.0-py3.6.egg/plone/app/content/tests/test_folder.py", line 199, in testStateChange
    (default_effective_index,))
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 1321, in deprecated_func
    return original_func(*args, **kwargs)
  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 1039, in assertTupleEqual
    self.assertSequenceEqual(tuple1, tuple2, msg, seq_type=tuple)
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 1010, in assertSequenceEqual
    self.fail(msg)
  File "/srv/python3.6/lib/python3.6/unittest/case.py", line 670, in fail
    raise self.failureException(msg)


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

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

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

  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/.buildout/eggs/cp36m/plone.app.layout-3.0.0-py3.6.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.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 822, 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:18:50 GMT-7') != DateTime('2018/11/04 01:18:50 GMT-8')

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

  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/.buildout/eggs/cp36m/plone.app.layout-3.0.0-py3.6.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.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 822, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  plone.app.testing.tests.Startup

Error Message:
[Errno 2] No such file or directory: '/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.0-py3.6.egg/plone/app/testing/cleanup.rst'

Stack Trace:
[Errno 2] No such file or directory: '/home/jenkins/.buildout/eggs/cp36m/plone.app.testing-6.1.0-py3.6.egg/plone/app/testing/cleanup.rst'



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.6 at 2/src/plone.rfc822/plone/rfc822/fields.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-3.6 at 2/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.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()))


More information about the Testbot mailing list