Build failed in Jenkins: java-idp-jetty-base-9.4-nightly #526
Shibboleth Jenkins
noreply at shibboleth.net
Thu Dec 27 09:26:52 EST 2018
See <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/526/display/redirect>
------------------------------------------
Started by upstream project "java-parent-project-v7-nightly" build number 1341
originally caused by:
Started by user Scott Cantor
Building on master in workspace <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/>
> 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-idp-jetty-base # timeout=10
Fetching upstream changes from git://git.shibboleth.net/java-idp-jetty-base
> git --version # timeout=10
> git fetch --tags --progress git://git.shibboleth.net/java-idp-jetty-base +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/9.4^{commit} # timeout=10
> git rev-parse refs/remotes/origin/refs/heads/9.4^{commit} # timeout=10
Checking out Revision a8df0360ec3d74838bdf2258250abc30705381bc (refs/remotes/origin/9.4)
> git config core.sparsecheckout # timeout=10
> git checkout -f a8df0360ec3d74838bdf2258250abc30705381bc
Commit message: "Bump version after release"
> git rev-list --no-walk a8df0360ec3d74838bdf2258250abc30705381bc # timeout=10
[workspace] $ /opt/maven/bin/mvn -Dmaven.repo.local=<https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/.repository> clean -Prelease,central-disabled -U deploy
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------< net.shibboleth.idp:idp-jetty-base >------------------
[INFO] Building idp-jetty-base 9.4.1-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ idp-jetty-base ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/target>
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resources) @ idp-jetty-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:copy (copy-jetty-dta-ssl) @ idp-jetty-base ---
[INFO] Configured Artifact: net.shibboleth.utilities.jetty9:jetty9-dta-ssl:1.0.0:jar
[INFO] Copying jetty9-dta-ssl-1.0.0.jar to <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/target/idp-jetty-base/jetty-base/lib/ext/jetty9-dta-ssl-1.0.0.jar>
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:copy (copy-jetty-logging-slf4j) @ idp-jetty-base ---
[INFO] Configured Artifact: org.slf4j:slf4j-api:?:jar
[INFO] Configured Artifact: org.slf4j:jcl-over-slf4j:?:jar
[INFO] Copying slf4j-api-1.7.25.jar to <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/target/idp-jetty-base/jetty-base/lib/slf4j/slf4j-api-1.7.25.jar>
[INFO] Copying jcl-over-slf4j-1.7.25.jar to <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/target/idp-jetty-base/jetty-base/lib/slf4j/jcl-over-slf4j-1.7.25.jar>
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:copy (copy-jetty-logging-logback) @ idp-jetty-base ---
[INFO] Configured Artifact: ch.qos.logback:logback-classic:?:jar
[INFO] Configured Artifact: ch.qos.logback:logback-core:?:jar
[INFO] Configured Artifact: ch.qos.logback:logback-access:?:jar
[INFO] Copying logback-classic-1.2.3.jar to <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/target/idp-jetty-base/jetty-base/lib/logback/logback-classic-1.2.3.jar>
[INFO] Copying logback-core-1.2.3.jar to <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/target/idp-jetty-base/jetty-base/lib/logback/logback-core-1.2.3.jar>
[INFO] Copying logback-access-1.2.3.jar to <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/target/idp-jetty-base/jetty-base/lib/logback/logback-access-1.2.3.jar>
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ idp-jetty-base ---
[INFO] Skipping packaging of the test-jar
[INFO]
[INFO] --- maven-assembly-plugin:3.1.0:single (make-assembly) @ idp-jetty-base ---
[INFO] Reading assembly descriptor: src/main/assembly/tgz.xml
[INFO] Reading assembly descriptor: src/main/assembly/zip.xml
[INFO] Building tar: <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/target/idp-jetty-base-9.4.1-SNAPSHOT.tar.gz>
[INFO] Building zip: <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/target/idp-jetty-base-9.4.1-SNAPSHOT.zip>
[INFO]
[INFO] --- maven-javadoc-plugin:3.0.0:jar (attach-javadocs) @ idp-jetty-base ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] --- maven-javadoc-plugin:3.0.0:test-jar (attach-javadocs) @ idp-jetty-base ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ idp-jetty-base >>>
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ idp-jetty-base <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ idp-jetty-base ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ idp-jetty-base ---
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/pom.xml> to <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/.repository/net/shibboleth/idp/idp-jetty-base/9.4.1-SNAPSHOT/idp-jetty-base-9.4.1-SNAPSHOT.pom>
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/target/idp-jetty-base-9.4.1-SNAPSHOT.tar.gz> to <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/.repository/net/shibboleth/idp/idp-jetty-base/9.4.1-SNAPSHOT/idp-jetty-base-9.4.1-SNAPSHOT.tar.gz>
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/target/idp-jetty-base-9.4.1-SNAPSHOT.zip> to <https://build.shibboleth.net/jenkins/job/java-idp-jetty-base-9.4-nightly/ws/.repository/net/shibboleth/idp/idp-jetty-base/9.4.1-SNAPSHOT/idp-jetty-base-9.4.1-SNAPSHOT.zip>
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ idp-jetty-base ---
Downloading from snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/idp/idp-jetty-base/9.4.1-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata net.shibboleth.idp:idp-jetty-base:9.4.1-SNAPSHOT/maven-metadata.xml from/to snapshot (https://build.shibboleth.net/nexus/content/repositories/snapshots): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.319 s
[INFO] Finished at: 2018-12-27T09:26:52-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project idp-jetty-base: Failed to retrieve remote metadata net.shibboleth.idp:idp-jetty-base:9.4.1-SNAPSHOT/maven-metadata.xml: Could not transfer metadata net.shibboleth.idp:idp-jetty-base:9.4.1-SNAPSHOT/maven-metadata.xml from/to snapshot (https://build.shibboleth.net/nexus/content/repositories/snapshots): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [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