Hey guys, I periodically get the following explosion occasionally on nodes started with the SSH plugin:
#1107 New files added to open blocks are inserted correctly ... ok #1117 Test workflow resubmission via ACDC ... FATAL: Unable to delete script file /tmp/hudson6039265956144709398.sh hudson.util.IOException2: remote file operation failed: /tmp/hudson6039265956144709398.sh at hudson.remoting.Channel@48e9bce1:dmwm-slave03 at hudson.FilePath.act(FilePath.java:847) at hudson.FilePath.act(FilePath.java:824) at hudson.FilePath.delete(FilePath.java:1201) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:58) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:807) at hudson.model.Build$BuildExecution.build(Build.java:199) at hudson.model.Build$BuildExecution.doRun(Build.java:160) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:589) at hudson.model.Run.execute(Run.java:1516) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:236) Caused by: hudson.remoting.ChannelClosedException: channel is already closed at hudson.remoting.Channel.send(Channel.java:493) at hudson.remoting.Request.call(Request.java:129) at hudson.remoting.Channel.call(Channel.java:664) at hudson.FilePath.act(FilePath.java:840) ... 13 more Caused by: hudson.remoting.Channel$OrderlyShutdown at hudson.remoting.Channel$CloseCommand.execute(Channel.java:842) at hudson.remoting.Channel$2.handle(Channel.java:434) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60) Caused by: Command close created at at hudson.remoting.Command.<init>(Command.java:54) at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:836) at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:834) at hudson.remoting.Channel.close(Channel.java:901) at hudson.remoting.Channel.close(Channel.java:884) at hudson.remoting.Channel$CloseCommand.execute(Channel.java:841) ... 2 more FATAL: hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown at hudson.remoting.Request.call(Request.java:174) at hudson.remoting.Channel.call(Channel.java:664) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158) at $Proxy50.join(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:868) at hudson.Launcher$ProcStarter.join(Launcher.java:352) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:82) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:58) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:807) at hudson.model.Build$BuildExecution.build(Build.java:199) at hudson.model.Build$BuildExecution.doRun(Build.java:160) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:589) at hudson.model.Run.execute(Run.java:1516) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:236) Caused by: hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown at hudson.remoting.Request.abort(Request.java:299) at hudson.remoting.Channel.terminate(Channel.java:724) at hudson.remoting.Channel$CloseCommand.execute(Channel.java:842) at hudson.remoting.Channel$2.handle(Channel.java:434) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60) Caused by: hudson.remoting.Channel$OrderlyShutdown ... 3 more Caused by: Command close created at at hudson.remoting.Command.<init>(Command.java:54) at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:836) at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:834) at hudson.remoting.Channel.close(Channel.java:901) at hudson.remoting.Channel.close(Channel.java:884) at hudson.remoting.Channel$CloseCommand.execute(Channel.java:841) ... 2 more Does anyone know where to look? Thanks, Andrew -- -- Andrew Melo