Build failed in Jenkins: java-metadata-aggregator-dev186 #80

Shibboleth Jenkins noreply at shibboleth.net
Tue Oct 25 16:40:02 UTC 2022


See <http://127.0.0.1:1583/jenkins/job/java-metadata-aggregator-dev186/80/display/redirect>

Changes:


------------------------------------------
Started by upstream project "java-shib-shared-v9" build number 85
originally caused by:
 Started by upstream project "java-parent-project-v17" build number 39
 originally caused by:
  Started by user Ian Young
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (I2) - Rocky9-commits (i-0e40eb481483085da) (Rocky9-commits) in workspace <http://127.0.0.1:1583/jenkins/job/java-metadata-aggregator-dev186/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.shibboleth.net/git/java-metadata-aggregator
 > git init <http://127.0.0.1:1583/jenkins/job/java-metadata-aggregator-dev186/ws/> # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-metadata-aggregator
 > git --version # timeout=10
 > git --version # 'git version 2.31.1'
 > git fetch --tags --force --progress -- https://git.shibboleth.net/git/java-metadata-aggregator +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.shibboleth.net/git/java-metadata-aggregator # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/dev/JPAR-186^{commit} # timeout=10
Checking out Revision 559e30510ade07e47534d1b591f18d85cecc2c14 (refs/remotes/origin/dev/JPAR-186)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 559e30510ade07e47534d1b591f18d85cecc2c14 # timeout=10
Commit message: "Track upstream refactoring changes"
 > git rev-list --no-walk 559e30510ade07e47534d1b591f18d85cecc2c14 # timeout=10
Parsing POMs
Downloaded artifact https://build.shibboleth.net/maven/snapshots/net/shibboleth/parent/17.0.0-SNAPSHOT/maven-metadata.xml
Failed to transfer Could not find metadata net.shibboleth:parent:17.0.0-SNAPSHOT/maven-metadata.xml in shib-thirdparty-snapshot (https://build.shibboleth.net/maven/thirdparty-snapshots/)
Failed to transfer Could not find metadata net.shibboleth.shared:shib-shared-bom:9.0.0-SNAPSHOT/maven-metadata.xml in shib-snapshot (https://build.shibboleth.net/maven/snapshots/)
Failed to transfer Could not find metadata net.shibboleth.shared:shib-shared-bom:9.0.0-SNAPSHOT/maven-metadata.xml in shib-thirdparty-snapshot (https://build.shibboleth.net/maven/thirdparty-snapshots/)
Failed to transfer Could not find artifact net.shibboleth.shared:shib-shared-bom:pom:9.0.0-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/)
Failed to transfer Could not find artifact net.shibboleth.shared:shib-shared-bom:pom:9.0.0-SNAPSHOT in shib-thirdparty-snapshot (https://build.shibboleth.net/maven/thirdparty-snapshots/)
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] Non-resolvable import POM: Could not find artifact net.shibboleth.shared:shib-shared-bom:pom:9.0.0-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/) @ line 107, column 25

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1391)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1124)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3492)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:376)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (I2) - Rocky9-commits (i-0e40eb481483085da)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at hudson.FilePath.act(FilePath.java:1186)
		at hudson.FilePath.act(FilePath.java:1175)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:689)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
		at hudson.model.Run.execute(Run.java:1899)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:107)
		at hudson.model.Executor.run(Executor.java:449)
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not find artifact net.shibboleth.shared:shib-shared-bom:pom:9.0.0-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/) @ line 107, column 25

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:397)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:370)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:340)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1330)
	... 10 more
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
Did not find any matching files.


More information about the commits mailing list