[Testbot] Plone 6.0 - Python 3.9 - Build # 1268 - Failure!

jenkins-z4DKO/[email protected]
Newsgroups gmane.comp.web.zope.plone.tests
Message-ID <938921937.657.1657359684319@[104.25.48.70]>
Plone 6.0 - Python 3.9 - Build # 1268 - Failure:

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


Plone 6.0 - Python 3.9 - Build # 1268 - Failure:

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

Test Results:

4 tests failed.
FAILED:  Products.CMFPlone.tests.testResourceRegistries.TestRRControlPanel.test_add_resource

Error Message:


Stack Trace:

Index 7 out of range, available choices are 0...5

  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 592, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 550, in _callTestMethod
    method()
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/Products.CMFPlone/Products/CMFPlone/tests/testResourceRegistries.py", line 399, in test_add_resource
    add_form = self.browser.getForm(index=7)
  File "/home/jenkins/.buildout/eggs/cp39/zope.testbrowser-5.6.1-py3.9.egg/zope/testbrowser/browser.py", line 387, in getForm
    form = disambiguate(matching_forms, '', index)
  File "/home/jenkins/.buildout/eggs/cp39/zope.testbrowser-5.6.1-py3.9.egg/zope/testbrowser/browser.py", line 1356, in disambiguate
    raise LookupError(msg)


FAILED:  Products.CMFPlone.tests.testResourceRegistries.TestRRControlPanel.test_update_resource

Error Message:


Stack Trace:

Index 6 out of range, available choices are 0...5

  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 592, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 550, in _callTestMethod
    method()
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/Products.CMFPlone/Products/CMFPlone/tests/testResourceRegistries.py", line 412, in test_update_resource
    form = self.browser.getForm(index=6)
  File "/home/jenkins/.buildout/eggs/cp39/zope.testbrowser-5.6.1-py3.9.egg/zope/testbrowser/browser.py", line 387, in getForm
    form = disambiguate(matching_forms, '', index)
  File "/home/jenkins/.buildout/eggs/cp39/zope.testbrowser-5.6.1-py3.9.egg/zope/testbrowser/browser.py", line 1356, in disambiguate
    raise LookupError(msg)


FAILED:  Products.CMFPlone.tests.testResourceRegistries.TestScriptsViewlet.test_scripts_viewlet

Error Message:
'++plone++static/bundle-plone/jquery-remote.min.js' not found in '<script integrity="sha384-W20cxl3CtPwJZfDR4x60HI2//XDXqbP6rtk2An7KEhulYuPl0XI5ug/DjONVDc0h" src="http://nohost/plone/++webresource++8d417e05-799d-5735-a6da-1c458ea67e57/++plone++plone.app.event/event.js"></script>\n<script integrity="sha384-yAbXscL0aoE/0AkFhaGNz6d74lDy9Cz7PXfkWNqRnFm0/ewX0uoBBoyPBU5qW7Nr" src="http://nohost/plone/++webresource++6aa4c841-faf5-51e8-8109-90bd97e7aa07/++plone++static/plone-fullscreen/fullscreen.js"></script>\n<script integrity="sha384-aj/zj3m11/9IszykL3Tit34KrbLR0mly3YytbvyLYkBkdWLgU1X78SsZChxVAssb" src="http://nohost/plone/++webresource++e5ab85ca-a8e7-548b-9d45-03a00dbb1703/++plone++static/bundle-plone/bundle.min.js"></script>'

Stack Trace:
'++plone++static/bundle-plone/jquery-remote.min.js' not found in '<script integrity="sha384-W20cxl3CtPwJZfDR4x60HI2//XDXqbP6rtk2An7KEhulYuPl0XI5ug/DjONVDc0h" src="http://nohost/plone/++webresource++8d417e05-799d-5735-a6da-1c458ea67e57/++plone++plone.app.event/event.js"></script>\n<script integrity="sha384-yAbXscL0aoE/0AkFhaGNz6d74lDy9Cz7PXfkWNqRnFm0/ewX0uoBBoyPBU5qW7Nr" src="http://nohost/plone/++webresource++6aa4c841-faf5-51e8-8109-90bd97e7aa07/++plone++static/plone-fullscreen/fullscreen.js"></script>\n<script integrity="sha384-aj/zj3m11/9IszykL3Tit34KrbLR0mly3YytbvyLYkBkdWLgU1X78SsZChxVAssb" src="http://nohost/plone/++webresource++e5ab85ca-a8e7-548b-9d45-03a00dbb1703/++plone++static/bundle-plone/bundle.min.js"></script>'

  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 592, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 550, in _callTestMethod
    method()
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/Products.CMFPlone/Products/CMFPlone/tests/testResourceRegistries.py", line 82, in test_scripts_viewlet
    self.assertIn("++plone++static/bundle-plone/jquery-remote.min.js", results)
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 1104, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 676, in fail
    raise self.failureException(msg)


FAILED:  Products.CMFPlone.tests.testResourceRegistries.TestScriptsViewlet.test_scripts_viewlet_anonymous

Error Message:
'++plone++static/bundle-plone/jquery-remote.min.js' not found in '<script integrity="sha384-yAbXscL0aoE/0AkFhaGNz6d74lDy9Cz7PXfkWNqRnFm0/ewX0uoBBoyPBU5qW7Nr" src="http://nohost/plone/++webresource++6aa4c841-faf5-51e8-8109-90bd97e7aa07/++plone++static/plone-fullscreen/fullscreen.js"></script>\n<script integrity="sha384-aj/zj3m11/9IszykL3Tit34KrbLR0mly3YytbvyLYkBkdWLgU1X78SsZChxVAssb" src="http://nohost/plone/++webresource++e5ab85ca-a8e7-548b-9d45-03a00dbb1703/++plone++static/bundle-plone/bundle.min.js"></script>'

Stack Trace:
'++plone++static/bundle-plone/jquery-remote.min.js' not found in '<script integrity="sha384-yAbXscL0aoE/0AkFhaGNz6d74lDy9Cz7PXfkWNqRnFm0/ewX0uoBBoyPBU5qW7Nr" src="http://nohost/plone/++webresource++6aa4c841-faf5-51e8-8109-90bd97e7aa07/++plone++static/plone-fullscreen/fullscreen.js"></script>\n<script integrity="sha384-aj/zj3m11/9IszykL3Tit34KrbLR0mly3YytbvyLYkBkdWLgU1X78SsZChxVAssb" src="http://nohost/plone/++webresource++e5ab85ca-a8e7-548b-9d45-03a00dbb1703/++plone++static/bundle-plone/bundle.min.js"></script>'

  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 592, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 550, in _callTestMethod
    method()
  File "/home/jenkins/workspace/plone-6.0-python-3.9/src/Products.CMFPlone/Products/CMFPlone/tests/testResourceRegistries.py", line 94, in test_scripts_viewlet_anonymous
    self.assertIn("++plone++static/bundle-plone/jquery-remote.min.js", results)
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 1104, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/srv/python3.9/lib/python3.9/unittest/case.py", line 676, in fail
    raise self.failureException(msg)

_______________________________________________
Testbot mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-testbot
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.