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

jenkins at plone.org jenkins at plone.org
Thu Dec 20 12:22:18 UTC 2018


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

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

Changes:

[Jens W. Klein] [fc] Add plone.app.collection to checkouts.cfg

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







Test Results:

1 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/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