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

Console Output

Started by an SCM change
Building remotely on win64-NVFX5800-win7-jogamp-x32-c3d-001
Checkout:gluegen / c:\JogAmpSlavex32\workspace\gluegen - hudson.remoting.Channel@d23a4bf:win64-NVFX5800-win7-jogamp-x32-c3d-001
Using strategy: Default
Last Built Revision: Revision 1d85dc612f176bf2f34c9e32f455eeb1238a4902 (origin/master)
Checkout:gluegen / c:\JogAmpSlavex32\workspace\gluegen - hudson.remoting.LocalChannel@1908404
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/sgothel/gluegen.git
[gluegen] $ git fetch -t git://github.com/sgothel/gluegen.git +refs/heads/*:refs/remotes/origin/*
[gluegen] $ git ls-tree HEAD
[gluegen] $ git tag -l master
[gluegen] $ git rev-parse origin/master
Commencing build of Revision 1d85dc612f176bf2f34c9e32f455eeb1238a4902 (origin/master)
GitAPI created
Checking out Revision 1d85dc612f176bf2f34c9e32f455eeb1238a4902 (origin/master)
[gluegen] $ git checkout -f 1d85dc612f176bf2f34c9e32f455eeb1238a4902
[gluegen] $ git tag -a -f -m "Hudson Build #236" hudson-gluegen-236
Recording changes in branch origin/master
[gluegen] $ git whatchanged --no-abbrev -M --pretty=raw 1d85dc612f176bf2f34c9e32f455eeb1238a4902..1d85dc612f176bf2f34c9e32f455eeb1238a4902
Triggering windows-x86_64
Triggering linux-x86_64
Triggering windows-x86_32
Triggering macosx-10_6-x86_64
Triggering linux-x86_32
linux-x86_64 is still in the queue: All nodes of label 'linux-x86_64' are offline
Interrupting #236
Interrupting #236
FATAL: channel is already closed
hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:466)
	at hudson.remoting.Request.call(Request.java:105)
	at hudson.remoting.Channel.call(Channel.java:629)
	at hudson.Launcher$RemoteLauncher.kill(Launcher.java:744)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:422)
	at hudson.model.Run.run(Run.java:1337)
	at hudson.matrix.MatrixBuild.run(MatrixBuild.java:152)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:140)
	at hudson.model.OneOffExecutor.run(OneOffExecutor.java:61)
Caused by: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:953)
Caused by: java.io.EOFException
	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2553)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1296)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:947)