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

Shibboleth Jenkins noreply at shibboleth.net
Thu Dec 30 01:24:33 UTC 2021


See <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/639/display/redirect>

Changes:


------------------------------------------
[...truncated 455.73 KB...]
main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ idp-distribution ---
[INFO] Reading assembly descriptor: src/main/assembly/idp-assembly-tgz.xml
[INFO] Reading assembly descriptor: src/main/assembly/idp-assembly-zip.xml
[INFO] Building tar: <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>
[INFO] Building zip: <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>
[INFO] 
[INFO] --- maven-javadoc-plugin:3.3.0.1:jar (attach-javadocs) @ idp-distribution ---
[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-distribution ---
[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-distribution >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-distribution ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (banned-dependencies) @ idp-distribution ---
[INFO] 
[INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ idp-distribution <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ idp-distribution ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (idp-enforce) @ idp-distribution ---
[INFO] Downloading from shib-snapshots: https://build.shibboleth.net/maven/snapshots/net/shibboleth/maven/enforcer/rules/maven-dist-enforcer-data/1.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-thirdparty-snapshots: https://build.shibboleth.net/maven/thirdparty-snapshots/net/shibboleth/maven/enforcer/rules/maven-dist-enforcer-data/1.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/net/shibboleth/maven/enforcer/rules/maven-dist-enforcer-data/1.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/maven/enforcer/rules/maven-dist-enforcer-data/1.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/maven/enforcer/rules/maven-dist-enforcer-data/1.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshots: https://build.shibboleth.net/maven/snapshots/net/shibboleth/maven/enforcer/rules/maven-dist-enforcer-data/1.0.0-SNAPSHOT/maven-metadata.xml (809 B at 21 kB/s)
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/maven/enforcer/rules/maven-dist-enforcer-data/1.0.0-SNAPSHOT/maven-metadata.xml (809 B at 18 kB/s)
[INFO] Downloading from shib-snapshots: https://build.shibboleth.net/maven/snapshots/net/shibboleth/maven/enforcer/rules/maven-dist-enforcer-data/1.0.0-SNAPSHOT/maven-dist-enforcer-data-1.0.0-20211229.163208-7.jar
[INFO] Downloaded from shib-snapshots: https://build.shibboleth.net/maven/snapshots/net/shibboleth/maven/enforcer/rules/maven-dist-enforcer-data/1.0.0-SNAPSHOT/maven-dist-enforcer-data-1.0.0-20211229.163208-7.jar (652 kB at 14 MB/s)
[INFO] Inferred M2 Root at <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/.repository>
[ERROR] Could not parse pom for <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/.repository/net/shibboleth/maven/enforcer/rules/maven-dist-enforcer-data/1.0.0-SNAPSHOT/maven-dist-enforcer-data-1.0.0-20211215.114507-4.pom>
java.io.FileNotFoundException: <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-nightly/ws/.repository/net/shibboleth/maven/enforcer/rules/maven-dist-enforcer-data/1.0.0-SNAPSHOT/maven-dist-enforcer-data-1.0.0-20211215.114507-4.pom> (No such file or directory)
    at java.io.FileInputStream.open0 (Native Method)
    at java.io.FileInputStream.open (FileInputStream.java:219)
    at java.io.FileInputStream.<init> (FileInputStream.java:157)
    at net.shibboleth.mvn.enforcer.impl.ParsedPom.<init> (ParsedPom.java:108)
    at net.shibboleth.mvn.enforcer.impl.M2SigChecker$M2Visitor.visitFile (M2SigChecker.java:99)
    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)
[ERROR] maven-antrun-plugin 1.3 KeyId (0xA8AD2A7E9A25CE21) not found in keyring for org.apache.maven.plugins
[ERROR] maven-checkstyle-plugin 3.1.2 KeyId (0xCA80D1F0EB6CA4BA) not found in keyring for org.apache.maven.plugins
[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.
[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.
[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 [  3.774 s]
[INFO] Shibboleth IdP :: Core ............................. SUCCESS [ 16.387 s]
[INFO] Shibboleth IdP :: Configuration Schemas ............ SUCCESS [  0.355 s]
[INFO] Shibboleth IdP :: Attribute API .................... SUCCESS [ 16.459 s]
[INFO] Shibboleth IdP :: Profile API ...................... SUCCESS [ 18.816 s]
[INFO] Shibboleth IdP :: Authentication API ............... SUCCESS [ 15.994 s]
[INFO] Shibboleth IdP :: Administrative Profile API ....... SUCCESS [ 15.659 s]
[INFO] Shibboleth IdP :: Attribute Resolver API ........... SUCCESS [ 14.201 s]
[INFO] Shibboleth IdP :: Attribute Filter API ............. SUCCESS [ 13.019 s]
[INFO] Shibboleth IdP :: Session API ...................... SUCCESS [ 13.360 s]
[INFO] Shibboleth IdP :: SAML Profile API ................. SUCCESS [ 19.868 s]
[INFO] Shibboleth IdP :: CAS Protocol API ................. SUCCESS [ 13.364 s]
[INFO] Shibboleth IdP :: Consent API ...................... SUCCESS [  5.461 s]
[INFO] Shibboleth IdP :: UI Support ....................... SUCCESS [ 15.407 s]
[INFO] Shibboleth IdP :: Authentication Implementation .... SUCCESS [ 43.110 s]
[INFO] Shibboleth IdP :: Attribute Implementation ......... SUCCESS [ 13.653 s]
[INFO] Shibboleth IdP :: Session Implementation ........... SUCCESS [ 32.412 s]
[INFO] Shibboleth IdP :: SAML Profile Implementation ...... SUCCESS [ 29.845 s]
[INFO] Shibboleth IdP :: Attribute Resolver Implementation  SUCCESS [ 31.398 s]
[INFO] Shibboleth IdP :: Attribute Filter Implementation .. SUCCESS [ 20.458 s]
[INFO] Shibboleth IdP :: Profile Implementation ........... SUCCESS [ 18.036 s]
[INFO] Shibboleth IdP :: Administrative Profile Implementation SUCCESS [ 15.259 s]
[INFO] Shibboleth IdP :: Attribute Filter Spring Integration SUCCESS [ 27.097 s]
[INFO] Shibboleth IdP :: Profile Spring Integration ....... SUCCESS [ 34.759 s]
[INFO] Shibboleth IdP :: Attribute Resolver Spring Integration SUCCESS [ 37.706 s]
[INFO] Shibboleth IdP :: CAS Protocol Implementation ...... SUCCESS [ 21.089 s]
[INFO] Shibboleth IdP :: Consent Implementation ........... SUCCESS [ 18.415 s]
[INFO] Shibboleth IdP :: System Configuration ............. SUCCESS [  6.421 s]
[INFO] Shibboleth IdP :: WAR .............................. SUCCESS [  1.613 s]
[INFO] Shibboleth IdP :: WAR distribution ................. SUCCESS [  2.140 s]
[INFO] Shibboleth IdP :: Configuration Files .............. SUCCESS [ 45.622 s]
[INFO] Shibboleth IdP :: Installer ........................ SUCCESS [ 22.600 s]
[INFO] Shibboleth IdP :: Distribution ..................... FAILURE [ 12.269 s]
[INFO] Shibboleth IdP :: BOM .............................. SKIPPED
[INFO] Shibboleth IdP :: Tests BOM ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10:17 min
[INFO] Finished at: 2021-12-30T01:24:33Z
[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