Skip to content
Success

Console Output

Started by user Bongjae Chang
Running as Bongjae Chang
Agent basic-fgsr0 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-fgsr0"
  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-fgsr0"
    - 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-fgsr0"
    - 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-fgsr0 (basic) in workspace /home/jenkins/agent/workspace/1_grizzly_memcached-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-N8F1rLBonp28/agent.50
SSH_AGENT_PID=52
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage@tmp/private_key_18208469186678194006.key (/home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage@tmp/private_key_18208469186678194006.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-memcached.git
 > git init /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/grizzly-memcached.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_memcached-build-and-stage@tmp/jenkins-gitclient-ssh1383895174677869934.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/grizzly-memcached.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/grizzly-memcached.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 94da0caefcc3eda01c9a63cc1a0709cebddb237e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 94da0caefcc3eda01c9a63cc1a0709cebddb237e # timeout=10
Commit message: "Merge pull request #12 from eclipse-ee4j/dependabot/maven/org.apache.zookeeper-zookeeper-3.7.2"
 > git rev-list --no-walk 94da0caefcc3eda01c9a63cc1a0709cebddb237e # timeout=10
[1_grizzly_memcached-build-and-stage] $ /bin/bash -ex /tmp/jenkins10617271502665380683.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_memcached-build-and-stage] $ /bin/bash -ex /tmp/jenkins13105752364332807682.sh
+ git config --global user.email eclipse-grizzly-bot@eclipse.org
+ git config --global user.name 'Eclipse Grizzly Bot'
[1_grizzly_memcached-build-and-stage] $ /bin/bash -e /tmp/jenkins18038221956251727050.sh
[1_grizzly_memcached-build-and-stage] $ /bin/bash -ex /tmp/jenkins16294776333811845652.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_memcached-build-and-stage
+ IMPL_DIR=/home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage
+ grep '<version>' pom.xml
+ grep SNAPSHOT
    <version>1.3.20-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.20-SNAPSHOT
+ '[' -z 1.3.20 ']'
+ '[' -z '' ']'
++ echo 1.3.20
++ 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}]=21
++ echo 1 3 21
++ tr ' ' .
+ NEXT_VERSION=1.3.21-SNAPSHOT
+ cd /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage
+ RELEASE_TAG=1.3.20-RELEASE
+ RELEASE_BRANCH=1.3.20
+ echo 'Release version: 1.3.20'
Release version: 1.3.20
+ echo 'Next version:    1.3.21-SNAPSHOT'
Next version:    1.3.21-SNAPSHOT
+ echo 'Current version: 1.3.20-SNAPSHOT'
Current version: 1.3.20-SNAPSHOT
+ echo 'Release branch:  1.3.20'
Release branch:  1.3.20
+ echo 'Release tag:     1.3.20-RELEASE'
Release tag:     1.3.20-RELEASE
+ '[' -z 1.3.20-SNAPSHOT -o -z 1.3.20 -o -z 1.3.21-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_memcached-build-and-stage
+ git branch --delete 1.3.20
error: branch '1.3.20' not found.
+ git checkout -b 1.3.20
Switched to a new branch '1.3.20'
+ git tag --delete 1.3.20-RELEASE
Deleted tag '1.3.20-RELEASE' (was 7456593)
+ true
+ cd /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.artifactId
++ grep -Ev '(^\[)'
+ ARTIFACT_ID=grizzly-memcached
++ 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-memcached:1.3.20
++ echo org.glassfish.grizzly:grizzly-memcached:1.3.20
++ sed -e 's/\./\\\./g'
+ STAGING_KEY='org\.glassfish\.grizzly:grizzly-memcached:1\.3\.20'
+ echo '-[ Set release version ]--------------------------------------------------------'
-[ Set release version ]--------------------------------------------------------
+ cd /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage
+ mvn -U -C -DnewVersion=1.3.20 -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-memcached >---------------
[INFO] Building grizzly-memcached 1.3.20-SNAPSHOT
[INFO]   from pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-memcached ---
[INFO] 
[INFO] --------------< org.glassfish.grizzly:grizzly-memcached >---------------
[INFO] Building grizzly-memcached 1.3.20-SNAPSHOT
[INFO]   from pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- versions:2.7:set (default-cli) @ grizzly-memcached ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage
[INFO] Processing change of org.glassfish.grizzly:grizzly-memcached:1.3.20-SNAPSHOT -> 1.3.20
[INFO] Processing org.glassfish.grizzly:grizzly-memcached
[INFO]     Updating project org.glassfish.grizzly:grizzly-memcached
[INFO]         from version 1.3.20-SNAPSHOT to 1.3.20
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.945 s
[INFO] Finished at: 2023-11-21T04:39:50Z
[INFO] ------------------------------------------------------------------------
+ echo '-[ Commit modified pom.xml files ]----------------------------------------------'
-[ Commit modified pom.xml files ]----------------------------------------------
+ cd /home/jenkins/agent/workspace/1_grizzly_memcached-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-memcached:1.3.20'
[1.3.20 c519c6e] Prepare release org.glassfish.grizzly:grizzly-memcached:1.3.20
 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_memcached-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-memcached:1\.3\.20'
++ awk '{print $2}'
+ echo '-[ Deploy artifacts to staging repository ]-------------------------------------'
-[ Deploy artifacts to staging repository ]-------------------------------------
+ cd /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage
+ mvn -U -C -DstagingDescription=org.glassfish.grizzly:grizzly-memcached:1.3.20 -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-memcached >---------------
[INFO] Building grizzly-memcached 1.3.20
[INFO]   from pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-memcached ---
[INFO] 
[INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-memcached ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-memcached ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.0:compile (default-compile) @ grizzly-memcached ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-memcached ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.0:testCompile (default-testCompile) @ grizzly-memcached ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/test-classes
[WARNING] /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/src/test/java/org/glassfish/grizzly/memcached/FailoverTest.java:[234,22] stop() in org.glassfish.grizzly.AbstractTransport has been deprecated
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ grizzly-memcached ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.4:bundle (default-bundle) @ grizzly-memcached ---
[INFO] Building bundle: /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ grizzly-memcached >>>
[INFO] 
[INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-memcached ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ grizzly-memcached <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ grizzly-memcached ---
[INFO] Building jar: /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20-sources.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ grizzly-memcached ---
[WARNING] artifact org.glassfish.grizzly:grizzly-memcached:java-source:sources:1.3.20 already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.3.1:jar (attach-javadocs) @ grizzly-memcached ---
[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.memcached...
[WARNING] Loading source files for package org.glassfish.grizzly.memcached.pool...
[WARNING] Loading source files for package org.glassfish.grizzly.memcached.zookeeper...
[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_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/BarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/BaseObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/BaseObjectPool.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/BufferWrapper.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/BufferWrapper.BufferType.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/Cache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/CacheBuilder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/CacheLifecycle.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/CacheManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/CacheServerListBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/CommandOpcodes.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/Commands.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/ConsistentHashStore.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/GrizzlyMemcachedCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/GrizzlyMemcachedCache.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/GrizzlyMemcachedCacheManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/GrizzlyMemcachedCacheManager.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/MemcachedCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/MemcachedClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/MemcachedClientFilter.ParsingStatus.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/MemcachedRequest.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/MemcachedRequest.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/MemcachedResponse.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/NoValidObjectException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/ObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/PoolableObjectFactory.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/PoolExhaustedException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/PreferRemoteConfigBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/ResponseStatus.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/ValueWithCas.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/ValueWithKey.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/ZKClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/ZKClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/ZooKeeperConfig.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/ZooKeeperSupportCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/constant-values.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/serialized-form.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/BufferWrapper.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/BufferWrapper.BufferType.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/Cache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/CacheBuilder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/CacheLifecycle.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/CacheManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/CommandOpcodes.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/Commands.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/ConsistentHashStore.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/GrizzlyMemcachedCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/GrizzlyMemcachedCache.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/GrizzlyMemcachedCacheManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/GrizzlyMemcachedCacheManager.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedClientFilter.ParsingStatus.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedRequest.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedRequest.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedResponse.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/ResponseStatus.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/ValueWithCas.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/ValueWithKey.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/class-use/BaseObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/class-use/BaseObjectPool.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/class-use/NoValidObjectException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/class-use/ObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/class-use/PoolExhaustedException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/class-use/PoolableObjectFactory.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/BarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/CacheServerListBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/PreferRemoteConfigBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/ZKClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/ZKClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/ZooKeeperConfig.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/ZooKeeperSupportCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/overview-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/deprecated-list.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index.html...
[WARNING] Building index for all classes...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/allclasses-index.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/allpackages-index.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-1.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-2.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-3.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-4.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-5.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-6.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-7.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-8.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-9.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-10.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-11.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-12.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-13.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-14.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-15.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-16.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-17.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-18.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-19.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-20.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-21.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-22.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-23.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/overview-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/help-doc.html...
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20-javadoc.jar
[INFO] 
[INFO] --- gpg:1.6:sign (default-cli) @ grizzly-memcached ---
[INFO] 
[INFO] --- install:3.1.1:install (default-cli) @ grizzly-memcached ---
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20.pom
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20.pom.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20-javadoc.jar.asc
[INFO] 
[INFO] >>> javadoc:3.3.1:javadoc (default-cli) > generate-sources @ grizzly-memcached >>>
[INFO] 
[INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-memcached ---
[INFO] 
[INFO] <<< javadoc:3.3.1:javadoc (default-cli) < generate-sources @ grizzly-memcached <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.3.1:javadoc (default-cli) @ grizzly-memcached ---
[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.memcached...
[WARNING] Loading source files for package org.glassfish.grizzly.memcached.pool...
[WARNING] Loading source files for package org.glassfish.grizzly.memcached.zookeeper...
[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_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/BarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/BaseObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/BaseObjectPool.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/BufferWrapper.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/BufferWrapper.BufferType.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/Cache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/CacheBuilder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/CacheLifecycle.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/CacheManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/CacheServerListBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/CommandOpcodes.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/Commands.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/ConsistentHashStore.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/GrizzlyMemcachedCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/GrizzlyMemcachedCache.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/GrizzlyMemcachedCacheManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/GrizzlyMemcachedCacheManager.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/MemcachedCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/MemcachedClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/MemcachedClientFilter.ParsingStatus.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/MemcachedRequest.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/MemcachedRequest.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/MemcachedResponse.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/NoValidObjectException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/ObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/PoolableObjectFactory.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/PoolExhaustedException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/PreferRemoteConfigBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/ResponseStatus.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/ValueWithCas.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/ValueWithKey.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/ZKClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/ZKClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/ZooKeeperConfig.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/ZooKeeperSupportCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/constant-values.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/serialized-form.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/BufferWrapper.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/BufferWrapper.BufferType.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/Cache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/CacheBuilder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/CacheLifecycle.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/CacheManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/CommandOpcodes.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/Commands.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/ConsistentHashStore.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/GrizzlyMemcachedCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/GrizzlyMemcachedCache.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/GrizzlyMemcachedCacheManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/GrizzlyMemcachedCacheManager.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedClientFilter.ParsingStatus.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedRequest.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedRequest.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedResponse.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/ResponseStatus.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/ValueWithCas.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/class-use/ValueWithKey.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/class-use/BaseObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/class-use/BaseObjectPool.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/class-use/NoValidObjectException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/class-use/ObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/class-use/PoolExhaustedException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/class-use/PoolableObjectFactory.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/BarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/CacheServerListBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/PreferRemoteConfigBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/ZKClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/ZKClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/ZooKeeperConfig.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/ZooKeeperSupportCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/pool/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/org/glassfish/grizzly/memcached/zookeeper/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/overview-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/deprecated-list.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index.html...
[WARNING] Building index for all classes...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/allclasses-index.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/allpackages-index.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-1.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-2.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-3.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-4.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-5.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-6.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-7.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-8.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-9.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-10.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-11.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-12.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-13.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-14.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-15.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-16.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-17.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-18.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-19.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-20.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-21.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-22.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/index-files/index-23.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/overview-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/site/apidocs/help-doc.html...
[WARNING] 1 warning
[INFO] 
[INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-memcached ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ grizzly-memcached ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.0:compile (default-compile) @ grizzly-memcached ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ grizzly-memcached ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.0:testCompile (default-testCompile) @ grizzly-memcached ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/test-classes
[WARNING] /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/src/test/java/org/glassfish/grizzly/memcached/FailoverTest.java:[234,22] stop() in org.glassfish.grizzly.AbstractTransport has been deprecated
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ grizzly-memcached ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.4:bundle (default-bundle) @ grizzly-memcached ---
[INFO] Building bundle: /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ grizzly-memcached >>>
[INFO] 
[INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ grizzly-memcached ---
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ grizzly-memcached <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ grizzly-memcached ---
[WARNING] artifact org.glassfish.grizzly:grizzly-memcached:java-source:sources:1.3.20 already attached, replace previous instance
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ grizzly-memcached ---
[WARNING] artifact org.glassfish.grizzly:grizzly-memcached:java-source:sources:1.3.20 already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.3.1:jar (attach-javadocs) @ grizzly-memcached ---
[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.memcached...
[WARNING] Loading source files for package org.glassfish.grizzly.memcached.pool...
[WARNING] Loading source files for package org.glassfish.grizzly.memcached.zookeeper...
[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_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/BarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/BaseObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/BaseObjectPool.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/BufferWrapper.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/BufferWrapper.BufferType.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/Cache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/CacheBuilder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/CacheLifecycle.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/CacheManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/CacheServerListBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/CommandOpcodes.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/Commands.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/ConsistentHashStore.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/GrizzlyMemcachedCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/GrizzlyMemcachedCache.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/GrizzlyMemcachedCacheManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/GrizzlyMemcachedCacheManager.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/MemcachedCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/MemcachedClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/MemcachedClientFilter.ParsingStatus.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/MemcachedRequest.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/MemcachedRequest.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/MemcachedResponse.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/NoValidObjectException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/ObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/PoolableObjectFactory.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/PoolExhaustedException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/PreferRemoteConfigBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/ResponseStatus.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/ValueWithCas.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/ValueWithKey.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/ZKClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/ZKClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/ZooKeeperConfig.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/ZooKeeperSupportCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/package-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/package-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/constant-values.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/serialized-form.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/BufferWrapper.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/BufferWrapper.BufferType.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/Cache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/CacheBuilder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/CacheLifecycle.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/CacheManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/CommandOpcodes.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/Commands.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/ConsistentHashStore.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/GrizzlyMemcachedCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/GrizzlyMemcachedCache.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/GrizzlyMemcachedCacheManager.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/GrizzlyMemcachedCacheManager.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedClientFilter.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedClientFilter.ParsingStatus.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedRequest.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedRequest.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/MemcachedResponse.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/ResponseStatus.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/ValueWithCas.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/class-use/ValueWithKey.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/class-use/BaseObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/class-use/BaseObjectPool.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/class-use/NoValidObjectException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/class-use/ObjectPool.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/class-use/PoolExhaustedException.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/class-use/PoolableObjectFactory.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/BarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/CacheServerListBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/PreferRemoteConfigBarrierListener.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/ZKClient.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/ZKClient.Builder.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/ZooKeeperConfig.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/class-use/ZooKeeperSupportCache.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/pool/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/org/glassfish/grizzly/memcached/zookeeper/package-use.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/overview-tree.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/deprecated-list.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index.html...
[WARNING] Building index for all classes...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/allclasses-index.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/allpackages-index.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-1.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-2.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-3.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-4.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-5.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-6.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-7.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-8.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-9.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-10.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-11.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-12.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-13.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-14.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-15.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-16.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-17.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-18.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-19.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-20.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-21.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-22.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/index-files/index-23.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/overview-summary.html...
[WARNING] Generating /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/apidocs/help-doc.html...
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20-javadoc.jar
[WARNING] artifact org.glassfish.grizzly:grizzly-memcached:javadoc:javadoc:1.3.20 already attached, replace previous instance
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ grizzly-memcached ---
[WARNING] artifact org.glassfish.grizzly:grizzly-memcached:jar.asc:1.3.20 already attached, replace previous instance
[WARNING] artifact org.glassfish.grizzly:grizzly-memcached:pom.asc:1.3.20 already attached, replace previous instance
[WARNING] artifact org.glassfish.grizzly:grizzly-memcached:jar.asc:sources:1.3.20 already attached, replace previous instance
[WARNING] artifact org.glassfish.grizzly:grizzly-memcached:jar.asc:javadoc:1.3.20 already attached, replace previous instance
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ grizzly-memcached ---
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/pom.xml to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20.pom
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20-sources.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20.pom.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20.jar.asc.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20.jar.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20.pom.asc.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20.pom.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20-sources.jar.asc.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20-sources.jar.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target/grizzly-memcached-1.3.20-javadoc.jar.asc.asc to /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20-javadoc.jar.asc.asc
[INFO] 
[INFO] --- bundle:5.1.4:install (default-install) @ grizzly-memcached ---
[INFO] Writing OBR metadata
[INFO] Installing org/glassfish/grizzly/grizzly-memcached/1.3.20/grizzly-memcached-1.3.20.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  32.738 s
[INFO] Finished at: 2023-11-21T04:40:31Z
[INFO] ------------------------------------------------------------------------
+ echo '-[ Tag release ]----------------------------------------------------------------'
-[ Tag release ]----------------------------------------------------------------
+ git tag 1.3.20-RELEASE -m 'Release org.glassfish.grizzly:grizzly-memcached:1.3.20'
+ '[' 1.3.20-SNAPSHOT '!=' 1.3.21-SNAPSHOT ']'
+ echo '-[ Set next snapshot version ]--------------------------------------------------'
-[ Set next snapshot version ]--------------------------------------------------
+ mvn -U -C -DnewVersion=1.3.21-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-memcached >---------------
[INFO] Building grizzly-memcached 1.3.20
[INFO]   from pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ grizzly-memcached ---
[INFO] Deleting /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage/target
[INFO] 
[INFO] --------------< org.glassfish.grizzly:grizzly-memcached >---------------
[INFO] Building grizzly-memcached 1.3.20
[INFO]   from pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- versions:2.7:set (default-cli) @ grizzly-memcached ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/1_grizzly_memcached-build-and-stage
[INFO] Processing change of org.glassfish.grizzly:grizzly-memcached:1.3.20 -> 1.3.21-SNAPSHOT
[INFO] Processing org.glassfish.grizzly:grizzly-memcached
[INFO]     Updating project org.glassfish.grizzly:grizzly-memcached
[INFO]         from version 1.3.20 to 1.3.21-SNAPSHOT
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.094 s
[INFO] Finished at: 2023-11-21T04:40:34Z
[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.21-SNAPSHOT'
[1.3.20 99907ea] Prepare next development cycle for 1.3.21-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