[Testbot] Plone 5.2 - Python 2.7 - Build # 819 - Failure!

jenkins at plone.org jenkins at plone.org
Wed May 27 06:36:14 UTC 2020


Plone 5.2 - Python 2.7 - Build # 819 - Failure:

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


Plone 5.2 - Python 2.7 - Build # 819 - Failure:

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

Test Results:

2 tests failed.
FAILED:  Products.CMFPlone.tests.testMigrationTool.TestMigrationTool.testDoUpgrades

Error Message:
([WrongType('style', <type 'unicode'>, '')], 'value')

Stack Trace:
([WrongType('style', <type 'unicode'>, '')], 'value')

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.CMFPlone/Products/CMFPlone/tests/testMigrationTool.py", line 59, in testDoUpgrades
    self.setup.manage_doUpgrades(request=request)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0.2-py2.7.egg/Products/GenericSetup/tool.py", line 1091, in manage_doUpgrades
    step.doStep(self)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0.2-py2.7.egg/Products/GenericSetup/upgrade.py", line 168, in doStep
    self.handler(tool)
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.upgrade/plone/app/upgrade/v51/final.py", line 70, in to517
    loadMigrationProfile(context, 'profile-plone.app.upgrade.v51:to517')
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.upgrade/plone/app/upgrade/utils.py", line 203, in loadMigrationProfile
    context.runAllImportStepsFromProfile(profile, purge_old=False)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0.2-py2.7.egg/Products/GenericSetup/tool.py", line 396, in runAllImportStepsFromProfile
    dependency_strategy=dependency_strategy)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0.2-py2.7.egg/Products/GenericSetup/tool.py", line 1468, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0.2-py2.7.egg/Products/GenericSetup/tool.py", line 1280, in _doRunImportStep
    return handler(context)
  File "/home/jenkins/.buildout/eggs/cp27m/plone.app.registry-1.7.6-py2.7.egg/plone/app/registry/exportimport/handler.py", line 79, in importRegistry
    importer.importDocument(body)
  File "/home/jenkins/.buildout/eggs/cp27m/plone.app.registry-1.7.6-py2.7.egg/plone/app/registry/exportimport/handler.py", line 127, in importDocument
    self.importRecords(node)
  File "/home/jenkins/.buildout/eggs/cp27m/plone.app.registry-1.7.6-py2.7.egg/plone/app/registry/exportimport/handler.py", line 414, in importRecords
    self.importRecord(field)
  File "/home/jenkins/.buildout/eggs/cp27m/plone.app.registry-1.7.6-py2.7.egg/plone/app/registry/exportimport/handler.py", line 331, in importRecord
    existing_record.value = value
  File "/home/jenkins/.buildout/eggs/cp27m/plone.registry-1.1.6-py2.7.egg/plone/registry/record.py", line 82, in _set_value
    field.validate(value)
  File "/home/jenkins/.buildout/eggs/cp27m/zope.schema-4.9.3-py2.7.egg/zope/schema/_bootstrapfields.py", line 291, in validate
    self._validate(value)
  File "/home/jenkins/.buildout/eggs/cp27m/zope.schema-4.9.3-py2.7.egg/zope/schema/_field.py", line 814, in _validate
    raise WrongContainedType(errors, self.__name__).with_field_and_value(self, value)


FAILED:  plone.app.upgrade.tests.test_upgrade.TestUpgrade.testDoUpgrades

Error Message:
([WrongType('style', <type 'unicode'>, '')], 'value')

Stack Trace:
([WrongType('style', <type 'unicode'>, '')], 'value')

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.upgrade/plone/app/upgrade/tests/test_upgrade.py", line 58, in testDoUpgrades
    self.setup.manage_doUpgrades(request=request)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0.2-py2.7.egg/Products/GenericSetup/tool.py", line 1091, in manage_doUpgrades
    step.doStep(self)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0.2-py2.7.egg/Products/GenericSetup/upgrade.py", line 168, in doStep
    self.handler(tool)
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.upgrade/plone/app/upgrade/v51/final.py", line 70, in to517
    loadMigrationProfile(context, 'profile-plone.app.upgrade.v51:to517')
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.upgrade/plone/app/upgrade/utils.py", line 203, in loadMigrationProfile
    context.runAllImportStepsFromProfile(profile, purge_old=False)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0.2-py2.7.egg/Products/GenericSetup/tool.py", line 396, in runAllImportStepsFromProfile
    dependency_strategy=dependency_strategy)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0.2-py2.7.egg/Products/GenericSetup/tool.py", line 1468, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0.2-py2.7.egg/Products/GenericSetup/tool.py", line 1280, in _doRunImportStep
    return handler(context)
  File "/home/jenkins/.buildout/eggs/cp27m/plone.app.registry-1.7.6-py2.7.egg/plone/app/registry/exportimport/handler.py", line 79, in importRegistry
    importer.importDocument(body)
  File "/home/jenkins/.buildout/eggs/cp27m/plone.app.registry-1.7.6-py2.7.egg/plone/app/registry/exportimport/handler.py", line 127, in importDocument
    self.importRecords(node)
  File "/home/jenkins/.buildout/eggs/cp27m/plone.app.registry-1.7.6-py2.7.egg/plone/app/registry/exportimport/handler.py", line 414, in importRecords
    self.importRecord(field)
  File "/home/jenkins/.buildout/eggs/cp27m/plone.app.registry-1.7.6-py2.7.egg/plone/app/registry/exportimport/handler.py", line 331, in importRecord
    existing_record.value = value
  File "/home/jenkins/.buildout/eggs/cp27m/plone.registry-1.1.6-py2.7.egg/plone/registry/record.py", line 82, in _set_value
    field.validate(value)
  File "/home/jenkins/.buildout/eggs/cp27m/zope.schema-4.9.3-py2.7.egg/zope/schema/_bootstrapfields.py", line 291, in validate
    self._validate(value)
  File "/home/jenkins/.buildout/eggs/cp27m/zope.schema-4.9.3-py2.7.egg/zope/schema/_field.py", line 814, in _validate
    raise WrongContainedType(errors, self.__name__).with_field_and_value(self, value)


More information about the Testbot mailing list