Build failed in Jenkins: java-support-v8-nightly #872
Shibboleth Jenkins
noreply at shibboleth.net
Wed Feb 19 20:08:34 EST 2020
See <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/872/display/redirect?page=changes>
Changes:
[Brent Putman] IDP-1397: Removal of deprecated features
[Brent Putman] IDP-1397: Removal of deprecated features
[Brent Putman] IDP-1397: Removal of deprecated features
[Brent Putman] OSJ-300: Deprecation of HttpClient X509HostnameVerifier interface
[Brent Putman] OSJ-300: Deprecation of HttpClient X509HostnameVerifier interface
[Brent Putman] JSPT-88: Problematic finalize in BasicParserPool
[Brent Putman] Add a basic CleanerSupport utility class
[Brent Putman] IDP-1397: Removal of deprecated features
------------------------------------------
Started by upstream project "java-parent-project-v11-nightly" build number 381
originally caused by:
Started by upstream project "trigger-nightly-v11" build number 378
originally caused by:
Started by timer
Running as SYSTEM
Building remotely on EC2 (CentOS7) - CentOS7-nightly (i-05e533608386d1b78) (CentOS7-nightly) in workspace <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/>
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://git.shibboleth.net/java-support # timeout=10
Fetching upstream changes from git://git.shibboleth.net/java-support
> git --version # timeout=10
> git fetch --tags --progress git://git.shibboleth.net/java-support +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 34d195f38d187a7a86aee3459bcf1d705e33b80e (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 34d195f38d187a7a86aee3459bcf1d705e33b80e # timeout=10
Commit message: "IDP-1397: Removal of deprecated features"
> git rev-list --no-walk 00062c7b31d1f50419f7debc89ad0e6049e5f5ac # 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> -B clean -Prelease,central-disabled -U deploy
[INFO] Scanning for projects...
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/net/shibboleth/parent/11.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.0.0-SNAPSHOT/maven-metadata.xml (603 B at 1.6 kB/s)
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.0.0-SNAPSHOT/parent-11.0.0-20200220.010722-383.pom
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.0.0-SNAPSHOT/parent-11.0.0-20200220.010722-383.pom (53 kB at 667 kB/s)
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/parent/11.0.0-SNAPSHOT/maven-metadata.xml
[INFO]
[INFO] ---------------< net.shibboleth.utilities:java-support >----------------
[INFO] Building java-support 8.0.0-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.1.0:resources (default-resources) @ java-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ java-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 163 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.1.0:testResources (default-testResources) @ java-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 24 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ java-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 85 source files to <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/target/test-classes>
[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-M4:test (default-test) @ java-support ---
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/testng/testng/5.10/testng-5.10.pom
[WARNING] Missing POM for org.testng:testng:jar:jdk15:5.10
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom
[WARNING] Missing POM for org.easytesting:fest-assert:jar:1.4
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 282, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.224 s - in TestSuite
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 282, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.2.0: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.0.0-SNAPSHOT.jar>
[INFO]
[INFO] --- maven-jar-plugin:3.2.0: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.0.0-SNAPSHOT-tests.jar>
[INFO]
[INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ java-support ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ java-support ---
[INFO]
2 errors
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47.030 s
[INFO] Finished at: 2020-02-20T01:08:33Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar (attach-javadocs) on project java-support: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java>:79: error: reference not found
[ERROR] /** HttpContext key for an instance of {@link X509HostnameVerifier}. */
[ERROR] ^
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/ws/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactoryBuilder.java>:219: error: reference not found
[ERROR] * Set the {@link X509HostnameVerifier} instance used by the socket factory.
[ERROR] ^
[ERROR]
[ERROR] Command line was: /opt/jdk/amazon-11/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