Build failed in Jenkins: java-shib-shared-v9-nightly #31
Shibboleth Jenkins
noreply at shibboleth.net
Thu Sep 8 14:56:59 UTC 2022
See <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/31/display/redirect>
Changes:
------------------------------------------
Started by user Scott Cantor
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (I2) - CentOS7 (i-0d6701da44e528fad) (CentOS7) in workspace <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-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/java-shib-shared-v9-nightly/ws/.git> # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://git.shibboleth.net/git/java-shib-shared # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-shib-shared
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
> git fetch --tags --progress https://git.shibboleth.net/git/java-shib-shared +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision b812601ad44172180453a8fe15a3cb76aff59ece (refs/remotes/origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f b812601ad44172180453a8fe15a3cb76aff59ece # timeout=10
Commit message: "Apply results of dependency analyzer."
> git rev-list --no-walk b812601ad44172180453a8fe15a3cb76aff59ece # timeout=10
[java-shib-shared-v9-nightly] $ /opt/maven_home/bin/mvn -Dmaven.repo.local=<http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/.repository> -V -B -Dno-check-m2 clean -P release -U deploy
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/maven_home
Java version: 17.0.4.1, vendor: Amazon.com Inc., runtime: /efs/optjava/jdk/amazon/amazon-corretto-17.0.4.9.1-linux-x64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1160.76.1.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/net/shibboleth/parent/17.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/parent/17.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/parent/17.0.0-SNAPSHOT/maven-metadata.xml (603 B at 1.9 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Shibboleth Shared Components [pom]
[INFO] Shibboleth Shared Components :: BOM [pom]
[INFO] Shibboleth Shared :: Generic Support Classes [jar]
[INFO] Shibboleth Shared :: Networking Support [jar]
[INFO] Shibboleth Shared :: Spring Support Classes [jar]
[INFO] Shibboleth Shared :: Security Support [jar]
[INFO] Shibboleth Shared :: Services Support [jar]
[INFO] Shibboleth Shared :: Testing Support [jar]
[INFO] Shibboleth Shared :: Velocity Support [jar]
[INFO] Shibboleth Shared :: Velocity Spring Support [jar]
[INFO]
[INFO] -----------------< net.shibboleth:shib-shared-parent >------------------
[INFO] Building Shibboleth Shared Components 9.0.0-SNAPSHOT [1/10]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ shib-shared-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ shib-shared-parent ---
[INFO]
[INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ shib-shared-parent ---
[INFO] Skipping packaging of the test-jar
[INFO]
[INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ shib-shared-parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.3.0.2:jar (attach-javadocs) @ shib-shared-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] --- maven-javadoc-plugin:3.3.0.2:test-jar (attach-javadocs) @ shib-shared-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ shib-shared-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ shib-shared-parent ---
[INFO]
[INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ shib-shared-parent <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ shib-shared-parent ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ shib-shared-parent ---
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/pom.xml> to <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/.repository/net/shibboleth/shib-shared-parent/9.0.0-SNAPSHOT/shib-shared-parent-9.0.0-SNAPSHOT.pom>
[INFO]
[INFO] --- maven-deploy-plugin:3.0.0-M2:deploy (default-deploy) @ shib-shared-parent ---
[INFO] Using alternate deployment repository snapshot::https://build.shibboleth.net/nexus-proxy/content/repositories/snapshots
[INFO] Deploying net.shibboleth:shib-shared-parent:9.0.0-SNAPSHOT at end
[INFO]
[INFO] -------------------< net.shibboleth:shib-shared-bom >-------------------
[INFO] Building Shibboleth Shared Components :: BOM 9.0.0-SNAPSHOT [2/10]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ shib-shared-bom ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ shib-shared-bom ---
[INFO]
[INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ shib-shared-bom ---
[INFO] Skipping packaging of the test-jar
[INFO]
[INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ shib-shared-bom ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.3.0.2:jar (attach-javadocs) @ shib-shared-bom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] --- maven-javadoc-plugin:3.3.0.2:test-jar (attach-javadocs) @ shib-shared-bom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ shib-shared-bom >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ shib-shared-bom ---
[INFO]
[INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ shib-shared-bom <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ shib-shared-bom ---
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ shib-shared-bom ---
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-shared-bom/pom.xml> to <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/.repository/net/shibboleth/shib-shared-bom/9.0.0-SNAPSHOT/shib-shared-bom-9.0.0-SNAPSHOT.pom>
[INFO]
[INFO] --- maven-deploy-plugin:3.0.0-M2:deploy (default-deploy) @ shib-shared-bom ---
[INFO] Using alternate deployment repository snapshot::https://build.shibboleth.net/nexus-proxy/content/repositories/snapshots
[INFO] Deploying net.shibboleth:shib-shared-bom:9.0.0-SNAPSHOT at end
[INFO]
[INFO] --------------------< net.shibboleth:shib-support >---------------------
[INFO] Building Shibboleth Shared :: Generic Support Classes 9.0.0-SNAPSHOT [3/10]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ shib-support ---
[INFO] Deleting <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/target>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ shib-support ---
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ shib-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ shib-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 113 source files to <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/target/classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/main/java/net/shibboleth/utilities/java/support/collection/ClassIndexedSet.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/main/java/net/shibboleth/utilities/java/support/collection/ClassIndexedSet.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ shib-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 20 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ shib-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 54 source files to <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/target/test-classes>
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[29,9] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[31,9] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[36,9] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[41,9] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[43,9] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[48,9] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[56,13] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[63,13] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[70,13] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[81,13] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[89,13] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[95,13] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[106,13] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[113,13] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/component/ComponentSupportTest.java>:[120,13] net.shibboleth.utilities.java.support.component.ComponentSupport in net.shibboleth.utilities.java.support.component has been deprecated and marked for removal
[INFO] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/logic/AllMatchPredicateTest.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/src/test/java/net/shibboleth/utilities/java/support/logic/AllMatchPredicateTest.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ shib-support ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 166, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.725 s - in TestSuite
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 166, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ shib-support ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/target/shib-support-9.0.0-SNAPSHOT.jar>
[INFO]
[INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ shib-support ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/target/shib-support-9.0.0-SNAPSHOT-tests.jar>
[INFO]
[INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ shib-support ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.3.0.2:jar (attach-javadocs) @ shib-support ---
[ERROR] Error fetching link: <http://127.0.0.1:1583/jenkins/job/java-shib-shared-v9-nightly/ws/shib-support/target/javadoc-bundle-options.> Ignored it.
[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] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth Shared Components 9.0.0-SNAPSHOT:
[INFO]
[INFO] Shibboleth Shared Components ....................... SUCCESS [ 3.588 s]
[INFO] Shibboleth Shared Components :: BOM ................ SUCCESS [ 0.048 s]
[INFO] Shibboleth Shared :: Generic Support Classes ....... FAILURE [ 17.107 s]
[INFO] Shibboleth Shared :: Networking Support ............ SKIPPED
[INFO] Shibboleth Shared :: Spring Support Classes ........ SKIPPED
[INFO] Shibboleth Shared :: Security Support .............. SKIPPED
[INFO] Shibboleth Shared :: Services Support .............. SKIPPED
[INFO] Shibboleth Shared :: Testing Support ............... SKIPPED
[INFO] Shibboleth Shared :: Velocity Support .............. SKIPPED
[INFO] Shibboleth Shared :: Velocity Spring Support ....... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.898 s
[INFO] Finished at: 2022-09-08T14:56:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal net.shibboleth.maven.plugins:maven-javadoc-plugin:3.3.0.2:jar (attach-javadocs) on project shib-support: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - error: Error fetching URL: https://shibboleth.net/sites/snapshot/spring-webflow/3.0.0-M1/javadoc/ (java.io.FileNotFoundException: https://shibboleth.net/sites/snapshot/spring-webflow/3.0.0-M1/javadoc/package-list)
[ERROR] 1 error
[ERROR]
[ERROR] Command line was: /efs/optjava/jdk/amazon/amazon-corretto-17.0.4.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/java-shib-shared-v9-nightly/ws/shib-support/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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :shib-support
Build step 'Invoke top-level Maven targets' marked build as failure
More information about the commits
mailing list