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

jenkins at plone.org jenkins at plone.org
Fri Mar 1 01:10:11 UTC 2019


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

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

Changes:

[Maurits van Rees] [fc] Add Products.PortalTransforms to checkouts.cfg

[Jens W. Klein] [fc] Repository: Products.PortalTransforms

[Alessandro Pisa] [fc] Add plone.app.debugtoolbar to checkouts.cfg

[Jens W. Klein] [fc] Repository: plone.app.debugtoolbar







Test Results:

2 tests failed.
FAILED:  plone.app.event.tests.test_portlet_calendar.RendererTest.test_long_event

Error Message:
0 != 3

Stack Trace:
0 != 3

  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.event/plone/app/event/tests/test_portlet_calendar.py", line 194, in test_long_event
    self.assertEqual(rd.count('e1'), 3)
  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.testing.zope.rst

Error Message:
Failed doctest test for zope.rst

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

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp36m/plone.testing-7.0.0-py3.6.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/python3.6/lib/python3.6/doctest.py", line 1330, in __run
        compileflags, 1), test.globs)
      File "<doctest zope.rst[137]>", line 1, in <module>
        conn = urlopen(app_url + '/folder1', timeout=5)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 223, in urlopen
        return opener.open(url, data, timeout)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 526, in open
        response = self._open(req, data)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 544, in _open
        '_open', req)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 504, in _call_chain
        result = func(*args)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 1346, in http_open
        return self.do_open(http.client.HTTPConnection, req)
      File "/srv/python3.6/lib/python3.6/urllib/request.py", line 1321, in do_open
        r = h.getresponse()
      File "/srv/python3.6/lib/python3.6/http/client.py", line 1331, in getresponse
        response.begin()
      File "/srv/python3.6/lib/python3.6/http/client.py", line 297, in begin
        version, status, reason = self._read_status()
      File "/srv/python3.6/lib/python3.6/http/client.py", line 258, in _read_status
        line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
      File "/srv/python3.6/lib/python3.6/socket.py", line 586, in readinto
        return self._sock.recv_into(b)
    ConnectionResetError: [Errno 104] Connection reset by peer


  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