You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/10/13 05:36:47 UTC

Build failed in Jenkins: oodt-trunk #2201

See <https://builds.apache.org/job/oodt-trunk/2201/display/redirect?page=changes>

Changes:

[chris.a.mattmann] - roll master: forward to 1.9-dev

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H14 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/oodt-trunk/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/oodt.git
 > git init <https://builds.apache.org/job/oodt-trunk/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/oodt.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/oodt.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/oodt.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/oodt.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/oodt.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/oodt.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 13dc9b8494ce99b8c1ed3f07561eeb0c21f64838 (refs/remotes/origin/master)
Commit message: "- roll master: forward to 1.9-dev"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 13dc9b8494ce99b8c1ed3f07561eeb0c21f64838
 > git rev-list 8a3d5194424d8327e8b3ffc4a2d45f18b56e3371 # timeout=10
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/oodt-trunk/ws/> at hudson.remoting.Channel@2de597ea:H14: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.lucene:lucene-queryparser:jar -> duplicate declaration of version 6.1.0 @ org.apache.oodt:oodt-core:1.9-SNAPSHOT, <https://builds.apache.org/job/oodt-trunk/ws/core/pom.xml,> line 330, column 19
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.lucene:lucene-analyzers-common:jar -> duplicate declaration of version 6.1.0 @ org.apache.oodt:oodt-core:1.9-SNAPSHOT, <https://builds.apache.org/job/oodt-trunk/ws/core/pom.xml,> line 336, column 19
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.oodt:oodt-core:pom:1.3-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 20, column 11

	at hudson.FilePath.act(FilePath.java:994)
	at hudson.FilePath.act(FilePath.java:976)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:986)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:691)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:496)
	at hudson.model.Run.execute(Run.java:1737)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:419)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.lucene:lucene-queryparser:jar -> duplicate declaration of version 6.1.0 @ org.apache.oodt:oodt-core:1.9-SNAPSHOT, <https://builds.apache.org/job/oodt-trunk/ws/core/pom.xml,> line 330, column 19
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.lucene:lucene-analyzers-common:jar -> duplicate declaration of version 6.1.0 @ org.apache.oodt:oodt-core:1.9-SNAPSHOT, <https://builds.apache.org/job/oodt-trunk/ws/core/pom.xml,> line 336, column 19
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.oodt:oodt-core:pom:1.3-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 20, column 11

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1391)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1125)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2750)
	at hudson.remoting.UserRequest.perform(UserRequest.java:181)
	at hudson.remoting.UserRequest.perform(UserRequest.java:52)
	at hudson.remoting.Request$2.run(Request.java:336)
	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:748)
	at ......remote call to H14(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1554)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:281)
	at hudson.remoting.Channel.call(Channel.java:839)
	at hudson.FilePath.act(FilePath.java:987)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.lucene:lucene-queryparser:jar -> duplicate declaration of version 6.1.0 @ org.apache.oodt:oodt-core:1.9-SNAPSHOT, <https://builds.apache.org/job/oodt-trunk/ws/core/pom.xml,> line 330, column 19
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.lucene:lucene-analyzers-common:jar -> duplicate declaration of version 6.1.0 @ org.apache.oodt:oodt-core:1.9-SNAPSHOT, <https://builds.apache.org/job/oodt-trunk/ws/core/pom.xml,> line 336, column 19
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.oodt:oodt-core:pom:1.3-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 20, column 11

	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:1328)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1125)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2750)
	at hudson.remoting.UserRequest.perform(UserRequest.java:181)
	at hudson.remoting.UserRequest.perform(UserRequest.java:52)
	at hudson.remoting.Request$2.run(Request.java:336)
	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:748)

Jenkins build is back to normal : oodt-trunk #2202

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/oodt-trunk/2202/display/redirect?page=changes>