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

jenkins at plone.org jenkins at plone.org
Mon Feb 11 09:29:25 UTC 2019


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

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

Changes:

[Jens W. Klein] Products.ResourceRegistries are gone (2)







Test Results:

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

Error Message:
No module named ResourceRegistries

Stack Trace:
No module named ResourceRegistries

  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 at 2/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.0b5-py2.7.egg/Products/GenericSetup/tool.py", line 1086, in manage_doUpgrades
    step.doStep(self)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0b5-py2.7.egg/Products/GenericSetup/upgrade.py", line 168, in doStep
    self.handler(tool)
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/v52/betas.py", line 70, in to52beta1
    loadMigrationProfile(context, 'profile-plone.app.upgrade.v52:to52beta1')
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/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.0b5-py2.7.egg/Products/GenericSetup/tool.py", line 391, in runAllImportStepsFromProfile
    dependency_strategy=dependency_strategy)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0b5-py2.7.egg/Products/GenericSetup/tool.py", line 1463, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0b5-py2.7.egg/Products/GenericSetup/tool.py", line 1275, in _doRunImportStep
    return handler(context)
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.app.registry/plone/app/registry/exportimport/handler.py", line 79, in importRegistry
    importer.importDocument(body)
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.app.registry/plone/app/registry/exportimport/handler.py", line 127, in importDocument
    self.importRecords(node)
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.app.registry/plone/app/registry/exportimport/handler.py", line 362, in importRecords
    interface = resolve(interfaceName)
  File "/home/jenkins/.buildout/eggs/cp27m/zope.dottedname-4.3-py2.7.egg/zope/dottedname/resolve.py", line 45, in resolve
    __import__(used)


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

Error Message:
No module named ResourceRegistries

Stack Trace:
No module named ResourceRegistries

  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 at 2/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.0b5-py2.7.egg/Products/GenericSetup/tool.py", line 1086, in manage_doUpgrades
    step.doStep(self)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0b5-py2.7.egg/Products/GenericSetup/upgrade.py", line 168, in doStep
    self.handler(tool)
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/v52/betas.py", line 70, in to52beta1
    loadMigrationProfile(context, 'profile-plone.app.upgrade.v52:to52beta1')
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/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.0b5-py2.7.egg/Products/GenericSetup/tool.py", line 391, in runAllImportStepsFromProfile
    dependency_strategy=dependency_strategy)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0b5-py2.7.egg/Products/GenericSetup/tool.py", line 1463, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/jenkins/.buildout/eggs/cp27m/Products.GenericSetup-2.0b5-py2.7.egg/Products/GenericSetup/tool.py", line 1275, in _doRunImportStep
    return handler(context)
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.app.registry/plone/app/registry/exportimport/handler.py", line 79, in importRegistry
    importer.importDocument(body)
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.app.registry/plone/app/registry/exportimport/handler.py", line 127, in importDocument
    self.importRecords(node)
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.app.registry/plone/app/registry/exportimport/handler.py", line 362, in importRecords
    interface = resolve(interfaceName)
  File "/home/jenkins/.buildout/eggs/cp27m/zope.dottedname-4.3-py2.7.egg/zope/dottedname/resolve.py", line 45, in resolve
    __import__(used)


FAILED:  plone.app.upgrade.v50.tests.TestFunctionalMigrations.testBarcelonetaThemeIsInstalled

Error Message:
'RequestContainer' object has no attribute 'test'

Stack Trace:
'RequestContainer' object has no attribute 'test'

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 320, in run
    self.setUp()
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/v50/tests.py", line 106, in setUp
    self.portal = self.layer['app'].test


FAILED:  plone.app.upgrade.v50.tests.TestFunctionalMigrations.testCanRenderHomepage

Error Message:
'RequestContainer' object has no attribute 'test'

Stack Trace:
'RequestContainer' object has no attribute 'test'

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 320, in run
    self.setUp()
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/v50/tests.py", line 106, in setUp
    self.portal = self.layer['app'].test


FAILED:  plone.app.upgrade.v50.tests.TestFunctionalMigrations.testFullyUpgraded

Error Message:
'RequestContainer' object has no attribute 'test'

Stack Trace:
'RequestContainer' object has no attribute 'test'

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 320, in run
    self.setUp()
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/v50/tests.py", line 106, in setUp
    self.portal = self.layer['app'].test


More information about the Testbot mailing list