-
Bug
-
Resolution: Unresolved
-
Minor
-
None
I shut down a Hudson instance forcibly. After a restart, a job which had been running displayed its status as failed rather than aborted as expected, and the log ended with
FATAL: remote file operation failed: /.../secrets/... at hudson.remoting.Channel@78e185:... hudson.util.IOException2: remote file operation failed: /.../secrets/... at hudson.remoting.Channel@78e185:... at hudson.FilePath.act(FilePath.java:749) at hudson.FilePath.act(FilePath.java:735) at hudson.FilePath.deleteRecursive(FilePath.java:819) at hudson.plugins.secret.SecretBuildWrapper$1.tearDown(SecretBuildWrapper.java:46) at hudson.model.Build$RunnerImpl.doRun(Build.java:145) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416) at hudson.model.Run.run(Run.java:1257) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:127) Caused by: hudson.remoting.ChannelClosedException: channel is already closed at hudson.remoting.Channel.send(Channel.java:412) at hudson.remoting.Request.call(Request.java:105) at hudson.remoting.Channel.call(Channel.java:555) at hudson.FilePath.act(FilePath.java:742) ... 9 more