Skip to content

Console Output

Skipping 7 KB.. Full Log
     trust: ultimate      validity: unknown
ssb  rsa4096/AFC18A2271EDDFE1
     created: 2018-10-02  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse GlassFish <glassfish-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2028-10-02
pub  rsa4096/FD8776B8DA948C3D
     created: 2018-10-02  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/AFC18A2271EDDFE1
     created: 2018-10-02  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse GlassFish <glassfish-dev@eclipse.org>

pub  rsa4096/FD8776B8DA948C3D
     created: 2018-10-02  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/AFC18A2271EDDFE1
     created: 2018-10-02  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse GlassFish <glassfish-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/FD8776B8DA948C3D
     created: 2018-10-02  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/AFC18A2271EDDFE1
     created: 2018-10-02  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse GlassFish <glassfish-dev@eclipse.org>

[all-projects_1_build-and-stage] $ /bin/bash -e /tmp/jenkins6880833091613413374.sh
[all-projects_1_build-and-stage] $ /bin/bash -ex /tmp/jenkins7284945821222532923.sh
+ TOOLS_PREFIX=/opt/tools
+ JAVA_PREFIX=/opt/tools/java/openjdk
+ MVN_HOME=/opt/tools/apache-maven/latest
+ JAVA_HOME=/opt/tools/java/openjdk/jdk-11/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ MVN_EXTRA='-DsonatypeOssDistMgmtNexusUrl=https://jakarta.oss.sonatype.org/ --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn'
+ MVN_DEPLOY_EXTRA=
+ VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.5
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:2.1.1
+ STAGING_NAME=orgglassfish
+ STAGING_PROFILE_ID=1c0c18a0fc339
+ case "${PROJECT}" in
+ GIT_REPO=git@github.com:eclipse-ee4j/glassfish-shoal.git
+ STAGING_DESC=shoal:3.1.0
+ [[ shoal =~ ^fighterfish-* ]]
+ '[' shoal = osgi-resource-locator ']'
+ '[' shoal = repackaged ']'
+ BUILD_DIR=/home/jenkins/agent/workspace/all-projects_1_build-and-stage
+ git clone git@github.com:eclipse-ee4j/glassfish-shoal.git .
Cloning into '.'...
+ git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.
+ cd /home/jenkins/agent/workspace/all-projects_1_build-and-stage
+ grep '<version>' pom.xml
+ grep SNAPSHOT
    <version>3.1.0-SNAPSHOT</version>
++ mvn -DsonatypeOssDistMgmtNexusUrl=https://jakarta.oss.sonatype.org/ --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version
++ grep -v -e INFO -e WARNING -e Apache -e Maven -e Java -e Default -e OS
+ PROJECT_VERSION=3.1.0-SNAPSHOT
++ echo 3.1.0-SNAPSHOT
++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$'
+ SNAPSHOT_VERSION=3.1.0-SNAPSHOT
+ echo 'Snapshot version is: 3.1.0-SNAPSHOT'
Snapshot version is: 3.1.0-SNAPSHOT
+ [[ -z 3.1.0 ]]
+ '[' -z 3.1.1-SNAPSHOT ']'
+ RELEASE_TAG=3.1.0
+ RELEASE_BRANCH=3.1.0-BRANCH
+ echo 'Current version: 3.1.0-SNAPSHOT'
Current version: 3.1.0-SNAPSHOT
+ echo 'Release version: 3.1.0'
Release version: 3.1.0
+ echo 'Next version:    3.1.1-SNAPSHOT'
Next version:    3.1.1-SNAPSHOT
+ echo 'Release branch:  3.1.0-BRANCH'
Release branch:  3.1.0-BRANCH
+ echo 'Release tag:     3.1.0'
Release tag:     3.1.0
+ [[ -z 3.1.0-SNAPSHOT ]]
+ [[ -z 3.1.0 ]]
+ [[ -z 3.1.1-SNAPSHOT ]]
+ [[ false = \t\r\u\e ]]
+ GIT_ORIGIN=origin
+ echo '-[ Prepare branch ]-------------------------------------------------------------'
-[ Prepare branch ]-------------------------------------------------------------
++ git branch -r
++ grep origin/3.1.0-BRANCH
+ [[ -n '' ]]
+ echo '-[ Release tag cleanup ]--------------------------------------------------------'
-[ Release tag cleanup ]--------------------------------------------------------
++ git ls-remote --tags origin
++ grep -o 'refs/tags/3.1.0$'
+ [[ -n '' ]]
+ git branch --delete 3.1.0-BRANCH
error: branch '3.1.0-BRANCH' not found.
+ git checkout -b 3.1.0-BRANCH
Switched to a new branch '3.1.0-BRANCH'
+ git tag --delete 3.1.0
error: tag '3.1.0' not found.
+ echo '-[ Set release version ]--------------------------------------------------------'
-[ Set release version ]--------------------------------------------------------
+ find . -name pom.xml -exec sed -i 's|<version>3.1.0-SNAPSHOT</version>|<version>3.1.0</version>|g' '{}' ';'
+ echo '-[ Commit modified pom.xml files ]----------------------------------------------'
-[ Commit modified pom.xml files ]----------------------------------------------
++ git status
++ grep -E 'modified:.*pom\.xml'
++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//'
+ POM_FILES='backing-store/pom.xml
cache/pom.xml
gms/api/pom.xml
gms/impl/pom.xml
gms/pom.xml
pom.xml'
+ git add backing-store/pom.xml cache/pom.xml gms/api/pom.xml gms/impl/pom.xml gms/pom.xml pom.xml
+ git commit -m 'Prepare release 3.1.0'
[3.1.0-BRANCH a6ac7f3] Prepare release 3.1.0
 6 files changed, 6 insertions(+), 6 deletions(-)
+ [[ false = \t\r\u\e ]]
+ echo 'List of open Eclipse Glassfish staging repsitories....'
List of open Eclipse Glassfish staging repsitories....
+ mvn -DsonatypeOssDistMgmtNexusUrl=https://jakarta.oss.sonatype.org/ --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -Pstaging nexus-staging:rc-list
+ awk '/^\[INFO\][ ]orgglassfish-[0-9]+[ ]+OPEN[ ]+shoal:3.1.0/ {print}'
++ mvn -DsonatypeOssDistMgmtNexusUrl=https://jakarta.oss.sonatype.org/ --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -Pstaging nexus-staging:rc-list
++ awk '/^\[INFO\][ ]orgglassfish-[0-9]+[ ]+OPEN[ ]+shoal:3.1.0$/ \
   {print $2}'
+ [[ true = \t\r\u\e ]]
+ echo 'List of closed Eclipse Glassfish staging repsitories....'
List of closed Eclipse Glassfish staging repsitories....
++ mvn -DsonatypeOssDistMgmtNexusUrl=https://jakarta.oss.sonatype.org/ --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -Pstaging nexus-staging:rc-list
++ awk '/^\[INFO\][ ]orgglassfish-[0-9]+[ ]+CLOSED[ ]+shoal:3.1.0$/ \
     {print $2}'
+ mvn -DsonatypeOssDistMgmtNexusUrl=https://jakarta.oss.sonatype.org/ --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -q -Pstaging nexus-staging:rc-open -DstagingProfileId=1c0c18a0fc339 -DstagingDescription=shoal:3.1.0
++ mvn -DsonatypeOssDistMgmtNexusUrl=https://jakarta.oss.sonatype.org/ --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -Pstaging nexus-staging:rc-list
++ awk '/^\[INFO\] orgglassfish-[0-9]+ +OPEN +shoal:3.1.0 *$/ \
   {print $2}'
++ head -1
+ STAGING_REPO_ID=orgglassfish-1303
+ mvn -DsonatypeOssDistMgmtNexusUrl=https://jakarta.oss.sonatype.org/ --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -Pstaging,oss-release -DskipTests -Ddoclint=none -DstagingProfileId=1c0c18a0fc339 -DstagingRepositoryId=orgglassfish-1303 -Dmaven.javadoc.failOnError=false deploy
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 6 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 6 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] shoal                                                              [pom]
[INFO] shoal-gms                                                          [pom]
[INFO] shoal-gms-api                                                   [bundle]
[INFO] shoal-gms-impl                                                  [bundle]
[INFO] shoal-cache                                                     [bundle]
[INFO] shoal-backing-store                                                [jar]
[INFO] 
[INFO] ---------------------< org.glassfish.shoal:shoal >----------------------
[INFO] Building shoal 3.1.0                                               [1/6]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ shoal ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ shoal ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ shoal ---
[INFO] 
[INFO] --- javadoc:3.4.1:jar (attach-javadocs) @ shoal ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- gpg:3.0.1:sign (sign-artifacts) @ shoal ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ shoal ---
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/pom.xml to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal/3.1.0/shoal-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/shoal-3.1.0.pom.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal/3.1.0/shoal-3.1.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ shoal ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1c0c18a0fc339" (configured by user).
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/pom.xml to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal/3.1.0/shoal-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/shoal-3.1.0.pom.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal/3.1.0/shoal-3.1.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------------< org.glassfish.shoal:shoal-gms >--------------------
[INFO] Building shoal-gms 3.1.0                                           [2/6]
[INFO]   from gms/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ shoal-gms ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ shoal-gms ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ shoal-gms ---
[INFO] 
[INFO] --- javadoc:3.4.1:jar (attach-javadocs) @ shoal-gms ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- gpg:3.0.1:sign (sign-artifacts) @ shoal-gms ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ shoal-gms ---
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/pom.xml to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms/3.1.0/shoal-gms-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/target/shoal-gms-3.1.0.pom.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms/3.1.0/shoal-gms-3.1.0.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ shoal-gms ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1c0c18a0fc339" (configured by user).
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/pom.xml to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms/3.1.0/shoal-gms-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/target/shoal-gms-3.1.0.pom.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms/3.1.0/shoal-gms-3.1.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.glassfish.shoal:shoal-gms-api >------------------
[INFO] Building shoal-gms-api 3.1.0                                       [3/6]
[INFO]   from gms/api/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ shoal-gms-api ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ shoal-gms-api ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ shoal-gms-api ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ shoal-gms-api ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 52 source files with javac [debug release 11] to target/classes
[WARNING] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/FailureNotificationSignal.java:[34,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/GroupManagementService.java:[315,10] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/GroupManagementService.java:[337,13] deprecated item is not annotated with @Deprecated
[INFO] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/GMSFactory.java: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/GMSFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/GMSFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ shoal-gms-api ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ shoal-gms-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ shoal-gms-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ shoal-gms-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ shoal-gms-api ---
[INFO] Building bundle: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ shoal-gms-api >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ shoal-gms-api ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ shoal-gms-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ shoal-gms-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api-sources.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ shoal-gms-api ---
[WARNING] artifact org.glassfish.shoal:shoal-gms-api:java-source:sources:3.1.0 already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.4.1:jar (attach-javadocs) @ shoal-gms-api ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package com.sun.enterprise.ee.cms.core...
Loading source files for package com.sun.enterprise.ee.cms.spi...
Constructing Javadoc information...
Standard Doclet version 11.0.2
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/Action.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/ActionException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/ActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/AliveAndReadySignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/AliveAndReadyView.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/CallBack.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/DistributedStateCache.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureNotificationAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureNotificationActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureNotificationSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureRecoveryAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureRecoveryActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureRecoverySignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureSuspectedAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureSuspectedActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureSuspectedSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSCacheable.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSConstants.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSConstants.groupStartupState.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSConstants.shutdownState.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSConstants.shutdownType.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSConstants.startupType.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSMember.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSNotEnabledException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSNotInitializedException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupHandle.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupLeadershipNotificationAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupLeadershipNotificationActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupLeadershipNotificationSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupManagementService.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupManagementService.MemberType.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupManagementService.RECOVERY_STATE.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupStartupNotificationSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/JoinedAndReadyNotificationAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/JoinedAndReadyNotificationActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/JoinedAndReadyNotificationSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/JoinNotificationAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/JoinNotificationActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/JoinNotificationSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/MemberNotInViewException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/MessageAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/MessageActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/MessageSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/PlannedShutdownAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/PlannedShutdownActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/PlannedShutdownSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/RejoinableEvent.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/RejoinSubevent.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/ServiceProviderConfigurationKeys.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/Signal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/SignalAcquireException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/SignalReleaseException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/GMSMessage.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/GroupCommunicationProvider.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/MemberStates.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/Action.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/ActionException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/ActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/AliveAndReadySignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/AliveAndReadyView.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/CallBack.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/DistributedStateCache.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureNotificationAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureNotificationActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureNotificationSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureRecoveryAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureRecoveryActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureRecoverySignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureSuspectedAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureSuspectedActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureSuspectedSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSCacheable.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSConstants.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSConstants.groupStartupState.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSConstants.startupType.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSConstants.shutdownState.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSConstants.shutdownType.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSMember.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSNotEnabledException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSNotInitializedException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupHandle.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupLeadershipNotificationAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupLeadershipNotificationActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupLeadershipNotificationSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupManagementService.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupManagementService.RECOVERY_STATE.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupManagementService.MemberType.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupStartupNotificationSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/JoinNotificationAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/JoinNotificationActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/JoinNotificationSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/JoinedAndReadyNotificationAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/JoinedAndReadyNotificationActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/JoinedAndReadyNotificationSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/MemberNotInViewException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/MessageAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/MessageActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/MessageSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/PlannedShutdownAction.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/PlannedShutdownActionFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/PlannedShutdownSignal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/RejoinSubevent.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/RejoinableEvent.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/ServiceProviderConfigurationKeys.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/Signal.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/SignalAcquireException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/SignalReleaseException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/class-use/GMSMessage.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/class-use/GroupCommunicationProvider.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/class-use/MemberStates.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/apidocs/help-doc.html...
6 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/GroupManagementService.java:226: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/GroupManagementService.java:226: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/GroupManagementService.java:237: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/GroupManagementService.java:237: warning - invalid usage of tag >
[WARNING] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/Signal.java:66: warning - invalid usage of tag <
[WARNING] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/Signal.java:66: warning - invalid usage of tag >
[INFO] Building jar: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api-javadoc.jar
[INFO] 
[INFO] --- gpg:3.0.1:sign (sign-artifacts) @ shoal-gms-api ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ shoal-gms-api ---
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api-sources.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api.jar.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api.pom.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0-javadoc.jar.asc
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ shoal-gms-api ---
[INFO] Writing OBR metadata
[INFO] Installing org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ shoal-gms-api ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ shoal-gms-api ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1c0c18a0fc339" (configured by user).
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api.jar to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/pom.xml to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api-sources.jar to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api-javadoc.jar to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api.jar.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api.pom.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api-sources.jar.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/api/target/shoal-gms-api-javadoc.jar.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-api/3.1.0/shoal-gms-api-3.1.0-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.glassfish.shoal:shoal-gms-impl >-----------------
[INFO] Building shoal-gms-impl 3.1.0                                      [4/6]
[INFO]   from gms/impl/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ shoal-gms-impl ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ shoal-gms-impl ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ shoal-gms-impl ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ shoal-gms-impl ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 109 source files with javac [debug release 11] to target/classes
[WARNING] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/src/main/java/com/sun/enterprise/ee/cms/impl/common/FailureNotificationSignalImpl.java:[101,19] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/src/main/java/com/sun/enterprise/ee/cms/impl/common/GroupManagementServiceImpl.java:[405,17] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/src/main/java/com/sun/enterprise/ee/cms/impl/common/GroupManagementServiceImpl.java:[449,20] deprecated item is not annotated with @Deprecated
[INFO] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/src/main/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/ConnectionCache.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/src/main/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/ConnectionCache.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ shoal-gms-impl ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ shoal-gms-impl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ shoal-gms-impl ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug release 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ shoal-gms-impl ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ shoal-gms-impl ---
[INFO] Building bundle: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ shoal-gms-impl >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ shoal-gms-impl ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ shoal-gms-impl <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ shoal-gms-impl ---
[INFO] Building jar: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl-sources.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ shoal-gms-impl ---
[WARNING] artifact org.glassfish.shoal:shoal-gms-impl:java-source:sources:3.1.0 already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.4.1:jar (attach-javadocs) @ shoal-gms-impl ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package com.sun.enterprise.ee.cms.impl.base...
Loading source files for package com.sun.enterprise.ee.cms.impl.client...
Loading source files for package com.sun.enterprise.ee.cms.impl.common...
Loading source files for package com.sun.enterprise.ee.cms.logging...
Loading source files for package com.sun.enterprise.gms.tools...
Loading source files for package com.sun.enterprise.mgmt...
Loading source files for package com.sun.enterprise.mgmt.transport...
Loading source files for package com.sun.enterprise.mgmt.transport.buffers...
Loading source files for package com.sun.enterprise.mgmt.transport.grizzly...
Loading source files for package com.sun.enterprise.mgmt.transport.grizzly.grizzly2...
Constructing Javadoc information...
Standard Doclet version 11.0.2
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/CustomTagNames.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/DistributedStateCacheImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/EventPacket.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/GMSContextImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/GMSThreadFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/GroupCommunicationProviderImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/GroupHandleImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/MessagePacket.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/MessageWindow.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/PeerID.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/SystemAdvertisement.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/SystemAdvertisementImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/Utility.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/FailureNotificationActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/FailureNotificationActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/FailureRecoveryActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/FailureRecoveryActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/FailureSuspectedActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/FailureSuspectedActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/GroupLeadershipNotificationActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/GroupLeadershipNotificationActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/JoinedAndReadyNotificationActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/JoinedAndReadyNotificationActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/JoinNotificationActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/JoinNotificationActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/MessageActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/MessageActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/PlannedShutdownActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/PlannedShutdownActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/RejoinSubeventImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/AliveAndReadyViewImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/AliveAndReadyViewWindow.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/DSCMessage.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/DSCMessage.OPERATION.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/FailureNotificationSignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/FailureRecoverySignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/FailureSuspectedSignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSConfigConstants.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSContext.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSContextBase.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSContextFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSMonitor.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSMonitor.GMSMessageStatsMBean.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSMonitor.MessageStats.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSMonitor.Report.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GroupLeadershipNotificationSignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GroupManagementServiceImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/JoinedAndReadyNotificationSignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/JoinNotificationSignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/MessageSignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/PlannedShutdownSignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/RecoverySelectorMode.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/RecoveryTargetSelector.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/RecoveryTargetSelector.RecoverySelectorMode.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/Router.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/ShutdownHelper.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/SignalHandler.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/SignalPacket.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/ViewWindow.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/logging/GMSLogDomain.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/logging/NiceLogFormatter.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/MultiCastReceiverThread.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/MulticastSenderThread.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/MulticastTester.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/StringManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ClusterManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ClusterMessageListener.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ClusterView.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ClusterViewEvent.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ClusterViewEventListener.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ClusterViewEvents.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ClusterViewManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ConfigConstants.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/HealthMessage.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/HealthMessage.Entry.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/HealthMonitor.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/HealthMonitor.PeerMachineConnectionResult.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/LWRMulticast.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ReliableMulticast.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/AbstractMessageSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/AbstractMulticastMessageSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/AbstractMultiMessageSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/AbstractNetworkManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/ArrayUtils.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/BlockingIOMulticastSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/Message.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/MessageEvent.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/MessageImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/MessageIOException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/MessageListener.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/MessageSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/MulticastMessageSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/NetworkManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/NetworkUtility.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/ShoalMessageSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/VirtualMulticastSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/Buffer.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/BufferInputStream.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/BufferUtils.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/ExpandableBufferWriter.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/ExpandableBufferWriterFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/GrizzlyConfigConstants.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/GrizzlyNetworkManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/GrizzlyPeerID.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/GrizzlyUtil.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/PingMessageListener.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/PongMessageListener.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/ConnectionCache.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/Grizzly2ExpandableBufferWriter.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyNetworkManager2.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyTCPMessageSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/MessageDispatcherFilter.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/MessageFilter.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/logging/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/logging/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/CustomTagNames.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/DistributedStateCacheImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/EventPacket.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/GMSContextImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/GMSThreadFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/GroupCommunicationProviderImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/GroupHandleImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/MessagePacket.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/MessageWindow.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/PeerID.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/SystemAdvertisement.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/SystemAdvertisementImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/Utility.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/FailureNotificationActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/FailureNotificationActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/FailureRecoveryActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/FailureRecoveryActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/FailureSuspectedActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/FailureSuspectedActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/GroupLeadershipNotificationActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/GroupLeadershipNotificationActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/JoinNotificationActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/JoinNotificationActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/JoinedAndReadyNotificationActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/JoinedAndReadyNotificationActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/MessageActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/MessageActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/PlannedShutdownActionFactoryImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/PlannedShutdownActionImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/RejoinSubeventImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/AliveAndReadyViewImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/AliveAndReadyViewWindow.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/DSCMessage.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/DSCMessage.OPERATION.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/FailureNotificationSignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/FailureRecoverySignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/FailureSuspectedSignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSConfigConstants.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSContext.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSContextBase.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSContextFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSMonitor.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSMonitor.Report.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSMonitor.MessageStats.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSMonitor.GMSMessageStatsMBean.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GroupLeadershipNotificationSignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GroupManagementServiceImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/JoinNotificationSignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/JoinedAndReadyNotificationSignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/MessageSignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/PlannedShutdownSignalImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/RecoverySelectorMode.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/RecoveryTargetSelector.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/RecoveryTargetSelector.RecoverySelectorMode.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/Router.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/ShutdownHelper.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/SignalHandler.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/SignalPacket.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/ViewWindow.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/logging/class-use/GMSLogDomain.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/logging/class-use/NiceLogFormatter.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/class-use/MultiCastReceiverThread.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/class-use/MulticastSenderThread.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/class-use/MulticastTester.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/class-use/StringManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ClusterManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ClusterMessageListener.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ClusterView.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ClusterViewEvent.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ClusterViewEventListener.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ClusterViewEvents.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ClusterViewManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ConfigConstants.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/HealthMessage.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/HealthMessage.Entry.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/HealthMonitor.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/HealthMonitor.PeerMachineConnectionResult.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/LWRMulticast.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ReliableMulticast.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/AbstractMessageSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/AbstractMultiMessageSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/AbstractMulticastMessageSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/AbstractNetworkManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/ArrayUtils.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/BlockingIOMulticastSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/Message.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/MessageEvent.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/MessageIOException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/MessageImpl.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/MessageListener.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/MessageSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/MulticastMessageSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/NetworkManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/NetworkUtility.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/ShoalMessageSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/VirtualMulticastSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/class-use/Buffer.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/class-use/BufferInputStream.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/class-use/BufferUtils.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/class-use/ExpandableBufferWriter.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/class-use/ExpandableBufferWriterFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/class-use/GrizzlyConfigConstants.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/class-use/GrizzlyNetworkManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/class-use/GrizzlyPeerID.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/class-use/GrizzlyUtil.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/class-use/PingMessageListener.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/class-use/PongMessageListener.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/class-use/ConnectionCache.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/class-use/Grizzly2ExpandableBufferWriter.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/class-use/GrizzlyNetworkManager2.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/class-use/GrizzlyTCPMessageSender.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/class-use/MessageDispatcherFilter.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/class-use/MessageFilter.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/logging/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl-javadoc.jar
[INFO] 
[INFO] --- gpg:3.0.1:sign (sign-artifacts) @ shoal-gms-impl ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ shoal-gms-impl ---
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl-sources.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl.jar.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl.pom.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0-javadoc.jar.asc
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ shoal-gms-impl ---
[INFO] Installing org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ shoal-gms-impl ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ shoal-gms-impl ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1c0c18a0fc339" (configured by user).
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl.jar to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/pom.xml to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl-sources.jar to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl-javadoc.jar to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl.jar.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl.pom.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl-sources.jar.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/gms/impl/target/shoal-gms-impl-javadoc.jar.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-gms-impl/3.1.0/shoal-gms-impl-3.1.0-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------------< org.glassfish.shoal:shoal-cache >-------------------
[INFO] Building shoal-cache 3.1.0                                         [5/6]
[INFO]   from cache/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ shoal-cache ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ shoal-cache ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ shoal-cache ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/src/main/resources
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ shoal-cache ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 77 source files with javac [debug release 11] to target/classes
[INFO] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/src/main/java/org/shoal/ha/cache/impl/store/StoreableDataStoreEntryUpdater.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/src/main/java/org/shoal/ha/cache/impl/store/StoreableDataStoreEntryUpdater.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/src/main/java/org/shoal/ha/cache/api/AbstractCommandInterceptor.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/src/main/java/org/shoal/ha/cache/api/AbstractCommandInterceptor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ shoal-cache ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ shoal-cache ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug release 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/src/test/java/org/shoal/test/command/BatchedNoopCommand.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/src/test/java/org/shoal/test/command/BatchedNoopCommand.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ shoal-cache ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ shoal-cache ---
[WARNING] Bundle org.glassfish.shoal:shoal-cache:bundle:3.1.0 : Export org.shoal.adapter.store,  has 1,  private references [org.shoal.ha.cache.api]
[WARNING] Bundle org.glassfish.shoal:shoal-cache:bundle:3.1.0 : Export org.shoal.ha.mapper,  has 1,  private references [org.shoal.ha.group]
[INFO] Building bundle: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ shoal-cache ---
[INFO] Building jar: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache-sources.jar
[INFO] 
[INFO] --- javadoc:3.4.1:jar (attach-javadocs) @ shoal-cache ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.shoal.adapter.store...
Loading source files for package org.shoal.adapter.store.commands...
Loading source files for package org.shoal.ha.cache.api...
Loading source files for package org.shoal.ha.cache.impl.command...
Loading source files for package org.shoal.ha.cache.impl.interceptor...
Loading source files for package org.shoal.ha.cache.impl.store...
Loading source files for package org.shoal.ha.cache.impl.util...
Loading source files for package org.shoal.ha.group...
Loading source files for package org.shoal.ha.group.gms...
Loading source files for package org.shoal.ha.mapper...
Constructing Javadoc information...
Standard Doclet version 11.0.2
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/RepliatedBackingStoreRegistry.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/ReplicatedBackingStore.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/ReplicatedBackingStoreFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/StoreableReplicatedBackingStore.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/AbstractSaveCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/AcknowledgedCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/LoadRequestCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/LoadResponseCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/NoOpCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/RemoveCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/RemoveExpiredCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/RemoveExpiredResultCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/SaveCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/SimpleAckCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/SizeRequestCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/SizeResponseCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/StaleCopyRemoveCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/TouchCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/AbstractCommandInterceptor.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/DataStore.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/DataStoreAlreadyClosedException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/DataStoreConfigurator.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/DataStoreContext.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/DataStoreEntryEvaluator.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/DataStoreEntryEvaluator.Opcode.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/DataStoreException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/DataStoreFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/DataStoreMBean.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/IdleEntryDetector.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/ObjectInputStreamWithLoader.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/ReplicatedDataStoreStatsHolder.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/ShoalCacheLoggerConstants.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/TooManyRetriesException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/command/Command.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/command/CommandManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/command/ReplicationCommandOpcode.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/CommandCollector.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/CommandHandlerInterceptor.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/ReplicationCommandTransmitterManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/ReplicationCommandTransmitterWithList.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/ReplicationCommandTransmitterWithMap.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/ReplicationFramePayloadCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/TransmitInterceptor.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/DataStoreEntry.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/DataStoreEntryUpdater.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/ReplicaStore.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/ReplicatedDataStore.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/SimpleDataStoreEntryUpdater.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/SimpleStoreableDataStoreEntryUpdater.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/StoreableDataStoreEntryUpdater.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/ASyncReplicationManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/ASyncThreadPool.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/CommandManagerShell.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/CommandResponse.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/CumulativeCommandResponse.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/DataStoreShell.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/DefaultKeyTransformer.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/GroupEventListener.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/MessageReceiver.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/ObjectInputStreamWithLoader.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/Replicable.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/ReplicationInputStream.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/ReplicationOutputStream.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/ResponseMediator.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/SimpleDataStoreShell.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/SimpleDataStoreShell.MyStoreable.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/SimpleSerializer.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/SimpleStoreableBackingStoreShell.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/SimpleStoreableMetadata.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/StoreableBackingStoreShell.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/StoreableBackingStoreShell.MyStoreable.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/StringKeyTransformer.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/Utility.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/group/GroupMemberEventListener.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/group/GroupService.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/group/GroupServiceFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/group/gms/GroupServiceProvider.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/mapper/DefaultKeyMapper.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/mapper/KeyMapper.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/mapper/KeyMappingInfo.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/command/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/command/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/group/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/group/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/group/gms/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/group/gms/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/mapper/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/mapper/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/class-use/RepliatedBackingStoreRegistry.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/class-use/ReplicatedBackingStore.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/class-use/ReplicatedBackingStoreFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/class-use/StoreableReplicatedBackingStore.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/class-use/AbstractSaveCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/class-use/AcknowledgedCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/class-use/LoadRequestCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/class-use/LoadResponseCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/class-use/NoOpCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/class-use/RemoveCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/class-use/RemoveExpiredCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/class-use/RemoveExpiredResultCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/class-use/SaveCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/class-use/SimpleAckCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/class-use/SizeRequestCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/class-use/SizeResponseCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/class-use/StaleCopyRemoveCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/class-use/TouchCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/AbstractCommandInterceptor.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/DataStore.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/DataStoreAlreadyClosedException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/DataStoreConfigurator.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/DataStoreContext.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/DataStoreEntryEvaluator.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/DataStoreEntryEvaluator.Opcode.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/DataStoreException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/DataStoreFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/DataStoreMBean.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/IdleEntryDetector.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/ObjectInputStreamWithLoader.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/ReplicatedDataStoreStatsHolder.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/ShoalCacheLoggerConstants.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/class-use/TooManyRetriesException.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/command/class-use/Command.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/command/class-use/CommandManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/command/class-use/ReplicationCommandOpcode.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/class-use/CommandCollector.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/class-use/CommandHandlerInterceptor.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/class-use/ReplicationCommandTransmitterManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/class-use/ReplicationCommandTransmitterWithList.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/class-use/ReplicationCommandTransmitterWithMap.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/class-use/ReplicationFramePayloadCommand.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/class-use/TransmitInterceptor.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/class-use/DataStoreEntry.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/class-use/DataStoreEntryUpdater.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/class-use/ReplicaStore.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/class-use/ReplicatedDataStore.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/class-use/SimpleDataStoreEntryUpdater.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/class-use/SimpleStoreableDataStoreEntryUpdater.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/class-use/StoreableDataStoreEntryUpdater.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/ASyncReplicationManager.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/ASyncThreadPool.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/CommandManagerShell.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/CommandResponse.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/CumulativeCommandResponse.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/DataStoreShell.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/DefaultKeyTransformer.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/GroupEventListener.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/MessageReceiver.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/ObjectInputStreamWithLoader.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/Replicable.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/ReplicationInputStream.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/ReplicationOutputStream.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/ResponseMediator.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/SimpleDataStoreShell.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/SimpleDataStoreShell.MyStoreable.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/SimpleSerializer.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/SimpleStoreableBackingStoreShell.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/SimpleStoreableMetadata.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/StoreableBackingStoreShell.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/StoreableBackingStoreShell.MyStoreable.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/StringKeyTransformer.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/class-use/Utility.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/group/class-use/GroupMemberEventListener.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/group/class-use/GroupService.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/group/class-use/GroupServiceFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/group/gms/class-use/GroupServiceProvider.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/mapper/class-use/DefaultKeyMapper.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/mapper/class-use/KeyMapper.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/mapper/class-use/KeyMappingInfo.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/adapter/store/commands/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/api/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/command/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/interceptor/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/store/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/cache/impl/util/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/group/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/group/gms/package-use.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/org/shoal/ha/mapper/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache-javadoc.jar
[INFO] 
[INFO] --- gpg:3.0.1:sign (sign-artifacts) @ shoal-cache ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ shoal-cache ---
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/pom.xml to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache-sources.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache.jar.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache.pom.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0-javadoc.jar.asc
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ shoal-cache ---
[INFO] Installing org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ shoal-cache ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ shoal-cache ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1c0c18a0fc339" (configured by user).
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache.jar to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/pom.xml to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache-sources.jar to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache-javadoc.jar to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache.jar.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache.pom.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache-sources.jar.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/cache/target/shoal-cache-javadoc.jar.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-cache/3.1.0/shoal-cache-3.1.0-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.glassfish.shoal:shoal-backing-store >---------------
[INFO] Building shoal-backing-store 3.1.0                                 [6/6]
[INFO]   from backing-store/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ shoal-backing-store ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ shoal-backing-store ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ shoal-backing-store ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ shoal-backing-store ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ shoal-backing-store ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ shoal-backing-store ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ shoal-backing-store ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ shoal-backing-store ---
[INFO] Building jar: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ shoal-backing-store ---
[INFO] Building jar: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store-sources.jar
[INFO] 
[INFO] --- javadoc:3.4.1:jar (attach-javadocs) @ shoal-backing-store ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.shoal.adapter.store...
Constructing Javadoc information...
Standard Doclet version 11.0.2
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/org/shoal/adapter/store/GlassFishReplicationBackingStoreFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/org/shoal/adapter/store/InMemoryBackingStore.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/org/shoal/adapter/store/ReplicationBackingStoreFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/org/shoal/adapter/store/package-summary.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/org/shoal/adapter/store/package-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/org/shoal/adapter/store/class-use/GlassFishReplicationBackingStoreFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/org/shoal/adapter/store/class-use/InMemoryBackingStore.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/org/shoal/adapter/store/class-use/ReplicationBackingStoreFactory.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/org/shoal/adapter/store/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store-javadoc.jar
[INFO] 
[INFO] --- gpg:3.0.1:sign (sign-artifacts) @ shoal-backing-store ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ shoal-backing-store ---
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/pom.xml to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store-sources.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store.jar.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store.pom.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ shoal-backing-store ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1c0c18a0fc339" (configured by user).
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store.jar to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/pom.xml to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store-sources.jar to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store-javadoc.jar to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store.jar.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store.pom.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store-sources.jar.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/all-projects_1_build-and-stage/backing-store/target/shoal-backing-store-javadoc.jar.asc to /home/jenkins/agent/workspace/all-projects_1_build-and-stage/target/nexus-staging/staging/1c0c18a0fc339/org/glassfish/shoal/shoal-backing-store/3.1.0/shoal-backing-store-3.1.0-javadoc.jar.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "1c0c18a0fc339"
[INFO]  * Using non-managed staging repository with ID "orgglassfish-1303" (we are NOT managing it).
[INFO]  * Staging repository at https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgglassfish-1303
[INFO]  * Uploading locally staged artifacts to profile org.glassfish
[INFO]  * Upload of locally staged artifacts finished.
[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for shoal 3.1.0:
[INFO] 
[INFO] shoal .............................................. SUCCESS [ 14.902 s]
[INFO] shoal-gms .......................................... SUCCESS [  0.565 s]
[INFO] shoal-gms-api ...................................... SUCCESS [  9.468 s]
[INFO] shoal-gms-impl ..................................... SUCCESS [ 11.543 s]
[INFO] shoal-cache ........................................ SUCCESS [  6.406 s]
[INFO] shoal-backing-store ................................ SUCCESS [  9.379 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  53.813 s
[INFO] Finished at: 2024-01-15T23:18:31Z
[INFO] ------------------------------------------------------------------------
+ mvn -DsonatypeOssDistMgmtNexusUrl=https://jakarta.oss.sonatype.org/ --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -q -Pstaging nexus-staging:rc-close -DstagingRepositoryId=orgglassfish-1303 -DstagingDescription=shoal:3.1.0

Waiting for operation to complete...
....

+ echo '-[ Tag release ]----------------------------------------------------------------'
-[ Tag release ]----------------------------------------------------------------
+ git tag 3.1.0 -m 'Release 3.1.0'
+ echo '-[ Set next snapshot version ]--------------------------------------------------'
-[ Set next snapshot version ]--------------------------------------------------
+ find . -name pom.xml -exec sed -i 's|<version>3.1.0</version>|<version>3.1.1-SNAPSHOT-SNAPSHOT</version>|g' '{}' ';'
+ echo '-[ Commit modified pom.xml files ]----------------------------------------------'
-[ Commit modified pom.xml files ]----------------------------------------------
++ git status
++ grep -E 'modified:.*pom\.xml'
++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//'
+ POM_FILES='backing-store/pom.xml
cache/pom.xml
gms/api/pom.xml
gms/impl/pom.xml
gms/pom.xml
pom.xml'
+ git add backing-store/pom.xml cache/pom.xml gms/api/pom.xml gms/impl/pom.xml gms/pom.xml pom.xml
+ git commit -m 'Prepare next development cycle for 3.1.1-SNAPSHOT'
[3.1.0-BRANCH e953721] Prepare next development cycle for 3.1.1-SNAPSHOT
 6 files changed, 6 insertions(+), 6 deletions(-)
+ [[ false = \t\r\u\e ]]
+ [[ true = \t\r\u\e ]]
+ echo '-[ Push branch and tag to GitHub ]----------------------------------------------'
-[ Push branch and tag to GitHub ]----------------------------------------------
+ git push origin 3.1.0-BRANCH --follow-tags
To github.com:eclipse-ee4j/glassfish-shoal.git
 * [new branch]      3.1.0-BRANCH -> 3.1.0-BRANCH
 * [new tag]         3.1.0 -> 3.1.0
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 51 killed;
[ssh-agent] Stopped.
Finished: SUCCESS