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 u64JogAmp
Checkout:gluegen / /home/mbien/JogAmpSlave/workspace/gluegen - hudson.remoting.Channel@11b6d90:u64JogAmp
Last Build : #71
Last Built Revision: Revision 512a7fb820fc82e6960e0a493c6127f0ec800649 (origin/master )
Checkout:gluegen / /home/mbien/JogAmpSlave/workspace/gluegen - hudson.remoting.LocalChannel@58e38fae
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/mbien/gluegen.git
[gluegen] $ git fetch git://github.com/mbien/gluegen.git +refs/heads/*:refs/remotes/origin/*
[gluegen] $ git ls-tree HEAD
Seen branch in repository origin/JOGL_2_SANDBOX
Seen branch in repository origin/JOGL_CDCCVM_sgothel
Seen branch in repository origin/MIPS_PORT
Seen branch in repository origin/1.0b06-maint
Seen branch in repository origin/master
Commencing build of Revision 9300b0615f554f5904c93d757e4a9edbd1897538 (origin/master )
Checking out Revision 9300b0615f554f5904c93d757e4a9edbd1897538 (origin/master )
[gluegen] $ git checkout -f 9300b0615f554f5904c93d757e4a9edbd1897538
[gluegen] $ git tag -a -f -m "Hudson Build #72" hudson-gluegen-72
Recording changes in branch origin/master
[gluegen] $ git log --numstat -M --summary --pretty=raw 512a7fb820fc82e6960e0a493c6127f0ec800649..9300b0615f554f5904c93d757e4a9edbd1897538
Triggering u64JogAmp
u64JogAmp is still in the queue: Waiting for next available executor on u64JogAmp
Interrupting #72
FATAL: Remote call on u64JogAmp failed
java.io.IOException: Remote call on u64JogAmp failed
	at hudson.remoting.Channel.call(Channel.java:560)
	at hudson.Launcher$RemoteLauncher.kill(Launcher.java:738)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:421)
	at hudson.model.Run.run(Run.java:1244)
	at hudson.matrix.MatrixBuild.run(MatrixBuild.java:149)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:122)
	at hudson.model.OneOffExecutor.run(OneOffExecutor.java:60)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class hudson.util.ProcessTree
	at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:749)
	at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:741)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at hudson.remoting.Engine$1$1.run(Engine.java:58)
	at java.lang.Thread.run(Thread.java:619)