Build failed in Jenkins: spring-extensions-v5-nightly #1744

Shibboleth Jenkins noreply at shibboleth.net
Mon Feb 3 20:06:55 EST 2020


See <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/1744/display/redirect>

Changes:


------------------------------------------
Started by upstream project "java-support-v7-nightly" build number 1744
originally caused by:
 Started by upstream project "java-parent-project-v7-nightly" build number 1739
 originally caused by:
  Started by upstream project "trigger-nightly-v7" build number 1735
  originally caused by:
   Started by timer
Running as SYSTEM
Building in workspace <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-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/spring-extensions # timeout=10
Fetching upstream changes from git://git.shibboleth.net/spring-extensions
 > git --version # timeout=10
 > git fetch --tags --progress git://git.shibboleth.net/spring-extensions +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/maint-5^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/maint-5^{commit} # timeout=10
Checking out Revision b000cd404003385596491649c94b3b4668b66e99 (refs/remotes/origin/maint-5)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b000cd404003385596491649c94b3b4668b66e99 # timeout=10
Commit message: "JPAR-156 - Compatibility changes for checkstyle 8.28"
 > git rev-list --no-walk b000cd404003385596491649c94b3b4668b66e99 # timeout=10
[workspace] $ /opt/maven_home/bin/mvn -Dmaven.repo.local=<http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/.repository> -B clean -Prelease,central-disabled -U deploy
[INFO] Scanning for projects...
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/7.11.1-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata net.shibboleth:parent:7.11.1-SNAPSHOT/maven-metadata.xml from/to shib-snapshot (https://build.shibboleth.net/nexus/content/repositories/snapshots): Transfer failed for https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/7.11.1-SNAPSHOT/maven-metadata.xml
[WARNING] Failure to transfer net.shibboleth:parent:7.11.1-SNAPSHOT/maven-metadata.xml from https://build.shibboleth.net/nexus/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of shib-snapshot has elapsed or updates are forced. Original error: Could not transfer metadata net.shibboleth:parent:7.11.1-SNAPSHOT/maven-metadata.xml from/to shib-snapshot (https://build.shibboleth.net/nexus/content/repositories/snapshots): Transfer failed for https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/7.11.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/parent/7.11.1-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata net.shibboleth:parent:7.11.1-SNAPSHOT/maven-metadata.xml from/to shib-thirdparty-snapshot (https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots): Transfer failed for https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/parent/7.11.1-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] ----------------< net.shibboleth.ext:spring-extensions >----------------
[INFO] Building Spring Framework Extension 5.4.2-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ spring-extensions ---
[INFO] Deleting <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/target>
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ spring-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ spring-extensions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 59 source files to <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/target/classes>
[WARNING] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/src/main/java/net/shibboleth/ext/spring/resource/SVNBasicAuthenticationManager.java>:[154,19] getProxyPassword() in org.tmatesoft.svn.core.auth.BasicAuthenticationManager has been deprecated
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/src/main/java/net/shibboleth/ext/spring/service/ClassBasedServiceStrategy.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/src/main/java/net/shibboleth/ext/spring/service/ClassBasedServiceStrategy.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ spring-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 64 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ spring-extensions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/target/test-classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/src/test/java/net/shibboleth/ext/spring/service/ReloadableBeanServiceTest.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/src/test/java/net/shibboleth/ext/spring/service/ReloadableBeanServiceTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ spring-extensions ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.128 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ spring-extensions ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/target/spring-extensions-5.4.2-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ spring-extensions ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/target/spring-extensions-5.4.2-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-assembly-plugin:3.1.0:single (make-assembly) @ spring-extensions ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.0:jar (attach-javadocs) @ spring-extensions ---
[INFO] 
7 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Error fetching URL: http://www.ldaptive.org/javadocs/package-list
[WARNING] javadoc: warning - Error fetching URL: https://build.shibboleth.net/nexus/content/sites/site/java-support/7.4.2/apidocs/package-list
[WARNING] javadoc: warning - Error fetching URL: https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/${opensaml.version}/apidocs/package-list
[WARNING] javadoc: warning - Error fetching URL: https://build.shibboleth.net/nexus/content/sites/site/spring-extensions/${spring-extensions.version}/apidocs/package-list
[WARNING] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/src/main/java/net/shibboleth/ext/spring/util/AbstractSpringExpressionEvaluator.java>:155: warning - @inheritDoc used but evaluate(T) does not override or implement any method.
[WARNING] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/src/main/java/net/shibboleth/ext/spring/util/AbstractSpringExpressionEvaluator.java>:155: warning - @inheritDoc used but evaluate(T) does not override or implement any method.
[WARNING] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/src/main/java/net/shibboleth/ext/spring/util/AbstractSpringExpressionEvaluator.java>:155: warning - @inheritDoc used but evaluate(T) does not override or implement any method.
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/target/spring-extensions-5.4.2-SNAPSHOT-javadoc.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.0:test-jar (attach-javadocs) @ spring-extensions ---
[INFO] 
4 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Error fetching URL: http://www.ldaptive.org/javadocs/package-list
[WARNING] javadoc: warning - Error fetching URL: https://build.shibboleth.net/nexus/content/sites/site/java-support/7.4.2/apidocs/package-list
[WARNING] javadoc: warning - Error fetching URL: https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/${opensaml.version}/apidocs/package-list
[WARNING] javadoc: warning - Error fetching URL: https://build.shibboleth.net/nexus/content/sites/site/spring-extensions/${spring-extensions.version}/apidocs/package-list
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/target/spring-extensions-5.4.2-SNAPSHOT-test-javadoc.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ spring-extensions >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ spring-extensions <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ spring-extensions ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/target/spring-extensions-5.4.2-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ spring-extensions ---
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/target/spring-extensions-5.4.2-SNAPSHOT.jar> to <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/.repository/net/shibboleth/ext/spring-extensions/5.4.2-SNAPSHOT/spring-extensions-5.4.2-SNAPSHOT.jar>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/pom.xml> to <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/.repository/net/shibboleth/ext/spring-extensions/5.4.2-SNAPSHOT/spring-extensions-5.4.2-SNAPSHOT.pom>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/target/spring-extensions-5.4.2-SNAPSHOT-tests.jar> to <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/.repository/net/shibboleth/ext/spring-extensions/5.4.2-SNAPSHOT/spring-extensions-5.4.2-SNAPSHOT-tests.jar>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/target/spring-extensions-5.4.2-SNAPSHOT-javadoc.jar> to <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/.repository/net/shibboleth/ext/spring-extensions/5.4.2-SNAPSHOT/spring-extensions-5.4.2-SNAPSHOT-javadoc.jar>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/target/spring-extensions-5.4.2-SNAPSHOT-test-javadoc.jar> to <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/.repository/net/shibboleth/ext/spring-extensions/5.4.2-SNAPSHOT/spring-extensions-5.4.2-SNAPSHOT-test-javadoc.jar>
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/target/spring-extensions-5.4.2-SNAPSHOT-sources.jar> to <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-nightly/ws/.repository/net/shibboleth/ext/spring-extensions/5.4.2-SNAPSHOT/spring-extensions-5.4.2-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ spring-extensions ---
[INFO] Downloading from snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/ext/spring-extensions/5.4.2-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata net.shibboleth.ext:spring-extensions:5.4.2-SNAPSHOT/maven-metadata.xml from/to snapshot (https://build.shibboleth.net/nexus/content/repositories/snapshots): Transfer failed for https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/ext/spring-extensions/5.4.2-SNAPSHOT/maven-metadata.xml
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:00 min
[INFO] Finished at: 2020-02-03T20:06:55-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project spring-extensions: Failed to retrieve remote metadata net.shibboleth.ext:spring-extensions:5.4.2-SNAPSHOT/maven-metadata.xml: Could not transfer metadata net.shibboleth.ext:spring-extensions:5.4.2-SNAPSHOT/maven-metadata.xml from/to snapshot (https://build.shibboleth.net/nexus/content/repositories/snapshots): Transfer failed for https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/ext/spring-extensions/5.4.2-SNAPSHOT/maven-metadata.xml: Received fatal alert: protocol_version -> [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
Publishing Javadoc
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
Saving reports...
Processing '/var/lib/jenkins/jobs/spring-extensions-v5-nightly/builds/1744/testng/testng-results.xml'
TestNG Reports Processing: FINISH


More information about the commits mailing list