Build failed in Jenkins: java-opensaml-v5 #830
Shibboleth Jenkins
noreply at shibboleth.net
Thu Jan 29 21:54:17 UTC 2026
See <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/830/display/redirect?page=changes>
Changes:
[Brent Putman] Update files to be tagged for release
[Brent Putman] Bump version after release
[Brent Putman] Fix Javadoc error.
------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (ec2-I2) - Rocky9-commits (i-049d455f51d4e1b37) (Rocky9-commits) in workspace <http://127.0.0.1:1583/jenkins/job/java-opensaml-v5/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-opensaml-v5/ws/.git> # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://git.shibboleth.net/git/java-opensaml # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-opensaml
> git --version # timeout=10
> git --version # 'git version 2.47.3'
> git fetch --tags --force --progress -- https://git.shibboleth.net/git/java-opensaml +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision 7cb8b1b1ff70951adeb6cbbd41012878a46525f7 (refs/remotes/origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 7cb8b1b1ff70951adeb6cbbd41012878a46525f7 # timeout=10
Commit message: "Fix Javadoc error."
> git rev-list --no-walk 163c8e016047ed7fbfd10f4996054392aa787be5 # timeout=10
Parsing POMs
Failed to transfer Could not find metadata net.shibboleth:parent:17.2.1-SNAPSHOT/maven-metadata.xml in shib-snapshot (https://build.shibboleth.net/maven/snapshots/)
Failed to transfer Could not find metadata net.shibboleth:parent:17.2.1-SNAPSHOT/maven-metadata.xml in shib-thirdparty-snapshot (https://build.shibboleth.net/maven/thirdparty-snapshots/)
Failed to transfer Could not find artifact net.shibboleth:parent:pom:17.2.1-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/)
Failed to transfer Could not find artifact net.shibboleth:parent:pom:17.2.1-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:
[FATAL] Non-resolvable parent POM for org.opensaml:opensaml-parent:5.2.1-SNAPSHOT: Could not find artifact net.shibboleth:parent:pom:17.2.1-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/) and 'parent.relativePath' points at wrong local POM @ line 7, column 13
at PluginClassLoader for maven-plugin//hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1391)
at PluginClassLoader for maven-plugin//hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1124)
at Jenkins v2.528.1//hudson.FilePath$FileCallableWrapper.call(FilePath.java:3590)
at hudson.remoting.UserRequest.perform(UserRequest.java:225)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:391)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (ec2-I2) - Rocky9-commits (i-049d455f51d4e1b37)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:384)
at hudson.remoting.Channel.call(Channel.java:1108)
at hudson.FilePath.act(FilePath.java:1204)
at hudson.FilePath.act(FilePath.java:1193)
at PluginClassLoader for maven-plugin//hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
at PluginClassLoader for maven-plugin//hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:689)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:527)
at hudson.model.Run.execute(Run.java:1860)
at PluginClassLoader for maven-plugin//hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:460)
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.opensaml:opensaml-parent:5.2.1-SNAPSHOT: Could not find artifact net.shibboleth:parent:pom:17.2.1-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/) and 'parent.relativePath' points at wrong local POM @ line 7, column 13
at PluginClassLoader for maven-plugin//org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:397)
at PluginClassLoader for maven-plugin//hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:370)
at PluginClassLoader for maven-plugin//hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:340)
at PluginClassLoader for maven-plugin//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.
Saving reports...
Found matching files but did not find any TestNG results.
More information about the commits
mailing list