Build failed in Jenkins: java-identity-provider-v4-nightly #737

Shibboleth Jenkins noreply at shibboleth.net
Thu Mar 17 01:25:20 UTC 2022


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

Changes:

[Scott Cantor] IDP-1919 - CAS validation flows don't run consent checking interceptor

[Scott Cantor] IDP-1856 - Session-specific consent not visible for the backend flows


------------------------------------------
[...truncated 579.75 KB...]
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[WARNING] Checksum validation failed, no checksums available from central for https://repo1.maven.org/maven2/org/apache/commons/commons-pool2/2.10.0/commons-pool2-2.10.0.jar.asc
[INFO] Downloaded from central: https://repo1.maven.org/maven2/org/apache/commons/commons-pool2/2.10.0/commons-pool2-2.10.0.jar.asc (488 B at 122 kB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar.asc
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar.asc
[INFO] Downloading from shib-thirdparty-old: https://build.shibboleth.net/nexus/content/repositories/thirdparty/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar.asc
[INFO] Downloading from central: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar.asc
[WARNING] Could not validate integrity of download from https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar.asc
org.eclipse.aether.transfer.ChecksumFailureException: Checksum validation failed, no checksums available
    at org.eclipse.aether.internal.impl.AbstractChecksumPolicy.onNoMoreChecksums (AbstractChecksumPolicy.java:64)
    at org.eclipse.aether.connector.basic.ChecksumValidator.validate (ChecksumValidator.java:107)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:460)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:364)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:628)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:262)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:514)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:402)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
    at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:215)
    at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:421)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.downloadArtifact (JarEnforcer.java:421)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.downloadArtifact (JarEnforcer.java:433)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.getSignature (BaseSigChecker.java:160)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.checkSignature (BaseSigChecker.java:122)
    at net.shibboleth.mvn.enforcer.impl.SigChecker.checkSignature (SigChecker.java:90)
    at net.shibboleth.mvn.enforcer.impl.SigChecker.testSignatures (SigChecker.java:70)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.performSignatureCheck (JarEnforcer.java:312)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.execute (JarEnforcer.java:180)
    at org.apache.maven.plugins.enforcer.EnforceMojo.execute (EnforceMojo.java:205)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[WARNING] Checksum validation failed, no checksums available from central for https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar.asc
[INFO] Downloaded from central: https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar.asc (488 B at 122 kB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/joda-time/joda-time/2.10.13/joda-time-2.10.13.jar.asc
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/joda-time/joda-time/2.10.13/joda-time-2.10.13.jar.asc
[INFO] Downloading from shib-thirdparty-old: https://build.shibboleth.net/nexus/content/repositories/thirdparty/joda-time/joda-time/2.10.13/joda-time-2.10.13.jar.asc
[INFO] Downloading from central: https://repo1.maven.org/maven2/joda-time/joda-time/2.10.13/joda-time-2.10.13.jar.asc
[WARNING] Could not validate integrity of download from https://repo1.maven.org/maven2/joda-time/joda-time/2.10.13/joda-time-2.10.13.jar.asc
org.eclipse.aether.transfer.ChecksumFailureException: Checksum validation failed, no checksums available
    at org.eclipse.aether.internal.impl.AbstractChecksumPolicy.onNoMoreChecksums (AbstractChecksumPolicy.java:64)
    at org.eclipse.aether.connector.basic.ChecksumValidator.validate (ChecksumValidator.java:107)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:460)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:364)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:628)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:262)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:514)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:402)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:207)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:262)
    at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:215)
    at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:421)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.downloadArtifact (JarEnforcer.java:421)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.downloadArtifact (JarEnforcer.java:433)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.getSignature (BaseSigChecker.java:160)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.checkSignature (BaseSigChecker.java:122)
    at net.shibboleth.mvn.enforcer.impl.SigChecker.checkSignature (SigChecker.java:90)
    at net.shibboleth.mvn.enforcer.impl.SigChecker.testSignatures (SigChecker.java:70)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.performSignatureCheck (JarEnforcer.java:312)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.execute (JarEnforcer.java:180)
    at org.apache.maven.plugins.enforcer.EnforceMojo.execute (EnforceMojo.java:205)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[WARNING] Checksum validation failed, no checksums available from central for https://repo1.maven.org/maven2/joda-time/joda-time/2.10.13/joda-time-2.10.13.jar.asc
[INFO] Downloaded from central: https://repo1.maven.org/maven2/joda-time/joda-time/2.10.13/joda-time-2.10.13.jar.asc (849 B at 170 kB/s)
[INFO] Could not resolve org.jboss.logging:jboss-logging:3.4.1.Final:jar.asc
[INFO] Could not find key for jboss-logging-3.4.1.Final, trying classpath store.
[INFO] Key for jboss-logging-3.4.1.Final found in classpath store.
[INFO] Could not resolve org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final:jar.asc
[INFO] Could not find key for jboss-transaction-api_1.2_spec-1.1.1.Final, trying classpath store.
[INFO] Key for jboss-transaction-api_1.2_spec-1.1.1.Final found in classpath store.
[INFO] Could not resolve org.jboss:jandex:2.2.3.Final:jar.asc
[INFO] Could not find key for jandex-2.2.3.Final, trying classpath store.
[INFO] Key for jandex-2.2.3.Final found in classpath store.
[INFO] Could not resolve org.hibernate.common:hibernate-commons-annotations:5.1.2.Final:jar.asc
[INFO] Could not find key for hibernate-commons-annotations-5.1.2.Final, trying classpath store.
[INFO] Key for hibernate-commons-annotations-5.1.2.Final found in classpath store.
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ idp-distribution ---
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/idp-distribution/pom.xml> to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/.repository/net/shibboleth/idp/idp-distribution/4.2.0-SNAPSHOT/idp-distribution-4.2.0-SNAPSHOT.pom>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/idp-distribution/target/idp-distribution-4.2.0-SNAPSHOT-site.xml> to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/.repository/net/shibboleth/idp/idp-distribution/4.2.0-SNAPSHOT/idp-distribution-4.2.0-SNAPSHOT-site.xml>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/idp-distribution/target/shibboleth-identity-provider-4.2.0-SNAPSHOT.tar.gz> to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/.repository/net/shibboleth/idp/idp-distribution/4.2.0-SNAPSHOT/idp-distribution-4.2.0-SNAPSHOT.tar.gz>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/idp-distribution/target/shibboleth-identity-provider-4.2.0-SNAPSHOT.zip> to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/.repository/net/shibboleth/idp/idp-distribution/4.2.0-SNAPSHOT/idp-distribution-4.2.0-SNAPSHOT.zip>
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-deploy) @ idp-distribution ---
[INFO] Using alternate deployment repository snapshot::https://build.shibboleth.net/nexus-proxy/content/repositories/snapshots
[INFO] Deploying net.shibboleth.idp:idp-distribution:4.2.0-SNAPSHOT at end
[INFO] 
[INFO] ---------------------< net.shibboleth.idp:idp-bom >---------------------
[INFO] Building Shibboleth IdP :: BOM 4.2.0-SNAPSHOT                    [34/35]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ idp-bom ---
[INFO] Deleting <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/idp-bom/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-bom ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (banned-dependencies) @ idp-bom ---
[INFO] 
[INFO] --- maven-site-plugin:3.9.1:attach-descriptor (attach-descriptor) @ idp-bom ---
[INFO] Attaching '../idp-parent/src/site/site.xml' site descriptor with classifier 'site'.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ idp-bom ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ idp-bom ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.3.0.1:jar (attach-javadocs) @ idp-bom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-javadoc-plugin:3.3.0.1:test-jar (attach-javadocs) @ idp-bom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ idp-bom >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-bom ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (banned-dependencies) @ idp-bom ---
[INFO] 
[INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ idp-bom <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ idp-bom ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ idp-bom ---
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/idp-bom/pom.xml> to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/.repository/net/shibboleth/idp/idp-bom/4.2.0-SNAPSHOT/idp-bom-4.2.0-SNAPSHOT.pom>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/idp-bom/target/idp-bom-4.2.0-SNAPSHOT-site.xml> to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/.repository/net/shibboleth/idp/idp-bom/4.2.0-SNAPSHOT/idp-bom-4.2.0-SNAPSHOT-site.xml>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (M2-enforce) @ idp-bom ---
[ERROR] KeyRing <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/idp-bom/src/main/enforcer/shibbolethKeys.gpg> not found
[WARNING] Rule 0: net.shibboleth.mvn.enforcer.impl.JarEnforcer failed with message:
java.io.FileNotFoundException: <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/idp-bom/src/main/enforcer/shibbolethKeys.gpg> <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/idp-bom/src/main/enforcer/shibbolethKeys.gpg>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth Identity Provider 4.2.0-SNAPSHOT:
[INFO] 
[INFO] Shibboleth Identity Provider ....................... SUCCESS [  5.264 s]
[INFO] Shibboleth IdP :: Core ............................. SUCCESS [ 16.951 s]
[INFO] Shibboleth IdP :: Configuration Schemas ............ SUCCESS [  0.401 s]
[INFO] Shibboleth IdP :: Attribute API .................... SUCCESS [ 16.776 s]
[INFO] Shibboleth IdP :: Profile API ...................... SUCCESS [ 19.442 s]
[INFO] Shibboleth IdP :: Authentication API ............... SUCCESS [ 16.882 s]
[INFO] Shibboleth IdP :: Administrative Profile API ....... SUCCESS [ 16.323 s]
[INFO] Shibboleth IdP :: Attribute Resolver API ........... SUCCESS [ 14.793 s]
[INFO] Shibboleth IdP :: Attribute Filter API ............. SUCCESS [ 13.093 s]
[INFO] Shibboleth IdP :: Session API ...................... SUCCESS [ 13.662 s]
[INFO] Shibboleth IdP :: SAML Profile API ................. SUCCESS [ 20.336 s]
[INFO] Shibboleth IdP :: CAS Protocol API ................. SUCCESS [ 13.826 s]
[INFO] Shibboleth IdP :: Consent API ...................... SUCCESS [  5.776 s]
[INFO] Shibboleth IdP :: UI Support ....................... SUCCESS [ 15.989 s]
[INFO] Shibboleth IdP :: Authentication Implementation .... SUCCESS [ 44.190 s]
[INFO] Shibboleth IdP :: Attribute Implementation ......... SUCCESS [ 13.680 s]
[INFO] Shibboleth IdP :: Session Implementation ........... SUCCESS [ 33.399 s]
[INFO] Shibboleth IdP :: SAML Profile Implementation ...... SUCCESS [ 30.803 s]
[INFO] Shibboleth IdP :: Attribute Resolver Implementation  SUCCESS [ 33.425 s]
[INFO] Shibboleth IdP :: Attribute Filter Implementation .. SUCCESS [ 21.211 s]
[INFO] Shibboleth IdP :: Profile Implementation ........... SUCCESS [ 18.263 s]
[INFO] Shibboleth IdP :: Administrative Profile Implementation SUCCESS [ 15.180 s]
[INFO] Shibboleth IdP :: Attribute Filter Spring Integration SUCCESS [ 28.457 s]
[INFO] Shibboleth IdP :: Profile Spring Integration ....... SUCCESS [ 36.291 s]
[INFO] Shibboleth IdP :: Attribute Resolver Spring Integration SUCCESS [ 39.103 s]
[INFO] Shibboleth IdP :: CAS Protocol Implementation ...... SUCCESS [ 22.116 s]
[INFO] Shibboleth IdP :: Consent Implementation ........... SUCCESS [ 19.440 s]
[INFO] Shibboleth IdP :: System Configuration ............. SUCCESS [  6.326 s]
[INFO] Shibboleth IdP :: WAR .............................. SUCCESS [  1.857 s]
[INFO] Shibboleth IdP :: WAR distribution ................. SUCCESS [  2.629 s]
[INFO] Shibboleth IdP :: Configuration Files .............. SUCCESS [ 47.900 s]
[INFO] Shibboleth IdP :: Installer ........................ SUCCESS [ 23.473 s]
[INFO] Shibboleth IdP :: Distribution ..................... SUCCESS [ 11.070 s]
[INFO] Shibboleth IdP :: BOM .............................. FAILURE [  0.033 s]
[INFO] Shibboleth IdP :: Tests BOM ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10:39 min
[INFO] Finished at: 2022-03-17T01:25:20Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (M2-enforce) on project idp-bom: 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-bom
Build step 'Invoke top-level Maven targets' marked build as failure


More information about the commits mailing list