[Buildbot-devel] info needed on sending emails from buildmaster

Anantvijay K anantvijayk.ml at gmail.com
Tue May 5 16:17:29 UTC 2009


Hi James,

i'm pasting below a jist of the log of buildmaster.

2009-05-05 21:35:35+0530 [-] closing log <buildbot.status.builder.LogFile
instance at 0xb786208c>
2009-05-05 21:35:35+0530 [-] releaseLocks(<buildbot.steps.shell.ShellCommand
instance at 0xb785956c>): []
2009-05-05 21:35:35+0530 [-]  step 'shell' complete: success
2009-05-05 21:35:35+0530 [-]  <Build BB_Quick>: build finished
2009-05-05 21:35:35+0530 [-] sending mail (667 bytes) to ['list at xyz.com']
2009-05-05 21:35:35+0530 [-] Starting factory
<twisted.mail.smtp.SMTPSenderFactory instance at 0xb7866f4c>
2009-05-05 21:35:35+0530 [-]  setting expectations for next time
2009-05-05 21:35:35+0530 [-] new expectations: 0.769025087357 seconds
2009-05-05 21:35:35+0530 [-] releaseLocks(<Build BB_Quick>): []
2009-05-05 21:35:35+0530 [-] maybeStartBuild <Builder 'BB_Quick' at
-1216094356>: [] [<SlaveBuilder builder=BB_Quick slave=buildslave>]
2009-05-05 21:35:35+0530 [Uninitialized] SMTP Client retrying server. Retry:
5
2009-05-05 21:35:35+0530 [Uninitialized] SMTP Client retrying server. Retry:
4
2009-05-05 21:35:35+0530 [Uninitialized] SMTP Client retrying server. Retry:
3
2009-05-05 21:35:35+0530 [Uninitialized] SMTP Client retrying server. Retry:
2
2009-05-05 21:35:35+0530 [Uninitialized] SMTP Client retrying server. Retry:
1
2009-05-05 21:35:35+0530 [Uninitialized] Unhandled error in Deferred:
2009-05-05 21:35:35+0530 [Uninitialized] Unhandled Error
        Traceback (most recent call last):
        Failure: twisted.internet.error.ConnectionRefusedError: Connection
was refused by other side: 111: Connection refused.
2009-05-05 21:35:35+0530 [Uninitialized] Stopping factory
<twisted.mail.smtp.SMTPSenderFactory instance at 0xb7866f4c>

It seems the twisted-mail is trying to send email.
I'm not able to interpret wat it it is trying to say.
help??
thanks,
Anantvijay


On Tue, May 5, 2009 at 2:59 PM, James Youngman <jay at gnu.org> wrote:

> On Tue, May 5, 2009 at 7:39 AM, Anantvijay K <anantvijayk.ml at gmail.com>
> wrote:
> > Hi,
> >
> > I'm quite new to buildbot.
> > I've set up the buildbot master & slave(s).
> > I'm able to view the status through the html interface.
> >
> > I've added the following lines to the master.cfg file to
> > enable html and mail notification:
> >
> > c['builders'] = [b4]
> > c['status'] = []
> > from buildbot.status import html
> > c['status'].append(html.WebStatus(http_port=8080))
> > from buildbot.status import mail
> > c['status'].append(mail.MailNotifier(fromaddr="myname at xyz.com",
> >                                       extraRecipients=["list at xyz.com"],
> >                                       sendToInterestedUsers=False))
>
> You don't specify relayhost here, so twisted.mail.smtp.sendmail will
> use localhost as the relayhost.    Is anything printed in the log
> file?   Do you get a log message "sending mail (<some-number> bytes)
> to ..."?   If so, the buildbot is attempting to send the mail, but
> it's not being delivered.   Check the mail queue and mail server logs
> on the local machine.
>
>
> >
> > But i'm not able to send emails. Spent lot of time searching
> > for solution in this regard. But no results. Can any one help
> > me on solving this issue?
> >
> > Thanks in advance,
> > Anantvijay
> >
> >
> > Buildbot-devel mailing list
> > Buildbot-devel at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/buildbot-devel
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20090505/0da4ec05/attachment.html>


More information about the devel mailing list