launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #07232
Fwd: Test runner FAILED
I and Abel have been getting these back from ec2 test runs. It happens on
different branches. Looks like it fails to send the report email because of a
size restriction violation.
Anybody seen this before? Is this a known problem or should I invest time to
find out what this is about.
Cheers,
Henning
-------- Original-Nachricht --------
Betreff: Test runner FAILED
Datum: Wed, 1 Jun 2011 13:25:56 +0100
Von: Henning Eggers <henning@xxxxxxxxxxxxx>
An: Henning Eggers <henning@xxxxxxxxxxxxx>
Traceback (most recent call last):
File "/var/launchpad/ec2test-remote.py", line 188, in run
return function(*args, **kwargs)
File "/var/launchpad/ec2test-remote.py", line 279, in test
self._logger.got_result(result)
File "/var/launchpad/ec2test-remote.py", line 642, in got_result
self._request.send_report_email(successful, email_text, full_log_gz)
File "/var/launchpad/ec2test-remote.py", line 493, in send_report_email
self._send_email(message)
File "/var/launchpad/ec2test-remote.py", line 334, in _send_email
self._smtp_connection.send_email(message)
File "/usr/lib/pymodules/python2.6/bzrlib/smtp_connection.py", line 172, in
send_email
raise SMTPError('%d %s' % (e.smtp_code, e.smtp_error))
SMTPError: SMTP error: 552 Message size exceeds maximum permitted
Follow ups