Build failed in Jenkins: spring-extensions-v6-nightly #422
Shibboleth Jenkins
noreply at shibboleth.net
Mon Jul 5 01:03:11 UTC 2021
See <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/422/display/redirect>
Changes:
------------------------------------------
Started by upstream project "java-support-v8-nightly" build number 418
originally caused by:
Started by upstream project "java-parent-project-v11-nightly" build number 413
originally caused by:
Started by upstream project "trigger-nightly-v11" build number 413
originally caused by:
Started by timer
Running as SYSTEM
Building remotely on EC2 (I2) - CentOS7 (i-075e5c7d19cbd1254) (CentOS7) in workspace <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/>
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/.git> # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://git.shibboleth.net/git/spring-extensions # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/spring-extensions
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
> git fetch --tags --progress https://git.shibboleth.net/git/spring-extensions +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision c15bb87e09e3f4a3c5f180271f01ae274eee702c (refs/remotes/origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f c15bb87e09e3f4a3c5f180271f01ae274eee702c # timeout=10
Commit message: "JPAR-180 - Update projects to use SCP site deployment"
> git rev-list --no-walk c15bb87e09e3f4a3c5f180271f01ae274eee702c # timeout=10
[spring-extensions-v6-nightly] $ /opt/maven_home/bin/mvn -Dmaven.repo.local=<http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/.repository> -V -B clean -Prelease,central-disabled -U deploy
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/maven_home
Java version: 11.0.11, vendor: Amazon.com Inc., runtime: /efs/optjava/jdk/amazon/amazon-corretto-11.0.11.9.1-linux-x64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1160.31.1.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml (601 B at 2.1 kB/s)
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/parent-11.2.2-20210705.010128-38.pom
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/parent-11.2.2-20210705.010128-38.pom (55 kB at 1.4 MB/s)
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/parent/11.2.2-SNAPSHOT/maven-metadata.xml
[INFO]
[INFO] ----------------< net.shibboleth.ext:spring-extensions >----------------
[INFO] Building Spring Framework Extension 6.1.3-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.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-M3:enforce (maven-version) @ spring-extensions ---
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ spring-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ spring-extensions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 83 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/service/ClassBasedServiceStrategy.java>: <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/service/ClassBasedServiceStrategy.java> uses 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/service/ClassBasedServiceStrategy.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ spring-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 36 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ spring-extensions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 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:3.0.0-M5:test (default-test) @ spring-extensions ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.739 s - in TestSuite
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.2.0: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.1.3-SNAPSHOT.jar>
[INFO]
[INFO] --- maven-jar-plugin:3.2.0: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.1.3-SNAPSHOT-tests.jar>
[INFO]
[INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ spring-extensions ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ spring-extensions ---
[INFO] No previous run data found, generating javadoc.
[INFO]
2 errors
4 warnings
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29.956 s
[INFO] Finished at: 2021-07-05T01:03:11Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.3.0:jar (attach-javadocs) on project spring-extensions: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/util/SpringSupport.java>:330: error: reference not found
[ERROR] * @return The range returned from {@link HttpServletSupport#getLanguageRange(HttpServletRequest)}
[ERROR] ^
[ERROR] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/util/SpringSupport.java>:331: error: reference not found
[ERROR] * with the Locale from {@link RequestContextUtils#getLocale(HttpServletRequest)} prepended
[ERROR] ^
[ERROR] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/velocity/VelocityView.java>:221: warning: no @param for model
[ERROR] protected void renderMergedTemplateModel(final Map<String,Object> model,
[ERROR] ^
[ERROR] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/velocity/VelocityView.java>:221: warning: no @param for request
[ERROR] protected void renderMergedTemplateModel(final Map<String,Object> model,
[ERROR] ^
[ERROR] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/velocity/VelocityView.java>:221: warning: no @param for response
[ERROR] protected void renderMergedTemplateModel(final Map<String,Object> model,
[ERROR] ^
[ERROR] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/velocity/VelocityView.java>:221: warning: no @throws for java.lang.Exception
[ERROR] protected void renderMergedTemplateModel(final Map<String,Object> model,
[ERROR] ^
[ERROR]
[ERROR] Command line was: /efs/optjava/jdk/amazon/amazon-corretto-11.0.11.9.1-linux-x64/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