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

jenkins at plone.org jenkins at plone.org
Thu Apr 9 04:47:22 UTC 2015


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

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

Changes:

[David Glick] [fc] Repository: Products.CMFPlone







Test Results:

1 tests failed.
FAILED:  plone.app.contentrules.tests.test_action_mail.TestMailAction.testExecuteBadMailHost

Error Message:
[Errno 111] Connection refused

Stack Trace:
[Errno 111] Connection refused

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.contentrules-4.0.2-py2.7.egg/plone/app/contentrules/tests/test_action_mail.py", line 235, in testExecuteBadMailHost
    ex()
  File "/home/jenkins/.buildout/eggs/plone.app.contentrules-4.0.2-py2.7.egg/plone/app/contentrules/actions/mail.py", line 155, in __call__
    immediate=not mailhost.smtp_queue)
  File "/home/jenkins/.buildout/eggs/Products.MailHost-2.13.1-py2.7.egg/Products/MailHost/MailHost.py", line 237, in send
    self._send(mfrom, mto, messageText, immediate)
  File "/home/jenkins/.buildout/eggs/Products.MailHost-2.13.1-py2.7.egg/Products/MailHost/MailHost.py", line 337, in _send
    self._makeMailer().send(mfrom, mto, messageText)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/patches/sendmail.py", line 17, in _catch
    return func(*args, **kwargs)
  File "/home/jenkins/.buildout/eggs/zope.sendmail-3.7.5-py2.7.egg/zope/sendmail/mailer.py", line 46, in send
    connection = self.smtp(self.hostname, str(self.port))
  File "/usr/lib/python2.7/smtplib.py", line 251, in __init__
    (code, msg) = self.connect(host, port)
  File "/usr/lib/python2.7/smtplib.py", line 311, in connect
    self.sock = self._get_socket(host, port, self.timeout)
  File "/usr/lib/python2.7/smtplib.py", line 286, in _get_socket
    return socket.create_connection((host, port), timeout)
  File "/usr/lib/python2.7/socket.py", line 571, in create_connection
    raise err





More information about the Testbot mailing list