[errai-dev] Build failed in Jenkins: Errai #1747

ci-builds at redhat.com ci-builds at redhat.com
Thu Jul 30 15:49:07 EDT 2015


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/1747/changes>

Changes:

[christian.sadilek] Updated to new version 3.2.0.Final

[christian.sadilek] Updated to new version 3.2.1-SNAPSHOT

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on dev15-rhel5-ia64 (git-working RHEL-any mem2G RHEL5 linux general mwqa_drives_services ia64 RHEL native-linux-ia64 mwqa_drives_tools mem4G git-sunjdk16 RHEL5-ia64 unix) in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/errai/errai.git
 > git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/> # timeout=10
Fetching upstream changes from git://github.com/errai/errai.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/errai/errai.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/errai/errai.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/errai/errai.git # timeout=10
Fetching upstream changes from git://github.com/errai/errai.git
 > git -c core.askpass=true fetch --tags --progress git://github.com/errai/errai.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 18c1cc7dda955ef150cd5355bf365a8af05c9de7 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 18c1cc7dda955ef150cd5355bf365a8af05c9de7
 > git rev-list 8f9bc981d4ba954544a8d2b37c026d0e7c7743cf # timeout=10
 > git tag -a -f -m Jenkins Build #1747 jenkins-Errai-1747 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Errai] $ /qa/tools/opt/ia64/jdk1.7.0.unlimited/bin/java -server -Xmx1200m -XX:MaxPermSize=256M -cp /qa/hudson_workspace/maven3-agent.jar:/qa/tools/opt/maven3-latest/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /qa/tools/opt/maven3-latest /qa/services/hudson/hudson_release/WEB-INF/slave.jar /qa/hudson_workspace/maven3-interceptor.jar /qa/hudson_workspace/maven3-interceptor-commons.jar 50430
ERROR: Failed to parse POMs
java.io.IOException: Cannot run program "/qa/tools/opt/ia64/jdk1.7.0.unlimited/bin/java" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/ws/")>: java.io.IOException: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:803)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1136)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1101)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	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:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:660)
	at ......remote call to dev15-rhel5-ia64(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
	at hudson.remoting.Channel.call(Channel.java:752)
	at hudson.Launcher$RemoteLauncher.launch(Launcher.java:916)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:266)
	at hudson.maven.ProcessCache.get(ProcessCache.java:236)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:764)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
	at hudson.model.Run.execute(Run.java:1745)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
	at java.lang.ProcessImpl.start(ProcessImpl.java:65)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:803)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1136)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1101)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	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:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:660)


More information about the errai-dev mailing list