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

------------------------------------------
Started by user bdemers
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-5 (Ubuntu yahoo-not-h2 ubuntu ubuntu5 docker) in 
workspace <https://builds.apache.org/job/Shiro-1.3.x/ws/>
Wiping out workspace first.
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/*
Seen branch in repository origin/1.0.x
Seen branch in repository origin/1.2.x
Seen branch in repository origin/1.3.x
Seen branch in repository origin/1.4.x
Seen branch in repository origin/1.x
Seen branch in repository origin/2.0-api-design-changes
Seen branch in repository origin/SHIRO-317
Seen branch in repository origin/SHIRO-317b
Seen branch in repository origin/asf-infra-test
Seen branch in repository origin/exceptionCatchingModularRealmAuthorizer
Seen branch in repository origin/first-successful-authc-strategy
Seen branch in repository origin/master
Seen branch in repository origin/session_manager_API_change
Seen branch in repository origin/shiro-root-1.0.x
Seen branch in repository origin/shiro-root-1.1.x
Seen 15 remote branches
Checking out Revision a63e1d85f3e45d9976f61ebeb9fed49302e12956 (origin/1.4.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a63e1d85f3e45d9976f61ebeb9fed49302e12956
First time build. Skipping changelog.
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: 
<https://builds.apache.org/job/Shiro-1.3.x/ws/> at 
hudson.remoting.Channel@5f075cbe:ubuntu-5: hudson.remoting.ProxyException: 
hudson.maven.MavenModuleSetBuild$MavenExecutionException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[WARNING] 'parent.relativePath' points at org.apache.shiro:shiro-support 
instead of org.apache.shiro:shiro-root, please verify your project structure @ 
line 22, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact 
org.apache.shiro:shiro-root:pom:1.4.0-SNAPSHOT and 'parent.relativePath' points 
at wrong local POM @ line 22, column 13
[WARNING] 'parent.relativePath' points at 
org.apache.shiro.samples:shiro-samples instead of 
org.apache.shiro:shiro-spring-boot, please verify your project structure @ line 
25, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact 
org.apache.shiro:shiro-spring-boot:pom:1.4.0-SNAPSHOT and 'parent.relativePath' 
points at wrong local POM @ line 25, column 13

        at hudson.FilePath.act(FilePath.java:1014)
        at hudson.FilePath.act(FilePath.java:996)
        at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:960)
        at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:679)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
        at hudson.model.Run.execute(Run.java:1741)
        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: hudson.remoting.ProxyException: 
hudson.maven.MavenModuleSetBuild$MavenExecutionException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[WARNING] 'parent.relativePath' points at org.apache.shiro:shiro-support 
instead of org.apache.shiro:shiro-root, please verify your project structure @ 
line 22, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact 
org.apache.shiro:shiro-root:pom:1.4.0-SNAPSHOT and 'parent.relativePath' points 
at wrong local POM @ line 22, column 13
[WARNING] 'parent.relativePath' points at 
org.apache.shiro.samples:shiro-samples instead of 
org.apache.shiro:shiro-spring-boot, please verify your project structure @ line 
25, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact 
org.apache.shiro:shiro-spring-boot:pom:1.4.0-SNAPSHOT and 'parent.relativePath' 
points at wrong local POM @ line 25, column 13

        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1364)
        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1098)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2772)
        at hudson.remoting.UserRequest.perform(UserRequest.java:153)
        at hudson.remoting.UserRequest.perform(UserRequest.java:50)
        at hudson.remoting.Request$2.run(Request.java:332)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
        at ......remote call to ubuntu-5(Native Method)
        at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
        at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
        at hudson.remoting.Channel.call(Channel.java:781)
        at hudson.FilePath.act(FilePath.java:1007)
        ... 8 more
Caused by: hudson.remoting.ProxyException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[WARNING] 'parent.relativePath' points at org.apache.shiro:shiro-support 
instead of org.apache.shiro:shiro-root, please verify your project structure @ 
line 22, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact 
org.apache.shiro:shiro-root:pom:1.4.0-SNAPSHOT and 'parent.relativePath' points 
at wrong local POM @ line 22, column 13
[WARNING] 'parent.relativePath' points at 
org.apache.shiro.samples:shiro-samples instead of 
org.apache.shiro:shiro-spring-boot, please verify your project structure @ line 
25, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact 
org.apache.shiro:shiro-spring-boot:pom:1.4.0-SNAPSHOT and 'parent.relativePath' 
points at wrong local POM @ line 25, column 13

        at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
        at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
        at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1301)
        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1098)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2772)
        at hudson.remoting.UserRequest.perform(UserRequest.java:153)
        at hudson.remoting.UserRequest.perform(UserRequest.java:50)
        at hudson.remoting.Request$2.run(Request.java:332)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)

Reply via email to