Started by user Bram Prieshof Running as SYSTEM Building on the built-in node in workspace /var/lib/jenkins/workspace/vouch-proxy The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/vouch-proxy/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/vouch/vouch-proxy.git # timeout=10 Fetching upstream changes from https://github.com/vouch/vouch-proxy.git > git --version # timeout=10 > git --version # 'git version 2.30.2' > git fetch --tags --force --progress -- https://github.com/vouch/vouch-proxy.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 2d3ea1243156e28e54a81da29eb3c326e9c9ce28 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2d3ea1243156e28e54a81da29eb3c326e9c9ce28 # timeout=10 Commit message: "v0.37.0" > git rev-list --no-walk 2d3ea1243156e28e54a81da29eb3c326e9c9ce28 # timeout=10 [vouch-proxy] $ /bin/sh -xe /tmp/jenkins17802342187336452753.sh + ./do.sh goget go: upgraded cloud.google.com/go v0.89.0 => v0.100.2 go: added cloud.google.com/go/compute v1.6.0 go: upgraded github.com/google/go-cmp v0.5.6 => v0.5.7 go: upgraded github.com/mitchellh/mapstructure v1.4.1 => v1.4.3 go: upgraded github.com/spf13/cast v1.4.0 => v1.4.1 go: upgraded github.com/spf13/viper v1.8.1 => v1.11.0 go: upgraded github.com/stretchr/testify v1.7.0 => v1.7.1 go: upgraded go.uber.org/multierr v1.7.0 => v1.8.0 go: upgraded go.uber.org/zap v1.18.1 => v1.21.0 go: upgraded golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 => v0.0.0-20220412020605-290c469a71a5 go: upgraded golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 => v0.0.0-20220411215720-9780585627b5 + ./do.sh build github.com/vouch/vouch-proxy Archiving artifacts Sending e-mails to: bram@bprieshof.nl ERROR: Couldn't connect to host, port: localhost, 25; timeout 60000 com.sun.mail.util.MailConnectException: Couldn't connect to host, port: localhost, 25; timeout 60000; nested exception is: java.net.ConnectException: Connection refused (Connection refused) at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740) at javax.mail.Service.connect(Service.java:366) at javax.mail.Service.connect(Service.java:246) at javax.mail.Service.connect(Service.java:195) at javax.mail.Transport.send0(Transport.java:254) at javax.mail.Transport.send(Transport.java:124) at hudson.tasks.MailSender.run(MailSender.java:131) at hudson.tasks.Mailer.perform(Mailer.java:178) at hudson.tasks.Mailer.perform(Mailer.java:141) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:763) at hudson.model.Build$BuildExecution.post2(Build.java:179) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:707) at hudson.model.Run.execute(Run.java:1921) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:442) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 18 more Finished: SUCCESS