Build failed : java-idp-plugin-webauthn-v1-java17 #10

Shibboleth Jenkins noreply at shibboleth.net
Sun Feb 4 04:44:35 UTC 2024


See http://127.0.0.1:1583/jenkins/job/java-idp-plugin-webauthn-v1-java17/10/
-------------- next part --------------
Started by timer
Obtained resources/jenkins/v1-java17.jenkinsfile from git https://git.shibboleth.net/git/java-idp-plugin-webauthn
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (ec2-I2) - Rocky9-commits (i-037400f359f361279) in /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17
[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 1c504c052fb4e3da6971805922e87804d89cf10e (refs/remotes/origin/main)
Commit message: "Add allowed origin override support"
 > git rev-parse --resolve-git-dir /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/.git # timeout=10
 > git config remote.origin.url https://git.shibboleth.net/git/java-idp-plugin-webauthn # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-idp-plugin-webauthn
 > git --version # timeout=10
 > git --version # 'git version 2.39.3'
 > git fetch --tags --force --progress -- https://git.shibboleth.net/git/java-idp-plugin-webauthn +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 1c504c052fb4e3da6971805922e87804d89cf10e # timeout=10
 > git rev-list --no-walk 1c504c052fb4e3da6971805922e87804d89cf10e # 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] { (Install locally)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn -V -B --update-snapshots clean install -D no-check-m2
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/maven_home
Java version: 17.0.10, vendor: Amazon.com Inc., runtime: /efs/optjava/jdk/amazon/amazon-corretto-17.0.10.7.1-linux-x64
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "5.14.0-362.8.1.el9_3.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for net.shibboleth.idp.plugin.authn:idp-plugin-webauthn-impl:jar:0.0.1-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: ${opensaml.groupId}:opensaml-profile-api:jar -> duplicate declaration of version (?) @ line 176, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Shibboleth IdP :: Plugins :: WebAuthn Login Flow                   [pom]
[INFO] Shibboleth IdP :: Plugins :: WebAuthn Login Flow API               [jar]
[INFO] Shibboleth IdP :: Plugins :: WebAuthn Login Flow Impl              [jar]
[INFO] Shibboleth IdP :: Plugins :: WebAuthn Login Flow Distribution      [pom]
[INFO] 
[INFO] -----< net.shibboleth.idp.plugin.authn:idp-plugin-webauthn-parent >-----
[INFO] Building Shibboleth IdP :: Plugins :: WebAuthn Login Flow 0.0.1-SNAPSHOT [1/4]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-webauthn-parent ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-webauthn-parent ---
[INFO] 
[INFO] --- jar:3.2.2:test-jar (default) @ idp-plugin-webauthn-parent ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ idp-plugin-webauthn-parent ---
[INFO] Installing /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/pom.xml to /home/jenkins/.m2/repository/net/shibboleth/idp/plugin/authn/idp-plugin-webauthn-parent/0.0.1-SNAPSHOT/idp-plugin-webauthn-parent-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] ------< net.shibboleth.idp.plugin.authn:idp-plugin-webauthn-api >-------
[INFO] Building Shibboleth IdP :: Plugins :: WebAuthn Login Flow API 0.0.1-SNAPSHOT [2/4]
[INFO]   from webauthn-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-webauthn-api ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-api/target
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-webauthn-api ---
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-webauthn-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-api/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-webauthn-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-api/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-webauthn-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-api/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-webauthn-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-api/target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-webauthn-api ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 s -- in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.2.2:jar (default-jar) @ idp-plugin-webauthn-api ---
[INFO] Building jar: /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-api/target/idp-plugin-webauthn-api-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.2.2:test-jar (default) @ idp-plugin-webauthn-api ---
[INFO] Building jar: /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-api/target/idp-plugin-webauthn-api-0.0.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ idp-plugin-webauthn-api ---
[INFO] Installing /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-api/target/idp-plugin-webauthn-api-0.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/net/shibboleth/idp/plugin/authn/idp-plugin-webauthn-api/0.0.1-SNAPSHOT/idp-plugin-webauthn-api-0.0.1-SNAPSHOT.jar
[INFO] Installing /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-api/pom.xml to /home/jenkins/.m2/repository/net/shibboleth/idp/plugin/authn/idp-plugin-webauthn-api/0.0.1-SNAPSHOT/idp-plugin-webauthn-api-0.0.1-SNAPSHOT.pom
[INFO] Installing /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-api/target/idp-plugin-webauthn-api-0.0.1-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/net/shibboleth/idp/plugin/authn/idp-plugin-webauthn-api/0.0.1-SNAPSHOT/idp-plugin-webauthn-api-0.0.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] ------< net.shibboleth.idp.plugin.authn:idp-plugin-webauthn-impl >------
[INFO] Building Shibboleth IdP :: Plugins :: WebAuthn Login Flow Impl 0.0.1-SNAPSHOT [3/4]
[INFO]   from webauthn-impl/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-webauthn-impl ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-webauthn-impl ---
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ idp-plugin-webauthn-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 23 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ idp-plugin-webauthn-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 31 source files to /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ idp-plugin-webauthn-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ idp-plugin-webauthn-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target/test-classes
[INFO] /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/src/test/java/net/shibboleth/idp/plugin/authn/webauthn/client/impl/YubicoWebauthnAuthenticationClientTest.java: Some input files use or override a deprecated API.
[INFO] /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/src/test/java/net/shibboleth/idp/plugin/authn/webauthn/client/impl/YubicoWebauthnAuthenticationClientTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ idp-plugin-webauthn-impl ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.786 s -- in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.3.0:copy-dependencies (copy-dependencies-test) @ idp-plugin-webauthn-impl ---
[INFO] Copying idp-plugin-webauthn-api-0.0.1-SNAPSHOT.jar to /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target/dependency/idp-plugin-webauthn-api-0.0.1-SNAPSHOT.jar
[INFO] Copying webauthn-server-core-2.5.0.jar to /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target/dependency/webauthn-server-core-2.5.0.jar
[INFO] Copying jackson-datatype-jdk8-2.15.2.jar to /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target/dependency/jackson-datatype-jdk8-2.15.2.jar
[INFO] Copying jackson-dataformat-cbor-2.15.2.jar to /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target/dependency/jackson-dataformat-cbor-2.15.2.jar
[INFO] Copying cbor-4.5.2.jar to /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target/dependency/cbor-4.5.2.jar
[INFO] Copying yubico-util-2.5.0.jar to /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target/dependency/yubico-util-2.5.0.jar
[INFO] Copying numbers-1.8.2.jar to /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target/dependency/numbers-1.8.2.jar
[INFO] Copying cose-java-1.1.0.jar to /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target/dependency/cose-java-1.1.0.jar
[INFO] 
[INFO] --- jar:3.2.2:jar (default-jar) @ idp-plugin-webauthn-impl ---
[INFO] Building jar: /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target/idp-plugin-webauthn-impl-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.2.2:test-jar (default) @ idp-plugin-webauthn-impl ---
[INFO] Building jar: /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target/idp-plugin-webauthn-impl-0.0.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ idp-plugin-webauthn-impl ---
[INFO] Installing /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target/idp-plugin-webauthn-impl-0.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/net/shibboleth/idp/plugin/authn/idp-plugin-webauthn-impl/0.0.1-SNAPSHOT/idp-plugin-webauthn-impl-0.0.1-SNAPSHOT.jar
[INFO] Installing /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/pom.xml to /home/jenkins/.m2/repository/net/shibboleth/idp/plugin/authn/idp-plugin-webauthn-impl/0.0.1-SNAPSHOT/idp-plugin-webauthn-impl-0.0.1-SNAPSHOT.pom
[INFO] Installing /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-impl/target/idp-plugin-webauthn-impl-0.0.1-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/net/shibboleth/idp/plugin/authn/idp-plugin-webauthn-impl/0.0.1-SNAPSHOT/idp-plugin-webauthn-impl-0.0.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] ------< net.shibboleth.idp.plugin.authn:idp-plugin-webauthn-dist >------
[INFO] Building Shibboleth IdP :: Plugins :: WebAuthn Login Flow Distribution 0.0.1-SNAPSHOT [4/4]
[INFO]   from webauthn-dist/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ idp-plugin-webauthn-dist ---
[INFO] Deleting /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-dist/target
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ idp-plugin-webauthn-dist ---
[INFO] 
[INFO] --- jar:3.2.2:test-jar (default) @ idp-plugin-webauthn-dist ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- assembly:3.5.0:single (make-assembly) @ idp-plugin-webauthn-dist ---
[WARNING]  Parameter 'finalName' is read-only, must not be used in configuration
[INFO] Reading assembly descriptor: src/main/assembly/assembly.xml
[INFO] Building tar: /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-dist/target/shibboleth-idp-plugin-webauthn-0.0.1-SNAPSHOT.tar.gz
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (oidc-rp-enforce) @ idp-plugin-webauthn-dist ---
[ERROR] oss-parent-50 : <osgi.dynamicImport> must have content
[ERROR] oss-parent-50 : <osgi.private> must have content
[ERROR] oss-parent-50 : <osgi.requiredExecutionEnvironment> must have content
[ERROR] oss-parent-50: Property range;[===,=+);${@ is not defined
[ERROR] oss-parent-50 : <osgi.mainClass> must have content
[ERROR] jackson-parent-2.15: Property packageVersion.dir is not defined
[ERROR] jackson-parent-2.15: Property packageVersion.dir is not defined
[WARNING] Duplicate group declaration for spring-binding
[WARNING] Duplicate group declaration for opensaml-messaging-api
[WARNING] Duplicate group declaration for opensaml-security-impl
[WARNING] Duplicate group declaration for commons-lang3
[INFO] Invoking recursive 'mvn dependency:copy-dependencies' on cbor-4.5.2
[WARN] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------------< shibboleth.net.dependency:idp-dep-cbor >---------------
[INFO] Building Shibboleth Dependency 0.0.1
[INFO]   from cbor-4.5.2.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- dependency:3.3.0:copy-dependencies (default-cli) @ idp-dep-cbor ---
[INFO] Copying cbor-4.5.2.jar to /tmp/EnforcerCLI11498374269749899195/cbor-4.5.2/cbor-4.5.2.jar
[INFO] Copying numbers-1.8.2.jar to /tmp/EnforcerCLI11498374269749899195/cbor-4.5.2/numbers-1.8.2.jar
[INFO] Copying logback-core-1.4.11.jar to /tmp/EnforcerCLI11498374269749899195/cbor-4.5.2/logback-core-1.4.11.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.259 s
[INFO] Finished at: 2024-02-04T04:44:18Z
[INFO] ------------------------------------------------------------------------
[INFO] Invoking recursive 'mvn dependency:copy-dependencies' on cose-java-1.1.0
[WARN] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< shibboleth.net.dependency:idp-dep-cose-java >-------------
[INFO] Building Shibboleth Dependency 0.0.1
[INFO]   from cose-java-1.1.0.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- dependency:3.3.0:copy-dependencies (default-cli) @ idp-dep-cose-java ---
[INFO] Copying cose-java-1.1.0.jar to /tmp/EnforcerCLI11498374269749899195/cose-java-1.1.0/cose-java-1.1.0.jar
[INFO] Copying cbor-4.5.2.jar to /tmp/EnforcerCLI11498374269749899195/cose-java-1.1.0/cbor-4.5.2.jar
[INFO] Copying numbers-1.8.2.jar to /tmp/EnforcerCLI11498374269749899195/cose-java-1.1.0/numbers-1.8.2.jar
[INFO] Copying eddsa-0.3.0.jar to /tmp/EnforcerCLI11498374269749899195/cose-java-1.1.0/eddsa-0.3.0.jar
[INFO] Copying logback-core-1.4.11.jar to /tmp/EnforcerCLI11498374269749899195/cose-java-1.1.0/logback-core-1.4.11.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.279 s
[INFO] Finished at: 2024-02-04T04:44:20Z
[INFO] ------------------------------------------------------------------------
[ERROR] Could not determine group for eddsa-0.3.0.jar consider amending artifactMap.properties
[INFO] Invoking recursive 'mvn dependency:copy-dependencies' on jackson-dataformat-cbor-2.15.2
[WARN] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
[INFO] Scanning for projects...
[INFO] 
[INFO] -----< shibboleth.net.dependency:idp-dep-jackson-dataformat-cbor >------
[INFO] Building Shibboleth Dependency 0.0.1
[INFO]   from jackson-dataformat-cbor-2.15.2.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- dependency:3.3.0:copy-dependencies (default-cli) @ idp-dep-jackson-dataformat-cbor ---
[INFO] Copying jackson-dataformat-cbor-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/jackson-dataformat-cbor-2.15.2/jackson-dataformat-cbor-2.15.2.jar
[INFO] Copying jackson-databind-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/jackson-dataformat-cbor-2.15.2/jackson-databind-2.15.2.jar
[INFO] Copying jackson-annotations-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/jackson-dataformat-cbor-2.15.2/jackson-annotations-2.15.2.jar
[INFO] Copying jackson-core-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/jackson-dataformat-cbor-2.15.2/jackson-core-2.15.2.jar
[INFO] Copying logback-core-1.4.11.jar to /tmp/EnforcerCLI11498374269749899195/jackson-dataformat-cbor-2.15.2/logback-core-1.4.11.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.430 s
[INFO] Finished at: 2024-02-04T04:44:23Z
[INFO] ------------------------------------------------------------------------
[INFO] Invoking recursive 'mvn dependency:copy-dependencies' on jackson-datatype-jdk8-2.15.2
[WARN] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< shibboleth.net.dependency:idp-dep-jackson-datatype-jdk8 >-------
[INFO] Building Shibboleth Dependency 0.0.1
[INFO]   from jackson-datatype-jdk8-2.15.2.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- dependency:3.3.0:copy-dependencies (default-cli) @ idp-dep-jackson-datatype-jdk8 ---
[INFO] Copying jackson-datatype-jdk8-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/jackson-datatype-jdk8-2.15.2/jackson-datatype-jdk8-2.15.2.jar
[INFO] Copying jackson-core-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/jackson-datatype-jdk8-2.15.2/jackson-core-2.15.2.jar
[INFO] Copying jackson-databind-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/jackson-datatype-jdk8-2.15.2/jackson-databind-2.15.2.jar
[INFO] Copying jackson-annotations-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/jackson-datatype-jdk8-2.15.2/jackson-annotations-2.15.2.jar
[INFO] Copying logback-core-1.4.11.jar to /tmp/EnforcerCLI11498374269749899195/jackson-datatype-jdk8-2.15.2/logback-core-1.4.11.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.449 s
[INFO] Finished at: 2024-02-04T04:44:26Z
[INFO] ------------------------------------------------------------------------
[INFO] Invoking recursive 'mvn dependency:copy-dependencies' on numbers-1.8.2
[WARN] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------< shibboleth.net.dependency:idp-dep-numbers >--------------
[INFO] Building Shibboleth Dependency 0.0.1
[INFO]   from numbers-1.8.2.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- dependency:3.3.0:copy-dependencies (default-cli) @ idp-dep-numbers ---
[INFO] Copying numbers-1.8.2.jar to /tmp/EnforcerCLI11498374269749899195/numbers-1.8.2/numbers-1.8.2.jar
[INFO] Copying logback-core-1.4.11.jar to /tmp/EnforcerCLI11498374269749899195/numbers-1.8.2/logback-core-1.4.11.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.283 s
[INFO] Finished at: 2024-02-04T04:44:29Z
[INFO] ------------------------------------------------------------------------
[INFO] Invoking recursive 'mvn dependency:copy-dependencies' on webauthn-server-core-2.5.0
[WARN] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
[INFO] Scanning for projects...
[INFO] 
[INFO] -------< shibboleth.net.dependency:idp-dep-webauthn-server-core >-------
[INFO] Building Shibboleth Dependency 0.0.1
[INFO]   from webauthn-server-core-2.5.0.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- dependency:3.3.0:copy-dependencies (default-cli) @ idp-dep-webauthn-server-core ---
[INFO] Copying webauthn-server-core-2.5.0.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/webauthn-server-core-2.5.0.jar
[INFO] Copying yubico-util-2.5.0.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/yubico-util-2.5.0.jar
[INFO] Copying jackson-dataformat-cbor-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/jackson-dataformat-cbor-2.15.2.jar
[INFO] Copying jackson-datatype-jdk8-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/jackson-datatype-jdk8-2.15.2.jar
[INFO] Copying jackson-datatype-jsr310-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/jackson-datatype-jsr310-2.15.2.jar
[INFO] Copying cose-java-1.1.0.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/cose-java-1.1.0.jar
[INFO] Copying eddsa-0.3.0.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/eddsa-0.3.0.jar
[INFO] Copying jackson-databind-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/jackson-databind-2.15.2.jar
[INFO] Copying jackson-annotations-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/jackson-annotations-2.15.2.jar
[INFO] Copying jackson-core-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/jackson-core-2.15.2.jar
[INFO] Copying guava-32.1.2-jre.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/guava-32.1.2-jre.jar
[INFO] Copying failureaccess-1.0.1.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/failureaccess-1.0.1.jar
[INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Copying jsr305-3.0.2.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/jsr305-3.0.2.jar
[INFO] Copying checker-qual-3.33.0.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/checker-qual-3.33.0.jar
[INFO] Copying error_prone_annotations-2.18.0.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/error_prone_annotations-2.18.0.jar
[INFO] Copying j2objc-annotations-2.8.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/j2objc-annotations-2.8.jar
[INFO] Copying cbor-4.5.2.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/cbor-4.5.2.jar
[INFO] Copying numbers-1.8.2.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/numbers-1.8.2.jar
[INFO] Copying httpclient5-5.2.1.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/httpclient5-5.2.1.jar
[INFO] Copying httpcore5-5.2.2.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/httpcore5-5.2.2.jar
[INFO] Copying httpcore5-h2-5.2.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/httpcore5-h2-5.2.jar
[INFO] Copying logback-core-1.4.11.jar to /tmp/EnforcerCLI11498374269749899195/webauthn-server-core-2.5.0/logback-core-1.4.11.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.520 s
[INFO] Finished at: 2024-02-04T04:44:32Z
[INFO] ------------------------------------------------------------------------
[ERROR] Could not determine group for eddsa-0.3.0.jar consider amending artifactMap.properties
[INFO] Invoking recursive 'mvn dependency:copy-dependencies' on yubico-util-2.5.0
[WARN] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------< shibboleth.net.dependency:idp-dep-yubico-util >------------
[INFO] Building Shibboleth Dependency 0.0.1
[INFO]   from yubico-util-2.5.0.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- dependency:3.3.0:copy-dependencies (default-cli) @ idp-dep-yubico-util ---
[INFO] Copying yubico-util-2.5.0.jar to /tmp/EnforcerCLI11498374269749899195/yubico-util-2.5.0/yubico-util-2.5.0.jar
[INFO] Copying jackson-databind-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/yubico-util-2.5.0/jackson-databind-2.15.2.jar
[INFO] Copying jackson-annotations-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/yubico-util-2.5.0/jackson-annotations-2.15.2.jar
[INFO] Copying jackson-core-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/yubico-util-2.5.0/jackson-core-2.15.2.jar
[INFO] Copying jackson-dataformat-cbor-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/yubico-util-2.5.0/jackson-dataformat-cbor-2.15.2.jar
[INFO] Copying jackson-datatype-jdk8-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/yubico-util-2.5.0/jackson-datatype-jdk8-2.15.2.jar
[INFO] Copying jackson-datatype-jsr310-2.15.2.jar to /tmp/EnforcerCLI11498374269749899195/yubico-util-2.5.0/jackson-datatype-jsr310-2.15.2.jar
[INFO] Copying cbor-4.5.2.jar to /tmp/EnforcerCLI11498374269749899195/yubico-util-2.5.0/cbor-4.5.2.jar
[INFO] Copying numbers-1.8.2.jar to /tmp/EnforcerCLI11498374269749899195/yubico-util-2.5.0/numbers-1.8.2.jar
[INFO] Copying logback-core-1.4.11.jar to /tmp/EnforcerCLI11498374269749899195/yubico-util-2.5.0/logback-core-1.4.11.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.420 s
[INFO] Finished at: 2024-02-04T04:44:34Z
[INFO] ------------------------------------------------------------------------
[WARNING] No keyring or asc file found for com.yubico
[ERROR] Could not load keyring for com.yubico
java.io.FileNotFoundException: Could not locate keyring
    at net.shibboleth.mvn.enforcer.impl.GPGKeyRing.<init> (GPGKeyRing.java:118)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.getKeyRing (BaseSigChecker.java:205)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.checkSignature (BaseSigChecker.java:116)
    at net.shibboleth.mvn.enforcer.impl.SigChecker.checkSignature (SigChecker.java:84)
    at net.shibboleth.mvn.enforcer.impl.SigChecker.testSignatures (SigChecker.java:67)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.performSignatureCheck (JarEnforcer.java:343)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.execute (JarEnforcer.java:222)
    at org.apache.maven.plugins.enforcer.EnforceMojo.execute (EnforceMojo.java:205)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
[ERROR] Artifact: webauthn-server-core Version: 2.5.0 Group: com.yubico No keyring 
[WARNING] No keyring or asc file found for com.fasterxml.jackson.dataformat
[ERROR] Could not load keyring for com.fasterxml.jackson.dataformat
java.io.FileNotFoundException: Could not locate keyring
    at net.shibboleth.mvn.enforcer.impl.GPGKeyRing.<init> (GPGKeyRing.java:118)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.getKeyRing (BaseSigChecker.java:205)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.checkSignature (BaseSigChecker.java:116)
    at net.shibboleth.mvn.enforcer.impl.SigChecker.checkSignature (SigChecker.java:84)
    at net.shibboleth.mvn.enforcer.impl.SigChecker.testSignatures (SigChecker.java:67)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.performSignatureCheck (JarEnforcer.java:343)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.execute (JarEnforcer.java:222)
    at org.apache.maven.plugins.enforcer.EnforceMojo.execute (EnforceMojo.java:205)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
[ERROR] Artifact: jackson-dataformat-cbor Version: 2.15.2 Group: com.fasterxml.jackson.dataformat No keyring 
[WARNING] No keyring or asc file found for com.upokecenter
[ERROR] Could not load keyring for com.upokecenter
java.io.FileNotFoundException: Could not locate keyring
    at net.shibboleth.mvn.enforcer.impl.GPGKeyRing.<init> (GPGKeyRing.java:118)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.getKeyRing (BaseSigChecker.java:205)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.checkSignature (BaseSigChecker.java:116)
    at net.shibboleth.mvn.enforcer.impl.SigChecker.checkSignature (SigChecker.java:84)
    at net.shibboleth.mvn.enforcer.impl.SigChecker.testSignatures (SigChecker.java:67)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.performSignatureCheck (JarEnforcer.java:343)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.execute (JarEnforcer.java:222)
    at org.apache.maven.plugins.enforcer.EnforceMojo.execute (EnforceMojo.java:205)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
[ERROR] Artifact: cbor Version: 4.5.2 Group: com.upokecenter No keyring 
[ERROR] Artifact: yubico-util Version: 2.5.0 Group: com.yubico No keyring 
[WARNING] No keyring or asc file found for com.github.peteroupc
[ERROR] Could not load keyring for com.github.peteroupc
java.io.FileNotFoundException: Could not locate keyring
    at net.shibboleth.mvn.enforcer.impl.GPGKeyRing.<init> (GPGKeyRing.java:118)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.getKeyRing (BaseSigChecker.java:205)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.checkSignature (BaseSigChecker.java:116)
    at net.shibboleth.mvn.enforcer.impl.SigChecker.checkSignature (SigChecker.java:84)
    at net.shibboleth.mvn.enforcer.impl.SigChecker.testSignatures (SigChecker.java:67)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.performSignatureCheck (JarEnforcer.java:343)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.execute (JarEnforcer.java:222)
    at org.apache.maven.plugins.enforcer.EnforceMojo.execute (EnforceMojo.java:205)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
[ERROR] Artifact: numbers Version: 1.8.2 Group: com.github.peteroupc No keyring 
[WARNING] No keyring or asc file found for com.augustcellars.cose
[ERROR] Could not load keyring for com.augustcellars.cose
java.io.FileNotFoundException: Could not locate keyring
    at net.shibboleth.mvn.enforcer.impl.GPGKeyRing.<init> (GPGKeyRing.java:118)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.getKeyRing (BaseSigChecker.java:205)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.checkSignature (BaseSigChecker.java:116)
    at net.shibboleth.mvn.enforcer.impl.SigChecker.checkSignature (SigChecker.java:84)
    at net.shibboleth.mvn.enforcer.impl.SigChecker.testSignatures (SigChecker.java:67)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.performSignatureCheck (JarEnforcer.java:343)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.execute (JarEnforcer.java:222)
    at org.apache.maven.plugins.enforcer.EnforceMojo.execute (EnforceMojo.java:205)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
[ERROR] Artifact: cose-java Version: 1.1.0 Group: com.augustcellars.cose No keyring 
[ERROR] Signature check failed, check the file /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-dist/target/signatureReport.txt
[WARNING] Rule 0: net.shibboleth.mvn.enforcer.impl.JarEnforcer failed with message:
Signature check over distribution failed, check the file /opt/jenkins/workspace/java-idp-plugin-webauthn-v1-java17/webauthn-dist/target/signatureReport.txt
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth IdP :: Plugins :: WebAuthn Login Flow 0.0.1-SNAPSHOT:
[INFO] 
[INFO] Shibboleth IdP :: Plugins :: WebAuthn Login Flow ... SUCCESS [  0.841 s]
[INFO] Shibboleth IdP :: Plugins :: WebAuthn Login Flow API SUCCESS [  3.322 s]
[INFO] Shibboleth IdP :: Plugins :: WebAuthn Login Flow Impl SUCCESS [  4.236 s]
[INFO] Shibboleth IdP :: Plugins :: WebAuthn Login Flow Distribution FAILURE [ 21.047 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  29.701 s
[INFO] Finished at: 2024-02-04T04:44:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (oidc-rp-enforce) on project idp-plugin-webauthn-dist: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :idp-plugin-webauthn-dist
[Pipeline] }
[Pipeline] // withEnv
[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
Saving reports...
Processing '/var/lib/jenkins/jobs/java-idp-plugin-webauthn-v1-java17/builds/10/testng/testng-results-1.xml'
Processing '/var/lib/jenkins/jobs/java-idp-plugin-webauthn-v1-java17/builds/10/testng/testng-results.xml'
TestNG Reports Processing: FINISH
[Pipeline] emailext
Sending email to: commits at shibboleth.net


More information about the commits mailing list