[mlpack-svn] [MLPACK] #233: Build server is not sending emails

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Thu Jul 12 10:19:07 EDT 2012


#233: Build server is not sending emails
--------------------------+-------------------------------------------------
 Reporter:  rcurtin       |        Owner:  speet3                    
     Type:  defect        |       Status:  new                       
 Priority:  critical      |    Milestone:                            
Component:  build system  |     Keywords:  build server email jenkins
 Blocking:                |   Blocked By:                            
--------------------------+-------------------------------------------------
 At the bottom of recent build logs I see

 {{{
 ERROR: 535 5.7.8 Error: authentication failed: authentication failure

 javax.mail.AuthenticationFailedException: 535 5.7.8 Error: authentication
 failed: authentication failure

         at
 com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:809)
         at
 com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:752)
         at
 com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:669)
         at javax.mail.Service.connect(Service.java:317)
         at javax.mail.Service.connect(Service.java:176)
         at javax.mail.Service.connect(Service.java:125)
         at javax.mail.Transport.send0(Transport.java:194)
         at javax.mail.Transport.send(Transport.java:124)
         at hudson.tasks.MailSender.execute(MailSender.java:115)
         at hudson.tasks.Mailer.perform(Mailer.java:115)
         at
 hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
         at
 hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
         at
 hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:692)
         at hudson.model.Build$BuildExecution.post2(Build.java:183)
         at
 hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:639)
         at hudson.model.Run.execute(Run.java:1485)
         at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
         at
 hudson.model.ResourceController.execute(ResourceController.java:88)
         at hudson.model.Executor.run(Executor.java:239)
 Finished: FAILURE
 }}}

 I suspect some authentication token has gotten misplaced somehow, so in
 the end we aren't receiving our justly deserved angry build failure
 emails.

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/233>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed by the FASTLAB at Georgia Tech under Dr. Alex Gray.


More information about the mlpack-svn mailing list