Skip to content

Instantly share code, notes, and snippets.

@blockjon
Created April 22, 2017 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blockjon/6358b4124935fa4e72ba8a7d5bd12291 to your computer and use it in GitHub Desktop.
Save blockjon/6358b4124935fa4e72ba8a7d5bd12291 to your computer and use it in GitHub Desktop.
Jenkins Channel Timout
00:00:24.482 Using cached boto-2.46.1-py2.py3-none-any.whl
00:10:00.008 Build timed out (after 10 minutes). Marking the build as aborted.
00:17:47.684 FATAL: command execution failed
00:17:47.684 java.io.EOFException
00:17:47.685 at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2624)
00:17:47.685 at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3099)
00:17:47.685 at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:853)
00:17:47.685 at java.io.ObjectInputStream.<init>(ObjectInputStream.java:349)
00:17:47.685 at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:48)
00:17:47.685 at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
00:17:47.685 at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:59)
00:17:47.685 Caused: java.io.IOException: Unexpected termination of the channel
00:17:47.686 at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:73)
00:17:47.686 Caused: java.io.IOException: Backing channel 'ip-172-31-37-58.us-west-2.compute.internal' is disconnected.
00:17:47.686 at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:192)
00:17:47.686 at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:257)
00:17:47.686 at com.sun.proxy.$Proxy70.isAlive(Unknown Source)
00:17:47.686 at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1043)
00:17:47.686 at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1035)
00:17:47.686 at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:155)
00:17:47.686 at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
00:17:47.687 at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
00:17:47.687 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
00:17:47.687 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
00:17:47.687 at hudson.model.Build$BuildExecution.build(Build.java:206)
00:17:47.687 at hudson.model.Build$BuildExecution.doRun(Build.java:163)
00:17:47.687 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
00:17:47.687 at hudson.model.Run.execute(Run.java:1728)
00:17:47.687 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
00:17:47.687 at hudson.model.ResourceController.execute(ResourceController.java:98)
00:17:47.687 at hudson.model.Executor.run(Executor.java:405)
00:17:47.688 Build step 'Execute shell' marked build as failure
00:17:47.688 ERROR: Step ‘Archive the artifacts’ failed: no workspace for doorstep-django_test #67965
00:17:47.691 ERROR: Step ‘Delete workspace when build is done’ failed: no workspace for doorstep-django_test #67965
00:17:47.691 Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment