Build failed in Jenkins: spring-extensions-v6-nightly #735

Shibboleth Jenkins noreply at shibboleth.net
Thu Oct 10 20:05:26 EDT 2019


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

Changes:


------------------------------------------
Started by upstream project "java-support-v8-nightly" build number 737
originally caused by:
 Started by upstream project "java-parent-project-v11-nightly" build number 246
 originally caused by:
  Started by upstream project "trigger-nightly-v11" build number 245
  originally caused by:
   Started by timer
Running as SYSTEM
Building in workspace <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-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/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision f79d6df22b412075f42a60da0872e758e6f10c2b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f79d6df22b412075f42a60da0872e758e6f10c2b
Commit message: "JPAR-146 - adopt Spring Framework 5.2"
 > git rev-list --no-walk f79d6df22b412075f42a60da0872e758e6f10c2b # timeout=10
[workspace] $ /opt/maven_home/bin/mvn -Dmaven.repo.local=<http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-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/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 3.3 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-20191011.000021-246.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-20191011.000021-246.pom (50 kB at 1.7 MB/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.ext:spring-extensions >----------------
[INFO] Building Spring Framework Extension 6.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/utilities/java-support/8.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/utilities/java-support/8.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/utilities/java-support/8.0.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 26 kB/s)
[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-v6-nightly/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (maven-version) @ spring-extensions ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ spring-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ spring-extensions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 69 source files to <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/target/classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/util/AbstractSpringExpressionEvaluator.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/util/AbstractSpringExpressionEvaluator.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 29 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ spring-extensions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/target/test-classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/test/java/net/shibboleth/ext/spring/service/ReloadableBeanServiceTest.java>: <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/test/java/net/shibboleth/ext/spring/service/ReloadableBeanServiceTest.java> uses unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/test/java/net/shibboleth/ext/spring/service/ReloadableBeanServiceTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ spring-extensions ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.154 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 48, 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-v6-nightly/ws/target/spring-extensions-6.0.0-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-v6-nightly/ws/target/spring-extensions-6.0.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-assembly-plugin:3.1.0:single (make-assembly) @ spring-extensions ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ spring-extensions ---
[INFO] 
1 error
8 warnings
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  44.996 s
[INFO] Finished at: 2019-10-10T20:05:26-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (attach-javadocs) on project spring-extensions: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - javadoc: error - Error fetching URL: http://www.slf4j.org/redirect.html?target=apidocs/
[ERROR] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/config/StringToResourceConverter.java>:33: warning - Tag @link: reference not found: DefaultResourceLoader
[ERROR] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/velocity/VelocityConfigurer.java>:54: warning - Tag @link: reference not found: org.springframework.ui.velocity.VelocityEngineFactoryBean
[ERROR] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/velocity/VelocityConfigurer.java>:99: warning - Tag @see: reference not found: #setVelocityEngine
[ERROR] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/velocity/VelocityEngineFactory.java>:45: warning - Tag @link: reference not found: org.springframework.web.servlet.view.velocity.VelocityConfigurer
[ERROR] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/velocity/VelocityEngineFactory.java>:59: warning - Tag @link: reference not found: CommonsLogLogChute
[ERROR] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/velocity/VelocityEngineFactory.java>:69: warning - Tag @see: reference not found: #setOverrideLogging
[ERROR] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/velocity/VelocityEngineFactory.java>:72: warning - Tag @see: reference not found: org.springframework.web.servlet.view.velocity.VelocityConfigurer
[ERROR] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/velocity/VelocityEngineFactoryBean.java>:52: warning - Tag @see: reference not found: org.springframework.web.servlet.view.velocity.VelocityConfigurer
[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/spring-extensions-v6-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