FailedConsole Output

Started by user Fabian Landau
Building in workspace /var/lib/jenkins/workspace/cleanup_docker
[cleanup_docker] $ /bin/sh -xe /tmp/hudson7380153749986898246.sh
+ docker ps -aq --filter status=exited
+ CONTAINERS=
+ [  ]
+ docker images -q -f dangling=true
+ IMAGES=
+ [  ]
+ exit 1
Build step 'Execute shell' marked build as failure
Sending e-mails to: landauf@orxonox.net
ERROR: Invalid Addresses
javax.mail.SendFailedException: Invalid Addresses;
  nested exception is:
	com.sun.mail.smtp.SMTPAddressFailedException: 504 5.5.2 <nobody@nowhere>: Sender address rejected: need fully-qualified address

	at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1835)
	at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1098)
	at javax.mail.Transport.send0(Transport.java:195)
	at javax.mail.Transport.send(Transport.java:124)
	at hudson.tasks.MailSender.run(MailSender.java:128)
	at hudson.tasks.Mailer.perform(Mailer.java:145)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
	at hudson.model.Build$BuildExecution.post2(Build.java:185)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668)
	at hudson.model.Run.execute(Run.java:1763)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 504 5.5.2 <nobody@nowhere>: Sender address rejected: need fully-qualified address

	at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1733)
	... 15 more
Finished: FAILURE