[Testbot] Plone 5.0 - Python 2.7 - Build # 2809 - Still Failing!

jenkins at plone.org jenkins at plone.org
Sun Sep 20 22:25:13 UTC 2015


Plone 5.0 - Python 2.7 - Build # 2809 - Still Failing:

Check console output at http://jenkins.plone.org/job/plone-5.0-python-2.7/2809/ to view the results.

Changes:

[Eric Steele] plone.app.contentlisting 1.2.2







Test Results:

6 tests failed.
FAILED:  plone.app.contentrules.tests.test_action_mail.TestMailAction.testExecute

Error Message:
'ascii' codec can't encode character u'\xe4' in position 2: ordinal not in range(128)

Stack Trace:
'ascii' codec can't encode character u'\xe4' in position 2: ordinal not in range(128)

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.contentrules-4.0.7-py2.7.egg/plone/app/contentrules/tests/test_action_mail.py", line 116, in testExecute
    ex()
  File "/home/jenkins/.buildout/eggs/plone.app.contentrules-4.0.7-py2.7.egg/plone/app/contentrules/actions/mail.py", line 154, in __call__
    immediate=not mailhost.smtp_queue)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/utils.py", line 56, in send
    msg_type=msg_type)
  File "/home/jenkins/.buildout/eggs/Products.MailHost-2.13.2-py2.7.egg/Products/MailHost/MailHost.py", line 402, in _mungeHeaders
    messageText = _try_encode(messageText, charset)
  File "/home/jenkins/.buildout/eggs/Products.MailHost-2.13.2-py2.7.egg/Products/MailHost/MailHost.py", line 512, in _try_encode
    return text.encode()


FAILED:  plone.app.contentrules.tests.test_action_mail.TestMailAction.testExecuteMultiRecipients

Error Message:
'text/plain; charset="utf-8"' != None

Stack Trace:
'text/plain; charset="utf-8"' != None

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.contentrules-4.0.7-py2.7.egg/plone/app/contentrules/tests/test_action_mail.py", line 182, in testExecuteMultiRecipients
    mailSent.get('Content-Type'))
  File "/usr/lib/python2.7/unittest/case.py", line 515, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 508, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  plone.app.contentrules.tests.test_action_mail.TestMailAction.testExecuteNoSource

Error Message:
'text/plain; charset="utf-8"' != None

Stack Trace:
'text/plain; charset="utf-8"' != None

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.contentrules-4.0.7-py2.7.egg/plone/app/contentrules/tests/test_action_mail.py", line 162, in testExecuteNoSource
    mailSent.get('Content-Type'))
  File "/usr/lib/python2.7/unittest/case.py", line 515, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 508, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  plone.app.z3cform.tests.test_widgets.RelatedItemsWidgetTests.test_multiple_selection

Error Message:
<module 'plone.app.widgets.utils' from '/home/jenkins/.buildout/eggs/plone.app.widgets-2.0.0-py2.7.egg/plone/app/widgets/utils.pyc'> does not have the attribute 'getUtility'

Stack Trace:
<module 'plone.app.widgets.utils' from '/home/jenkins/.buildout/eggs/plone.app.widgets-2.0.0-py2.7.egg/plone/app/widgets/utils.pyc'> does not have the attribute 'getUtility'

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.z3cform-1.1.5-py2.7.egg/plone/app/z3cform/tests/test_widgets.py", line 969, in test_multiple_selection
    with patch('plone.app.widgets.utils.getUtility') as mock_method:
  File "/home/jenkins/.buildout/eggs/mock-1.0.1-py2.7.egg/mock.py", line 1268, in __enter__
    original, local = self.get_original()
  File "/home/jenkins/.buildout/eggs/mock-1.0.1-py2.7.egg/mock.py", line 1242, in get_original
    "%s does not have the attribute %r" % (target, name)


FAILED:  plone.app.z3cform.tests.test_widgets.RelatedItemsWidgetTests.test_single_selection

Error Message:
<module 'plone.app.widgets.utils' from '/home/jenkins/.buildout/eggs/plone.app.widgets-2.0.0-py2.7.egg/plone/app/widgets/utils.pyc'> does not have the attribute 'getUtility'

Stack Trace:
<module 'plone.app.widgets.utils' from '/home/jenkins/.buildout/eggs/plone.app.widgets-2.0.0-py2.7.egg/plone/app/widgets/utils.pyc'> does not have the attribute 'getUtility'

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.z3cform-1.1.5-py2.7.egg/plone/app/z3cform/tests/test_widgets.py", line 946, in test_single_selection
    with patch('plone.app.widgets.utils.getUtility') as mock_method:
  File "/home/jenkins/.buildout/eggs/mock-1.0.1-py2.7.egg/mock.py", line 1268, in __enter__
    original, local = self.get_original()
  File "/home/jenkins/.buildout/eggs/mock-1.0.1-py2.7.egg/mock.py", line 1242, in get_original
    "%s does not have the attribute %r" % (target, name)


FAILED:  plone.app.z3cform.tests.test_widgets.RelatedItemsWidgetTests.test_widget

Error Message:
<module 'plone.app.widgets.utils' from '/home/jenkins/.buildout/eggs/plone.app.widgets-2.0.0-py2.7.egg/plone/app/widgets/utils.pyc'> does not have the attribute 'getUtility'

Stack Trace:
<module 'plone.app.widgets.utils' from '/home/jenkins/.buildout/eggs/plone.app.widgets-2.0.0-py2.7.egg/plone/app/widgets/utils.pyc'> does not have the attribute 'getUtility'

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.z3cform-1.1.5-py2.7.egg/plone/app/z3cform/tests/test_widgets.py", line 917, in test_widget
    with patch('plone.app.widgets.utils.getUtility') as mock_method:
  File "/home/jenkins/.buildout/eggs/mock-1.0.1-py2.7.egg/mock.py", line 1268, in __enter__
    original, local = self.get_original()
  File "/home/jenkins/.buildout/eggs/mock-1.0.1-py2.7.egg/mock.py", line 1242, in get_original
    "%s does not have the attribute %r" % (target, name)





More information about the Testbot mailing list