You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/07/07 00:52:18 UTC

Build failed in Jenkins: brooklyn-master-build #1144

See <https://builds.apache.org/job/brooklyn-master-build/1144/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H25 (ubuntu xenial) in workspace <https://builds.apache.org/job/brooklyn-master-build/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/brooklyn.git
 > git init <https://builds.apache.org/job/brooklyn-master-build/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/brooklyn.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/brooklyn.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/brooklyn.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/brooklyn.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/brooklyn.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/brooklyn.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3f6609ad257b1d8828ece793dae5dd84806ad995 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3f6609ad257b1d8828ece793dae5dd84806ad995
 > git rev-list 3f6609ad257b1d8828ece793dae5dd84806ad995 # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.*)\.url # timeout=10
 > git config --get submodule.brooklyn-ui.url # timeout=10
 > git config -f .gitmodules --get submodule.brooklyn-ui.path # timeout=10
 > git submodule update --init --recursive --remote brooklyn-ui
 > git config --get submodule.brooklyn-server.url # timeout=10
 > git config -f .gitmodules --get submodule.brooklyn-server.path # timeout=10
 > git submodule update --init --recursive --remote brooklyn-server
 > git config --get submodule.brooklyn-library.url # timeout=10
 > git config -f .gitmodules --get submodule.brooklyn-library.path # timeout=10
 > git submodule update --init --recursive --remote brooklyn-library
 > git config --get submodule.brooklyn-dist.url # timeout=10
 > git config -f .gitmodules --get submodule.brooklyn-dist.path # timeout=10
 > git submodule update --init --recursive --remote brooklyn-dist
 > git config --get submodule.brooklyn-docs.url # timeout=10
 > git config -f .gitmodules --get submodule.brooklyn-docs.path # timeout=10
 > git submodule update --init --recursive --remote brooklyn-docs
 > git config --get submodule.brooklyn-client.url # timeout=10
 > git config -f .gitmodules --get submodule.brooklyn-client.path # timeout=10
 > git submodule update --init --recursive --remote brooklyn-client
[brooklyn-master-build] $ /bin/bash -xe /tmp/hudson7105547305513266704.sh
+ git submodule update --remote --merge --recursive
Parsing POMs
Downloaded artifact http://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/brooklyn-master-build/ws/> at hudson.remoting.Channel@6628c12d:H25: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.brooklyn:brooklyn-parent:pom:0.12.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 27, column 13
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.ops4j.pax.exam:pax-exam-container-karaf:jar -> duplicate declaration of version ${pax.exam.version} @ line 74, column 21
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 21, column 21
[WARNING] 'dependencies.dependency.scope' for org.apache.brooklyn:brooklyn-core:jar:tests must be one of [provided, compile, runtime, test, system] but is 'tests'. @ line 216, column 20

	at hudson.FilePath.act(FilePath.java:992)
	at hudson.FilePath.act(FilePath.java:974)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.brooklyn:brooklyn-parent:pom:0.12.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 27, column 13
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.ops4j.pax.exam:pax-exam-container-karaf:jar -> duplicate declaration of version ${pax.exam.version} @ line 74, column 21
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 21, column 21
[WARNING] 'dependencies.dependency.scope' for org.apache.brooklyn:brooklyn-core:jar:tests must be one of [provided, compile, runtime, test, system] but is 'tests'. @ line 216, column 20

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2731)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	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 H25(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:985)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.brooklyn:brooklyn-parent:pom:0.12.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 27, column 13
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.ops4j.pax.exam:pax-exam-container-karaf:jar -> duplicate declaration of version ${pax.exam.version} @ line 74, column 21
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 21, column 21
[WARNING] 'dependencies.dependency.scope' for org.apache.brooklyn:brooklyn-core:jar:tests must be one of [provided, compile, runtime, test, system] but is 'tests'. @ line 216, column 20

	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:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2731)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	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 : brooklyn-master-build #1145

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-master-build/1145/display/redirect>