Skip to content

Console Output

Started by user Bongjae Chang
Running as Bongjae Chang
Agent basic-r8g61 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-r8g61"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.grizzly.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-r8g61"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-r8g61"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.grizzly.svc.cluster.local/grizzly/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-grizzly"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

[EnvInject] - Loading node environment variables.
Building remotely on basic-r8g61 (basic) in workspace /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-gA7rD4EOSxqx/agent.77
SSH_AGENT_PID=79
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage@tmp/private_key_8847426593317142394.key (/home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage@tmp/private_key_8847426593317142394.key)
[ssh-agent] Using credentials eclipse-grizzly-bot (GitHub bot SSH)
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/grizzly-thrift.git
 > git init /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/grizzly-thrift.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage@tmp/jenkins-gitclient-ssh13334264669675169674.key
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/grizzly-thrift.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/grizzly-thrift.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 4aace4d8c624a375cdebfaaad8dc330d7709446b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4aace4d8c624a375cdebfaaad8dc330d7709446b # timeout=10
Commit message: "Merge pull request #24 from carryel/master"
 > git rev-list --no-walk 4aace4d8c624a375cdebfaaad8dc330d7709446b # timeout=10
[1_grizzly_thrift-build-and-stage] $ /bin/bash -ex /tmp/jenkins81974106410255559.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key C0DF20AC84F198AE: public key "Eclipse Grizzly Project <grizzly-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key C0DF20AC84F198AE: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 3AC8633E97ACA1E8F2A7ED239052174975143979 trust
Secret subkeys are available.

pub  rsa4096/C0DF20AC84F198AE
     created: 2018-04-05  expires: 2023-04-04  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/9052174975143979
     created: 2018-04-05  expires: 2023-04-04  usage: S   
[ unknown] (1). Eclipse Grizzly Project <grizzly-dev@eclipse.org>

pub  rsa4096/C0DF20AC84F198AE
     created: 2018-04-05  expires: 2023-04-04  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/9052174975143979
     created: 2018-04-05  expires: 2023-04-04  usage: S   
[ unknown] (1). Eclipse Grizzly Project <grizzly-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/C0DF20AC84F198AE
     created: 2018-04-05  expires: 2023-04-04  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/9052174975143979
     created: 2018-04-05  expires: 2023-04-04  usage: S   
[ unknown] (1). Eclipse Grizzly Project <grizzly-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 5C6C110AC6ED91594D92B795C0DF20AC84F198AE trust
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 2023-04-04
pub  rsa4096/C0DF20AC84F198AE
     created: 2018-04-05  expires: 2023-04-04  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/9052174975143979
     created: 2018-04-05  expires: 2023-04-04  usage: S   
[ultimate] (1). Eclipse Grizzly Project <grizzly-dev@eclipse.org>

pub  rsa4096/C0DF20AC84F198AE
     created: 2018-04-05  expires: 2023-04-04  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/9052174975143979
     created: 2018-04-05  expires: 2023-04-04  usage: S   
[ultimate] (1). Eclipse Grizzly Project <grizzly-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/C0DF20AC84F198AE
     created: 2018-04-05  expires: 2023-04-04  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/9052174975143979
     created: 2018-04-05  expires: 2023-04-04  usage: S   
[ultimate] (1). Eclipse Grizzly Project <grizzly-dev@eclipse.org>

[1_grizzly_thrift-build-and-stage] $ /bin/bash -ex /tmp/jenkins17088036419455082649.sh
+ git config --global user.email eclipse-grizzly-bot@eclipse.org
+ git config --global user.name 'Eclipse Grizzly Bot'
[1_grizzly_thrift-build-and-stage] $ /bin/bash -e /tmp/jenkins9538855623831145887.sh
[1_grizzly_thrift-build-and-stage] $ /bin/bash -ex /tmp/jenkins1364134774591480280.sh
+ '[' false = true ']'
+ '[' false = true ']'
+ TOOLS_PREFIX=/opt/tools
+ '[' JDK8 = JDK11 ']'
+ JAVA_PREFIX=/opt/tools/java/oracle
+ JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest
+ MVN_HOME=/opt/tools/apache-maven/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.7
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:3.1.0
+ MVN_EXTRA='--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging'
+ BUILD_DIR=/home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ IMPL_DIR=/home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ grep '<version>' pom.xml
+ grep SNAPSHOT
    <version>1.3.16-SNAPSHOT</version>
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version
++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$'
+ SNAPSHOT_VERSION=1.3.16-SNAPSHOT
+ '[' -z 1.3.16 ']'
+ '[' -z '' ']'
++ echo 1.3.16
++ sed -e 's/\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/'
+ NEXT_VERSION=1.3
+ set -f
+ NEXT_COMPONENTS=(${RELEASE_VERSION//\./ })
+ LAST_INDEX=2
+ NEXT_COMPONENTS[${LAST_INDEX}]=17
++ echo 1 3 17
++ tr ' ' .
+ NEXT_VERSION=1.3.17-SNAPSHOT
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ RELEASE_TAG=1.3.16-RELEASE
+ RELEASE_BRANCH=1.3.16
+ echo 'Release version: 1.3.16'
Release version: 1.3.16
+ echo 'Next version:    1.3.17-SNAPSHOT'
Next version:    1.3.17-SNAPSHOT
+ echo 'Current version: 1.3.16-SNAPSHOT'
Current version: 1.3.16-SNAPSHOT
+ echo 'Release branch:  1.3.16'
Release branch:  1.3.16
+ echo 'Release tag:     1.3.16-RELEASE'
Release tag:     1.3.16-RELEASE
+ '[' -z 1.3.16-SNAPSHOT -o -z 1.3.16 -o -z 1.3.17-SNAPSHOT ']'
+ '[' false = true ']'
+ MVN_DEPLOY_ARGS=deploy
++ git remote
+ GIT_ORIGIN=origin
+ echo '-[ Prepare branch ]-------------------------------------------------------------'
-[ Prepare branch ]-------------------------------------------------------------
++ git branch -r
++ grep origin/1.3.16
+ [[ -n '' ]]
+ echo '-[ Release tag cleanup ]--------------------------------------------------------'
-[ Release tag cleanup ]--------------------------------------------------------
++ git ls-remote --tags origin
++ grep 1.3.16-RELEASE
+ [[ -n '' ]]
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ git branch --delete 1.3.16
error: branch '1.3.16' not found.
+ git checkout -b 1.3.16
Switched to a new branch '1.3.16'
+ git tag --delete 1.3.16-RELEASE
error: tag '1.3.16-RELEASE' not found.
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.artifactId
++ grep -Ev '(^\[)'
+ ARTIFACT_ID=grizzly-thrift
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.groupId
++ grep -Ev '(^\[)'
+ GROUP_ID=org.glassfish.grizzly
+ STAGING_DESC=org.glassfish.grizzly:grizzly-thrift:1.3.16
++ echo org.glassfish.grizzly:grizzly-thrift:1.3.16
++ sed -e 's/\./\\\./g'
+ STAGING_KEY='org\.glassfish\.grizzly:grizzly-thrift:1\.3\.16'
+ echo '-[ Set release version ]--------------------------------------------------------'
-[ Set release version ]--------------------------------------------------------
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ mvn -U -C -DnewVersion=1.3.16 -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.glassfish.grizzly:grizzly-thrift >----------------
[INFO] Building grizzly-thrift 1.3.16-SNAPSHOT
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ grizzly-thrift ---
[INFO] 
[INFO] ----------------< org.glassfish.grizzly:grizzly-thrift >----------------
[INFO] Building grizzly-thrift 1.3.16-SNAPSHOT
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:set (default-cli) @ grizzly-thrift ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
[INFO] Processing change of org.glassfish.grizzly:grizzly-thrift:1.3.16-SNAPSHOT -> 1.3.16
[INFO] Processing org.glassfish.grizzly:grizzly-thrift
[INFO]     Updating project org.glassfish.grizzly:grizzly-thrift
[INFO]         from version 1.3.16-SNAPSHOT to 1.3.16
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.768 s
[INFO] Finished at: 2022-02-24T02:13:08Z
[INFO] ------------------------------------------------------------------------
+ echo '-[ Commit modified pom.xml files ]----------------------------------------------'
-[ Commit modified pom.xml files ]----------------------------------------------
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
++ git status
++ grep -E 'modified:.*pom\.xml'
++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//'
+ POM_FILES=pom.xml
+ git add pom.xml
+ git commit -m 'Prepare release org.glassfish.grizzly:grizzly-thrift:1.3.16'
[1.3.16 3ca9266] Prepare release org.glassfish.grizzly:grizzly-thrift:1.3.16
 1 file changed, 1 insertion(+), 1 deletion(-)
+ echo '-[ Drop old staging repository deployments ]------------------------------------'
-[ Drop old staging repository deployments ]------------------------------------
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
++ mvn -B nexus-staging:rc-list
++ egrep '^\[INFO\] [A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+org\.glassfish\.grizzly:grizzly-thrift:1\.3\.16'
++ awk '{print $2}'
+ echo '-[ Deploy artifacts to staging repository ]-------------------------------------'
-[ Deploy artifacts to staging repository ]-------------------------------------
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ mvn -U -C -DstagingDescription=org.glassfish.grizzly:grizzly-thrift:1.3.16 -DskipTests -Ddoclint=none clean package gpg:sign install:install org.apache.maven.plugins:maven-javadoc-plugin:3.3.1:javadoc deploy -am -Poss-release --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] 
[INFO] ----------------< org.glassfish.grizzly:grizzly-thrift >----------------
[INFO] Building grizzly-thrift 1.3.16
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ grizzly-thrift ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ grizzly-thrift ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ grizzly-thrift ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ grizzly-thrift ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ grizzly-thrift ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ grizzly-thrift ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/test-classes
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[84,46] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[125,87] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[143,92] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[177,94] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[178,114] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[248,68] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[250,114] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ grizzly-thrift ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ grizzly-thrift ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ grizzly-thrift >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ grizzly-thrift ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ grizzly-thrift <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ grizzly-thrift ---
[INFO] Building jar: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ grizzly-thrift ---
[INFO] Building jar: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-sources.jar
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:java-source:sources:1.3.16 already attached, replace previous instance
[INFO] 
[INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ grizzly-thrift ---
[WARNING] Are you sure about the <javadocVersion/> parameter? It seems to be 1.8.0
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.glassfish.grizzly.thrift...
Loading source files for package org.glassfish.grizzly.thrift.client...
Loading source files for package org.glassfish.grizzly.thrift.client.pool...
Loading source files for package org.glassfish.grizzly.thrift.client.zookeeper...
Loading source files for package org.glassfish.grizzly.thrift.http...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/AbstractTGrizzlyTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TGrizzlyClientTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TGrizzlyServerTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftFrameFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftServerFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TTimedoutException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientManager.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/RoundRobinStore.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientBuilder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientCallback.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientLifecycle.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftProtocols.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/BaseObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/BaseObjectPool.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/NoValidObjectException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/ObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/PoolableObjectFactory.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/PoolExhaustedException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/BarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ServerListBarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZooKeeperConfig.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZooKeeperSupportThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/ThriftHttpClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/ThriftHttpHandler.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftServerFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftFrameFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TTimedoutException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TGrizzlyServerTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TGrizzlyClientTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/AbstractTGrizzlyTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftProtocols.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientLifecycle.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientCallback.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientBuilder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/RoundRobinStore.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClientManager.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/PoolableObjectFactory.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/PoolExhaustedException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/ObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/NoValidObjectException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/BaseObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/BaseObjectPool.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZooKeeperSupportThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZooKeeperConfig.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZKClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZKClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ServerListBarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/BarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/class-use/ThriftHttpHandler.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/class-use/ThriftHttpClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-1.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-2.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-3.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-4.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-5.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-6.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-7.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-8.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-9.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-10.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-11.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-12.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-13.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-14.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-15.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-16.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-17.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-18.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-19.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-20.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-21.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/help-doc.html...
5 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.java:120: warning - Tag @link: reference not found: HealthMonitorTask
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.java:915: warning - Tag @see: reference not found: BaseObjectPool.Builder#min(int)
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.java:929: warning - Tag @see: reference not found: BaseObjectPool.Builder#max(int)
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.java:943: warning - Tag @see: reference not found: BaseObjectPool.Builder#keepAliveTimeoutInSecs(long)
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.java:152: warning - Tag @link: reference not found: Watcher.Event.KeeperState#SyncConnected
[INFO] Building jar: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-javadoc.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (default-cli) @ grizzly-thrift ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-cli) @ grizzly-thrift ---
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.pom
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16.pom.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-javadoc.jar.asc
[INFO] 
[INFO] >>> maven-javadoc-plugin:3.3.1:javadoc (default-cli) > generate-sources @ grizzly-thrift >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ grizzly-thrift ---
[INFO] 
[INFO] <<< maven-javadoc-plugin:3.3.1:javadoc (default-cli) < generate-sources @ grizzly-thrift <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:3.3.1:javadoc (default-cli) @ grizzly-thrift ---
[WARNING] 
[WARNING] Are you sure about the <javadocVersion/> parameter? It seems to be 1.8.0
[INFO] Configuration changed, re-generating javadoc.
[INFO] 
Loading source files for package org.glassfish.grizzly.thrift...
Loading source files for package org.glassfish.grizzly.thrift.client...
Loading source files for package org.glassfish.grizzly.thrift.client.pool...
Loading source files for package org.glassfish.grizzly.thrift.client.zookeeper...
Loading source files for package org.glassfish.grizzly.thrift.http...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/AbstractTGrizzlyTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/TGrizzlyClientTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/TGrizzlyServerTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/ThriftClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/ThriftFrameFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/ThriftServerFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/TTimedoutException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientManager.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/RoundRobinStore.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/ThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientBuilder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientCallback.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientLifecycle.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/ThriftProtocols.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/BaseObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/BaseObjectPool.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/NoValidObjectException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/ObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/PoolableObjectFactory.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/PoolExhaustedException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/BarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ServerListBarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZooKeeperConfig.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZooKeeperSupportThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/ThriftHttpClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/ThriftHttpHandler.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftServerFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftFrameFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/class-use/TTimedoutException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/class-use/TGrizzlyServerTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/class-use/TGrizzlyClientTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/class-use/AbstractTGrizzlyTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftProtocols.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientLifecycle.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientCallback.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientBuilder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/RoundRobinStore.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClientManager.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/PoolableObjectFactory.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/PoolExhaustedException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/ObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/NoValidObjectException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/BaseObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/BaseObjectPool.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZooKeeperSupportThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZooKeeperConfig.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZKClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZKClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ServerListBarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/BarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/class-use/ThriftHttpHandler.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/class-use/ThriftHttpClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-1.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-2.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-3.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-4.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-5.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-6.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-7.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-8.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-9.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-10.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-11.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-12.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-13.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-14.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-15.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-16.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-17.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-18.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-19.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-20.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-21.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/help-doc.html...
5 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.java:120: warning - Tag @link: reference not found: HealthMonitorTask
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.java:915: warning - Tag @see: reference not found: BaseObjectPool.Builder#min(int)
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.java:929: warning - Tag @see: reference not found: BaseObjectPool.Builder#max(int)
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.java:943: warning - Tag @see: reference not found: BaseObjectPool.Builder#keepAliveTimeoutInSecs(long)
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.java:152: warning - Tag @link: reference not found: Watcher.Event.KeeperState#SyncConnected
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ grizzly-thrift ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ grizzly-thrift ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ grizzly-thrift ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ grizzly-thrift ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ grizzly-thrift ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/test-classes
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[84,46] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[125,87] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[143,92] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[177,94] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[178,114] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[248,68] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[250,114] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ grizzly-thrift ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ grizzly-thrift ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ grizzly-thrift >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ grizzly-thrift ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ grizzly-thrift <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ grizzly-thrift ---
[INFO] Building jar: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-sources.jar
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:java-source:sources:1.3.16 already attached, replace previous instance
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ grizzly-thrift ---
[INFO] Building jar: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-sources.jar
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:java-source:sources:1.3.16 already attached, replace previous instance
[INFO] 
[INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ grizzly-thrift ---
[WARNING] Are you sure about the <javadocVersion/> parameter? It seems to be 1.8.0
[INFO] Configuration changed, re-generating javadoc.
[INFO] 
Loading source files for package org.glassfish.grizzly.thrift...
Loading source files for package org.glassfish.grizzly.thrift.client...
Loading source files for package org.glassfish.grizzly.thrift.client.pool...
Loading source files for package org.glassfish.grizzly.thrift.client.zookeeper...
Loading source files for package org.glassfish.grizzly.thrift.http...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/AbstractTGrizzlyTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TGrizzlyClientTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TGrizzlyServerTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftFrameFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftServerFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TTimedoutException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientManager.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/RoundRobinStore.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientBuilder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientCallback.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientLifecycle.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftProtocols.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/BaseObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/BaseObjectPool.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/NoValidObjectException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/ObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/PoolableObjectFactory.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/PoolExhaustedException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/BarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ServerListBarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZooKeeperConfig.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZooKeeperSupportThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/ThriftHttpClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/ThriftHttpHandler.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftServerFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftFrameFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TTimedoutException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TGrizzlyServerTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TGrizzlyClientTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/AbstractTGrizzlyTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftProtocols.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientLifecycle.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientCallback.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientBuilder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/RoundRobinStore.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClientManager.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/PoolableObjectFactory.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/PoolExhaustedException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/ObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/NoValidObjectException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/BaseObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/BaseObjectPool.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZooKeeperSupportThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZooKeeperConfig.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZKClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZKClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ServerListBarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/BarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/class-use/ThriftHttpHandler.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/class-use/ThriftHttpClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-1.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-2.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-3.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-4.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-5.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-6.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-7.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-8.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-9.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-10.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-11.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-12.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-13.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-14.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-15.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-16.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-17.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-18.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-19.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-20.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-21.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/help-doc.html...
5 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.java:120: warning - Tag @link: reference not found: HealthMonitorTask
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.java:915: warning - Tag @see: reference not found: BaseObjectPool.Builder#min(int)
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.java:929: warning - Tag @see: reference not found: BaseObjectPool.Builder#max(int)
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.java:943: warning - Tag @see: reference not found: BaseObjectPool.Builder#keepAliveTimeoutInSecs(long)
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/java/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.java:152: warning - Tag @link: reference not found: Watcher.Event.KeeperState#SyncConnected
[INFO] Building jar: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-javadoc.jar
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:javadoc:javadoc:1.3.16 already attached, replace previous instance
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ grizzly-thrift ---
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:jar.asc:1.3.16 already attached, replace previous instance
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:pom.asc:1.3.16 already attached, replace previous instance
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:jar.asc:sources:1.3.16 already attached, replace previous instance
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:jar.asc:javadoc:1.3.16 already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ grizzly-thrift ---
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.pom
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16.pom.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16.jar.asc.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.jar.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16.pom.asc.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.pom.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-sources.jar.asc.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-sources.jar.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-javadoc.jar.asc.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-javadoc.jar.asc.asc
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ grizzly-thrift ---
[INFO] Writing OBR metadata
[INFO] Installing org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.2:deploy (default-deploy) @ grizzly-thrift ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ grizzly-thrift ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/1_grizzly_thrift-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.14.21-02 and edition "Professional"
[INFO]  * Using staging profile ID "b506d5a77fd7a" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16.jar to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/nexus-staging/staging/b506d5a77fd7a/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/pom.xml to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/nexus-staging/staging/b506d5a77fd7a/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.pom
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-sources.jar to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/nexus-staging/staging/b506d5a77fd7a/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-javadoc.jar to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/nexus-staging/staging/b506d5a77fd7a/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16.jar.asc to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/nexus-staging/staging/b506d5a77fd7a/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16.pom.asc to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/nexus-staging/staging/b506d5a77fd7a/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-sources.jar.asc to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/nexus-staging/staging/b506d5a77fd7a/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-javadoc.jar.asc to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/nexus-staging/staging/b506d5a77fd7a/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16.jar.asc.asc to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/nexus-staging/staging/b506d5a77fd7a/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.jar.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16.pom.asc.asc to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/nexus-staging/staging/b506d5a77fd7a/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16.pom.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-sources.jar.asc.asc to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/nexus-staging/staging/b506d5a77fd7a/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-sources.jar.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-javadoc.jar.asc.asc to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/nexus-staging/staging/b506d5a77fd7a/org/glassfish/grizzly/grizzly-thrift/1.3.16/grizzly-thrift-1.3.16-javadoc.jar.asc.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "b506d5a77fd7a"
[INFO]  * Created staging repository with ID "orgglassfishgrizzly-1019".
[INFO]  * Staging repository at https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgglassfishgrizzly-1019
[INFO]  * Uploading locally staged artifacts to profile org.glassfish.grizzly
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgglassfishgrizzly-1019".

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

[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  42.225 s
[INFO] Finished at: 2022-02-24T02:13:58Z
[INFO] ------------------------------------------------------------------------
+ echo '-[ Tag release ]----------------------------------------------------------------'
-[ Tag release ]----------------------------------------------------------------
+ git tag 1.3.16-RELEASE -m 'Release org.glassfish.grizzly:grizzly-thrift:1.3.16'
+ '[' 1.3.16-SNAPSHOT '!=' 1.3.17-SNAPSHOT ']'
+ echo '-[ Set next snapshot version ]--------------------------------------------------'
-[ Set next snapshot version ]--------------------------------------------------
+ mvn -U -C -DnewVersion=1.3.17-SNAPSHOT -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set -DskipTests --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.glassfish.grizzly:grizzly-thrift >----------------
[INFO] Building grizzly-thrift 1.3.16
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ grizzly-thrift ---
[INFO] Deleting /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target
[INFO] 
[INFO] ----------------< org.glassfish.grizzly:grizzly-thrift >----------------
[INFO] Building grizzly-thrift 1.3.16
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:set (default-cli) @ grizzly-thrift ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
[INFO] Processing change of org.glassfish.grizzly:grizzly-thrift:1.3.16 -> 1.3.17-SNAPSHOT
[INFO] Processing org.glassfish.grizzly:grizzly-thrift
[INFO]     Updating project org.glassfish.grizzly:grizzly-thrift
[INFO]         from version 1.3.16 to 1.3.17-SNAPSHOT
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.396 s
[INFO] Finished at: 2022-02-24T02:14:02Z
[INFO] ------------------------------------------------------------------------
+ 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=pom.xml
+ git add pom.xml
+ git commit -m 'Prepare next development cycle for 1.3.17-SNAPSHOT'
[1.3.16 2af231c] Prepare next development cycle for 1.3.17-SNAPSHOT
 1 file changed, 1 insertion(+), 1 deletion(-)
+ '[' false = true ']'
+ echo '-[ Push branch and tag to GitHub ]----------------------------------------------'
-[ Push branch and tag to GitHub ]----------------------------------------------
+ git push origin 1.3.16
remote: 
remote: Create a pull request for '1.3.16' on GitHub by visiting:        
remote:      https://github.com/eclipse-ee4j/grizzly-thrift/pull/new/1.3.16        
remote: 
To github.com:eclipse-ee4j/grizzly-thrift.git
 * [new branch]      1.3.16 -> 1.3.16
+ git push origin 1.3.16-RELEASE
To github.com:eclipse-ee4j/grizzly-thrift.git
 * [new tag]         1.3.16-RELEASE -> 1.3.16-RELEASE
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 79 killed;
[ssh-agent] Stopped.
Finished: SUCCESS