Unexpected termination of the channel

41 views
Skip to first unread message

Lynn Lin

unread,
Dec 7, 2010, 6:20:06 AM12/7/10
to hudson...@googlegroups.com, lynn.x...@gmail.com
All,
These days I saw the following error,our slave is Linux,master
(1.387) is Windows XP,use ssh to connect slave.Our build/test need 4
hours,this happen in the 3rd hours since build/test start.

Any hints?

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ro...@192.168.1.198's password:
18:16:48 FATAL: command execution failed
18:16:48 hudson.util.IOException2: Failed to join the process
18:16:48 at hudson.Proc$RemoteProc.join(Proc.java:355)
18:16:48 at hudson.Launcher$ProcStarter.join(Launcher.java:280)
18:16:48 at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:82)
18:16:48 at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:58)
18:16:48 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
18:16:48 at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:603)
18:16:48 at hudson.model.Build$RunnerImpl.build(Build.java:172)
18:16:48 at hudson.model.Build$RunnerImpl.doRun(Build.java:137)
18:16:48 at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:417)
18:16:48 at hudson.model.Run.run(Run.java:1325)
18:16:48 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
18:16:48 at hudson.model.ResourceController.execute(ResourceController.java:88)
18:16:48 at hudson.model.Executor.run(Executor.java:139)
18:16:48 Caused by: java.util.concurrent.ExecutionException:
hudson.remoting.RequestAbortedException: java.io.IOException:
Unexpected termination of the channel
18:16:48 at hudson.remoting.Request$1.get(Request.java:218)
18:16:48 at hudson.remoting.Request$1.get(Request.java:172)
18:16:48 at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
18:16:48 at hudson.Proc$RemoteProc.join(Proc.java:347)
18:16:48 ... 12 more
18:16:48 Caused by: hudson.remoting.RequestAbortedException:
java.io.IOException: Unexpected termination of the channel
18:16:48 at hudson.remoting.Request.abort(Request.java:257)
18:16:48 at hudson.remoting.Channel.terminate(Channel.java:680)
18:16:48 at hudson.remoting.Channel$ReaderThread.run(Channel.java:971)
18:16:48 Caused by: java.io.IOException: Unexpected termination of the channel
18:16:48 at hudson.remoting.Channel$ReaderThread.run(Channel.java:953)
18:16:48 Caused by: java.io.EOFException
18:16:48 at java.io.ObjectInputStream$BlockDataInputStream.peekByte(Unknown
Source)
18:16:48 at java.io.ObjectInputStream.readObject0(Unknown Source)
18:16:48 at java.io.ObjectInputStream.readObject(Unknown Source)
18:16:48 at hudson.remoting.Channel$ReaderThread.run(Channel.java:947)
18:16:48 FATAL: Unable to delete script file /tmp/hudson377856323220069295.sh
18:16:48 hudson.util.IOException2: remote file operation failed:
/tmp/hudson377856323220069295.sh at
hudson.remoting.Channel@131242f:platypus-GPSCI-slave
18:16:48 at hudson.FilePath.act(FilePath.java:749)
18:16:48 at hudson.FilePath.act(FilePath.java:735)
18:16:48 at hudson.FilePath.delete(FilePath.java:990)
18:16:48 at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
18:16:48 at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:58)
18:16:48 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
18:16:48 at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:603)
18:16:48 at hudson.model.Build$RunnerImpl.build(Build.java:172)
18:16:48 at hudson.model.Build$RunnerImpl.doRun(Build.java:137)
18:16:48 at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:417)
18:16:48 at hudson.model.Run.run(Run.java:1325)
18:16:48 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
18:16:48 at hudson.model.ResourceController.execute(ResourceController.java:88)
18:16:48 at hudson.model.Executor.run(Executor.java:139)
18:16:48 Caused by: hudson.remoting.ChannelClosedException: channel
is already closed
18:16:48 at hudson.remoting.Channel.send(Channel.java:466)
18:16:48 at hudson.remoting.Request.call(Request.java:105)
18:16:48 at hudson.remoting.Channel.call(Channel.java:629)
18:16:48 at hudson.FilePath.act(FilePath.java:742)
18:16:48 ... 13 more
18:16:48 Caused by: java.io.IOException: Unexpected termination of the channel
18:16:48 at hudson.remoting.Channel$ReaderThread.run(Channel.java:953)
18:16:48 Caused by: java.io.EOFException
18:16:48 at java.io.ObjectInputStream$BlockDataInputStream.peekByte(Unknown
Source)
18:16:48 at java.io.ObjectInputStream.readObject0(Unknown Source)
18:16:48 at java.io.ObjectInputStream.readObject(Unknown Source)
18:16:48 at hudson.remoting.Channel$ReaderThread.run(Channel.java:947)
18:16:48 [locks-and-latches] Releasing all the locks
18:16:48 [locks-and-latches] All the locks released
18:16:48 FATAL: channel is already closed
18:16:48 hudson.remoting.ChannelClosedException: channel is already closed
18:16:48 at hudson.remoting.Channel.send(Channel.java:466)
18:16:48 at hudson.remoting.Request.call(Request.java:105)
18:16:48 at hudson.remoting.Channel.call(Channel.java:629)
18:16:48 at hudson.Launcher$RemoteLauncher.kill(Launcher.java:744)
18:16:48 at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:422)
18:16:48 at hudson.model.Run.run(Run.java:1325)
18:16:48 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
18:16:48 at hudson.model.ResourceController.execute(ResourceController.java:88)
18:16:48 at hudson.model.Executor.run(Executor.java:139)
18:16:48 Caused by: java.io.IOException: Unexpected termination of the channel
18:16:48 at hudson.remoting.Channel$ReaderThread.run(Channel.java:953)
18:16:48 Caused by: java.io.EOFException
18:16:48 at java.io.ObjectInputStream$BlockDataInputStream.peekByte(Unknown
Source)
18:16:48 at java.io.ObjectInputStream.readObject0(Unknown Source)
18:16:48 at java.io.ObjectInputStream.readObject(Unknown Source)
18:16:48 at hudson.remoting.Channel$ReaderThread.run(Channel.java:947)

Lynn Lin

unread,
Dec 9, 2010, 7:54:29 PM12/9/10
to hudson...@googlegroups.com, lynn.x...@gmail.com

this may be caused by disk plugin .after i disabled this plugin,the issue gone

Lynn Lin

Reply all
Reply to author
Forward
0 new messages