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

jenkins at plone.org jenkins at plone.org
Fri Feb 28 16:32:25 UTC 2020


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

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


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

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

Test Results:

5 tests failed.
FAILED:  Products.CMFPlone.tests.testWebDAV.TestPUTIndexHtml.testPUTIndexHtml

Error Message:
__init__() takes exactly 2 arguments (1 given)

Stack Trace:
__init__() takes exactly 2 arguments (1 given)

  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/testWebDAV.py", line 298, in testPUTIndexHtml
    handle_errors=False)
  File "/home/jenkins/.buildout/eggs/cp27m/Zope-4.1.3-py2.7.egg/Testing/ZopeTestCase/functional.py", line 43, in wrapped_func
    return func(*args, **kw)
  File "/home/jenkins/.buildout/eggs/cp27m/Zope-4.1.3-py2.7.egg/Testing/ZopeTestCase/functional.py", line 128, in publish
    wsgi_result = publish(env, start_response)
  File "/home/jenkins/.buildout/eggs/cp27m/Zope-4.1.3-py2.7.egg/ZPublisher/WSGIPublisher.py", line 338, in publish_module
    response = _publish(request, new_mod_info)
  File "/home/jenkins/.buildout/eggs/cp27m/Zope-4.1.3-py2.7.egg/ZPublisher/WSGIPublisher.py", line 244, in publish
    obj = request.traverse(path, validated_hook=validate_user)
  File "/home/jenkins/.buildout/eggs/cp27m/Zope-4.1.3-py2.7.egg/ZPublisher/BaseRequest.py", line 523, in traverse
    subobject = self.traverseName(object, entry_name)
  File "/home/jenkins/.buildout/eggs/cp27m/Zope-4.1.3-py2.7.egg/ZPublisher/BaseRequest.py", line 350, in traverseName
    ob2 = adapter.publishTraverse(self, name)
  File "/home/jenkins/.buildout/eggs/cp27m/plone.dexterity-2.9.5-py2.7.egg/plone/dexterity/browser/traversal.py", line 53, in publishTraverse
    self).publishTraverse(request, name)
  File "/home/jenkins/.buildout/eggs/cp27m/Zope-4.1.3-py2.7.egg/ZPublisher/BaseRequest.py", line 127, in publishTraverse
    subobject = getattr(object, name)
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.CMFPlone/Products/CMFPlone/Portal.py", line 102, in index_html
    return ReplaceableWrapper()


FAILED:  Products.CMFPlone.tests.testWebDAV.TestPUTIndexHtml.testPUTIndexHtmlIntoPortal

Error Message:
__init__() takes exactly 2 arguments (1 given)

Stack Trace:
__init__() takes exactly 2 arguments (1 given)

  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/testWebDAV.py", line 317, in testPUTIndexHtmlIntoPortal
    handle_errors=False)
  File "/home/jenkins/.buildout/eggs/cp27m/Zope-4.1.3-py2.7.egg/Testing/ZopeTestCase/functional.py", line 43, in wrapped_func
    return func(*args, **kw)
  File "/home/jenkins/.buildout/eggs/cp27m/Zope-4.1.3-py2.7.egg/Testing/ZopeTestCase/functional.py", line 128, in publish
    wsgi_result = publish(env, start_response)
  File "/home/jenkins/.buildout/eggs/cp27m/Zope-4.1.3-py2.7.egg/ZPublisher/WSGIPublisher.py", line 338, in publish_module
    response = _publish(request, new_mod_info)
  File "/home/jenkins/.buildout/eggs/cp27m/Zope-4.1.3-py2.7.egg/ZPublisher/WSGIPublisher.py", line 244, in publish
    obj = request.traverse(path, validated_hook=validate_user)
  File "/home/jenkins/.buildout/eggs/cp27m/Zope-4.1.3-py2.7.egg/ZPublisher/BaseRequest.py", line 523, in traverse
    subobject = self.traverseName(object, entry_name)
  File "/home/jenkins/.buildout/eggs/cp27m/Zope-4.1.3-py2.7.egg/ZPublisher/BaseRequest.py", line 350, in traverseName
    ob2 = adapter.publishTraverse(self, name)
  File "/home/jenkins/.buildout/eggs/cp27m/Zope-4.1.3-py2.7.egg/ZPublisher/BaseRequest.py", line 114, in publishTraverse
    subobject = getattr(object, name)
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.CMFPlone/Products/CMFPlone/Portal.py", line 102, in index_html
    return ReplaceableWrapper()


FAILED:  Products.CMFPlone.tests.testWebDAV.TestPUTObjects.testPUTIndexHtmlDocument

Error Message:
500 != 201

Stack Trace:
500 != 201

  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/testWebDAV.py", line 106, in testPUTIndexHtmlDocument
    self.assertEqual(response.getStatus(), 201)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  Products.CMFPlone.tests.testWebDAV.TestPUTObjects.testPUTIndexHtmlDocumentIntoPortal

Error Message:
500 != 201

Stack Trace:
500 != 201

  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/testWebDAV.py", line 258, in testPUTIndexHtmlDocumentIntoPortal
    self.assertEqual(response.getStatus(), 201)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  Products.CMFPlone.tests.testWebDAV.TestPUTObjects.testPUTIndexHtmlImage

Error Message:
500 != 201

Stack Trace:
500 != 201

  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/testWebDAV.py", line 227, in testPUTIndexHtmlImage
    self.assertEqual(response.getStatus(), 201)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)


More information about the Testbot mailing list