[Testbot] Plone 5.2 - Python 2.7 - Build # 2309 - Still Failing!

jenkins at plone.org jenkins at plone.org
Fri Nov 16 10:50:47 UTC 2018


Plone 5.2 - Python 2.7 - Build # 2309 - Still Failing:

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

Changes:

[vangheem] [fc] Add Products.PlonePAS to checkouts.cfg

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







Test Results:

2 tests failed.
FAILED:  plone.app.testing.layers.rst

Error Message:
Failed doctest test for layers.rst

Stack Trace:
Failed doctest test for layers.rst
  File "/home/jenkins/.buildout/eggs/cp27m/plone.app.testing-6.1.1-py2.7.egg/plone/app/testing/layers.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/cp27m/plone.app.testing-6.1.1-py2.7.egg/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/python2.7/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest layers.rst[105]>", line 1, in <module>
        conn = urlopen(portal_url + '/folder1', timeout=5) # doctest: +IGNORE_EXCEPTION_DETAIL
      File "/srv/python2.7/lib/python2.7/urllib2.py", line 154, in urlopen
        return opener.open(url, data, timeout)
      File "/srv/python2.7/lib/python2.7/urllib2.py", line 429, in open
        response = self._open(req, data)
      File "/srv/python2.7/lib/python2.7/urllib2.py", line 447, in _open
        '_open', req)
      File "/srv/python2.7/lib/python2.7/urllib2.py", line 407, in _call_chain
        result = func(*args)
      File "/srv/python2.7/lib/python2.7/urllib2.py", line 1228, in http_open
        return self.do_open(httplib.HTTPConnection, req)
      File "/srv/python2.7/lib/python2.7/urllib2.py", line 1201, in do_open
        r = h.getresponse(buffering=True)
      File "/srv/python2.7/lib/python2.7/httplib.py", line 1121, in getresponse
        response.begin()
      File "/srv/python2.7/lib/python2.7/httplib.py", line 438, in begin
        version, status, reason = self._read_status()
      File "/srv/python2.7/lib/python2.7/httplib.py", line 394, in _read_status
        line = self.fp.readline(_MAXLINE + 1)
      File "/srv/python2.7/lib/python2.7/socket.py", line 480, in readline
        data = self._sock.recv(self._rbufsize)
    error: [Errno 104] Connection reset by peer


  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/srv/python2.7/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.dexterity.tests.test_fti.TestFTIEvents.test_dynamic_schema_refreshed_on_modify_schema_policy

Error Message:
<InterfaceClass plone.dexterity.tests.test_fti.IBlank>

Stack Trace:
<InterfaceClass plone.dexterity.tests.test_fti.IBlank>

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp27m/plone.dexterity-2.7.0-py2.7.egg/plone/dexterity/tests/test_fti.py", line 748, in test_dynamic_schema_refreshed_on_modify_schema_policy
    DexterityFTIModificationDescription('schema_policy', '')
  File "/home/jenkins/.buildout/eggs/cp27m/plone.dexterity-2.7.0-py2.7.egg/plone/dexterity/fti.py", line 560, in ftiModified
    syncSchema(model.schema, schema, overwrite=True, sync_bases=sync_bases)
  File "/home/jenkins/.buildout/eggs/cp27m/plone.supermodel-1.4.0-py2.7.egg/plone/supermodel/utils.py", line 336, in syncSchema
    dest.__bases__ = tuple(bases)
  File "/home/jenkins/.buildout/eggs/cp27m/zope.interface-4.6.0-py2.7-linux-x86_64.egg/zope/interface/interface.py", line 208, in __setBases
    b.unsubscribe(self)
  File "/home/jenkins/.buildout/eggs/cp27m/zope.interface-4.6.0-py2.7-linux-x86_64.egg/zope/interface/interface.py", line 203, in unsubscribe
    raise KeyError(dependent)


More information about the Testbot mailing list