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

Shibboleth Jenkins noreply at shibboleth.net
Wed Dec 15 01:25:37 UTC 2021


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

Changes:

[Scott Cantor] Fix javadoc.

[Rod Widdowson] Move up to V3 of the Enforcer

[Rod Widdowson] Point to released version of the enforcer


------------------------------------------
[...truncated 471.58 KB...]
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    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 shib-release for https://build.shibboleth.net/nexus/content/groups/public/net/shibboleth/ext/spring-extensions/6.1.3/spring-extensions-6.1.3.jar.asc
[INFO] Downloaded from shib-release: https://build.shibboleth.net/nexus/content/groups/public/net/shibboleth/ext/spring-extensions/6.1.3/spring-extensions-6.1.3.jar.asc (801 B at 12 kB/s)
[ERROR] maven-artifact-transfer 0.13.1 KeyId (0x1A2A1C94BDE89688) not found in keyring for org.apache.maven.shared
[ERROR] wagon-provider-api 2.4 KeyId (0x873A8E86B4372146) not found in keyring for org.apache.maven.wagon
[ERROR] maven-archiver 3.5.1 KeyId (0xCA80D1F0EB6CA4BA) not found in keyring for org.apache.maven
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar.asc
[INFO] Downloading from shib-releases: https://build.shibboleth.net/maven/releases/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar.asc
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar.asc
[WARNING] Could not validate integrity of download from file:///opt/m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.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:513)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:401)
    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:404)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.downloadArtifact (JarEnforcer.java:416)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.getSignature (BaseSigChecker.java:155)
    at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.checkSignature (BaseSigChecker.java:117)
    at net.shibboleth.mvn.enforcer.impl.M2SigChecker$M2Visitor.visitFile (M2SigChecker.java:110)
    at net.shibboleth.mvn.enforcer.impl.M2SigChecker$M2Visitor.visitFile (M2SigChecker.java:70)
    at java.nio.file.Files.walkFileTree (Files.java:2725)
    at java.nio.file.Files.walkFileTree (Files.java:2797)
    at net.shibboleth.mvn.enforcer.impl.M2SigChecker.testSignatures (M2SigChecker.java:62)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.performM2Check (JarEnforcer.java:260)
    at net.shibboleth.mvn.enforcer.impl.JarEnforcer.execute (JarEnforcer.java:169)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    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 local-shared-repository for file:///opt/m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar.asc
[INFO] Downloaded from local-shared-repository: file:///opt/m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar.asc (455 B at 16 kB/s)
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/sonatype/sisu/sisu-guice/2.1.7-noaop/sisu-guice-2.1.7-noaop.jar.asc
[INFO] Downloading from shib-releases: https://build.shibboleth.net/maven/releases/org/sonatype/sisu/sisu-guice/2.1.7-noaop/sisu-guice-2.1.7-noaop.jar.asc
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7-noaop/sisu-guice-2.1.7-noaop.jar.asc
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7-noaop/sisu-guice-2.1.7-noaop.jar.asc
[INFO] Could not resolve org.sonatype.sisu:sisu-guice:2.1.7-noaop:jar.asc
[INFO] Could not find key for sisu-guice-2.1.7-noaop, trying classpath store.
[INFO] Key for sisu-guice-2.1.7-noaop found in classpath store.
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/sonatype/sisu/sisu-guice/3.1.0-no_aop/sisu-guice-3.1.0-no_aop.jar.asc
[INFO] Downloading from shib-releases: https://build.shibboleth.net/maven/releases/org/sonatype/sisu/sisu-guice/3.1.0-no_aop/sisu-guice-3.1.0-no_aop.jar.asc
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0-no_aop/sisu-guice-3.1.0-no_aop.jar.asc
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0-no_aop/sisu-guice-3.1.0-no_aop.jar.asc
[INFO] Could not resolve org.sonatype.sisu:sisu-guice:3.1.0-no_aop:jar.asc
[INFO] Could not find key for sisu-guice-3.1.0-no_aop, trying classpath store.
[INFO] Key for sisu-guice-3.1.0-no_aop found in classpath store.
[ERROR] plexus-archiver 4.2.5 KeyId (0xA43EC0D4271F7981) not found in keyring for org.codehaus.plexus
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar.asc
[INFO] Downloading from shib-releases: https://build.shibboleth.net/maven/releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar.asc
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar.asc
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar.asc
[INFO] Could not resolve org.codehaus.plexus:plexus-i18n:1.0-beta-10:jar.asc
[INFO] Could not find key for plexus-i18n-1.0-beta-10, trying classpath store.
[INFO] Key for plexus-i18n-1.0-beta-10 found in classpath store.
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar.asc
[INFO] Downloading from shib-releases: https://build.shibboleth.net/maven/releases/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar.asc
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar.asc
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar.asc
[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] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar.asc
[INFO] Downloading from shib-releases: https://build.shibboleth.net/maven/releases/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar.asc
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar.asc
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar.asc
[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] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/jboss/jandex/2.2.3.Final/jandex-2.2.3.Final.jar.asc
[INFO] Downloading from shib-releases: https://build.shibboleth.net/maven/releases/org/jboss/jandex/2.2.3.Final/jandex-2.2.3.Final.jar.asc
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/org/jboss/jandex/2.2.3.Final/jandex-2.2.3.Final.jar.asc
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/jboss/jandex/2.2.3.Final/jandex-2.2.3.Final.jar.asc
[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] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/ow2/asm/asm/6.2/asm-6.2.jar.asc
[INFO] Downloading from shib-releases: https://build.shibboleth.net/maven/releases/org/ow2/asm/asm/6.2/asm-6.2.jar.asc
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/org/ow2/asm/asm/6.2/asm-6.2.jar.asc
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar.asc
[INFO] Could not resolve org.ow2.asm:asm:6.2:jar.asc
[INFO] Could not find key for asm-6.2, trying classpath store.
[INFO] Key for asm-6.2 found in classpath store.
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/hibernate/common/hibernate-commons-annotations/5.1.2.Final/hibernate-commons-annotations-5.1.2.Final.jar.asc
[INFO] Downloading from shib-releases: https://build.shibboleth.net/maven/releases/org/hibernate/common/hibernate-commons-annotations/5.1.2.Final/hibernate-commons-annotations-5.1.2.Final.jar.asc
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/org/hibernate/common/hibernate-commons-annotations/5.1.2.Final/hibernate-commons-annotations-5.1.2.Final.jar.asc
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/hibernate/common/hibernate-commons-annotations/5.1.2.Final/hibernate-commons-annotations-5.1.2.Final.jar.asc
[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] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/com/google/inject/guice/4.2.2-no_aop/guice-4.2.2-no_aop.jar.asc
[INFO] Downloading from shib-releases: https://build.shibboleth.net/maven/releases/com/google/inject/guice/4.2.2-no_aop/guice-4.2.2-no_aop.jar.asc
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/com/google/inject/guice/4.2.2-no_aop/guice-4.2.2-no_aop.jar.asc
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/com/google/inject/guice/4.2.2-no_aop/guice-4.2.2-no_aop.jar.asc
[INFO] Could not resolve com.google.inject:guice:4.2.2-no_aop:jar.asc
[INFO] Could not find key for guice-4.2.2-no_aop, trying classpath store.
[INFO] Key for guice-4.2.2-no_aop found in classpath store.
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar.asc
[INFO] Downloading from shib-releases: https://build.shibboleth.net/maven/releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar.asc
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar.asc
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar.asc
[INFO] Could not resolve com.google.code.findbugs:jsr305:1.3.9:jar.asc
[INFO] Could not find key for jsr305-1.3.9, trying classpath store.
[INFO] Key for jsr305-1.3.9 found in classpath store.
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/javax/inject/javax.inject/1/javax.inject-1.jar.asc
[INFO] Downloading from shib-releases: https://build.shibboleth.net/maven/releases/javax/inject/javax.inject/1/javax.inject-1.jar.asc
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.asc
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar.asc
[INFO] Could not resolve javax.inject:javax.inject:1:jar.asc
[INFO] Could not find key for javax.inject-1, trying classpath store.
[INFO] Key for javax.inject-1 found in classpath store.
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar.asc
[INFO] Downloading from shib-releases: https://build.shibboleth.net/maven/releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar.asc
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar.asc
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar.asc
[INFO] Could not resolve javax.annotation:jsr250-api:1.0:jar.asc
[INFO] Could not find key for jsr250-api-1.0, trying classpath store.
[INFO] Key for jsr250-api-1.0 found in classpath store.
[ERROR] commons-io 2.8.0 KeyId (0x86FDC7E2A11262CB) not found in keyring for commons-io
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/asm/asm/3.3.1/asm-3.3.1.jar.asc
[INFO] Downloading from shib-releases: https://build.shibboleth.net/maven/releases/asm/asm/3.3.1/asm-3.3.1.jar.asc
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/asm/asm/3.3.1/asm-3.3.1.jar.asc
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/asm/asm/3.3.1/asm-3.3.1.jar.asc
[INFO] Could not resolve asm:asm:3.3.1:jar.asc
[INFO] Could not find key for asm-3.3.1, trying classpath store.
[INFO] Key for asm-3.3.1 found in classpath store.
[INFO] 4 Runtime/compile duplicates
[INFO] 4 Runtime/compile duplicates
[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] 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.
[WARNING] Rule 0: net.shibboleth.mvn.enforcer.impl.JarEnforcer failed with message:
Signature check ove ~m2 failed, check the file ./target/m2Report.txt
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth Identity Provider 4.2.0-SNAPSHOT:
[INFO] 
[INFO] Shibboleth Identity Provider ....................... SUCCESS [  4.133 s]
[INFO] Shibboleth IdP :: Core ............................. SUCCESS [ 16.642 s]
[INFO] Shibboleth IdP :: Configuration Schemas ............ SUCCESS [  0.200 s]
[INFO] Shibboleth IdP :: Attribute API .................... SUCCESS [ 17.355 s]
[INFO] Shibboleth IdP :: Profile API ...................... SUCCESS [ 19.709 s]
[INFO] Shibboleth IdP :: Authentication API ............... SUCCESS [ 17.314 s]
[INFO] Shibboleth IdP :: Administrative Profile API ....... SUCCESS [ 15.936 s]
[INFO] Shibboleth IdP :: Attribute Resolver API ........... SUCCESS [ 15.454 s]
[INFO] Shibboleth IdP :: Attribute Filter API ............. SUCCESS [ 13.707 s]
[INFO] Shibboleth IdP :: Session API ...................... SUCCESS [ 13.568 s]
[INFO] Shibboleth IdP :: SAML Profile API ................. SUCCESS [ 20.070 s]
[INFO] Shibboleth IdP :: CAS Protocol API ................. SUCCESS [ 14.130 s]
[INFO] Shibboleth IdP :: Consent API ...................... SUCCESS [  5.507 s]
[INFO] Shibboleth IdP :: UI Support ....................... SUCCESS [ 15.924 s]
[INFO] Shibboleth IdP :: Authentication Implementation .... SUCCESS [ 44.214 s]
[INFO] Shibboleth IdP :: Attribute Implementation ......... SUCCESS [ 14.387 s]
[INFO] Shibboleth IdP :: Session Implementation ........... SUCCESS [ 33.518 s]
[INFO] Shibboleth IdP :: SAML Profile Implementation ...... SUCCESS [ 30.935 s]
[INFO] Shibboleth IdP :: Attribute Resolver Implementation  SUCCESS [ 31.584 s]
[INFO] Shibboleth IdP :: Attribute Filter Implementation .. SUCCESS [ 21.093 s]
[INFO] Shibboleth IdP :: Profile Implementation ........... SUCCESS [ 18.127 s]
[INFO] Shibboleth IdP :: Administrative Profile Implementation SUCCESS [ 15.328 s]
[INFO] Shibboleth IdP :: Attribute Filter Spring Integration SUCCESS [ 27.750 s]
[INFO] Shibboleth IdP :: Profile Spring Integration ....... SUCCESS [ 36.169 s]
[INFO] Shibboleth IdP :: Attribute Resolver Spring Integration SUCCESS [ 38.372 s]
[INFO] Shibboleth IdP :: CAS Protocol Implementation ...... SUCCESS [ 22.032 s]
[INFO] Shibboleth IdP :: Consent Implementation ........... SUCCESS [ 19.030 s]
[INFO] Shibboleth IdP :: System Configuration ............. SUCCESS [  6.598 s]
[INFO] Shibboleth IdP :: WAR .............................. SUCCESS [  1.679 s]
[INFO] Shibboleth IdP :: WAR distribution ................. SUCCESS [  3.203 s]
[INFO] Shibboleth IdP :: Configuration Files .............. SUCCESS [ 47.734 s]
[INFO] Shibboleth IdP :: Installer ........................ SUCCESS [ 23.544 s]
[INFO] Shibboleth IdP :: Distribution ..................... FAILURE [ 12.303 s]
[INFO] Shibboleth IdP :: BOM .............................. SKIPPED
[INFO] Shibboleth IdP :: Tests BOM ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10:38 min
[INFO] Finished at: 2021-12-15T01:25:37Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (idp-enforce) on project idp-distribution: 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-distribution
Build step 'Invoke top-level Maven targets' marked build as failure


More information about the commits mailing list