Skip to content

Console Output

Started by user Bongjae Chang
Running as Bongjae Chang
Agent basic-fncmh is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-fncmh"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.grizzly.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-fncmh"
    - 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-fncmh"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.grizzly.svc.cluster.local/grizzly/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-grizzly"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

[EnvInject] - Loading node environment variables.
Building remotely on basic-fncmh (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-9HlqYAz6YRAx/agent.72
SSH_AGENT_PID=74
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage@tmp/private_key_14819936393065736960.key (/home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage@tmp/private_key_14819936393065736960.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-ssh2616028339547946809.key
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/grizzly-thrift.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/grizzly-thrift.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 4aace4d8c624a375cdebfaaad8dc330d7709446b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4aace4d8c624a375cdebfaaad8dc330d7709446b # timeout=10
Commit message: "Merge pull request #24 from carryel/master"
 > git rev-list --no-walk 4aace4d8c624a375cdebfaaad8dc330d7709446b # timeout=10
[1_grizzly_thrift-build-and-stage] $ /bin/bash -ex /tmp/jenkins15067683354293757910.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key C0DF20AC84F198AE: public key "Eclipse Grizzly Project <grizzly-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key C0DF20AC84F198AE: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 3AC8633E97ACA1E8F2A7ED239052174975143979 trust
Secret subkeys are available.

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

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

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

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


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

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 5C6C110AC6ED91594D92B795C0DF20AC84F198AE trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2023-04-04
pub  rsa4096/C0DF20AC84F198AE
     created: 2018-04-05  expires: 2023-04-04  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/9052174975143979
     created: 2018-04-05  expires: 2023-04-04  usage: S   
[ultimate] (1). Eclipse Grizzly Project <grizzly-dev@eclipse.org>

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

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

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


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

[1_grizzly_thrift-build-and-stage] $ /bin/bash -ex /tmp/jenkins12665529150906343967.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/jenkins16730378722456490668.sh
[1_grizzly_thrift-build-and-stage] $ /bin/bash -ex /tmp/jenkins9938795860833419536.sh
+ '[' false = true ']'
+ '[' false = true ']'
+ TOOLS_PREFIX=/opt/tools
+ '[' JDK11 = JDK11 ']'
+ JAVA_PREFIX=/opt/tools/java/openjdk
+ JAVA_HOME=/opt/tools/java/openjdk/jdk-11/latest
+ MVN_HOME=/opt/tools/apache-maven/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.7
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:3.1.0
+ MVN_EXTRA='--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging'
+ BUILD_DIR=/home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ IMPL_DIR=/home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ grep '<version>' pom.xml
+ grep SNAPSHOT
    <version>1.3.16-SNAPSHOT</version>
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version
++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$'
+ SNAPSHOT_VERSION=1.3.16-SNAPSHOT
+ '[' -z 1.3.16 ']'
+ '[' -z '' ']'
++ echo 1.3.16
++ sed -e 's/\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/'
+ NEXT_VERSION=1.3
+ set -f
+ NEXT_COMPONENTS=(${RELEASE_VERSION//\./ })
+ LAST_INDEX=2
+ NEXT_COMPONENTS[${LAST_INDEX}]=17
++ echo 1 3 17
++ tr ' ' .
+ NEXT_VERSION=1.3.17-SNAPSHOT
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ RELEASE_TAG=1.3.16-RELEASE
+ RELEASE_BRANCH=1.3.16
+ echo 'Release version: 1.3.16'
Release version: 1.3.16
+ echo 'Next version:    1.3.17-SNAPSHOT'
Next version:    1.3.17-SNAPSHOT
+ echo 'Current version: 1.3.16-SNAPSHOT'
Current version: 1.3.16-SNAPSHOT
+ echo 'Release branch:  1.3.16'
Release branch:  1.3.16
+ echo 'Release tag:     1.3.16-RELEASE'
Release tag:     1.3.16-RELEASE
+ '[' -z 1.3.16-SNAPSHOT -o -z 1.3.16 -o -z 1.3.17-SNAPSHOT ']'
+ '[' false = true ']'
+ MVN_DEPLOY_ARGS=deploy
++ git remote
+ GIT_ORIGIN=origin
+ echo '-[ Prepare branch ]-------------------------------------------------------------'
-[ Prepare branch ]-------------------------------------------------------------
++ git branch -r
++ grep origin/1.3.16
+ [[ -n '' ]]
+ echo '-[ Release tag cleanup ]--------------------------------------------------------'
-[ Release tag cleanup ]--------------------------------------------------------
++ git ls-remote --tags origin
++ grep 1.3.16-RELEASE
+ [[ -n d86e639da4442539fd363d0c5faab7b0dd9739a4	refs/tags/1.3.16-RELEASE
9d9ed10cad271165e235cdc07fc58ecfb67ea647	refs/tags/1.3.16-RELEASE^{} ]]
+ '[' true = true ']'
+ echo '1.3.16-RELEASE tag already exists, deleting'
1.3.16-RELEASE tag already exists, deleting
+ git push --delete origin 1.3.16-RELEASE
To github.com:eclipse-ee4j/grizzly-thrift.git
 - [deleted]         1.3.16-RELEASE
+ true
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ git branch --delete 1.3.16
error: branch '1.3.16' not found.
+ git checkout -b 1.3.16
Switched to a new branch '1.3.16'
+ git tag --delete 1.3.16-RELEASE
Deleted tag '1.3.16-RELEASE' (was d86e639)
+ true
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.artifactId
++ grep -Ev '(^\[)'
+ ARTIFACT_ID=grizzly-thrift
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.groupId
++ grep -Ev '(^\[)'
+ GROUP_ID=org.glassfish.grizzly
+ STAGING_DESC=org.glassfish.grizzly:grizzly-thrift:1.3.16
++ echo org.glassfish.grizzly:grizzly-thrift:1.3.16
++ sed -e 's/\./\\\./g'
+ STAGING_KEY='org\.glassfish\.grizzly:grizzly-thrift:1\.3\.16'
+ echo '-[ Set release version ]--------------------------------------------------------'
-[ Set release version ]--------------------------------------------------------
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ mvn -U -C -DnewVersion=1.3.16 -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.glassfish.grizzly:grizzly-thrift >----------------
[INFO] Building grizzly-thrift 1.3.16-SNAPSHOT
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ grizzly-thrift ---
[INFO] 
[INFO] ----------------< org.glassfish.grizzly:grizzly-thrift >----------------
[INFO] Building grizzly-thrift 1.3.16-SNAPSHOT
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:set (default-cli) @ grizzly-thrift ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
[INFO] Processing change of org.glassfish.grizzly:grizzly-thrift:1.3.16-SNAPSHOT -> 1.3.16
[INFO] Processing org.glassfish.grizzly:grizzly-thrift
[INFO]     Updating project org.glassfish.grizzly:grizzly-thrift
[INFO]         from version 1.3.16-SNAPSHOT to 1.3.16
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.222 s
[INFO] Finished at: 2022-02-24T02:09:52Z
[INFO] ------------------------------------------------------------------------
+ echo '-[ Commit modified pom.xml files ]----------------------------------------------'
-[ Commit modified pom.xml files ]----------------------------------------------
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
++ git status
++ grep -E 'modified:.*pom\.xml'
++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//'
+ POM_FILES=pom.xml
+ git add pom.xml
+ git commit -m 'Prepare release org.glassfish.grizzly:grizzly-thrift:1.3.16'
[1.3.16 6ce6a59] Prepare release org.glassfish.grizzly:grizzly-thrift:1.3.16
 1 file changed, 1 insertion(+), 1 deletion(-)
+ echo '-[ Drop old staging repository deployments ]------------------------------------'
-[ Drop old staging repository deployments ]------------------------------------
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
++ mvn -B nexus-staging:rc-list
++ egrep '^\[INFO\] [A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+org\.glassfish\.grizzly:grizzly-thrift:1\.3\.16'
++ awk '{print $2}'
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
+ echo '-[ Deploy artifacts to staging repository ]-------------------------------------'
-[ Deploy artifacts to staging repository ]-------------------------------------
+ cd /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage
+ mvn -U -C -DstagingDescription=org.glassfish.grizzly:grizzly-thrift:1.3.16 -DskipTests -Ddoclint=none clean package gpg:sign install:install org.apache.maven.plugins:maven-javadoc-plugin:3.3.1:javadoc deploy -am -Poss-release --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] 
[INFO] ----------------< org.glassfish.grizzly:grizzly-thrift >----------------
[INFO] Building grizzly-thrift 1.3.16
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ grizzly-thrift ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ grizzly-thrift ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ grizzly-thrift ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ grizzly-thrift ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ grizzly-thrift ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ grizzly-thrift ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/test-classes
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[84,46] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[125,87] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[143,92] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[177,94] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[178,114] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[248,68] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[WARNING] /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/src/test/java/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientFailoverTest.java:[250,114] unchecked call to Processor(I) as a member of the raw type tutorial.Calculator.Processor
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ grizzly-thrift ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ grizzly-thrift ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ grizzly-thrift >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ grizzly-thrift ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ grizzly-thrift <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ grizzly-thrift ---
[INFO] Building jar: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ grizzly-thrift ---
[INFO] Building jar: /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/grizzly-thrift-1.3.16-sources.jar
[WARNING] artifact org.glassfish.grizzly:grizzly-thrift:java-source:sources:1.3.16 already attached, replace previous instance
[INFO] 
[INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ grizzly-thrift ---
[WARNING] Are you sure about the <javadocVersion/> parameter? It seems to be 11.0.2
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.glassfish.grizzly.thrift...
Loading source files for package org.glassfish.grizzly.thrift.client...
Loading source files for package org.glassfish.grizzly.thrift.client.pool...
Loading source files for package org.glassfish.grizzly.thrift.client.zookeeper...
Loading source files for package org.glassfish.grizzly.thrift.http...
Constructing Javadoc information...
Standard Doclet version 11.0.2
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/AbstractTGrizzlyTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TGrizzlyClientTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TGrizzlyServerTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftFrameFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/ThriftServerFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/TTimedoutException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/GrizzlyThriftClientManager.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/RoundRobinStore.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientBuilder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientCallback.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientLifecycle.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/ThriftProtocols.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/BaseObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/BaseObjectPool.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/NoValidObjectException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/ObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/PoolableObjectFactory.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/PoolExhaustedException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/BarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ServerListBarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZKClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZooKeeperConfig.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/ZooKeeperSupportThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/ThriftHttpClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/ThriftHttpHandler.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/AbstractTGrizzlyTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TGrizzlyClientTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TGrizzlyServerTransport.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/TTimedoutException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftFrameFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/class-use/ThriftServerFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/GrizzlyThriftClientManager.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/RoundRobinStore.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientBuilder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientCallback.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientLifecycle.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftClientManager.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/class-use/ThriftProtocols.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/BaseObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/BaseObjectPool.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/NoValidObjectException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/ObjectPool.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/PoolExhaustedException.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/class-use/PoolableObjectFactory.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/BarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ServerListBarrierListener.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZKClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZKClient.Builder.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZooKeeperConfig.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/class-use/ZooKeeperSupportThriftClient.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/class-use/ThriftHttpClientFilter.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/class-use/ThriftHttpHandler.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/pool/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/client/zookeeper/package-use.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/org/glassfish/grizzly/thrift/http/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-1.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-2.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-3.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-4.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-5.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-6.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-7.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-8.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-9.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-10.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-11.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-12.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-13.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-14.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-15.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-16.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-17.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-18.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-19.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-20.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index-files/index-21.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs/help-doc.html...
1 error
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  28.282 s
[INFO] Finished at: 2022-02-24T02:10:30Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.3.0:jar (attach-javadocs) on project grizzly-thrift: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[ERROR] 
[ERROR] Command line was: /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/1_grizzly_thrift-build-and-stage/target/apidocs' dir.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 74 killed;
[ssh-agent] Stopped.
Finished: FAILURE