Build failed in Jenkins: java-versions-set-nightly #139
Shibboleth Jenkins
noreply at shibboleth.net
Wed Sep 21 12:54:08 UTC 2022
See <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/139/display/redirect>
Changes:
------------------------------------------
Started by user Rod Widdowson
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (I2) - CentOS7 (i-0d6701da44e528fad) (CentOS7) in workspace <http://127.0.0.1:1583/jenkins/job/java-versions-set-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/java-versions-set-nightly/ws/.git> # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://git.shibboleth.net/git/java-support # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-support
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
> git fetch --tags --progress https://git.shibboleth.net/git/java-support +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/maint-8^{commit} # timeout=10
Checking out Revision 31ece0aa43759457bb87f12a99beaf79f7fccd18 (refs/remotes/origin/maint-8)
> git config core.sparsecheckout # timeout=10
> git checkout -f 31ece0aa43759457bb87f12a99beaf79f7fccd18 # timeout=10
Commit message: "Bump minor version to 8.4."
> git rev-list --no-walk 31ece0aa43759457bb87f12a99beaf79f7fccd18 # timeout=10
[java-versions-set-nightly] $ /opt/maven_home/bin/mvn -DgenerateBackupPoms=false -DnewVersion=99.999.9999-SNAPSHOT -Dmaven.repo.local=<http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/.repository> versions:set
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------< net.shibboleth.utilities:java-support >----------------
[INFO] Building java-support 8.4.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.12.0:set (default-cli) @ java-support ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/>
[INFO] Processing change of net.shibboleth.utilities:java-support:8.4.0-SNAPSHOT -> 99.999.9999-SNAPSHOT
[INFO] Processing net.shibboleth.utilities:java-support
[INFO] Updating project net.shibboleth.utilities:java-support
[INFO] from version 8.4.0-SNAPSHOT to 99.999.9999-SNAPSHOT
expression: slf4j.groupId no value
expression: spring.groupId no value
expression: spring.groupId no value
expression: spring.groupId no value
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.647 s
[INFO] Finished at: 2022-09-21T12:53:35Z
[INFO] ------------------------------------------------------------------------
[java-versions-set-nightly] $ /opt/maven_home/bin/mvn -DnoTest= -Dmaven.repo.local=<http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/.repository> -V -B clean install
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/maven_home
Java version: 11.0.16.1, vendor: Amazon.com Inc., runtime: /efs/optjava/jdk/amazon/amazon-corretto-11.0.16.9.1-linux-x64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1160.76.1.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------< net.shibboleth.utilities:java-support >----------------
[INFO] Building java-support 99.999.9999-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ java-support ---
[INFO] Deleting <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/target>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ java-support ---
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ java-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ java-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 174 source files to <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/target/classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/net/HttpServletSupport.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/net/HttpServletSupport.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ java-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 24 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ java-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 87 source files to <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/target/test-classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/src/test/java/net/shibboleth/utilities/java/support/testing/TestSupportTest.java>: Some input files use or override a deprecated API that is marked for removal.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/src/test/java/net/shibboleth/utilities/java/support/testing/TestSupportTest.java>: Recompile with -Xlint:removal for details.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/src/test/java/net/shibboleth/utilities/java/support/resolver/ResolverSupportTest.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/src/test/java/net/shibboleth/utilities/java/support/resolver/ResolverSupportTest.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ java-support ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 294, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.205 s - in TestSuite
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 294, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ java-support ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/target/java-support-99.999.9999-SNAPSHOT.jar>
[INFO]
[INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ java-support ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/target/java-support-99.999.9999-SNAPSHOT-tests.jar>
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ java-support ---
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/target/java-support-99.999.9999-SNAPSHOT.jar> to <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/.repository/net/shibboleth/utilities/java-support/99.999.9999-SNAPSHOT/java-support-99.999.9999-SNAPSHOT.jar>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/pom.xml> to <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/.repository/net/shibboleth/utilities/java-support/99.999.9999-SNAPSHOT/java-support-99.999.9999-SNAPSHOT.pom>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/target/java-support-99.999.9999-SNAPSHOT-tests.jar> to <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/.repository/net/shibboleth/utilities/java-support/99.999.9999-SNAPSHOT/java-support-99.999.9999-SNAPSHOT-tests.jar>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (M2-enforce) @ java-support ---
[INFO] Inferred M2 Root at <http://127.0.0.1:1583/jenkins/job/java-versions-set-nightly/ws/.repository>
[ERROR] maven-common-artifact-filters 3.3.1 KeyId (0x2B172E3E156466E8) not found in keyring for org.apache.maven.shared
[ERROR] versions-maven-plugin 2.12.0 KeyId (0x9EB80E92EB2135B1) not found in keyring for org.codehaus.mojo
[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] 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] 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] 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.
[ERROR] woodstox-core 6.3.1 KeyId (0x3D12CA2AC19F3181) not found in keyring for com.fasterxml.woodstox
[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.
[WARNING] Rule 0: net.shibboleth.mvn.enforcer.impl.JarEnforcer failed with message:
Signature check over ~m2 failed, check the file ./target/m2SignatureReport.txt
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31.289 s
[INFO] Finished at: 2022-09-21T12:54:08Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (M2-enforce) on project java-support: 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