[Testbot] Plone 6.0 - Python 3.8 - Build # 62 - Still Failing!

jenkins at plone.org jenkins at plone.org
Mon Apr 20 14:14:08 UTC 2020


Plone 6.0 - Python 3.8 - Build # 62 - Still Failing:

Check console output at https://jenkins.plone.org/job/plone-6.0-python-3.8/62/ to view the results.


Plone 6.0 - Python 3.8 - Build # 62 - Still Failing:

Check console output at https://jenkins.plone.org/job/plone-6.0-python-3.8/62/ to view the results.

Test Results:

3 tests failed.
FAILED:  Products.validation.tests.test_validation.Startup

Error Message:
No module named 'App.class_init'

Stack Trace:
No module named 'App.class_init'

  File "/home/jenkins/.buildout/eggs/cp38/Products.validation-2.1.1-py3.8.egg/Products/validation/__init__.py", line 1, in <module>
    from Products.validation.config import validation
  File "/home/jenkins/.buildout/eggs/cp38/Products.validation-2.1.1-py3.8.egg/Products/validation/config.py", line 2, in <module>
    from Products.validation.ZService import ZService as Service
  File "/home/jenkins/.buildout/eggs/cp38/Products.validation-2.1.1-py3.8.egg/Products/validation/ZService.py", line 4, in <module>
    from App.class_init import InitializeClass


FAILED:  src.plone.z3cform.inputs.txt

Error Message:
Failed doctest test for inputs.txt

Stack Trace:
Failed doctest test for inputs.txt
  File "/home/jenkins/workspace/plone-6.0-python-3.8/src/plone.z3cform/src/plone/z3cform/inputs.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-6.0-python-3.8/src/plone.z3cform/src/plone/z3cform/inputs.txt", line 84, in inputs.txt
Failed example:
    if six.PY2:
        data == {'text': u'fo\xf8'}
    else:
        data == {'text': 'foø'}
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-6.0-python-3.8/src/plone.z3cform/src/plone/z3cform/inputs.txt", line 89, in inputs.txt
Failed example:
    errors
Expected:
    ()
Got:
    (<ErrorViewSnippet for WrongType>,)


  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 60, in testPartExecutor
    yield
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 676, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
    method()
  File "/srv/python3.8/lib/python3.8/doctest.py", line 2197, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.app.caching.tests.test_integration.TestOperations.test_controlpanel

Error Message:
([WrongType(b'search_rss', <class 'str'>, ''), WrongType(b'RSS', <class 'str'>, ''), WrongType(b'atom.xml', <class 'str'>, ''), WrongType(b'rss.xml', <class 'str'>, ''), WrongType(b'itunes.xml', <class 'str'>, ''), WrongType(b'sitemap', <class 'str'>, ''), WrongType(b'accessibility-info', <class 'str'>, ''), WrongType(b'file_view', <class 'str'>, ''), WrongType(b'image_view', <class 'str'>, ''), WrongType(b'image_view_fullscreen', <class 'str'>, '')], 'value')

Stack Trace:
([WrongType(b'search_rss', <class 'str'>, ''), WrongType(b'RSS', <class 'str'>, ''), WrongType(b'atom.xml', <class 'str'>, ''), WrongType(b'rss.xml', <class 'str'>, ''), WrongType(b'itunes.xml', <class 'str'>, ''), WrongType(b'sitemap', <class 'str'>, ''), WrongType(b'accessibility-info', <class 'str'>, ''), WrongType(b'file_view', <class 'str'>, ''), WrongType(b'image_view', <class 'str'>, ''), WrongType(b'image_view_fullscreen', <class 'str'>, '')], 'value')

  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 60, in testPartExecutor
    yield
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 676, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
    method()
  File "/home/jenkins/.buildout/eggs/cp38/plone.app.caching-2.0.5-py3.8.egg/plone/app/caching/tests/test_integration.py", line 93, in test_controlpanel
    browser.getControl('Save').click()
  File "/home/jenkins/.buildout/eggs/cp38/zope.testbrowser-5.5.1-py3.8.egg/zope/testbrowser/browser.py", line 784, in click
    self.browser._clickSubmit(self._form, self._control)
  File "/home/jenkins/.buildout/eggs/cp38/zope.testbrowser-5.5.1-py3.8.egg/zope/testbrowser/browser.py", line 277, in _clickSubmit
    self._processRequest(url, make_request)
  File "/home/jenkins/.buildout/eggs/cp38/zope.testbrowser-5.5.1-py3.8.egg/zope/testbrowser/browser.py", line 282, in _processRequest
    resp = make_request(reqargs)
  File "/home/jenkins/.buildout/eggs/cp38/zope.testbrowser-5.5.1-py3.8.egg/zope/testbrowser/browser.py", line 270, in make_request
    return self._submit(
  File "/home/jenkins/.buildout/eggs/cp38/zope.testbrowser-5.5.1-py3.8.egg/zope/testbrowser/browser.py", line 318, in _submit
    return form.response.goto(url, method=form.method,
  File "/home/jenkins/.buildout/eggs/cp38/WebTest-2.0.34-py3.8.egg/webtest/response.py", line 300, in goto
    return method(href, **args)
  File "/home/jenkins/.buildout/eggs/cp38/WebTest-2.0.34-py3.8.egg/webtest/app.py", line 371, in post
    return self._gen_request('POST', url, params=params, headers=headers,
  File "/home/jenkins/.buildout/eggs/cp38/WebTest-2.0.34-py3.8.egg/webtest/app.py", line 752, in _gen_request
    return self.do_request(req, status=status,
  File "/home/jenkins/.buildout/eggs/cp38/zope.testbrowser-5.5.1-py3.8.egg/zope/testbrowser/browser.py", line 93, in do_request
    response = super(TestbrowserApp, self).do_request(req, status,
  File "/home/jenkins/.buildout/eggs/cp38/WebTest-2.0.34-py3.8.egg/webtest/app.py", line 623, in do_request
    res = req.get_response(app, catch_exc_info=True)
  File "/home/jenkins/.buildout/eggs/cp38/WebOb-1.8.6-py3.8.egg/webob/request.py", line 1309, in send
    status, headers, app_iter, exc_info = self.call_application(
  File "/home/jenkins/.buildout/eggs/cp38/WebOb-1.8.6-py3.8.egg/webob/request.py", line 1278, in call_application
    app_iter = application(self.environ, start_response)
  File "/home/jenkins/.buildout/eggs/cp38/WebTest-2.0.34-py3.8.egg/webtest/lint.py", line 201, in lint_app
    iterator = application(environ, start_response_wrapper)
  File "/home/jenkins/workspace/plone-6.0-python-3.8/src/plone.testing/src/plone/testing/_z2_testbrowser.py", line 38, in wrapped_func
    return func(*args, **kw)
  File "/home/jenkins/workspace/plone-6.0-python-3.8/src/plone.testing/src/plone/testing/_z2_testbrowser.py", line 65, in __call__
    wsgi_result = publish(environ, start_response)
  File "/home/jenkins/workspace/plone-6.0-python-3.8/src/Zope/src/ZPublisher/WSGIPublisher.py", line 364, in publish_module
    response = _publish(request, new_mod_info)
  File "/home/jenkins/workspace/plone-6.0-python-3.8/src/Zope/src/ZPublisher/WSGIPublisher.py", line 259, in publish
    result = mapply(obj,
  File "/home/jenkins/workspace/plone-6.0-python-3.8/src/Zope/src/ZPublisher/mapply.py", line 85, in mapply
    return debug(object, args, context)
  File "/home/jenkins/workspace/plone-6.0-python-3.8/src/Zope/src/ZPublisher/WSGIPublisher.py", line 68, in call_object
    return obj(*args)
  File "/home/jenkins/.buildout/eggs/cp38/plone.app.caching-2.0.5-py3.8.egg/plone/app/caching/browser/controlpanel.py", line 51, in __call__
    self.update()
  File "/home/jenkins/.buildout/eggs/cp38/plone.app.caching-2.0.5-py3.8.egg/plone/app/caching/browser/controlpanel.py", line 168, in update
    self.processSave()
  File "/home/jenkins/.buildout/eggs/cp38/plone.app.caching-2.0.5-py3.8.egg/plone/app/caching/browser/controlpanel.py", line 317, in processSave
    self.ploneSettings.templateRulesetMapping = templateRulesetMapping
  File "/home/jenkins/.buildout/eggs/cp38/plone.registry-1.1.5-py3.8.egg/plone/registry/recordsproxy.py", line 60, in __setattr__
    self.__registry__[full_name] = value
  File "/home/jenkins/.buildout/eggs/cp38/plone.registry-1.1.5-py3.8.egg/plone/registry/registry.py", line 51, in __setitem__
    self.records[name].value = value
  File "/home/jenkins/.buildout/eggs/cp38/plone.registry-1.1.5-py3.8.egg/plone/registry/record.py", line 82, in _set_value
    field.validate(value)
  File "/home/jenkins/.buildout/eggs/cp38/zope.schema-4.9.3-py3.8.egg/zope/schema/_bootstrapfields.py", line 291, in validate
    self._validate(value)
  File "/home/jenkins/.buildout/eggs/cp38/zope.schema-4.9.3-py3.8.egg/zope/schema/_field.py", line 913, in _validate
    raise WrongContainedType(errors, self.__name__).with_field_and_value(self, value)


More information about the Testbot mailing list