Build failed in Jenkins: xmlsectool-v3-nightly #593
Shibboleth Jenkins
noreply at shibboleth.net
Sun Dec 19 01:14:13 UTC 2021
See <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3-nightly/593/display/redirect>
Changes:
------------------------------------------
Started by upstream project "java-opensaml-v4-nightly" build number 594
originally caused by:
Started by upstream project "spring-extensions-v6-nightly" build number 586
originally caused by:
Started by upstream project "java-support-v8-nightly" build number 581
originally caused by:
Started by upstream project "java-parent-project-v11-nightly" build number 576
originally caused by:
Started by upstream project "trigger-nightly-v11" build number 577
originally caused by:
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (I2) - CentOS7 (i-0848074722b5f5add) (CentOS7) in workspace <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3-nightly/ws/>
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3-nightly/ws/.git> # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://git.shibboleth.net/git/xmlsectool # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/xmlsectool
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
> git fetch --tags --progress https://git.shibboleth.net/git/xmlsectool +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision fdb61dd559bfd4d283f5f86bfe377b8229d49b60 (refs/remotes/origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f fdb61dd559bfd4d283f5f86bfe377b8229d49b60 # timeout=10
Commit message: "JPAR-182 - Check distribution for consistency"
> git rev-list --no-walk fdb61dd559bfd4d283f5f86bfe377b8229d49b60 # timeout=10
[xmlsectool-v3-nightly] $ /opt/maven_home/bin/mvn -Dmaven.repo.local=<http://127.0.0.1:1583/jenkins/job/xmlsectool-v3-nightly/ws/.repository> -V -B clean -Prelease,central-disabled -U deploy
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/maven_home
Java version: 11.0.13, vendor: Amazon.com Inc., runtime: /efs/optjava/jdk/amazon/amazon-corretto-11.0.13.8.1-linux-x64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1160.45.1.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-thirdparty-snapshots: https://build.shibboleth.net/maven/thirdparty-snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshots: https://build.shibboleth.net/maven/snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml (603 B at 1.7 kB/s)
[INFO] Downloaded from shib-snapshots: https://build.shibboleth.net/maven/snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml (603 B at 1.7 kB/s)
[INFO] Downloading from shib-snapshots: https://build.shibboleth.net/maven/snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/parent-11.2.2-20211219.010140-201.pom
[INFO] Downloaded from shib-snapshots: https://build.shibboleth.net/maven/snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/parent-11.2.2-20211219.010140-201.pom (57 kB at 1.7 MB/s)
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml
[INFO]
[INFO] -------------------< net.shibboleth.tool:xmlsectool >-------------------
[INFO] Building XMLSecTool 3.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ xmlsectool ---
[INFO] Deleting <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3-nightly/ws/target>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ xmlsectool ---
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ xmlsectool ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ xmlsectool ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3-nightly/ws/target/classes>
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ xmlsectool ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 70 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ xmlsectool ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3-nightly/ws/target/test-classes>
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ xmlsectool ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.822 s - in TestSuite
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ xmlsectool ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3-nightly/ws/target/xmlsectool-3.0.1-SNAPSHOT.jar>
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ xmlsectool ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3-nightly/ws/target/xmlsectool-3.0.1-SNAPSHOT-tests.jar>
[INFO]
[INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ xmlsectool ---
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from apache.snapshots: https://repository.apache.org/snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata net.shibboleth:parent:11.2.2-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml
[INFO] Building zip: <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3-nightly/ws/target/xmlsectool-3.0.1-SNAPSHOT-bin.zip>
[INFO]
[INFO] --- maven-javadoc-plugin:3.3.0.1:jar (attach-javadocs) @ xmlsectool ---
[INFO] Building classpath javadoc argument
[INFO] No previous run data found, generating javadoc.
[INFO] Running patched (for flat multi-module projects) maven javadoc plugin
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3-nightly/ws/target/xmlsectool-3.0.1-SNAPSHOT-javadoc.jar>
[INFO]
[INFO] --- maven-javadoc-plugin:3.3.0.1:test-jar (attach-javadocs) @ xmlsectool ---
[INFO] Building classpath javadoc argument
[INFO] Configuration changed, re-generating javadoc.
[INFO] Running patched (for flat multi-module projects) maven javadoc plugin
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3-nightly/ws/target/xmlsectool-3.0.1-SNAPSHOT-test-javadoc.jar>
[INFO]
[INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ xmlsectool >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ xmlsectool ---
[INFO]
[INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ xmlsectool <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ xmlsectool ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3-nightly/ws/target/xmlsectool-3.0.1-SNAPSHOT-sources.jar>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ xmlsectool ---
[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-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-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-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-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 20 kB/s)
[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 16 kB/s)
[ERROR] Could not resolve group for opensaml-messaging-api
[WARNING] No keyring or asc file found for null
[ERROR] Could not load keyring for null
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:200)
at net.shibboleth.mvn.enforcer.impl.BaseSigChecker.checkSignature (BaseSigChecker.java:111)
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:304)
at net.shibboleth.mvn.enforcer.impl.JarEnforcer.execute (JarEnforcer.java:171)
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] Artifact: opensaml-messaging-api Version: 4.1.0 Group: null No keyring
[ERROR] Could not resolve group for opensaml-security-impl
[ERROR] Artifact: opensaml-security-impl Version: 4.1.0 Group: null No keyring
[ERROR] Signature check failed, check the file ./target/signatureReport.txt
[WARNING] Rule 0: net.shibboleth.mvn.enforcer.impl.JarEnforcer failed with message:
Signature check over distribution failed, check the file ./target/signatureReport.txt
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29.309 s
[INFO] Finished at: 2021-12-19T01:14:13Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (enforce) on project xmlsectool: 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
Build step 'Invoke top-level Maven targets' marked build as failure
More information about the commits
mailing list