Build failed : java-idp-plugin-duo-compat #6

Shibboleth Jenkins noreply at shibboleth.net
Wed May 6 18:16:30 UTC 2026


See http://127.0.0.1:1583/jenkins/job/java-idp-plugin-duo-compat/6/
-------------- next part --------------
Started by user Scott Cantor
Obtained resources/jenkins/plugin-compatibility.jenkinsfile from git https://git.shibboleth.net/git/java-parent-project.git
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (ec2-I2) - Rocky9 (i-03360148f86a5a520) in /opt/jenkins/workspace/java-idp-plugin-duo-compat
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision ef9f29795a86a94a7e71b8753ff269774dbc4e14 (refs/remotes/origin/main)
Commit message: "Stop explicitly setting env vars."
 > git rev-parse --resolve-git-dir /opt/jenkins/workspace/java-idp-plugin-duo-compat/.git # timeout=10
 > git config remote.origin.url https://git.shibboleth.net/git/java-parent-project.git # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-parent-project.git
 > git --version # timeout=10
 > git --version # 'git version 2.47.3'
 > git fetch --tags --force --progress -- https://git.shibboleth.net/git/java-parent-project.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ef9f29795a86a94a7e71b8753ff269774dbc4e14 # timeout=10
 > git rev-list --no-walk ef9f29795a86a94a7e71b8753ff269774dbc4e14 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Display Java and Maven versions)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn --version
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/maven_home
Java version: 17.0.18, vendor: Amazon.com Inc., runtime: /efs/optjava/jdk/amazon/amazon-corretto-17.0.18.9.1-linux-x64
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "5.14.0-570.55.1.el9_6.x86_64", arch: "amd64", family: "unix"
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout plugin snapshot)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /opt/jenkins/workspace/java-idp-plugin-duo-compat/java-idp-plugin-duo-main
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision fd34be877fd579cc67a5345d5b3cedfb091c7a83 (refs/remotes/origin/main)
Commit message: "JDUO-98 - Update enforcer-data to latest"
 > git rev-parse --resolve-git-dir /opt/jenkins/workspace/java-idp-plugin-duo-compat/java-idp-plugin-duo-main/.git # timeout=10
 > git config remote.origin.url https://git.shibboleth.net/git/java-idp-plugin-duo # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-idp-plugin-duo
 > git --version # timeout=10
 > git --version # 'git version 2.47.3'
 > git fetch --tags --force --progress -- https://git.shibboleth.net/git/java-idp-plugin-duo +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fd34be877fd579cc67a5345d5b3cedfb091c7a83 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D main # timeout=10
 > git checkout -b main fd34be877fd579cc67a5345d5b3cedfb091c7a83 # timeout=10
 > git rev-list --no-walk fd34be877fd579cc67a5345d5b3cedfb091c7a83 # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout current plugin)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /opt/jenkins/workspace/java-idp-plugin-duo-compat/java-idp-plugin-duo-current
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision fd34be877fd579cc67a5345d5b3cedfb091c7a83 (refs/remotes/origin/main)
Commit message: "JDUO-98 - Update enforcer-data to latest"
[Pipeline] sh
+ git checkout 2.2.2
Note: switching to '2.2.2'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 41a4c1a Update files to be tagged for release
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test plugin snapshot with IdP API baseline version)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /opt/jenkins/workspace/java-idp-plugin-duo-compat/java-idp-plugin-duo-main
[Pipeline] {
[Pipeline] sh
 > git rev-parse --resolve-git-dir /opt/jenkins/workspace/java-idp-plugin-duo-compat/java-idp-plugin-duo-current/.git # timeout=10
 > git config remote.origin.url https://git.shibboleth.net/git/java-idp-plugin-duo # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-idp-plugin-duo
 > git --version # timeout=10
 > git --version # 'git version 2.47.3'
 > git fetch --tags --force --progress -- https://git.shibboleth.net/git/java-idp-plugin-duo +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fd34be877fd579cc67a5345d5b3cedfb091c7a83 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D main # timeout=10
 > git checkout -b main fd34be877fd579cc67a5345d5b3cedfb091c7a83 # timeout=10
+ mvn clean test -Didp.version=null -Dshib-profile.version=null -Dshib-attribute.version=null -Dshib-metadata.version=null -Dopensaml.version=null -Dshib-shared.version=null
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: net.shibboleth.idp:idp-bom:pom:null (absent): net.shibboleth.idp:idp-bom:pom:null was not found in https://build.shibboleth.net/maven/releases/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of shib-release has elapsed or updates are forced @ line 88, column 25
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: net.shibboleth.idp:idp-bom:pom:null (absent): net.shibboleth.idp:idp-bom:pom:null was not found in https://build.shibboleth.net/maven/thirdparty/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of shib-thirdparty has elapsed or updates are forced @ net.shibboleth.oidc:oidc-common-parent:3.0.1, /home/jenkins/.m2/repository/net/shibboleth/oidc/oidc-common-parent/3.0.1/oidc-common-parent-3.0.1.pom, line 212, column 25
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: net.shibboleth:shib-profile-bom:pom:null (absent): net.shibboleth:shib-profile-bom:pom:null was not found in https://build.shibboleth.net/maven/thirdparty/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of shib-thirdparty has elapsed or updates are forced @ net.shibboleth.oidc:oidc-common-parent:3.0.1, /home/jenkins/.m2/repository/net/shibboleth/oidc/oidc-common-parent/3.0.1/oidc-common-parent-3.0.1.pom, line 220, column 25
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: net.shibboleth:shib-attribute-bom:pom:null (absent): net.shibboleth:shib-attribute-bom:pom:null was not found in https://build.shibboleth.net/maven/thirdparty/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of shib-thirdparty has elapsed or updates are forced @ net.shibboleth.oidc:oidc-common-parent:3.0.1, /home/jenkins/.m2/repository/net/shibboleth/oidc/oidc-common-parent/3.0.1/oidc-common-parent-3.0.1.pom, line 227, column 25
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: net.shibboleth:shib-metadata-bom:pom:null (absent): net.shibboleth:shib-metadata-bom:pom:null was not found in https://build.shibboleth.net/maven/thirdparty/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of shib-thirdparty has elapsed or updates are forced @ net.shibboleth.oidc:oidc-common-parent:3.0.1, /home/jenkins/.m2/repository/net/shibboleth/oidc/oidc-common-parent/3.0.1/oidc-common-parent-3.0.1.pom, line 234, column 25
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: net.shibboleth:shib-shared-bom:pom:null (absent): net.shibboleth:shib-shared-bom:pom:null was not found in https://build.shibboleth.net/maven/thirdparty/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of shib-thirdparty has elapsed or updates are forced @ net.shibboleth.oidc:oidc-common-parent:3.0.1, /home/jenkins/.m2/repository/net/shibboleth/oidc/oidc-common-parent/3.0.1/oidc-common-parent-3.0.1.pom, line 242, column 25
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project net.shibboleth.idp.plugin.authn:idp-plugin-duo-parent:2.2.3-SNAPSHOT (/opt/jenkins/workspace/java-idp-plugin-duo-compat/java-idp-plugin-duo-main/pom.xml) has 6 errors
[ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: net.shibboleth.idp:idp-bom:pom:null (absent): net.shibboleth.idp:idp-bom:pom:null was not found in https://build.shibboleth.net/maven/releases/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of shib-release has elapsed or updates are forced @ line 88, column 25 -> [Help 2]
[ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: net.shibboleth.idp:idp-bom:pom:null (absent): net.shibboleth.idp:idp-bom:pom:null was not found in https://build.shibboleth.net/maven/thirdparty/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of shib-thirdparty has elapsed or updates are forced @ net.shibboleth.oidc:oidc-common-parent:3.0.1, /home/jenkins/.m2/repository/net/shibboleth/oidc/oidc-common-parent/3.0.1/oidc-common-parent-3.0.1.pom, line 212, column 25 -> [Help 2]
[ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: net.shibboleth:shib-profile-bom:pom:null (absent): net.shibboleth:shib-profile-bom:pom:null was not found in https://build.shibboleth.net/maven/thirdparty/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of shib-thirdparty has elapsed or updates are forced @ net.shibboleth.oidc:oidc-common-parent:3.0.1, /home/jenkins/.m2/repository/net/shibboleth/oidc/oidc-common-parent/3.0.1/oidc-common-parent-3.0.1.pom, line 220, column 25 -> [Help 2]
[ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: net.shibboleth:shib-attribute-bom:pom:null (absent): net.shibboleth:shib-attribute-bom:pom:null was not found in https://build.shibboleth.net/maven/thirdparty/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of shib-thirdparty has elapsed or updates are forced @ net.shibboleth.oidc:oidc-common-parent:3.0.1, /home/jenkins/.m2/repository/net/shibboleth/oidc/oidc-common-parent/3.0.1/oidc-common-parent-3.0.1.pom, line 227, column 25 -> [Help 2]
[ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: net.shibboleth:shib-metadata-bom:pom:null (absent): net.shibboleth:shib-metadata-bom:pom:null was not found in https://build.shibboleth.net/maven/thirdparty/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of shib-thirdparty has elapsed or updates are forced @ net.shibboleth.oidc:oidc-common-parent:3.0.1, /home/jenkins/.m2/repository/net/shibboleth/oidc/oidc-common-parent/3.0.1/oidc-common-parent-3.0.1.pom, line 234, column 25 -> [Help 2]
[ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: net.shibboleth:shib-shared-bom:pom:null (absent): net.shibboleth:shib-shared-bom:pom:null was not found in https://build.shibboleth.net/maven/thirdparty/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of shib-thirdparty has elapsed or updates are forced @ net.shibboleth.oidc:oidc-common-parent:3.0.1, /home/jenkins/.m2/repository/net/shibboleth/oidc/oidc-common-parent/3.0.1/oidc-common-parent-3.0.1.pom, line 242, column 25 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test plugin snapshot with current IdP version)
Stage "Test plugin snapshot with current IdP version" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test plugin snapshot with current IdP snapshot)
Stage "Test plugin snapshot with current IdP snapshot" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test latest released plugin with current IdP version)
Stage "Test latest released plugin with current IdP version" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test latest released plugin with current IdP snapshot)
Stage "Test latest released plugin with current IdP snapshot" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] testNG
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.
[Pipeline] emailext
Sending email to: commits at shibboleth.net


More information about the commits mailing list