You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/11 22:02:39 UTC

Build failed in Jenkins: Shiro-1.3.x #16

See <https://builds.apache.org/job/Shiro-1.3.x/16/changes>

Changes:

[bdemers] SHIRO-364: Adding initial implementation of bean listeners

[bdemers] SHIRO-395: added initial implementation - all org.apache.shiro.event.**

[bdemers] SHIRO-395: minor JavaDoc update to indicate version introduced

[bdemers] SHIRO-395: Consolidated Publisher and SubscriberRegistry interfaces into

[bdemers] SHIRO-395: Refactored BeanEvent mechanisms to work with the EventBus

[bdemers] SHIRO-395: event bus + event + infrastructure changes.  100% class/line

[bdemers] Backported guice samples

[bdemers] Small bug fix and test for handling classnames in

[bdemers] fix up logging dependencies in quickstart samples

[bdemers] Added missing license headers

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
JDK installation skipped: Unknown CPU architecture: ppc64le
Building remotely on hadoop-ppc64le-1 (ppc64le) in workspace <https://builds.apache.org/job/Shiro-1.3.x/ws/>
JDK installation skipped: Unknown CPU architecture: ppc64le
JDK installation skipped: Unknown CPU architecture: ppc64le
Cloning the remote Git repository
Cloning repository git://git.apache.org/shiro.git
 > git init <https://builds.apache.org/job/Shiro-1.3.x/ws/> # timeout=10
Fetching upstream changes from git://git.apache.org/shiro.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://git.apache.org/shiro.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.apache.org/shiro.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.apache.org/shiro.git # timeout=10
Fetching upstream changes from git://git.apache.org/shiro.git
 > git -c core.askpass=true fetch --tags --progress git://git.apache.org/shiro.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/1.3.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/1.3.x^{commit} # timeout=10
Checking out Revision bd8c314151e3b9ec5f9810a886325c9367d77e74 (refs/remotes/origin/1.3.x)
JDK installation skipped: Unknown CPU architecture: ppc64le
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bd8c314151e3b9ec5f9810a886325c9367d77e74
 > git rev-list dbfacf1f5a1f480cd1e3c68a5350f10870719652 # timeout=10
JDK installation skipped: Unknown CPU architecture: ppc64le
JDK installation skipped: Unknown CPU architecture: ppc64le
Parsing POMs
Discovered a new module org.apache.shiro.samples:samples-guice Apache Shiro :: Samples :: Guice Web
Discovered a new module org.apache.shiro.samples:samples-quickstart-guice Apache Shiro :: Samples :: Quick Start Guice
Modules changed, recalculating dependency graph
JDK installation skipped: Unknown CPU architecture: ppc64le
JDK installation skipped: Unknown CPU architecture: ppc64le
Established TCP socket on 39422
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Shiro-1.3.x] $ /home/jenkins/jenkins-slave/tools/hudson.model.JDK/JDK_1.7_latest_/bin/java -Xms128m -Xmx512m -XX:MaxPermSize=128m -cp /home/jenkins/jenkins-slave/maven32-agent.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/maven-3.2.5/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/maven-3.2.5/conf/logging jenkins.maven3.agent.Maven32Main /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/maven-3.2.5 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven32-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 39422
ERROR: Failed to parse POMs
java.io.IOException: Cannot run program "/home/jenkins/jenkins-slave/tools/hudson.model.JDK/JDK_1.7_latest_/bin/java" (in directory "<https://builds.apache.org/job/Shiro-1.3.x/ws/")>: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:815)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1148)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to hadoop-ppc64le-1(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.Launcher$RemoteLauncher.launch(Launcher.java:928)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:281)
	at hudson.maven.ProcessCache.get(ProcessCache.java:236)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:778)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:248)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:815)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1148)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

Jenkins build is back to normal : Shiro-1.3.x #17

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Shiro-1.3.x/17/changes>