|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Same issue here with Linux SSH slaves with Jenkins 1.564:
14:33:30 Started by user wbauer
14:33:30 [EnvInject] - Loading node environment variables.
14:33:30 ERROR: SEVERE ERROR occurs
14:33:30 org.jenkinsci.lib.envinject.EnvInjectException: hudson.remoting.ChannelClosedException: channel is already closed
14:33:30 at org.jenkinsci.plugins.envinject.service.EnvironmentVariablesNodeLoader.gatherEnvironmentVariablesNode(EnvironmentVariablesNodeLoader.java:75)
14:33:30 at org.jenkinsci.plugins.envinject.EnvInjectListener.loadEnvironmentVariablesNode(EnvInjectListener.java:81)
14:33:30 at org.jenkinsci.plugins.envinject.EnvInjectListener.setUpEnvironment(EnvInjectListener.java:39)
14:33:30 at hudson.model.AbstractBuild$AbstractBuildExecution.createLauncher(AbstractBuild.java:570)
14:33:30 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:476)
14:33:30 at hudson.model.Run.execute(Run.java:1706)
14:33:30 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
14:33:30 at hudson.model.ResourceController.execute(ResourceController.java:88)
14:33:30 at hudson.model.Executor.run(Executor.java:231)
14:33:30 Caused by: hudson.remoting.ChannelClosedException: channel is already closed
14:33:30 at hudson.remoting.Channel.send(Channel.java:541)
14:33:30 at hudson.remoting.Request.call(Request.java:129)
14:33:30 at hudson.remoting.Channel.call(Channel.java:739)
14:33:30 at hudson.FilePath.act(FilePath.java:1009)
14:33:30 at org.jenkinsci.plugins.envinject.service.EnvironmentVariablesNodeLoader.gatherEnvironmentVariablesNode(EnvironmentVariablesNodeLoader.java:44)
14:33:30 ... 8 more
14:33:30 Caused by: java.io.IOException
14:33:30 at hudson.remoting.Channel.close(Channel.java:1027)
14:33:30 at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:110)
14:33:30 at hudson.remoting.PingThread.ping(PingThread.java:120)
14:33:30 at hudson.remoting.PingThread.run(PingThread.java:81)
14:33:30 Caused by: java.util.concurrent.TimeoutException: Ping started on 1401187729473 hasn't completed at 1401187969473
14:33:30 ... 2 more
14:33:30 Notifying upstream projects of job completion
14:33:30 [EnvInject] - [ERROR] - SEVERE ERROR occurs: channel is already closed
14:33:33 Finished: FAILURE