Skip to content

Console Output

Started by user Bongjae Chang
Running as Bongjae Chang
Agent basic-cf4lk is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-cf4lk"
  namespace: "grizzly"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.grizzly.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-cf4lk"
    - 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-cf4lk"
    - 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-3131.vf2b_b_798b_ce99"
    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-cf4lk (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-WW4t4oMQi9Tv/agent.50
SSH_AGENT_PID=52
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage@tmp/private_key_3800726590973349547.key (/home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage@tmp/private_key_3800726590973349547.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-ssh17030201515326240761.key
Verifying host key using manually-configured host key entries
 > 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 1506f4bbf67538292b95ecd73ac1da46fe8435b6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1506f4bbf67538292b95ecd73ac1da46fe8435b6 # timeout=10
Commit message: "Merge pull request #27 from eclipse-ee4j/dependabot/maven/org.apache.zookeeper-zookeeper-3.7.2"
 > git rev-list --no-walk 4aace4d8c624a375cdebfaaad8dc330d7709446b # timeout=10
[1_grizzly_thrift-build-and-stage] $ /bin/bash -ex /tmp/jenkins5282364318621879657.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: 2028-05-29  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/9052174975143979
     created: 2018-04-05  expires: 2028-05-29  usage: S   
[ unknown] (1). Eclipse Grizzly Project <grizzly-dev@eclipse.org>

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

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

[1_grizzly_thrift-build-and-stage] $ /bin/bash -ex /tmp/jenkins16914525984995447693.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/jenkins13386929418300023483.sh
[1_grizzly_thrift-build-and-stage] $ /bin/bash -ex /tmp/jenkins10520509307162618212.sh
+ '[' false = true ']'
+ '[' false = true ']'
+ TOOLS_PREFIX=/opt/tools
+ '[' JDK17 = JDK17 ']'
+ JAVA_PREFIX=/opt/tools/java/openjdk
+ JAVA_HOME=/opt/tools/java/openjdk/jdk-17/latest
+ MVN_HOME=/opt/tools/apache-maven/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-17/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.17-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.17-SNAPSHOT
+ '[' -z 1.3.17 ']'
+ '[' -z '' ']'
++ echo 1.3.17
++ 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}]=18
++ echo 1 3 18
++ tr ' ' .
+ NEXT_VERSION=1.3.18-SNAPSHOT
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ RELEASE_TAG=1.3.17-RELEASE
+ RELEASE_BRANCH=1.3.17
+ echo 'Release version: 1.3.17'
Release version: 1.3.17
+ echo 'Next version:    1.3.18-SNAPSHOT'
Next version:    1.3.18-SNAPSHOT
+ echo 'Current version: 1.3.17-SNAPSHOT'
Current version: 1.3.17-SNAPSHOT
+ echo 'Release branch:  1.3.17'
Release branch:  1.3.17
+ echo 'Release tag:     1.3.17-RELEASE'
Release tag:     1.3.17-RELEASE
+ '[' -z 1.3.17-SNAPSHOT -o -z 1.3.17 -o -z 1.3.18-SNAPSHOT ']'
+ '[' true = true ']'
+ echo '-[ Dry run turned on ]----------------------------------------------------------'
-[ Dry run turned on ]----------------------------------------------------------
+ MVN_DEPLOY_ARGS=install
+ echo '-[ Skipping GitHub branch and tag checks ]--------------------------------------'
-[ Skipping GitHub branch and tag checks ]--------------------------------------
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ git branch --delete 1.3.17
error: branch '1.3.17' not found.
+ git checkout -b 1.3.17
Switched to a new branch '1.3.17'
+ git tag --delete 1.3.17-RELEASE
error: tag '1.3.17-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.17
++ echo org.glassfish.grizzly:grizzly-thrift:1.3.17
++ sed -e 's/\./\\\./g'
+ STAGING_KEY='org\.glassfish\.grizzly:grizzly-thrift:1\.3\.17'
+ echo '-[ Set release version ]--------------------------------------------------------'
-[ Set release version ]--------------------------------------------------------
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ mvn -U -C -DnewVersion=1.3.17 -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.17-SNAPSHOT
[INFO]   from pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-thrift ---
[INFO] 
[INFO] ----------------< org.glassfish.grizzly:grizzly-thrift >----------------
[INFO] Building grizzly-thrift 1.3.17-SNAPSHOT
[INFO]   from pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- versions: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.17-SNAPSHOT -> 1.3.17
[INFO] Processing org.glassfish.grizzly:grizzly-thrift
[INFO]     Updating project org.glassfish.grizzly:grizzly-thrift
[INFO]         from version 1.3.17-SNAPSHOT to 1.3.17
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.802 s
[INFO] Finished at: 2023-11-21T04:45:57Z
[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.17'
[1.3.17 a61754b] Prepare release org.glassfish.grizzly:grizzly-thrift:1.3.17
 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\.17'
++ 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.17 -DskipTests -Ddoclint=none clean package gpg:sign install:install org.apache.maven.plugins:maven-javadoc-plugin:3.3.1:javadoc install -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.17
[INFO]   from pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-thrift ---
[INFO] 
[INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-thrift ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-thrift ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.0: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] --- resources:3.3.1:testResources (default-testResources) @ grizzly-thrift ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.0: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] --- surefire:3.0.0-M5:test (default-test) @ grizzly-thrift ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.4:bundle (default-bundle) @ grizzly-thrift ---
[INFO] Building bundle: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ grizzly-thrift >>>
[INFO] 
[INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-thrift ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ grizzly-thrift <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ grizzly-thrift ---
[INFO] Building jar: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17-sources.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ grizzly-thrift ---
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:java-source:sources:1.3.17 already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.3.1:jar (attach-javadocs) @ grizzly-thrift ---
[WARNING] Are you sure about the <javadocVersion/> parameter? It seems to be 17.0.2
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] Loading source files for package org.glassfish.grizzly.thrift...
[WARNING] Loading source files for package org.glassfish.grizzly.thrift.client...
[WARNING] Loading source files for package org.glassfish.grizzly.thrift.client.pool...
[WARNING] Loading source files for package org.glassfish.grizzly.thrift.client.zookeeper...
[WARNING] Loading source files for package org.glassfish.grizzly.thrift.http...
[WARNING] Constructing Javadoc information...
[WARNING] warning: The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] Building index for all the packages and classes...
[WARNING] Standard Doclet version 17.0.2+8-86
[WARNING] Building tree for all the packages and classes...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/AbstractTGrizzlyTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/BarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/BaseObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/BaseObjectPool.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientManager.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/NoValidObjectException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/ObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/PoolableObjectFactory.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/PoolExhaustedException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/RoundRobinStore.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ServerListBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TGrizzlyClientTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TGrizzlyServerTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientBuilder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientCallback.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientLifecycle.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftFrameFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/ThriftHttpClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/ThriftHttpHandler.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftProtocols.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftServerFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TTimedoutException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZooKeeperConfig.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZooKeeperSupportThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/constant-values.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/serialized-form.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/AbstractTGrizzlyTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TGrizzlyClientTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TGrizzlyServerTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TTimedoutException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftFrameFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftServerFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClientManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClientManager.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/RoundRobinStore.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientBuilder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientCallback.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientLifecycle.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftProtocols.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/BaseObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/BaseObjectPool.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/NoValidObjectException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/ObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/PoolExhaustedException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/PoolableObjectFactory.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/BarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ServerListBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZKClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZKClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZooKeeperConfig.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZooKeeperSupportThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/class-use/ThriftHttpClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/class-use/ThriftHttpHandler.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/overview-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index.html...
[WARNING] Building index for all classes...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/allclasses-index.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/allpackages-index.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-1.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-2.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-3.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-4.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-5.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-6.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-7.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-8.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-9.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-10.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-11.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-12.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-13.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-14.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-15.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-16.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-17.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-18.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-19.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-20.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-21.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/overview-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/help-doc.html...
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17-javadoc.jar
[INFO] 
[INFO] --- gpg:1.6:sign (default-cli) @ grizzly-thrift ---
[INFO] 
[INFO] --- install:3.1.1:install (default-cli) @ grizzly-thrift ---
[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.17/grizzly-thrift-1.3.17.pom
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17.pom.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17-javadoc.jar.asc
[INFO] 
[INFO] >>> javadoc:3.3.1:javadoc (default-cli) > generate-sources @ grizzly-thrift >>>
[INFO] 
[INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-thrift ---
[INFO] 
[INFO] <<< javadoc:3.3.1:javadoc (default-cli) < generate-sources @ grizzly-thrift <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.3.1:javadoc (default-cli) @ grizzly-thrift ---
[WARNING] Are you sure about the <javadocVersion/> parameter? It seems to be 17.0.2
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] Loading source files for package org.glassfish.grizzly.thrift...
[WARNING] Loading source files for package org.glassfish.grizzly.thrift.client...
[WARNING] Loading source files for package org.glassfish.grizzly.thrift.client.pool...
[WARNING] Loading source files for package org.glassfish.grizzly.thrift.client.zookeeper...
[WARNING] Loading source files for package org.glassfish.grizzly.thrift.http...
[WARNING] Constructing Javadoc information...
[WARNING] warning: The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] Building index for all the packages and classes...
[WARNING] Standard Doclet version 17.0.2+8-86
[WARNING] Building tree for all the packages and classes...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/AbstractTGrizzlyTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/BarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/BaseObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/BaseObjectPool.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientManager.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/NoValidObjectException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/ObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/PoolableObjectFactory.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/PoolExhaustedException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/RoundRobinStore.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ServerListBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/TGrizzlyClientTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/TGrizzlyServerTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/ThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientBuilder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientCallback.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/ThriftClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientLifecycle.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/ThriftFrameFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/ThriftHttpClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/ThriftHttpHandler.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/ThriftProtocols.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/ThriftServerFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/TTimedoutException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZooKeeperConfig.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZooKeeperSupportThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/constant-values.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/serialized-form.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/class-use/AbstractTGrizzlyTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/class-use/TGrizzlyClientTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/class-use/TGrizzlyServerTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/class-use/TTimedoutException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftFrameFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftServerFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClientManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClientManager.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/RoundRobinStore.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientBuilder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientCallback.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientLifecycle.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftProtocols.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/BaseObjectPool.html...
[WARNING] 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...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/NoValidObjectException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/ObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/PoolExhaustedException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/PoolableObjectFactory.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/BarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ServerListBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZKClient.html...
[WARNING] 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...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZooKeeperConfig.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZooKeeperSupportThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/class-use/ThriftHttpClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/class-use/ThriftHttpHandler.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/pool/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/org/glassfish/grizzly/thrift/http/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/overview-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index.html...
[WARNING] Building index for all classes...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/allclasses-index.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/allpackages-index.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-1.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-2.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-3.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-4.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-5.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-6.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-7.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-8.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-9.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-10.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-11.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-12.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-13.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-14.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-15.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-16.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-17.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-18.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-19.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-20.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/index-files/index-21.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/overview-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/site/apidocs/help-doc.html...
[WARNING] 1 warning
[INFO] 
[INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-thrift ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-thrift ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.0: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] --- resources:3.3.1:testResources (default-testResources) @ grizzly-thrift ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.0: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] --- surefire:3.0.0-M5:test (default-test) @ grizzly-thrift ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.4:bundle (default-bundle) @ grizzly-thrift ---
[INFO] Building bundle: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ grizzly-thrift >>>
[INFO] 
[INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-thrift ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ grizzly-thrift <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ grizzly-thrift ---
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:java-source:sources:1.3.17 already attached, replace previous instance
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ grizzly-thrift ---
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:java-source:sources:1.3.17 already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.3.1:jar (attach-javadocs) @ grizzly-thrift ---
[WARNING] Are you sure about the <javadocVersion/> parameter? It seems to be 17.0.2
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] Loading source files for package org.glassfish.grizzly.thrift...
[WARNING] Loading source files for package org.glassfish.grizzly.thrift.client...
[WARNING] Loading source files for package org.glassfish.grizzly.thrift.client.pool...
[WARNING] Loading source files for package org.glassfish.grizzly.thrift.client.zookeeper...
[WARNING] Loading source files for package org.glassfish.grizzly.thrift.http...
[WARNING] Constructing Javadoc information...
[WARNING] warning: The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] Building index for all the packages and classes...
[WARNING] Standard Doclet version 17.0.2+8-86
[WARNING] Building tree for all the packages and classes...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/AbstractTGrizzlyTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/BarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/BaseObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/BaseObjectPool.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientManager.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/NoValidObjectException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/ObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/PoolableObjectFactory.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/PoolExhaustedException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/RoundRobinStore.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ServerListBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TGrizzlyClientTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TGrizzlyServerTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientBuilder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientCallback.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientLifecycle.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftFrameFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/ThriftHttpClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/ThriftHttpHandler.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftProtocols.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftServerFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TTimedoutException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZooKeeperConfig.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZooKeeperSupportThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/constant-values.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/serialized-form.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/AbstractTGrizzlyTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TGrizzlyClientTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TGrizzlyServerTransport.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TTimedoutException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftFrameFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftServerFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClientManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClientManager.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/RoundRobinStore.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientBuilder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientCallback.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientLifecycle.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftProtocols.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/BaseObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/BaseObjectPool.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/NoValidObjectException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/ObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/PoolExhaustedException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/PoolableObjectFactory.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/BarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ServerListBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZKClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZKClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZooKeeperConfig.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZooKeeperSupportThriftClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/class-use/ThriftHttpClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/class-use/ThriftHttpHandler.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/overview-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index.html...
[WARNING] Building index for all classes...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/allclasses-index.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/allpackages-index.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-1.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-2.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-3.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-4.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-5.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-6.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-7.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-8.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-9.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-10.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-11.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-12.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-13.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-14.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-15.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-16.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-17.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-18.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-19.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-20.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-21.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/overview-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/help-doc.html...
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17-javadoc.jar
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:javadoc:javadoc:1.3.17 already attached, replace previous instance
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ grizzly-thrift ---
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:jar.asc:1.3.17 already attached, replace previous instance
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:pom.asc:1.3.17 already attached, replace previous instance
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:jar.asc:sources:1.3.17 already attached, replace previous instance
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:jar.asc:javadoc:1.3.17 already attached, replace previous instance
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ grizzly-thrift ---
[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.17/grizzly-thrift-1.3.17.pom
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17.pom.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17.jar.asc.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17.jar.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17.pom.asc.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17.pom.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17-sources.jar.asc.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17-sources.jar.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.17-javadoc.jar.asc.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17-javadoc.jar.asc.asc
[INFO] 
[INFO] --- bundle:5.1.4:install (default-install) @ grizzly-thrift ---
[INFO] Writing OBR metadata
[INFO] Installing org/glassfish/grizzly/grizzly-thrift/1.3.17/grizzly-thrift-1.3.17.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  29.873 s
[INFO] Finished at: 2023-11-21T04:46:34Z
[INFO] ------------------------------------------------------------------------
+ echo '-[ Tag release ]----------------------------------------------------------------'
-[ Tag release ]----------------------------------------------------------------
+ git tag 1.3.17-RELEASE -m 'Release org.glassfish.grizzly:grizzly-thrift:1.3.17'
+ '[' 1.3.17-SNAPSHOT '!=' 1.3.18-SNAPSHOT ']'
+ echo '-[ Set next snapshot version ]--------------------------------------------------'
-[ Set next snapshot version ]--------------------------------------------------
+ mvn -U -C -DnewVersion=1.3.18-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.17
[INFO]   from pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0: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.17
[INFO]   from pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- versions: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.17 -> 1.3.18-SNAPSHOT
[INFO] Processing org.glassfish.grizzly:grizzly-thrift
[INFO]     Updating project org.glassfish.grizzly:grizzly-thrift
[INFO]         from version 1.3.17 to 1.3.18-SNAPSHOT
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.864 s
[INFO] Finished at: 2023-11-21T04:46:37Z
[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.18-SNAPSHOT'
[1.3.17 33dd1c1] Prepare next development cycle for 1.3.18-SNAPSHOT
 1 file changed, 1 insertion(+), 1 deletion(-)
+ '[' true = true ']'
+ echo '-[ Skipping GitHub update ]-----------------------------------------------------'
-[ Skipping GitHub update ]-----------------------------------------------------
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 52 killed;
[ssh-agent] Stopped.
Finished: SUCCESS