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

jenkins at plone.org jenkins at plone.org
Thu Nov 1 16:13:19 UTC 2018


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

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

Changes:

[Eric Steele] Products.validation 2.1.1







Test Results:

1 tests failed.
FAILED:  src.plone.app.testing.layers.rst

Error Message:
Failed doctest test for layers.rst

Stack Trace:
Failed doctest test for layers.rst
  File "/home/jenkins/workspace/plone-5.2-python-3.7 at 2/src/plone.app.testing/src/plone/app/testing/layers.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-3.7 at 2/src/plone.app.testing/src/plone/app/testing/layers.rst", line 377, in layers.rst
Failed example:
    conn = urlopen(portal_url + '/folder1', timeout=5) # doctest: +IGNORE_EXCEPTION_DETAIL
Expected:
    Traceback (most recent call last):
    ...
    urllib.error.URLError: <urlopen error [Errno 61] Connection refused>
Got:
    Traceback (most recent call last):
      File "/srv/python3.7/lib/python3.7/doctest.py", line 1329, in __run
        compileflags, 1), test.globs)
      File "<doctest layers.rst[105]>", line 1, in <module>
        conn = urlopen(portal_url + '/folder1', timeout=5) # doctest: +IGNORE_EXCEPTION_DETAIL
      File "/srv/python3.7/lib/python3.7/urllib/request.py", line 222, in urlopen
        return opener.open(url, data, timeout)
      File "/srv/python3.7/lib/python3.7/urllib/request.py", line 525, in open
        response = self._open(req, data)
      File "/srv/python3.7/lib/python3.7/urllib/request.py", line 543, in _open
        '_open', req)
      File "/srv/python3.7/lib/python3.7/urllib/request.py", line 503, in _call_chain
        result = func(*args)
      File "/srv/python3.7/lib/python3.7/urllib/request.py", line 1345, in http_open
        return self.do_open(http.client.HTTPConnection, req)
      File "/srv/python3.7/lib/python3.7/urllib/request.py", line 1320, in do_open
        r = h.getresponse()
      File "/srv/python3.7/lib/python3.7/http/client.py", line 1321, in getresponse
        response.begin()
      File "/srv/python3.7/lib/python3.7/http/client.py", line 296, in begin
        version, status, reason = self._read_status()
      File "/srv/python3.7/lib/python3.7/http/client.py", line 257, in _read_status
        line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
      File "/srv/python3.7/lib/python3.7/socket.py", line 589, in readinto
        return self._sock.recv_into(b)
    ConnectionResetError: [Errno 104] Connection reset by peer


  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()))


More information about the Testbot mailing list