Build failed in Jenkins: java-support-v8-nightly #25
Shibboleth Jenkins
noreply at shibboleth.net
Mon Jun 8 14:32:45 UTC 2020
See <http://127.0.0.1:1583/jenkins/job/java-support-v8-nightly/25/display/redirect?page=changes>
Changes:
[Scott Cantor] Open branch for development.
------------------------------------------
Started by upstream project "java-parent-project-v11-nightly" build number 25
originally caused by:
Started by upstream project "trigger-nightly-v11" build number 28
originally caused by:
Started by user Scott Cantor
Running as SYSTEM
Building remotely on EC2 (I2) - CentOS7 (i-08faf134947a355e0) (CentOS7) 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 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 fetch --tags --progress https://git.shibboleth.net/git/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 021895dd0ab2e0c08e9afccc805f126add93c3bc (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 021895dd0ab2e0c08e9afccc805f126add93c3bc # timeout=10
Commit message: "Open branch for development."
> git rev-list --no-walk b2cad1cfadccf36d932ffd28c76e59495ffb4445 # 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.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.1.0-SNAPSHOT/maven-metadata.xml (599 B at 1.7 kB/s)
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.1.0-SNAPSHOT/parent-11.1.0-20200608.140751-4.pom
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.1.0-SNAPSHOT/parent-11.1.0-20200608.140751-4.pom (53 kB at 1.6 MB/s)
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/parent/11.1.0-SNAPSHOT/maven-metadata.xml
[INFO]
[INFO] ---------------< net.shibboleth.utilities:java-support >----------------
[INFO] Building java-support 8.1.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 25 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ java-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 91 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: 289, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.989 s - in TestSuite
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 289, 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.1.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.1.0-SNAPSHOT-tests.jar>
[INFO]
[INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ java-support ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.2.0: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]
3 errors
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45.951 s
[INFO] Finished at: 2020-06-08T14:32:45Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal net.shibboleth.maven.plugins:maven-javadoc-plugin:3.2.0:jar (attach-javadocs) on project java-support: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - javadoc: error - Error fetching URL: https://build.shibboleth.net/nexus/content/sites/site/java-support/8.1.0/apidocs/
[ERROR] javadoc: error - Error fetching URL: https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/4.1.0/apidocs/
[ERROR] javadoc: error - Error fetching URL: https://build.shibboleth.net/nexus/content/sites/site/spring-extensions/6.1.0/apidocs/
[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