Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Failed

Console Output

Started by upstream project "joal_onmaster" build number 88
originally caused by:
 Started by upstream project "gluegen_onmaster" build number 68
 originally caused by:
  Started by user Sven Gothel
Building remotely on win64-nvgtx460-win7-jogamp-x64-sgothel-011 (win7-x86_64-nvida) in workspace c:\JogAmpSlavex64\workspace\jogl_onmaster
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://jogamp.org/srv/scm/jogl.git # timeout=10
Fetching upstream changes from git://jogamp.org/srv/scm/jogl.git
 > git --version # timeout=10
 > git fetch --tags --progress git://jogamp.org/srv/scm/jogl.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "origin/master^{commit}" # timeout=10
Checking out Revision 23d8cbd413ac6aca737d7a7d062c8bb6f5ac1ca5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 23d8cbd413ac6aca737d7a7d062c8bb6f5ac1ca5
 > git rev-list b3acdd44d2be526a2ca601ff70366ad1b88f0e92 # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule update --init --recursive
No emails were triggered.
Triggering jogl_onmaster » linux64-null-centos55-jogamp-x64-chuck-001
jogl_onmaster » linux64-null-centos55-jogamp-x64-chuck-001 completed with result SUCCESS
Looks like the node went offline during the build. Check the slave log for the details.
FATAL: channel is already closed
hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:541)
	at hudson.remoting.Request.call(Request.java:129)
	at hudson.remoting.Channel.call(Channel.java:739)
	at hudson.Launcher$RemoteLauncher.kill(Launcher.java:940)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:556)
	at hudson.model.Run.execute(Run.java:1745)
	at hudson.matrix.MatrixBuild.run(MatrixBuild.java:306)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)
	at hudson.model.OneOffExecutor.run(OneOffExecutor.java:43)
Caused by: java.io.EOFException
	at org.jenkinsci.remoting.nio.NioChannelHub$3.run(NioChannelHub.java:566)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:111)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)