Build failed in Jenkins: java-identity-provider-v4 #1192

Shibboleth Jenkins noreply at shibboleth.net
Thu Apr 11 20:21:10 UTC 2024


See <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4/1192/display/redirect?page=changes>

Changes:

[Scott Cantor] Lock parent version for new release

[Scott Cantor] Update files to be tagged for release

[Scott Cantor] Bump version after release

[Scott Cantor] Unlock parent POM and java-support/spring-exts/opensaml.


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (ec2-I2) - Rocky9-commits (i-01bbfa663e605062d) (Rocky9-commits) in workspace <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git.shibboleth.net/git/java-identity-provider # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-identity-provider
 > git --version # timeout=10
 > git --version # 'git version 2.39.3'
 > git fetch --tags --force --progress -- https://git.shibboleth.net/git/java-identity-provider +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/maint-4^{commit} # timeout=10
Checking out Revision 12c9772c3fe97f275c87667721474c05fc853e76 (refs/remotes/origin/maint-4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 12c9772c3fe97f275c87667721474c05fc853e76 # timeout=10
Commit message: "Unlock parent POM and java-support/spring-exts/opensaml."
 > git rev-list --no-walk 524621c90df64d81818c960f9402f8e86fb66f82 # timeout=10
Parsing POMs
Failed to transfer Could not find metadata net.shibboleth:parent:11.3.8-SNAPSHOT/maven-metadata.xml in shib-thirdparty-snapshot (https://build.shibboleth.net/maven/thirdparty-snapshots/)
Failed to transfer Could not find metadata net.shibboleth:parent:11.3.8-SNAPSHOT/maven-metadata.xml in shib-snapshot (https://build.shibboleth.net/maven/snapshots/)
Failed to transfer Could not find metadata org.opensaml:opensaml-bom:4.3.3-SNAPSHOT/maven-metadata.xml in shib-snapshot (https://build.shibboleth.net/maven/snapshots/)
Failed to transfer Could not find metadata org.opensaml:opensaml-bom:4.3.3-SNAPSHOT/maven-metadata.xml in shib-thirdparty-snapshot (https://build.shibboleth.net/maven/thirdparty-snapshots/)
Failed to transfer Could not find artifact org.opensaml:opensaml-bom:pom:4.3.3-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/)
Failed to transfer Could not find artifact org.opensaml:opensaml-bom:pom:4.3.3-SNAPSHOT in shib-thirdparty-snapshot (https://build.shibboleth.net/maven/thirdparty-snapshots/)
Failed to transfer Could not find metadata org.opensaml:opensaml-tests-bom:4.3.3-SNAPSHOT/maven-metadata.xml in shib-thirdparty-snapshot (https://build.shibboleth.net/maven/thirdparty-snapshots/)
Failed to transfer Could not find metadata org.opensaml:opensaml-tests-bom:4.3.3-SNAPSHOT/maven-metadata.xml in shib-snapshot (https://build.shibboleth.net/maven/snapshots/)
Failed to transfer Could not find artifact org.opensaml:opensaml-tests-bom:pom:4.3.3-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/)
Failed to transfer Could not find artifact org.opensaml:opensaml-tests-bom:pom:4.3.3-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 org.opensaml:opensaml-bom:pom:4.3.3-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/) @ line 109, column 25
[ERROR] Non-resolvable import POM: Could not find artifact org.opensaml:opensaml-tests-bom:pom:4.3.3-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/) @ line 116, 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:3616)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	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 (ec2-I2) - Rocky9-commits (i-01bbfa663e605062d)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1003)
		at hudson.FilePath.act(FilePath.java:1230)
		at hudson.FilePath.act(FilePath.java:1219)
		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:526)
		at hudson.model.Run.execute(Run.java:1895)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:101)
		at hudson.model.Executor.run(Executor.java:442)
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 org.opensaml:opensaml-bom:pom:4.3.3-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/) @ line 109, column 25
[ERROR] Non-resolvable import POM: Could not find artifact org.opensaml:opensaml-tests-bom:pom:4.3.3-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/) @ line 116, 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
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
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