Build failed in Jenkins: portals-pluto-trunk #158
Apache Jenkins Server <[email protected]> Sat, 20 Apr 2019 02:06:25 +0000 (UTC)
| Newsgroups | gmane.comp.jakarta.pluto.devel |
|---|---|
| Message-ID | <875497354.2955.1555725986139.JavaMail.jenkins@jenkins02> |
See <https://builds.apache.org/job/portals-pluto-trunk/158/display/redirect?page=changes>
Changes:
[neil.griffin.scm] PLUTO-747 Develop the thymeleaf-portlet-api module (change groupId to
[neil.griffin.scm] [maven-release-plugin] prepare release pluto-3.1.0
[neil.griffin.scm] [maven-release-plugin] prepare for next development iteration
[neil.griffin.scm] PLUTO-716 Upgraded the TCK to Pluto test version 3.1.0
[neil.griffin.scm] [maven-release-plugin] prepare release portlet-tck-3.0.2
[neil.griffin.scm] [maven-release-plugin] prepare for next development iteration
[neil.griffin.scm] [maven-release-plugin] prepare release bean-portlet-archetype-3.1.0
[neil.griffin.scm] [maven-release-plugin] prepare for next development iteration
[neil.griffin.scm] [maven-release-plugin] prepare release generic-portlet-archetype-3.1.0
[neil.griffin.scm] [maven-release-plugin] prepare for next development iteration
[neil.griffin.scm] PLUTO-777 Release Preparation 3.1.0
[neil.griffin.scm] PLUTO-775 Develop JSP and Thymeleaf MVCBean archetypes
[neil.griffin.scm] [maven-release-plugin] prepare release
[neil.griffin.scm] [maven-release-plugin] prepare for next development iteration
[neil.griffin.scm] PLUTO-716 Upgraded to version 3.1.0
[neil.griffin.scm] [maven-release-plugin] prepare release
[neil.griffin.scm] [maven-release-plugin] prepare for next development iteration
[neil.griffin.scm] PLUTO-777 Release Preparation 3.1.0 (Updates to the release procedure)
------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H33 (ubuntu xenial) in workspace <https://builds.apache.org/job/portals-pluto-trunk/ws/>
using credential b205a645-1ea7-4dfd-973d-c14ac43cab07
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/apache/portals-pluto # timeout=10
Fetching upstream changes from https://github.com/apache/portals-pluto
> git --version # timeout=10
using GIT_SSH to set credentials
> git fetch --tags --progress https://github.com/apache/portals-pluto +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 6b79ea8bc7d9cab7b3e3d8a5d4fd04afeefd1652 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 6b79ea8bc7d9cab7b3e3d8a5d4fd04afeefd1652
Commit message: "PLUTO-777 Release Preparation 3.1.0 (Updates to the release procedure)"
> git rev-list --no-walk a5a973f2a9ddf227baa8675e8183f449d7665cae # timeout=10
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Parsing POMs
Failed to transfer Could not find artifact org.apache.portals.pluto:pluto:pom:3.1.0 in central (http://repo.maven.apache.org/maven2)
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
ERROR: Failed to parse POMs
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.portals.pluto:pluto:pom:3.1.0 in central (http://repo.maven.apache.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 21, column 10
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:3086)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
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)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H33
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1061)
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:504)
at hudson.model.Run.execute(Run.java:1810)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
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.portals.pluto:pluto:pom:3.1.0 in central (http://repo.maven.apache.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 21, column 10
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)
... 10 more