Build failed in Jenkins: java-support-v8 #29

Shibboleth Jenkins noreply at shibboleth.net
Thu Aug 13 20:40:24 UTC 2020


See <http://127.0.0.1:1583/jenkins/job/java-support-v8/29/display/redirect?page=changes>

Changes:

[Scott Cantor] JPAR-171 - Parent POM dependencies should be managed only


------------------------------------------
Started by an SCM change
Running as SYSTEM
Building remotely on EC2 (I2) - CentOS7 (i-058fd3e784124f9bd) (CentOS7) in workspace <http://127.0.0.1:1583/jenkins/job/java-support-v8/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git.shibboleth.net/git/java-support # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-support
 > git --version # timeout=10
 > git fetch --tags --progress https://git.shibboleth.net/git/java-support +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fb92182301edc1a37ae7abebbd2dbe1b2aef1df0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb92182301edc1a37ae7abebbd2dbe1b2aef1df0 # timeout=10
Commit message: "JPAR-171 - Parent POM dependencies should be managed only"
 > git rev-list --no-walk 6b7f04597db4812f681c687338b58a0d85815591 # timeout=10
Parsing POMs
Failed to transfer Could not find metadata net.shibboleth:parent:11.1.0-SNAPSHOT/maven-metadata.xml in local-shared-repository (file:///opt/m2/repository)
Downloaded artifact https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.1.0-SNAPSHOT/maven-metadata.xml
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:
[ERROR] 'dependencies.dependency.version' for org.slf4j:slf4j-api:jar is missing. @ line 48, column 21
[ERROR] 'dependencies.dependency.version' for org.testng:testng:jar is missing. @ line 133, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1390)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1126)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3073)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	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:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (I2) - CentOS7 (i-058fd3e784124f9bd)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.FilePath.act(FilePath.java:1069)
		at hudson.FilePath.act(FilePath.java:1058)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:987)
		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:1880)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.slf4j:slf4j-api:jar is missing. @ line 48, column 21
[ERROR] 'dependencies.dependency.version' for org.testng:testng:jar is missing. @ line 133, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:383)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:370)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:340)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1329)
	... 10 more
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.


More information about the commits mailing list