[Builder] Build failed in Jenkins: carbon-apimgt_release-1.10.x #267
Nuwan Dias
nuwand at wso2.com
Mon Nov 16 03:05:39 PST 2015
This states some issues in pom files but we see no issues locally. Builds
pass locally. Suspecting a temporary issue. Will verify whether it
stabilises after next commit.
On Mon, Nov 16, 2015 at 3:48 PM, <cbuilder at wso2.org> wrote:
> See <https://wso2.org/jenkins/job/carbon-apimgt_release-1.10.x/267/changes
> >
>
> Changes:
>
> [lakshman] fixed If two docs were added to an API with the same file name,
> first file will be overwritten by the second issue
>
> [sanjeewa] adding fixes and change rest API authenticators
>
> ------------------------------------------
> Started by an SCM change
> Building remotely on Worker-LK01 (CARBON) in workspace <
> https://wso2.org/jenkins/job/carbon-apimgt_release-1.10.x/ws/>
> Fetching changes from the remote Git repository
> Fetching upstream changes from https://github.com/wso2/carbon-apimgt.git
> Checking out Revision 908c3f02f01ba654a2b418af81871c3da0e871e1
> (origin/release-1.10.x)
> executing script 'Removing M2 repos'
> [carbon-apimgt_release-1.10.x] $ /bin/sh
> /tmp/build_step_template5997825917362860572.sh
> RepoCleaner -
> ****************************************************************
> RepoCleaner - ** Day of the week, repository is scheduled to delete is -
> 6 **
> RepoCleaner - ** No of days to keep the repository is set to -
> 7 **
> RepoCleaner -
> ****************************************************************
> RepoCleaner - current date is - 2015-11-16
> RepoCleaner - current day of the week is - 1
> RepoCleaner - last repo deletion time is set and value is 2015-11-14
> RepoCleaner - no of days passed after the last repo deletion is - 2
> Parsing POMs
> using settings config with name maven-settings-xml
> ERROR: Failed to parse POMs
> java.io.IOException: remote file operation failed: <
> https://wso2.org/jenkins/job/carbon-apimgt_release-1.10.x/ws/> at
> hudson.remoting.Channel at 13598538:Worker-LK01:
> 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.wso2.carbon.apimgt:apimgt-feature:pom:4.3.0-SNAPSHOT and
> 'parent.relativePath' points at wrong local POM @ line 21, column 13
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
> must be unique: org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.api:jar ->
> duplicate declaration of version (?) @ line 113, column 21
>
> at hudson.FilePath.act(FilePath.java:987)
> at hudson.FilePath.act(FilePath.java:969)
> at
> hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:949)
> at
> hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:677)
> at
> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
> at hudson.model.Run.execute(Run.java:1741)
> at
> hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:525)
> at
> hudson.model.ResourceController.execute(ResourceController.java:98)
> at hudson.model.Executor.run(Executor.java:408)
> 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.wso2.carbon.apimgt:apimgt-feature:pom:4.3.0-SNAPSHOT and
> 'parent.relativePath' points at wrong local POM @ line 21, column 13
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
> must be unique: org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.api:jar ->
> duplicate declaration of version (?) @ line 113, column 21
>
> at
> hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1353)
> at
> hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1087)
> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2691)
> at hudson.remoting.UserRequest.perform(UserRequest.java:121)
> at hudson.remoting.UserRequest.perform(UserRequest.java:49)
> 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: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 Worker-LK01(Native Method)
> at
> hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1413)
> at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
> at hudson.remoting.Channel.call(Channel.java:778)
> at hudson.FilePath.act(FilePath.java:980)
> ... 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.wso2.carbon.apimgt:apimgt-feature:pom:4.3.0-SNAPSHOT and
> 'parent.relativePath' points at wrong local POM @ line 21, column 13
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
> must be unique: org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.api:jar ->
> duplicate declaration of version (?) @ line 113, column 21
>
> 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:1290)
> at
> hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1087)
> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2691)
> at hudson.remoting.UserRequest.perform(UserRequest.java:121)
> at hudson.remoting.UserRequest.perform(UserRequest.java:49)
> 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: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)
> _______________________________________________
> Builder mailing list
> Builder at wso2.org
> https://wso2.org/cgi-bin/mailman/listinfo/builder
>
--
Nuwan Dias
Technical Lead - WSO2, Inc. http://wso2.com
email : nuwand at wso2.com
Phone : +94 777 775 729
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://wso2.org/pipermail/builder/attachments/20151116/67a0ff25/attachment-0001.html>
More information about the Builder
mailing list