Build failed in Jenkins: java-support-v8-nightly #829

Shibboleth Jenkins noreply at shibboleth.net
Mon Aug 1 01:02:57 UTC 2022


See <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/829/display/redirect>

Changes:


------------------------------------------
Started by upstream project "java-parent-project-v11-nightly" build number 808
originally caused by:
 Started by upstream project "trigger-nightly-v11" build number 804
 originally caused by:
  Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (I2) - CentOS7 (i-0e612f98c4723d055) (CentOS7) in workspace <http://127.0.0.1:1583/jenkins/job/java-support-v8-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-support-v8-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 8cbb8a6d62c205fdc4cfd98b27571993adf0e743 (refs/remotes/origin/maint-8)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8cbb8a6d62c205fdc4cfd98b27571993adf0e743 # timeout=10
Commit message: "Unlock parent POM for full stack testing."
 > git rev-list --no-walk 8cbb8a6d62c205fdc4cfd98b27571993adf0e743 # timeout=10
[java-support-v8-nightly] $ /opt/maven_home/bin/mvn -Dmaven.repo.local=<http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/.repository> -V -B clean -P release -U deploy
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/maven_home
Java version: 11.0.16, vendor: Amazon.com Inc., runtime: /efs/optjava/jdk/amazon/amazon-corretto-11.0.16.8.1-linux-x64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1160.66.1.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/net/shibboleth/parent/11.3.4-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/parent/11.3.4-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/parent/11.3.4-SNAPSHOT/maven-metadata.xml (601 B at 1.7 kB/s)
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/parent/11.3.4-SNAPSHOT/parent-11.3.4-20220801.010128-83.pom
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/parent/11.3.4-SNAPSHOT/parent-11.3.4-20220801.010128-83.pom (60 kB at 2.4 MB/s)
[INFO] 
[INFO] ---------------< net.shibboleth.utilities:java-support >----------------
[INFO] Building java-support 8.3.2-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-support-v8-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 172 source files to <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/target/classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactory.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-support-v8-nightly/ws/target/test-classes>
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/src/test/java/net/shibboleth/utilities/java/support/testing/TestSupportTest.java>:[12,20] isJavaV7OrLater() in net.shibboleth.utilities.java.support.testing.TestSupport has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/src/test/java/net/shibboleth/utilities/java/support/testing/TestSupportTest.java>:[18,20] isJavaV8OrLater() in net.shibboleth.utilities.java.support.testing.TestSupport has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/src/test/java/net/shibboleth/utilities/java/support/testing/TestSupportTest.java>:[24,20] isJavaV9OrLater() in net.shibboleth.utilities.java.support.testing.TestSupport has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/src/test/java/net/shibboleth/utilities/java/support/testing/TestSupportTest.java>:[30,20] isJavaV11OrLater() in net.shibboleth.utilities.java.support.testing.TestSupport has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/src/test/java/net/shibboleth/utilities/java/support/security/impl/ScriptedKeyStrategyTest.java>:[62,31] EvaluableScript(java.lang.String,java.io.File) in net.shibboleth.utilities.java.support.scripting.EvaluableScript has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/src/test/java/net/shibboleth/utilities/java/support/security/impl/ScriptedKeyStrategyTest.java>:[76,32] EvaluableScript(java.lang.String) in net.shibboleth.utilities.java.support.scripting.EvaluableScript has been deprecated and marked for removal
[INFO] <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/src/test/java/net/shibboleth/utilities/java/support/httpclient/ContextHandlingHttpClientTest.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/src/test/java/net/shibboleth/utilities/java/support/httpclient/ContextHandlingHttpClientTest.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: 293, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.292 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 293, 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-support-v8-nightly/ws/target/java-support-8.3.2-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-support-v8-nightly/ws/target/java-support-8.3.2-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ java-support ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.3.0.2:jar (attach-javadocs) @ java-support ---
[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] 
1 error
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  42.461 s
[INFO] Finished at: 2022-08-01T01:02:57Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal net.shibboleth.maven.plugins:maven-javadoc-plugin:3.3.0.2:jar (attach-javadocs) on project java-support: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - javadoc: error - Error fetching URL: https://javadoc.jitpack.io/com/github/cbeust/testng/master/javadoc/
[ERROR] 
[ERROR] Command line was: /efs/optjava/jdk/amazon/amazon-corretto-11.0.16.8.1-linux-x64/bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/target/apidocs'> dir.
[ERROR] -> [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