You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/12/31 19:13:26 UTC

Build failed in Jenkins: Struts-JDK7-master #287

See <https://builds.apache.org/job/Struts-JDK7-master/287/>

------------------------------------------
Started by an SCM change
Building remotely on ubuntu3 (Ubuntu ubuntu legacy-ubuntu) in workspace <https://builds.apache.org/job/Struts-JDK7-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://git.apache.org/struts.git # timeout=10
Fetching upstream changes from http://git.apache.org/struts.git
 > git --version # timeout=10
 > git fetch --tags --progress http://git.apache.org/struts.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 b0742238abac134c5fa131781e00da82a911e861 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b0742238abac134c5fa131781e00da82a911e861
First time build. Skipping changelog.
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Parsing POMs
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/Struts-JDK7-master/ws/> at hudson.remoting.Channel@64540c71:ubuntu3
	at hudson.FilePath.act(FilePath.java:916)
	at hudson.FilePath.act(FilePath.java:893)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:950)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:677)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1706)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:232)
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.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1354)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1088)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2474)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	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)
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.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, 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:1291)
	... 10 more

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Jenkins build is back to normal : Struts-JDK7-master #290

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-master/290/changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Build failed in Jenkins: Struts-JDK7-master #289

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-master/289/>

------------------------------------------
Started by an SCM change
Building remotely on ubuntu3 (Ubuntu ubuntu legacy-ubuntu) in workspace <https://builds.apache.org/job/Struts-JDK7-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://git.apache.org/struts.git # timeout=10
Fetching upstream changes from http://git.apache.org/struts.git
 > git --version # timeout=10
 > git fetch --tags --progress http://git.apache.org/struts.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 c3cbdcf954cd3e4de8feff775243f1193807ede4 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c3cbdcf954cd3e4de8feff775243f1193807ede4
 > git rev-list c3cbdcf954cd3e4de8feff775243f1193807ede4 # 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
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/Struts-JDK7-master/ws/> at hudson.remoting.Channel@64540c71:ubuntu3
	at hudson.FilePath.act(FilePath.java:916)
	at hudson.FilePath.act(FilePath.java:893)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:950)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:677)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1706)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:232)
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.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1354)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1088)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2474)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	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)
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.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, 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:1291)
	... 10 more

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Build failed in Jenkins: Struts-JDK7-master #288

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-master/288/changes>

Changes:

[Lukasz Lenart] Sets proper released version

------------------------------------------
Started by an SCM change
Building remotely on ubuntu3 (Ubuntu ubuntu legacy-ubuntu) in workspace <https://builds.apache.org/job/Struts-JDK7-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://git.apache.org/struts.git # timeout=10
Fetching upstream changes from http://git.apache.org/struts.git
 > git --version # timeout=10
 > git fetch --tags --progress http://git.apache.org/struts.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 c3cbdcf954cd3e4de8feff775243f1193807ede4 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c3cbdcf954cd3e4de8feff775243f1193807ede4
 > git rev-list b0742238abac134c5fa131781e00da82a911e861 # 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
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/Struts-JDK7-master/ws/> at hudson.remoting.Channel@64540c71:ubuntu3
	at hudson.FilePath.act(FilePath.java:916)
	at hudson.FilePath.act(FilePath.java:893)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:950)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:677)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1706)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:232)
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.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1354)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1088)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2474)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	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)
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.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, column 13
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.struts:struts2-parent:pom:2.3.22-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 26, 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:1291)
	... 10 more

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org