Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 6088b800a76d10f8b4ee45aa5647d6e6616506c6 [Pipeline] Start of Pipeline [Pipeline] node Agent basic-xtwg6 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-xtwg6" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.glassfish.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-xtwg6" - 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-xtwg6" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/" 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-glassfish" 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" Running on basic-xtwg6 in /home/jenkins/agent/workspace/shoal_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-ee4j/glassfish-shoal.git > git init /home/jenkins/agent/workspace/shoal_master # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-shoal.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/glassfish-shoal.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 6088b800a76d10f8b4ee45aa5647d6e6616506c6 (master) > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-shoal.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6088b800a76d10f8b4ee45aa5647d6e6616506c6 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 6088b800a76d10f8b4ee45aa5647d6e6616506c6 # timeout=10 Commit message: "Merge pull request #160 from pzygielo/jf" > git rev-list --no-walk dad83f2f0e2e28d676471f241f796be53f19a6ca # timeout=10 Cleaning workspace [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-03-22T13:23:35.861Z] Timeout set to expire in 20 min [Pipeline] { [Pipeline] stage [Pipeline] { (build) [Pipeline] node > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [2022-03-22T13:23:50.888Z] Still waiting to schedule task [2022-03-22T13:23:50.889Z] Waiting for next available executor [2022-03-22T13:23:57.182Z] Agent basic-gsb1j is provisioned from template basic [2022-03-22T13:23:57.183Z] --- [2022-03-22T13:23:57.183Z] apiVersion: "v1" [2022-03-22T13:23:57.183Z] kind: "Pod" [2022-03-22T13:23:57.183Z] metadata: [2022-03-22T13:23:57.183Z] annotations: {} [2022-03-22T13:23:57.183Z] labels: [2022-03-22T13:23:57.183Z] jenkins: "slave" [2022-03-22T13:23:57.183Z] jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" [2022-03-22T13:23:57.183Z] jenkins/label: "basic" [2022-03-22T13:23:57.183Z] name: "basic-gsb1j" [2022-03-22T13:23:57.183Z] spec: [2022-03-22T13:23:57.183Z] containers: [2022-03-22T13:23:57.183Z] - env: [2022-03-22T13:23:57.183Z] - name: "JENKINS_SECRET" [2022-03-22T13:23:57.183Z] value: "********" [2022-03-22T13:23:57.183Z] - name: "JENKINS_TUNNEL" [2022-03-22T13:23:57.183Z] value: "jenkins-discovery.glassfish.svc.cluster.local:50000" [2022-03-22T13:23:57.183Z] - name: "JENKINS_AGENT_NAME" [2022-03-22T13:23:57.183Z] value: "basic-gsb1j" [2022-03-22T13:23:57.183Z] - name: "JENKINS_REMOTING_JAVA_OPTS" [2022-03-22T13:23:57.183Z] value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ [2022-03-22T13:23:57.183Z] \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" [2022-03-22T13:23:57.183Z] - name: "JAVA_TOOL_OPTIONS" [2022-03-22T13:23:57.183Z] value: "" [2022-03-22T13:23:57.183Z] - name: "_JAVA_OPTIONS" [2022-03-22T13:23:57.183Z] value: "" [2022-03-22T13:23:57.183Z] - name: "OPENJ9_JAVA_OPTIONS" [2022-03-22T13:23:57.183Z] value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" [2022-03-22T13:23:57.183Z] - name: "JENKINS_NAME" [2022-03-22T13:23:57.183Z] value: "basic-gsb1j" [2022-03-22T13:23:57.183Z] - name: "JENKINS_AGENT_WORKDIR" [2022-03-22T13:23:57.183Z] value: "/home/jenkins/agent" [2022-03-22T13:23:57.183Z] - name: "JENKINS_URL" [2022-03-22T13:23:57.183Z] value: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/" [2022-03-22T13:23:57.183Z] image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2" [2022-03-22T13:23:57.183Z] imagePullPolicy: "Always" [2022-03-22T13:23:57.183Z] name: "jnlp" [2022-03-22T13:23:57.183Z] resources: [2022-03-22T13:23:57.183Z] limits: [2022-03-22T13:23:57.183Z] cpu: "2000m" [2022-03-22T13:23:57.183Z] memory: "4096Mi" [2022-03-22T13:23:57.183Z] requests: [2022-03-22T13:23:57.183Z] cpu: "1000m" [2022-03-22T13:23:57.183Z] memory: "4096Mi" [2022-03-22T13:23:57.183Z] tty: true [2022-03-22T13:23:57.183Z] volumeMounts: [2022-03-22T13:23:57.183Z] - mountPath: "/home/jenkins/.m2/toolchains.xml" [2022-03-22T13:23:57.183Z] name: "m2-dir" [2022-03-22T13:23:57.183Z] readOnly: true [2022-03-22T13:23:57.183Z] subPath: "toolchains.xml" [2022-03-22T13:23:57.183Z] - mountPath: "/home/jenkins/.mavenrc" [2022-03-22T13:23:57.183Z] name: "m2-dir" [2022-03-22T13:23:57.183Z] readOnly: true [2022-03-22T13:23:57.183Z] subPath: ".mavenrc" [2022-03-22T13:23:57.183Z] - mountPath: "/opt/tools" [2022-03-22T13:23:57.183Z] name: "volume-0" [2022-03-22T13:23:57.183Z] readOnly: false [2022-03-22T13:23:57.183Z] - mountPath: "/home/jenkins" [2022-03-22T13:23:57.183Z] name: "volume-2" [2022-03-22T13:23:57.183Z] readOnly: false [2022-03-22T13:23:57.183Z] - mountPath: "/home/jenkins/.m2/repository" [2022-03-22T13:23:57.183Z] name: "volume-3" [2022-03-22T13:23:57.183Z] readOnly: false [2022-03-22T13:23:57.183Z] - mountPath: "/home/jenkins/.m2/settings-security.xml" [2022-03-22T13:23:57.183Z] name: "m2-secret-dir" [2022-03-22T13:23:57.183Z] readOnly: true [2022-03-22T13:23:57.183Z] subPath: "settings-security.xml" [2022-03-22T13:23:57.183Z] - mountPath: "/home/jenkins/.m2/wrapper" [2022-03-22T13:23:57.183Z] name: "volume-4" [2022-03-22T13:23:57.183Z] readOnly: false [2022-03-22T13:23:57.183Z] - mountPath: "/home/jenkins/.m2/settings.xml" [2022-03-22T13:23:57.183Z] name: "m2-secret-dir" [2022-03-22T13:23:57.183Z] readOnly: true [2022-03-22T13:23:57.183Z] subPath: "settings.xml" [2022-03-22T13:23:57.183Z] - mountPath: "/home/jenkins/.ssh" [2022-03-22T13:23:57.183Z] name: "volume-1" [2022-03-22T13:23:57.183Z] readOnly: false [2022-03-22T13:23:57.183Z] subPath: "" [2022-03-22T13:23:57.183Z] - mountPath: "/home/jenkins/agent" [2022-03-22T13:23:57.183Z] name: "workspace-volume" [2022-03-22T13:23:57.183Z] readOnly: false [2022-03-22T13:23:57.183Z] workingDir: "/home/jenkins/agent" [2022-03-22T13:23:57.183Z] nodeSelector: [2022-03-22T13:23:57.183Z] kubernetes.io/os: "linux" [2022-03-22T13:23:57.183Z] restartPolicy: "Never" [2022-03-22T13:23:57.183Z] volumes: [2022-03-22T13:23:57.183Z] - name: "volume-0" [2022-03-22T13:23:57.183Z] persistentVolumeClaim: [2022-03-22T13:23:57.183Z] claimName: "tools-claim-jiro-glassfish" [2022-03-22T13:23:57.183Z] readOnly: true [2022-03-22T13:23:57.183Z] - name: "m2-secret-dir" [2022-03-22T13:23:57.183Z] secret: [2022-03-22T13:23:57.183Z] secretName: "m2-secret-dir" [2022-03-22T13:23:57.184Z] - emptyDir: [2022-03-22T13:23:57.184Z] medium: "" [2022-03-22T13:23:57.184Z] name: "volume-2" [2022-03-22T13:23:57.184Z] - configMap: [2022-03-22T13:23:57.184Z] name: "m2-dir" [2022-03-22T13:23:57.184Z] name: "m2-dir" [2022-03-22T13:23:57.184Z] - configMap: [2022-03-22T13:23:57.184Z] name: "known-hosts" [2022-03-22T13:23:57.184Z] name: "volume-1" [2022-03-22T13:23:57.184Z] - emptyDir: [2022-03-22T13:23:57.184Z] medium: "" [2022-03-22T13:23:57.184Z] name: "workspace-volume" [2022-03-22T13:23:57.184Z] - emptyDir: [2022-03-22T13:23:57.184Z] medium: "" [2022-03-22T13:23:57.184Z] name: "volume-4" [2022-03-22T13:23:57.184Z] - emptyDir: [2022-03-22T13:23:57.184Z] medium: "" [2022-03-22T13:23:57.184Z] name: "volume-3" [2022-03-22T13:23:57.184Z] [2022-03-22T13:23:57.259Z] Running on basic-gsb1j in /home/jenkins/agent/workspace/shoal_master [Pipeline] { [Pipeline] checkout [2022-03-22T13:23:57.282Z] The recommended git tool is: NONE [2022-03-22T13:24:00.317Z] using credential github-bot [2022-03-22T13:24:00.324Z] Cloning the remote Git repository [2022-03-22T13:24:00.324Z] Cloning with configured refspecs honoured and without tags [2022-03-22T13:24:01.537Z] Avoid second fetch [2022-03-22T13:24:01.538Z] Checking out Revision 6088b800a76d10f8b4ee45aa5647d6e6616506c6 (master) [2022-03-22T13:24:00.927Z] Cloning repository https://github.com/eclipse-ee4j/glassfish-shoal.git [2022-03-22T13:24:00.958Z] > git init /home/jenkins/agent/workspace/shoal_master # timeout=10 [2022-03-22T13:24:00.978Z] Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-shoal.git [2022-03-22T13:24:00.979Z] > git --version # timeout=10 [2022-03-22T13:24:00.982Z] > git --version # 'git version 2.20.1' [2022-03-22T13:24:00.983Z] using GIT_ASKPASS to set credentials GitHub bot (username/token) [2022-03-22T13:24:00.985Z] > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/glassfish-shoal.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-22T13:24:01.524Z] > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-shoal.git # timeout=10 [2022-03-22T13:24:01.528Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-22T13:24:01.538Z] > git config core.sparsecheckout # timeout=10 [2022-03-22T13:24:01.542Z] > git checkout -f 6088b800a76d10f8b4ee45aa5647d6e6616506c6 # timeout=10 [2022-03-22T13:24:01.591Z] > git branch -a -v --no-abbrev # timeout=10 [2022-03-22T13:24:01.597Z] > git checkout -b master 6088b800a76d10f8b4ee45aa5647d6e6616506c6 # timeout=10 [2022-03-22T13:24:05.278Z] Commit message: "Merge pull request #160 from pzygielo/jf" [2022-03-22T13:24:05.278Z] Cleaning workspace [2022-03-22T13:24:05.274Z] > git rev-parse --verify HEAD # timeout=10 [2022-03-22T13:24:05.280Z] Resetting working tree [2022-03-22T13:24:05.280Z] > git reset --hard # timeout=10 [2022-03-22T13:24:05.311Z] > git clean -fdx # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-22T13:24:06.561Z] + mvn --batch-mode install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true --show-version -Pstaging [2022-03-22T13:24:07.133Z] Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) [2022-03-22T13:24:07.133Z] Maven home: /opt/tools/apache-maven/latest [2022-03-22T13:24:07.133Z] Java version: 11.0.13, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/11.0.13+8 [2022-03-22T13:24:07.133Z] Default locale: en_US, platform encoding: UTF-8 [2022-03-22T13:24:07.133Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [2022-03-22T13:24:09.042Z] [INFO] Scanning for projects... [2022-03-22T13:24:27.199Z] [WARNING] [2022-03-22T13:24:27.199Z] [WARNING] Some problems were encountered while building the effective model for org.glassfish.shoal:shoal-gms-api:bundle:2.0.0-SNAPSHOT [2022-03-22T13:24:27.199Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 120, column 21 [2022-03-22T13:24:27.199Z] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 150, column 21 [2022-03-22T13:24:27.199Z] [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 46, column 21 [2022-03-22T13:24:27.199Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 68, column 21 [2022-03-22T13:24:27.199Z] [WARNING] [2022-03-22T13:24:27.199Z] [WARNING] Some problems were encountered while building the effective model for org.glassfish.shoal:shoal-gms-impl:bundle:2.0.0-SNAPSHOT [2022-03-22T13:24:27.199Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 63, column 21 [2022-03-22T13:24:27.199Z] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 150, column 21 [2022-03-22T13:24:27.199Z] [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 79, column 21 [2022-03-22T13:24:27.199Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 99, column 21 [2022-03-22T13:24:27.199Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 113, column 21 [2022-03-22T13:24:27.199Z] [WARNING] [2022-03-22T13:24:27.199Z] [WARNING] Some problems were encountered while building the effective model for org.glassfish.shoal:shoal-gms:pom:2.0.0-SNAPSHOT [2022-03-22T13:24:27.200Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 120, column 21 [2022-03-22T13:24:27.200Z] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 150, column 21 [2022-03-22T13:24:27.200Z] [WARNING] [2022-03-22T13:24:27.200Z] [WARNING] Some problems were encountered while building the effective model for org.glassfish.shoal:shoal-cache:bundle:2.0.0-SNAPSHOT [2022-03-22T13:24:27.200Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 120, column 21 [2022-03-22T13:24:27.200Z] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 150, column 21 [2022-03-22T13:24:27.200Z] [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 59, column 21 [2022-03-22T13:24:27.200Z] [WARNING] [2022-03-22T13:24:27.200Z] [WARNING] Some problems were encountered while building the effective model for org.glassfish.shoal:shoal-backing-store:jar:2.0.0-SNAPSHOT [2022-03-22T13:24:27.200Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 120, column 21 [2022-03-22T13:24:27.200Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 35, column 21 [2022-03-22T13:24:27.200Z] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 150, column 21 [2022-03-22T13:24:27.200Z] [WARNING] [2022-03-22T13:24:27.200Z] [WARNING] Some problems were encountered while building the effective model for org.glassfish.shoal:shoal:pom:2.0.0-SNAPSHOT [2022-03-22T13:24:27.200Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 120, column 21 [2022-03-22T13:24:27.200Z] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 150, column 21 [2022-03-22T13:24:27.200Z] [WARNING] [2022-03-22T13:24:27.200Z] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [2022-03-22T13:24:27.200Z] [WARNING] [2022-03-22T13:24:27.200Z] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [2022-03-22T13:24:27.200Z] [WARNING] [2022-03-22T13:24:27.200Z] [INFO] ------------------------------------------------------------------------ [2022-03-22T13:24:27.200Z] [INFO] Reactor Build Order: [2022-03-22T13:24:27.200Z] [INFO] [2022-03-22T13:24:27.200Z] [INFO] shoal [pom] [2022-03-22T13:24:27.200Z] [INFO] shoal-gms [pom] [2022-03-22T13:24:27.200Z] [INFO] shoal-gms-api [bundle] [2022-03-22T13:24:27.200Z] [INFO] shoal-gms-impl [bundle] [2022-03-22T13:24:27.200Z] [INFO] shoal-cache [bundle] [2022-03-22T13:24:27.200Z] [INFO] shoal-backing-store [jar] [2022-03-22T13:24:27.200Z] [INFO] [2022-03-22T13:24:27.200Z] [INFO] ---------------------< org.glassfish.shoal:shoal >---------------------- [2022-03-22T13:24:27.200Z] [INFO] Building shoal 2.0.0-SNAPSHOT [1/6] [2022-03-22T13:24:27.200Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-03-22T13:24:27.200Z] [INFO] [2022-03-22T13:24:27.200Z] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ shoal --- [2022-03-22T13:24:27.774Z] [INFO] [2022-03-22T13:24:27.774Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ shoal --- [2022-03-22T13:24:29.149Z] [INFO] Installing /home/jenkins/agent/workspace/shoal_master/pom.xml to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal/2.0.0-SNAPSHOT/shoal-2.0.0-SNAPSHOT.pom [2022-03-22T13:24:29.149Z] [INFO] [2022-03-22T13:24:29.149Z] [INFO] -------------------< org.glassfish.shoal:shoal-gms >-------------------- [2022-03-22T13:24:29.149Z] [INFO] Building shoal-gms 2.0.0-SNAPSHOT [2/6] [2022-03-22T13:24:29.149Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-03-22T13:24:29.149Z] [INFO] [2022-03-22T13:24:29.149Z] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ shoal-gms --- [2022-03-22T13:24:29.149Z] [INFO] [2022-03-22T13:24:29.149Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ shoal-gms --- [2022-03-22T13:24:29.150Z] [INFO] Installing /home/jenkins/agent/workspace/shoal_master/gms/pom.xml to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms/2.0.0-SNAPSHOT/shoal-gms-2.0.0-SNAPSHOT.pom [2022-03-22T13:24:29.150Z] [INFO] [2022-03-22T13:24:29.150Z] [INFO] -----------------< org.glassfish.shoal:shoal-gms-api >------------------ [2022-03-22T13:24:29.150Z] [INFO] Building shoal-gms-api 2.0.0-SNAPSHOT [3/6] [2022-03-22T13:24:29.150Z] [INFO] -------------------------------[ bundle ]------------------------------- [2022-03-22T13:24:30.083Z] [INFO] [2022-03-22T13:24:30.083Z] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ shoal-gms-api --- [2022-03-22T13:24:30.083Z] [INFO] [2022-03-22T13:24:30.083Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ shoal-gms-api --- [2022-03-22T13:24:33.386Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:24:33.386Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-22T13:24:33.386Z] [INFO] Copying 1 resource [2022-03-22T13:24:33.386Z] [INFO] Copying 2 resources to META-INF [2022-03-22T13:24:33.386Z] [INFO] [2022-03-22T13:24:33.386Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ shoal-gms-api --- [2022-03-22T13:24:34.771Z] [INFO] Changes detected - recompiling the module! [2022-03-22T13:24:34.771Z] [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/shoal_master/gms/api/target/classes [2022-03-22T13:24:35.756Z] [INFO] /home/jenkins/agent/workspace/shoal_master/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/GMSFactory.java: /home/jenkins/agent/workspace/shoal_master/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/GMSFactory.java uses or overrides a deprecated API. [2022-03-22T13:24:35.756Z] [INFO] /home/jenkins/agent/workspace/shoal_master/gms/api/src/main/java/com/sun/enterprise/ee/cms/core/GMSFactory.java: Recompile with -Xlint:deprecation for details. [2022-03-22T13:24:35.756Z] [INFO] [2022-03-22T13:24:35.757Z] [INFO] --- maven-bundle-plugin:5.1.4:manifest (bundle-manifest) @ shoal-gms-api --- [2022-03-22T13:24:37.188Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/shoal_master/gms/api/target/classes/META-INF/MANIFEST.MF [2022-03-22T13:24:37.188Z] [INFO] [2022-03-22T13:24:37.188Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ shoal-gms-api --- [2022-03-22T13:24:37.188Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:24:37.188Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-22T13:24:37.188Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/shoal_master/gms/api/src/test/resources [2022-03-22T13:24:37.188Z] [INFO] [2022-03-22T13:24:37.188Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ shoal-gms-api --- [2022-03-22T13:24:37.188Z] [INFO] Changes detected - recompiling the module! [2022-03-22T13:24:37.188Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/shoal_master/gms/api/target/test-classes [2022-03-22T13:24:37.188Z] [INFO] [2022-03-22T13:24:37.188Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ shoal-gms-api --- [2022-03-22T13:24:38.565Z] [INFO] Tests are skipped. [2022-03-22T13:24:38.565Z] [INFO] [2022-03-22T13:24:38.565Z] [INFO] --- maven-bundle-plugin:5.1.4:bundle (default-bundle) @ shoal-gms-api --- [2022-03-22T13:24:38.565Z] [INFO] Building bundle: /home/jenkins/agent/workspace/shoal_master/gms/api/target/shoal-gms-api.jar [2022-03-22T13:24:38.565Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/shoal_master/gms/api/target/classes/META-INF/MANIFEST.MF [2022-03-22T13:24:38.565Z] [INFO] [2022-03-22T13:24:38.565Z] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ shoal-gms-api >>> [2022-03-22T13:24:38.565Z] [INFO] [2022-03-22T13:24:38.565Z] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ shoal-gms-api <<< [2022-03-22T13:24:38.565Z] [INFO] [2022-03-22T13:24:38.565Z] [INFO] [2022-03-22T13:24:38.565Z] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ shoal-gms-api --- [2022-03-22T13:24:38.852Z] [INFO] Building jar: /home/jenkins/agent/workspace/shoal_master/gms/api/target/shoal-gms-api-sources.jar [2022-03-22T13:24:39.112Z] [INFO] [2022-03-22T13:24:39.112Z] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ shoal-gms-api --- [2022-03-22T13:24:44.394Z] [INFO] Skipping javadoc generation [2022-03-22T13:24:44.394Z] [INFO] [2022-03-22T13:24:44.394Z] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ shoal-gms-api --- [2022-03-22T13:24:44.654Z] [INFO] Installing /home/jenkins/agent/workspace/shoal_master/gms/api/target/shoal-gms-api.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-api/2.0.0-SNAPSHOT/shoal-gms-api-2.0.0-SNAPSHOT.jar [2022-03-22T13:24:44.654Z] [INFO] Installing /home/jenkins/agent/workspace/shoal_master/gms/api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-api/2.0.0-SNAPSHOT/shoal-gms-api-2.0.0-SNAPSHOT.pom [2022-03-22T13:24:44.654Z] [INFO] Installing /home/jenkins/agent/workspace/shoal_master/gms/api/target/shoal-gms-api-sources.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-api/2.0.0-SNAPSHOT/shoal-gms-api-2.0.0-SNAPSHOT-sources.jar [2022-03-22T13:24:44.655Z] [INFO] [2022-03-22T13:24:44.655Z] [INFO] --- maven-bundle-plugin:5.1.4:install (default-install) @ shoal-gms-api --- [2022-03-22T13:24:44.655Z] [INFO] Writing OBR metadata [2022-03-22T13:24:44.655Z] [INFO] Installing org/glassfish/shoal/shoal-gms-api/2.0.0-SNAPSHOT/shoal-gms-api-2.0.0-SNAPSHOT.jar [2022-03-22T13:24:44.655Z] [INFO] Writing OBR metadata [2022-03-22T13:24:44.655Z] [INFO] [2022-03-22T13:24:44.655Z] [INFO] -----------------< org.glassfish.shoal:shoal-gms-impl >----------------- [2022-03-22T13:24:44.655Z] [INFO] Building shoal-gms-impl 2.0.0-SNAPSHOT [4/6] [2022-03-22T13:24:44.655Z] [INFO] -------------------------------[ bundle ]------------------------------- [2022-03-22T13:24:46.066Z] [INFO] [2022-03-22T13:24:46.066Z] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ shoal-gms-impl --- [2022-03-22T13:24:46.066Z] [INFO] [2022-03-22T13:24:46.066Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ shoal-gms-impl --- [2022-03-22T13:24:46.066Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:24:46.066Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-22T13:24:46.066Z] [INFO] Copying 4 resources [2022-03-22T13:24:46.066Z] [INFO] Copying 2 resources to META-INF [2022-03-22T13:24:46.066Z] [INFO] [2022-03-22T13:24:46.066Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ shoal-gms-impl --- [2022-03-22T13:24:46.066Z] [INFO] Changes detected - recompiling the module! [2022-03-22T13:24:46.066Z] [INFO] Compiling 109 source files to /home/jenkins/agent/workspace/shoal_master/gms/impl/target/classes [2022-03-22T13:24:48.684Z] [INFO] /home/jenkins/agent/workspace/shoal_master/gms/impl/src/main/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/MessageFilter.java: Some input files use or override a deprecated API. [2022-03-22T13:24:48.684Z] [INFO] /home/jenkins/agent/workspace/shoal_master/gms/impl/src/main/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/MessageFilter.java: Recompile with -Xlint:deprecation for details. [2022-03-22T13:24:48.684Z] [INFO] [2022-03-22T13:24:48.684Z] [INFO] --- maven-bundle-plugin:5.1.4:manifest (bundle-manifest) @ shoal-gms-impl --- [2022-03-22T13:24:48.953Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/shoal_master/gms/impl/target/classes/META-INF/MANIFEST.MF [2022-03-22T13:24:48.953Z] [INFO] [2022-03-22T13:24:48.953Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ shoal-gms-impl --- [2022-03-22T13:24:48.953Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:24:48.953Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-22T13:24:48.953Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/shoal_master/gms/impl/src/test/resources [2022-03-22T13:24:48.953Z] [INFO] [2022-03-22T13:24:48.953Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ shoal-gms-impl --- [2022-03-22T13:24:48.953Z] [INFO] Changes detected - recompiling the module! [2022-03-22T13:24:48.953Z] [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/shoal_master/gms/impl/target/test-classes [2022-03-22T13:24:49.212Z] [INFO] /home/jenkins/agent/workspace/shoal_master/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java: /home/jenkins/agent/workspace/shoal_master/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java uses or overrides a deprecated API. [2022-03-22T13:24:49.212Z] [INFO] /home/jenkins/agent/workspace/shoal_master/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java: Recompile with -Xlint:deprecation for details. [2022-03-22T13:24:49.212Z] [INFO] /home/jenkins/agent/workspace/shoal_master/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java: /home/jenkins/agent/workspace/shoal_master/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java uses unchecked or unsafe operations. [2022-03-22T13:24:49.212Z] [INFO] /home/jenkins/agent/workspace/shoal_master/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java: Recompile with -Xlint:unchecked for details. [2022-03-22T13:24:49.212Z] [INFO] [2022-03-22T13:24:49.212Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ shoal-gms-impl --- [2022-03-22T13:24:49.212Z] [INFO] Tests are skipped. [2022-03-22T13:24:49.212Z] [INFO] [2022-03-22T13:24:49.212Z] [INFO] --- maven-bundle-plugin:5.1.4:bundle (default-bundle) @ shoal-gms-impl --- [2022-03-22T13:24:49.474Z] [INFO] Building bundle: /home/jenkins/agent/workspace/shoal_master/gms/impl/target/shoal-gms-impl.jar [2022-03-22T13:24:49.732Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/shoal_master/gms/impl/target/classes/META-INF/MANIFEST.MF [2022-03-22T13:24:49.732Z] [INFO] [2022-03-22T13:24:49.732Z] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ shoal-gms-impl >>> [2022-03-22T13:24:49.732Z] [INFO] [2022-03-22T13:24:49.732Z] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ shoal-gms-impl <<< [2022-03-22T13:24:49.732Z] [INFO] [2022-03-22T13:24:49.732Z] [INFO] [2022-03-22T13:24:49.732Z] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ shoal-gms-impl --- [2022-03-22T13:24:49.732Z] [INFO] Building jar: /home/jenkins/agent/workspace/shoal_master/gms/impl/target/shoal-gms-impl-sources.jar [2022-03-22T13:24:49.732Z] [INFO] [2022-03-22T13:24:49.732Z] [INFO] --- maven-javadoc-plugin:3.3.2:jar (attach-javadocs) @ shoal-gms-impl --- [2022-03-22T13:24:56.307Z] [INFO] Skipping javadoc generation [2022-03-22T13:24:56.307Z] [INFO] [2022-03-22T13:24:56.307Z] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ shoal-gms-impl --- [2022-03-22T13:24:56.307Z] [INFO] Installing /home/jenkins/agent/workspace/shoal_master/gms/impl/target/shoal-gms-impl.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-impl/2.0.0-SNAPSHOT/shoal-gms-impl-2.0.0-SNAPSHOT.jar [2022-03-22T13:24:56.307Z] [INFO] Installing /home/jenkins/agent/workspace/shoal_master/gms/impl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-impl/2.0.0-SNAPSHOT/shoal-gms-impl-2.0.0-SNAPSHOT.pom [2022-03-22T13:24:56.307Z] [INFO] Installing /home/jenkins/agent/workspace/shoal_master/gms/impl/target/shoal-gms-impl-sources.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-gms-impl/2.0.0-SNAPSHOT/shoal-gms-impl-2.0.0-SNAPSHOT-sources.jar [2022-03-22T13:24:56.307Z] [INFO] [2022-03-22T13:24:56.307Z] [INFO] --- maven-bundle-plugin:5.1.4:install (default-install) @ shoal-gms-impl --- [2022-03-22T13:24:56.307Z] [INFO] Installing org/glassfish/shoal/shoal-gms-impl/2.0.0-SNAPSHOT/shoal-gms-impl-2.0.0-SNAPSHOT.jar [2022-03-22T13:24:56.307Z] [INFO] Writing OBR metadata [2022-03-22T13:24:56.307Z] [INFO] [2022-03-22T13:24:56.307Z] [INFO] ------------------< org.glassfish.shoal:shoal-cache >------------------- [2022-03-22T13:24:56.307Z] [INFO] Building shoal-cache 2.0.0-SNAPSHOT [5/6] [2022-03-22T13:24:56.307Z] [INFO] -------------------------------[ bundle ]------------------------------- [2022-03-22T13:24:56.307Z] [INFO] [2022-03-22T13:24:56.307Z] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ shoal-cache --- [2022-03-22T13:24:56.307Z] [INFO] [2022-03-22T13:24:56.307Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ shoal-cache --- [2022-03-22T13:24:56.307Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:24:56.307Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-22T13:24:56.307Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/shoal_master/cache/src/main/resources [2022-03-22T13:24:56.307Z] [INFO] Copying 2 resources to META-INF [2022-03-22T13:24:56.307Z] [INFO] [2022-03-22T13:24:56.307Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ shoal-cache --- [2022-03-22T13:24:56.307Z] [INFO] Changes detected - recompiling the module! [2022-03-22T13:24:56.307Z] [INFO] Compiling 77 source files to /home/jenkins/agent/workspace/shoal_master/cache/target/classes [2022-03-22T13:24:56.888Z] [INFO] /home/jenkins/agent/workspace/shoal_master/cache/src/main/java/org/shoal/ha/group/gms/GroupServiceProvider.java: Some input files use or override a deprecated API. [2022-03-22T13:24:56.888Z] [INFO] /home/jenkins/agent/workspace/shoal_master/cache/src/main/java/org/shoal/ha/group/gms/GroupServiceProvider.java: Recompile with -Xlint:deprecation for details. [2022-03-22T13:24:56.888Z] [INFO] /home/jenkins/agent/workspace/shoal_master/cache/src/main/java/org/shoal/ha/cache/impl/command/Command.java: Some input files use unchecked or unsafe operations. [2022-03-22T13:24:56.888Z] [INFO] /home/jenkins/agent/workspace/shoal_master/cache/src/main/java/org/shoal/ha/cache/impl/command/Command.java: Recompile with -Xlint:unchecked for details. [2022-03-22T13:24:56.888Z] [INFO] [2022-03-22T13:24:56.888Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ shoal-cache --- [2022-03-22T13:24:56.888Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:24:56.888Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-22T13:24:56.888Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/shoal_master/cache/src/test/resources [2022-03-22T13:24:56.888Z] [INFO] [2022-03-22T13:24:56.888Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ shoal-cache --- [2022-03-22T13:24:56.888Z] [INFO] Changes detected - recompiling the module! [2022-03-22T13:24:56.888Z] [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/shoal_master/cache/target/test-classes [2022-03-22T13:24:56.888Z] [INFO] /home/jenkins/agent/workspace/shoal_master/cache/src/test/java/org/shoal/test/command/BatchedNoopCommand.java: Some input files use unchecked or unsafe operations. [2022-03-22T13:24:56.888Z] [INFO] /home/jenkins/agent/workspace/shoal_master/cache/src/test/java/org/shoal/test/command/BatchedNoopCommand.java: Recompile with -Xlint:unchecked for details. [2022-03-22T13:24:56.888Z] [INFO] [2022-03-22T13:24:56.888Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ shoal-cache --- [2022-03-22T13:24:56.888Z] [INFO] Tests are skipped. [2022-03-22T13:24:56.888Z] [INFO] [2022-03-22T13:24:56.888Z] [INFO] --- maven-bundle-plugin:5.1.4:bundle (default-bundle) @ shoal-cache --- [2022-03-22T13:24:57.146Z] [WARNING] Bundle org.glassfish.shoal:shoal-cache:bundle:2.0.0-SNAPSHOT : Export org.shoal.adapter.store, has 1, private references [org.shoal.ha.cache.api] [2022-03-22T13:24:57.146Z] [WARNING] Bundle org.glassfish.shoal:shoal-cache:bundle:2.0.0-SNAPSHOT : Export org.shoal.ha.mapper, has 1, private references [org.shoal.ha.group] [2022-03-22T13:24:57.146Z] [INFO] Building bundle: /home/jenkins/agent/workspace/shoal_master/cache/target/shoal-cache.jar [2022-03-22T13:24:57.146Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/shoal_master/cache/target/classes/META-INF/MANIFEST.MF [2022-03-22T13:24:57.146Z] [INFO] [2022-03-22T13:24:57.146Z] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ shoal-cache --- [2022-03-22T13:24:57.146Z] [INFO] Installing /home/jenkins/agent/workspace/shoal_master/cache/target/shoal-cache.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-cache/2.0.0-SNAPSHOT/shoal-cache-2.0.0-SNAPSHOT.jar [2022-03-22T13:24:57.146Z] [INFO] Installing /home/jenkins/agent/workspace/shoal_master/cache/pom.xml to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-cache/2.0.0-SNAPSHOT/shoal-cache-2.0.0-SNAPSHOT.pom [2022-03-22T13:24:57.146Z] [INFO] [2022-03-22T13:24:57.146Z] [INFO] --- maven-bundle-plugin:5.1.4:install (default-install) @ shoal-cache --- [2022-03-22T13:24:57.146Z] [INFO] Installing org/glassfish/shoal/shoal-cache/2.0.0-SNAPSHOT/shoal-cache-2.0.0-SNAPSHOT.jar [2022-03-22T13:24:57.146Z] [INFO] Writing OBR metadata [2022-03-22T13:24:57.146Z] [INFO] [2022-03-22T13:24:57.146Z] [INFO] --------------< org.glassfish.shoal:shoal-backing-store >--------------- [2022-03-22T13:24:57.146Z] [INFO] Building shoal-backing-store 2.0.0-SNAPSHOT [6/6] [2022-03-22T13:24:57.146Z] [INFO] --------------------------------[ jar ]--------------------------------- [2022-03-22T13:24:58.081Z] [INFO] [2022-03-22T13:24:58.081Z] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ shoal-backing-store --- [2022-03-22T13:24:58.081Z] [INFO] [2022-03-22T13:24:58.081Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ shoal-backing-store --- [2022-03-22T13:24:59.988Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:24:59.988Z] [INFO] Copying 2 resources [2022-03-22T13:24:59.988Z] [INFO] Copying 2 resources to META-INF [2022-03-22T13:24:59.988Z] [INFO] [2022-03-22T13:24:59.988Z] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ shoal-backing-store --- [2022-03-22T13:25:03.274Z] [INFO] Changes detected - recompiling the module! [2022-03-22T13:25:03.274Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/shoal_master/backing-store/target/classes [2022-03-22T13:25:03.536Z] [INFO] [2022-03-22T13:25:03.536Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ shoal-backing-store --- [2022-03-22T13:25:03.536Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:25:03.536Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/shoal_master/backing-store/src/test/resources [2022-03-22T13:25:03.536Z] [INFO] [2022-03-22T13:25:03.536Z] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ shoal-backing-store --- [2022-03-22T13:25:03.536Z] [INFO] No sources to compile [2022-03-22T13:25:03.536Z] [INFO] [2022-03-22T13:25:03.536Z] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ shoal-backing-store --- [2022-03-22T13:25:04.913Z] [INFO] Tests are skipped. [2022-03-22T13:25:04.913Z] [INFO] [2022-03-22T13:25:04.913Z] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ shoal-backing-store --- [2022-03-22T13:25:05.480Z] [INFO] Building jar: /home/jenkins/agent/workspace/shoal_master/backing-store/target/shoal-backing-store.jar [2022-03-22T13:25:05.480Z] [INFO] [2022-03-22T13:25:05.480Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ shoal-backing-store --- [2022-03-22T13:25:05.480Z] [INFO] Installing /home/jenkins/agent/workspace/shoal_master/backing-store/target/shoal-backing-store.jar to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-backing-store/2.0.0-SNAPSHOT/shoal-backing-store-2.0.0-SNAPSHOT.jar [2022-03-22T13:25:05.480Z] [INFO] Installing /home/jenkins/agent/workspace/shoal_master/backing-store/pom.xml to /home/jenkins/.m2/repository/org/glassfish/shoal/shoal-backing-store/2.0.0-SNAPSHOT/shoal-backing-store-2.0.0-SNAPSHOT.pom [2022-03-22T13:25:05.480Z] [INFO] ------------------------------------------------------------------------ [2022-03-22T13:25:05.480Z] [INFO] Reactor Summary for shoal 2.0.0-SNAPSHOT: [2022-03-22T13:25:05.480Z] [INFO] [2022-03-22T13:25:05.480Z] [INFO] shoal .............................................. SUCCESS [ 4.734 s] [2022-03-22T13:25:05.480Z] [INFO] shoal-gms .......................................... SUCCESS [ 0.004 s] [2022-03-22T13:25:05.480Z] [INFO] shoal-gms-api ...................................... SUCCESS [ 15.692 s] [2022-03-22T13:25:05.480Z] [INFO] shoal-gms-impl ..................................... SUCCESS [ 11.521 s] [2022-03-22T13:25:05.480Z] [INFO] shoal-cache ........................................ SUCCESS [ 1.026 s] [2022-03-22T13:25:05.480Z] [INFO] shoal-backing-store ................................ SUCCESS [ 8.283 s] [2022-03-22T13:25:05.480Z] [INFO] ------------------------------------------------------------------------ [2022-03-22T13:25:05.480Z] [INFO] BUILD SUCCESS [2022-03-22T13:25:05.480Z] [INFO] ------------------------------------------------------------------------ [2022-03-22T13:25:05.480Z] [INFO] Total time: 56.887 s [2022-03-22T13:25:05.480Z] [INFO] Finished at: 2022-03-22T13:25:05Z [2022-03-22T13:25:05.480Z] [INFO] ------------------------------------------------------------------------ [2022-03-22T13:25:05.480Z] + mvn --batch-mode verify -Dgpg.skip=true -Pstaging [2022-03-22T13:25:07.413Z] [INFO] Scanning for projects... [2022-03-22T13:25:08.795Z] [WARNING] [2022-03-22T13:25:08.795Z] [WARNING] Some problems were encountered while building the effective model for org.glassfish.shoal:shoal-gms-api:bundle:2.0.0-SNAPSHOT [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 120, column 21 [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 150, column 21 [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 46, column 21 [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 68, column 21 [2022-03-22T13:25:08.795Z] [WARNING] [2022-03-22T13:25:08.795Z] [WARNING] Some problems were encountered while building the effective model for org.glassfish.shoal:shoal-gms-impl:bundle:2.0.0-SNAPSHOT [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 63, column 21 [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 150, column 21 [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 79, column 21 [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 99, column 21 [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 113, column 21 [2022-03-22T13:25:08.795Z] [WARNING] [2022-03-22T13:25:08.795Z] [WARNING] Some problems were encountered while building the effective model for org.glassfish.shoal:shoal-gms:pom:2.0.0-SNAPSHOT [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 120, column 21 [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 150, column 21 [2022-03-22T13:25:08.795Z] [WARNING] [2022-03-22T13:25:08.795Z] [WARNING] Some problems were encountered while building the effective model for org.glassfish.shoal:shoal-cache:bundle:2.0.0-SNAPSHOT [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 120, column 21 [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 150, column 21 [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 59, column 21 [2022-03-22T13:25:08.795Z] [WARNING] [2022-03-22T13:25:08.795Z] [WARNING] Some problems were encountered while building the effective model for org.glassfish.shoal:shoal-backing-store:jar:2.0.0-SNAPSHOT [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 120, column 21 [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 35, column 21 [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ org.glassfish.shoal:shoal:2.0.0-SNAPSHOT, /home/jenkins/agent/workspace/shoal_master/pom.xml, line 150, column 21 [2022-03-22T13:25:08.795Z] [WARNING] [2022-03-22T13:25:08.795Z] [WARNING] Some problems were encountered while building the effective model for org.glassfish.shoal:shoal:pom:2.0.0-SNAPSHOT [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 120, column 21 [2022-03-22T13:25:08.795Z] [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 150, column 21 [2022-03-22T13:25:08.795Z] [WARNING] [2022-03-22T13:25:08.795Z] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [2022-03-22T13:25:08.795Z] [WARNING] [2022-03-22T13:25:08.795Z] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [2022-03-22T13:25:08.795Z] [WARNING] [2022-03-22T13:25:08.795Z] [INFO] ------------------------------------------------------------------------ [2022-03-22T13:25:08.795Z] [INFO] Reactor Build Order: [2022-03-22T13:25:08.795Z] [INFO] [2022-03-22T13:25:08.795Z] [INFO] shoal [pom] [2022-03-22T13:25:08.795Z] [INFO] shoal-gms [pom] [2022-03-22T13:25:08.795Z] [INFO] shoal-gms-api [bundle] [2022-03-22T13:25:08.795Z] [INFO] shoal-gms-impl [bundle] [2022-03-22T13:25:08.795Z] [INFO] shoal-cache [bundle] [2022-03-22T13:25:08.795Z] [INFO] shoal-backing-store [jar] [2022-03-22T13:25:08.795Z] [INFO] [2022-03-22T13:25:08.795Z] [INFO] ---------------------< org.glassfish.shoal:shoal >---------------------- [2022-03-22T13:25:08.795Z] [INFO] Building shoal 2.0.0-SNAPSHOT [1/6] [2022-03-22T13:25:08.795Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-03-22T13:25:08.795Z] [INFO] [2022-03-22T13:25:08.795Z] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ shoal --- [2022-03-22T13:25:08.795Z] [INFO] [2022-03-22T13:25:08.795Z] [INFO] -------------------< org.glassfish.shoal:shoal-gms >-------------------- [2022-03-22T13:25:08.795Z] [INFO] Building shoal-gms 2.0.0-SNAPSHOT [2/6] [2022-03-22T13:25:08.795Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-03-22T13:25:08.795Z] [INFO] [2022-03-22T13:25:08.795Z] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ shoal-gms --- [2022-03-22T13:25:08.795Z] [INFO] [2022-03-22T13:25:08.795Z] [INFO] -----------------< org.glassfish.shoal:shoal-gms-api >------------------ [2022-03-22T13:25:08.795Z] [INFO] Building shoal-gms-api 2.0.0-SNAPSHOT [3/6] [2022-03-22T13:25:08.795Z] [INFO] -------------------------------[ bundle ]------------------------------- [2022-03-22T13:25:08.795Z] [INFO] [2022-03-22T13:25:08.795Z] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ shoal-gms-api --- [2022-03-22T13:25:08.796Z] [INFO] [2022-03-22T13:25:08.796Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ shoal-gms-api --- [2022-03-22T13:25:09.056Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:25:09.056Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-22T13:25:09.056Z] [INFO] Copying 1 resource [2022-03-22T13:25:09.056Z] [INFO] Copying 2 resources to META-INF [2022-03-22T13:25:09.056Z] [INFO] [2022-03-22T13:25:09.056Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ shoal-gms-api --- [2022-03-22T13:25:09.315Z] [INFO] Nothing to compile - all classes are up to date [2022-03-22T13:25:09.315Z] [INFO] [2022-03-22T13:25:09.315Z] [INFO] --- maven-bundle-plugin:5.1.4:manifest (bundle-manifest) @ shoal-gms-api --- [2022-03-22T13:25:10.468Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/shoal_master/gms/api/target/classes/META-INF/MANIFEST.MF [2022-03-22T13:25:10.468Z] [INFO] [2022-03-22T13:25:10.468Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ shoal-gms-api --- [2022-03-22T13:25:10.468Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:25:10.468Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-22T13:25:10.468Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/shoal_master/gms/api/src/test/resources [2022-03-22T13:25:10.468Z] [INFO] [2022-03-22T13:25:10.468Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ shoal-gms-api --- [2022-03-22T13:25:10.468Z] [INFO] Nothing to compile - all classes are up to date [2022-03-22T13:25:10.468Z] [INFO] [2022-03-22T13:25:10.468Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ shoal-gms-api --- [2022-03-22T13:25:13.810Z] [INFO] [2022-03-22T13:25:13.810Z] [INFO] ------------------------------------------------------- [2022-03-22T13:25:13.810Z] [INFO] T E S T S [2022-03-22T13:25:13.810Z] [INFO] ------------------------------------------------------- [2022-03-22T13:25:14.068Z] [INFO] Running com.sun.enterprise.ee.cms.core.GMSFactoryTest [2022-03-22T13:25:14.068Z] passed. exception message:Group Management Service is not initialized for any group [2022-03-22T13:25:14.068Z] passed. exception message:GMS not enabled for group undefinedGroup [2022-03-22T13:25:14.068Z] passed. exception message:GMS not enabled for group noGmsGroup [2022-03-22T13:25:14.068Z] passed. exception message:instance name was not specified and cannot be null [2022-03-22T13:25:14.068Z] passed. exception message:group name was not specified and cannot be null [2022-03-22T13:25:14.068Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in com.sun.enterprise.ee.cms.core.GMSFactoryTest [2022-03-22T13:25:14.068Z] [INFO] [2022-03-22T13:25:14.068Z] [INFO] Results: [2022-03-22T13:25:14.068Z] [INFO] [2022-03-22T13:25:14.068Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2022-03-22T13:25:14.068Z] [INFO] [2022-03-22T13:25:14.068Z] [INFO] [2022-03-22T13:25:14.068Z] [INFO] --- maven-bundle-plugin:5.1.4:bundle (default-bundle) @ shoal-gms-api --- [2022-03-22T13:25:14.325Z] [INFO] Building bundle: /home/jenkins/agent/workspace/shoal_master/gms/api/target/shoal-gms-api.jar [2022-03-22T13:25:14.325Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/shoal_master/gms/api/target/classes/META-INF/MANIFEST.MF [2022-03-22T13:25:14.325Z] [INFO] [2022-03-22T13:25:14.325Z] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ shoal-gms-api >>> [2022-03-22T13:25:14.325Z] [INFO] [2022-03-22T13:25:14.325Z] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ shoal-gms-api <<< [2022-03-22T13:25:14.325Z] [INFO] [2022-03-22T13:25:14.325Z] [INFO] [2022-03-22T13:25:14.325Z] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ shoal-gms-api --- [2022-03-22T13:25:14.582Z] [INFO] [2022-03-22T13:25:14.582Z] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ shoal-gms-api --- [2022-03-22T13:25:15.526Z] [INFO] No previous run data found, generating javadoc. [2022-03-22T13:25:18.834Z] [INFO] [2022-03-22T13:25:18.834Z] Loading source files for package com.sun.enterprise.ee.cms.core... [2022-03-22T13:25:18.834Z] Loading source files for package com.sun.enterprise.ee.cms.spi... [2022-03-22T13:25:18.834Z] Constructing Javadoc information... [2022-03-22T13:25:18.834Z] Standard Doclet version 11.0.13 [2022-03-22T13:25:18.834Z] Building tree for all the packages and classes... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/Action.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/ActionException.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/ActionFactory.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/AliveAndReadySignal.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/AliveAndReadyView.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/CallBack.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/DistributedStateCache.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureNotificationAction.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureNotificationActionFactory.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureNotificationSignal.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureRecoveryAction.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureRecoveryActionFactory.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureRecoverySignal.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureSuspectedAction.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureSuspectedActionFactory.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/FailureSuspectedSignal.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSCacheable.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSConstants.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSConstants.groupStartupState.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSConstants.shutdownState.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSConstants.shutdownType.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSConstants.startupType.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSException.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSFactory.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSMember.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSNotEnabledException.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GMSNotInitializedException.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupHandle.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupLeadershipNotificationAction.html... [2022-03-22T13:25:18.834Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupLeadershipNotificationActionFactory.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupLeadershipNotificationSignal.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupManagementService.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupManagementService.MemberType.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupManagementService.RECOVERY_STATE.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/GroupStartupNotificationSignal.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/JoinedAndReadyNotificationAction.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/JoinedAndReadyNotificationActionFactory.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/JoinedAndReadyNotificationSignal.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/JoinNotificationAction.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/JoinNotificationActionFactory.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/JoinNotificationSignal.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/MemberNotInViewException.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/MessageAction.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/MessageActionFactory.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/MessageSignal.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/PlannedShutdownAction.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/PlannedShutdownActionFactory.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/PlannedShutdownSignal.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/RejoinableEvent.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/RejoinSubevent.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/ServiceProviderConfigurationKeys.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/Signal.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/SignalAcquireException.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/SignalReleaseException.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/GMSMessage.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/GroupCommunicationProvider.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/MemberStates.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/package-summary.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/package-tree.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/package-summary.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/package-tree.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/constant-values.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/serialized-form.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/Action.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/ActionException.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/ActionFactory.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/AliveAndReadySignal.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/AliveAndReadyView.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/CallBack.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/DistributedStateCache.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureNotificationAction.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureNotificationActionFactory.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureNotificationSignal.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureRecoveryAction.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureRecoveryActionFactory.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureRecoverySignal.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureSuspectedAction.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureSuspectedActionFactory.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/FailureSuspectedSignal.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSCacheable.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSConstants.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSConstants.groupStartupState.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSConstants.startupType.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSConstants.shutdownState.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSConstants.shutdownType.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSException.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSFactory.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSMember.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSNotEnabledException.html... [2022-03-22T13:25:18.835Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GMSNotInitializedException.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupHandle.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupLeadershipNotificationAction.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupLeadershipNotificationActionFactory.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupLeadershipNotificationSignal.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupManagementService.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupManagementService.RECOVERY_STATE.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupManagementService.MemberType.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/GroupStartupNotificationSignal.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/JoinNotificationAction.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/JoinNotificationActionFactory.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/JoinNotificationSignal.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/JoinedAndReadyNotificationAction.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/JoinedAndReadyNotificationActionFactory.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/JoinedAndReadyNotificationSignal.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/MemberNotInViewException.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/MessageAction.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/MessageActionFactory.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/MessageSignal.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/PlannedShutdownAction.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/PlannedShutdownActionFactory.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/PlannedShutdownSignal.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/RejoinSubevent.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/RejoinableEvent.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/ServiceProviderConfigurationKeys.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/Signal.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/SignalAcquireException.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/class-use/SignalReleaseException.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/class-use/GMSMessage.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/class-use/GroupCommunicationProvider.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/class-use/MemberStates.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/core/package-use.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/com/sun/enterprise/ee/cms/spi/package-use.html... [2022-03-22T13:25:18.836Z] Building index for all the packages and classes... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/overview-tree.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/index-all.html... [2022-03-22T13:25:18.836Z] Building index for all classes... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/allclasses-index.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/allpackages-index.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/deprecated-list.html... [2022-03-22T13:25:18.836Z] Building index for all classes... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/allclasses.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/allclasses.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/index.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/overview-summary.html... [2022-03-22T13:25:18.836Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/api/target/apidocs/help-doc.html... [2022-03-22T13:25:18.836Z] 100 warnings [2022-03-22T13:25:18.836Z] [WARNING] Javadoc Warnings [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.836Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.837Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [WARNING] javadoc: 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. [2022-03-22T13:25:18.838Z] [INFO] Building jar: /home/jenkins/agent/workspace/shoal_master/gms/api/target/shoal-gms-api-javadoc.jar [2022-03-22T13:25:18.838Z] [INFO] [2022-03-22T13:25:18.838Z] [INFO] -----------------< org.glassfish.shoal:shoal-gms-impl >----------------- [2022-03-22T13:25:18.838Z] [INFO] Building shoal-gms-impl 2.0.0-SNAPSHOT [4/6] [2022-03-22T13:25:18.838Z] [INFO] -------------------------------[ bundle ]------------------------------- [2022-03-22T13:25:18.838Z] [INFO] [2022-03-22T13:25:18.838Z] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ shoal-gms-impl --- [2022-03-22T13:25:18.838Z] [INFO] [2022-03-22T13:25:18.838Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ shoal-gms-impl --- [2022-03-22T13:25:18.838Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:25:18.838Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-22T13:25:18.838Z] [INFO] Copying 4 resources [2022-03-22T13:25:18.838Z] [INFO] Copying 2 resources to META-INF [2022-03-22T13:25:18.838Z] [INFO] [2022-03-22T13:25:18.838Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ shoal-gms-impl --- [2022-03-22T13:25:18.838Z] [INFO] Changes detected - recompiling the module! [2022-03-22T13:25:18.838Z] [INFO] Compiling 109 source files to /home/jenkins/agent/workspace/shoal_master/gms/impl/target/classes [2022-03-22T13:25:22.204Z] [INFO] /home/jenkins/agent/workspace/shoal_master/gms/impl/src/main/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/MessageFilter.java: Some input files use or override a deprecated API. [2022-03-22T13:25:22.204Z] [INFO] /home/jenkins/agent/workspace/shoal_master/gms/impl/src/main/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/MessageFilter.java: Recompile with -Xlint:deprecation for details. [2022-03-22T13:25:22.204Z] [INFO] [2022-03-22T13:25:22.204Z] [INFO] --- maven-bundle-plugin:5.1.4:manifest (bundle-manifest) @ shoal-gms-impl --- [2022-03-22T13:25:22.204Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/shoal_master/gms/impl/target/classes/META-INF/MANIFEST.MF [2022-03-22T13:25:22.204Z] [INFO] [2022-03-22T13:25:22.204Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ shoal-gms-impl --- [2022-03-22T13:25:22.204Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:25:22.204Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-22T13:25:22.204Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/shoal_master/gms/impl/src/test/resources [2022-03-22T13:25:22.204Z] [INFO] [2022-03-22T13:25:22.204Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ shoal-gms-impl --- [2022-03-22T13:25:22.204Z] [INFO] Changes detected - recompiling the module! [2022-03-22T13:25:22.204Z] [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/shoal_master/gms/impl/target/test-classes [2022-03-22T13:25:22.204Z] [INFO] /home/jenkins/agent/workspace/shoal_master/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java: /home/jenkins/agent/workspace/shoal_master/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java uses or overrides a deprecated API. [2022-03-22T13:25:22.204Z] [INFO] /home/jenkins/agent/workspace/shoal_master/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java: Recompile with -Xlint:deprecation for details. [2022-03-22T13:25:22.204Z] [INFO] /home/jenkins/agent/workspace/shoal_master/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java: /home/jenkins/agent/workspace/shoal_master/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java uses unchecked or unsafe operations. [2022-03-22T13:25:22.204Z] [INFO] /home/jenkins/agent/workspace/shoal_master/gms/impl/src/test/java/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyParserTest.java: Recompile with -Xlint:unchecked for details. [2022-03-22T13:25:22.204Z] [INFO] [2022-03-22T13:25:22.204Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ shoal-gms-impl --- [2022-03-22T13:25:22.204Z] [INFO] [2022-03-22T13:25:22.204Z] [INFO] ------------------------------------------------------- [2022-03-22T13:25:22.204Z] [INFO] T E S T S [2022-03-22T13:25:22.204Z] [INFO] ------------------------------------------------------- [2022-03-22T13:25:22.462Z] [INFO] Running com.sun.enterprise.gms.tools.MulticastTesterTest [2022-03-22T13:25:22.719Z] "five" is not a valid value for parameter --sendperiod. [2022-03-22T13:25:22.719Z] "five" is not a valid value for parameter --sendperiod. [2022-03-22T13:25:22.719Z] "five" is not a valid value for parameter --timetolive. [2022-03-22T13:25:22.719Z] "five" is not a valid value for parameter --timetolive. [2022-03-22T13:25:22.719Z] "five" is not a valid value for parameter --timeout. [2022-03-22T13:25:22.719Z] [ERROR] WARNING: An illegal reflective access operation has occurred [2022-03-22T13:25:22.719Z] [ERROR] WARNING: Illegal reflective access by com.sun.enterprise.mgmt.transport.NetworkUtility (file:/home/jenkins/agent/workspace/shoal_master/gms/impl/target/classes/) to field java.io.ObjectOutputStream.depth [2022-03-22T13:25:22.720Z] [ERROR] WARNING: Please consider reporting this to the maintainers of com.sun.enterprise.mgmt.transport.NetworkUtility [2022-03-22T13:25:22.720Z] [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2022-03-22T13:25:22.720Z] [ERROR] WARNING: All illegal access operations will be denied in a future release [2022-03-22T13:25:26.002Z] Timeout set to 3 seconds [2022-03-22T13:25:26.002Z] Will use debugging output [2022-03-22T13:25:26.002Z] Will use port 3001 [2022-03-22T13:25:26.002Z] Will use address 228.9.9.1 [2022-03-22T13:25:26.002Z] Will use bind interface 127.0.0.1 [2022-03-22T13:25:26.003Z] Will use wait period 1,000 (in milliseconds) [2022-03-22T13:25:26.003Z] Will use time-to-live 3 [2022-03-22T13:25:26.003Z] [2022-03-22T13:25:26.003Z] McastReceiver: expected message prefix is '228.9.9.1|' [2022-03-22T13:25:26.003Z] Listening for data... [2022-03-22T13:25:26.003Z] McastSender: InetAddress.getByName returned: /127.0.0.1 [2022-03-22T13:25:26.003Z] Configured bind interface:127.0.0.1 Name:lo DisplayName:lo isUp:true isLoopBack:true [2022-03-22T13:25:26.003Z] McastSender: setting loopback mode false on mcast socket [2022-03-22T13:25:26.003Z] McastSender: socket time to live set to 3 [2022-03-22T13:25:26.003Z] McastSender: joining group: /228.9.9.1 [2022-03-22T13:25:26.003Z] Sending message with content "228.9.9.1|basic-gsb1j|9fb948e7-8c39-4651-971c-f64caa3c5f35" every 1,000 milliseconds [2022-03-22T13:25:26.003Z] McastReceiver: closing socket in interrupt [2022-03-22T13:25:26.003Z] McastReceiver: caught socket exception as expected [2022-03-22T13:25:26.003Z] MainThread: joined receiver thread [2022-03-22T13:25:26.003Z] McastSender: interrupted [2022-03-22T13:25:26.003Z] McastSender: socket leaving group [2022-03-22T13:25:26.003Z] McastSender: closing socket [2022-03-22T13:25:26.003Z] MainThread: joined sender thread [2022-03-22T13:25:26.003Z] Exiting after 3 seconds. To change this timeout, use the --timeout command line option. [2022-03-22T13:25:26.003Z] Received no multicast data [2022-03-22T13:25:26.003Z] "five" is not a valid value for parameter --multicastport. [2022-03-22T13:25:26.003Z] "five" is not a valid value for parameter --multicastport. [2022-03-22T13:25:28.528Z] Timeout set to 3 seconds [2022-03-22T13:25:28.528Z] Will use port 2048 [2022-03-22T13:25:28.528Z] Will use address 228.9.3.1 [2022-03-22T13:25:28.528Z] Will use bind interface null [2022-03-22T13:25:28.528Z] Will use wait period 2,000 (in milliseconds) [2022-03-22T13:25:28.528Z] [2022-03-22T13:25:28.528Z] Listening for data... [2022-03-22T13:25:28.528Z] Sending message with content "basic-gsb1j" every 2,000 milliseconds [2022-03-22T13:25:28.528Z] Received data from basic-gsb1j (loopback) [2022-03-22T13:25:28.528Z] Exiting after 3 seconds. To change this timeout, use the --timeout command line option. [2022-03-22T13:25:28.528Z] Run the multicast validator on each node where multicast should be available. [2022-03-22T13:25:28.528Z] Available options are below (all are optional). [2022-03-22T13:25:28.528Z] Note: --sendperiod is in milliseconds, --timeout is in seconds. [2022-03-22T13:25:28.528Z] --help [2022-03-22T13:25:28.528Z] --multicastport [2022-03-22T13:25:28.528Z] --multicastaddress [2022-03-22T13:25:28.528Z] --bindinterface [2022-03-22T13:25:28.528Z] --timetolive [2022-03-22T13:25:28.528Z] --sendperiod [2022-03-22T13:25:28.528Z] --timeout [2022-03-22T13:25:28.528Z] --debug [2022-03-22T13:25:28.528Z] [2022-03-22T13:25:28.528Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.089 s - in com.sun.enterprise.gms.tools.MulticastTesterTest [2022-03-22T13:25:28.528Z] [INFO] Running com.sun.enterprise.mgmt.transport.grizzly.grizzly2.GrizzlyParserTest [2022-03-22T13:25:33.831Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.083 s - in com.sun.enterprise.mgmt.transport.grizzly.grizzly2.GrizzlyParserTest [2022-03-22T13:25:33.831Z] [INFO] Running com.sun.enterprise.mgmt.transport.MessageImplTest [2022-03-22T13:25:33.831Z] message from bytes = MessageImpl[v1:CLUSTER_MANAGER_MESSAGE: Target: targetMember , test_key2, Source: fromMember, test_key1, [2022-03-22T13:25:33.831Z] removed message from byte buffer = MessageImpl[v1:CLUSTER_MANAGER_MESSAGE: Target: targetMember , test_key2, Source: fromMember, [2022-03-22T13:25:33.831Z] initialized message = MessageImpl[v1:CLUSTER_MANAGER_MESSAGE: Target: targetMember , test_key2, Source: fromMember, test_key1, [2022-03-22T13:25:33.831Z] message from byte buffer = MessageImpl[v1:CLUSTER_MANAGER_MESSAGE: Target: targetMember , test_key2, Source: fromMember, test_key1, [2022-03-22T13:25:33.831Z] removed message from bytes = MessageImpl[v1:CLUSTER_MANAGER_MESSAGE: Target: targetMember , Source: fromMember, test_key1, [2022-03-22T13:25:33.831Z] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.sun.enterprise.mgmt.transport.MessageImplTest [2022-03-22T13:25:33.831Z] [INFO] Running com.sun.enterprise.mgmt.transport.NetworkUtilityTest [2022-03-22T13:25:33.831Z] AllLocalAddresses() = [/fe80:0:0:0:b051:eff:fef9:3130%eth0, /10.40.53.93] [2022-03-22T13:25:33.831Z] getFirstNetworkInterface(preferIPv6) = name:eth0 (eth0) [2022-03-22T13:25:33.831Z] getFirstNetworkInterface(!preferIPv6) = name:eth0 (eth0) [2022-03-22T13:25:33.832Z] java.net.preferIPv6Addresses=false [2022-03-22T13:25:33.832Z] getFirstInetAddress( preferIPv6Addresses:false) = /10.40.53.93 [2022-03-22T13:25:33.832Z] getFirstInetAddress( true ) = /fe80:0:0:0:b051:eff:fef9:3130%eth0 [2022-03-22T13:25:33.832Z] getFirstInetAddress( false ) = /10.40.53.93 [2022-03-22T13:25:33.832Z] getNetworkInetAddress(firstNetworkInteface, true) = /fe80:0:0:0:b051:eff:fef9:3130%eth0 [2022-03-22T13:25:33.832Z] getNetworkInetAddress(firstNetworkInteface, false) = /10.40.53.93 [2022-03-22T13:25:33.832Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in com.sun.enterprise.mgmt.transport.NetworkUtilityTest [2022-03-22T13:25:33.832Z] [INFO] Running com.sun.enterprise.mgmt.ReliableMulticastTest [2022-03-22T13:25:35.728Z] Mar 22, 2022 1:25:35 PM com.sun.enterprise.mgmt.ReliableMulticastTest testExpiration [2022-03-22T13:25:35.728Z] INFO: sendHistorySize=0 [2022-03-22T13:25:37.626Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.563 s - in com.sun.enterprise.mgmt.ReliableMulticastTest [2022-03-22T13:25:37.626Z] [INFO] Running com.sun.enterprise.mgmt.ClusterManagerTest [2022-03-22T13:25:38.190Z] ShoalLogger.mcast log level is FINEST [2022-03-22T13:25:38.190Z] clusterViewEvent:event.getEvent=MASTER_CHANGE_EVENT [2022-03-22T13:25:38.190Z] clusterViewEvent:event.getAdvertisement()=PEERID[10.40.53.93:9171:230.30.1.1:9090:junit_groupName:junit_instanceName] [2022-03-22T13:25:38.190Z] CUSTOMTAGS[GROUP_NAME:junit_groupName, START_TIME[1:25:37 PM Coordinated Universal Time on Mar 22, 2022], MEMBER_TYPE:junit_instanceName], ENDPONTADDRESSES[[tcp://[fe80:0:0:0:b051:eff:fef9:3130%eth0]:4000, tcp://10.40.53.93:4000]], NAME:junit_instanceName, OSNAME:Linux, OSVERSION:5.14.14-200.fc34.x86_64, OSARCH:amd64, HWARCH:amd64, HWVENDOR:Eclipse Adoptium [2022-03-22T13:25:38.190Z] clusterViewEvent:view.getPeerNamesInView=[10.40.53.93:9171:230.30.1.1:9090:junit_groupName:junit_instanceName] [2022-03-22T13:25:38.190Z] clusterViewEvent:event.getEvent=MASTER_CHANGE_EVENT [2022-03-22T13:25:38.190Z] clusterViewEvent:event.getAdvertisement()=PEERID[10.40.53.93:9171:230.30.1.1:9090:junit_groupName:junit_instanceName] [2022-03-22T13:25:38.190Z] CUSTOMTAGS[GROUP_NAME:junit_groupName, START_TIME[1:25:37 PM Coordinated Universal Time on Mar 22, 2022], MEMBER_TYPE:junit_instanceName], ENDPONTADDRESSES[[tcp://[fe80:0:0:0:b051:eff:fef9:3130%eth0]:4000, tcp://10.40.53.93:4000]], NAME:junit_instanceName, OSNAME:Linux, OSVERSION:5.14.14-200.fc34.x86_64, OSARCH:amd64, HWARCH:amd64, HWVENDOR:Eclipse Adoptium [2022-03-22T13:25:38.190Z] clusterViewEvent:view.getPeerNamesInView=[10.40.53.93:9171:230.30.1.1:9090:junit_groupName:junit_instanceName] [2022-03-22T13:25:38.190Z] ShoalLogger.mcast log level is FINEST [2022-03-22T13:25:38.190Z] ShoalLogger.mcast log level is FINEST [2022-03-22T13:25:38.190Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 s - in com.sun.enterprise.mgmt.ClusterManagerTest [2022-03-22T13:25:38.190Z] [INFO] Running com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImplTest [2022-03-22T13:25:42.376Z] beginTestGMSMessageSend [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:38 PM com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImpl join [2022-03-22T13:25:42.376Z] INFO: GMS1095: member: GroupManagementServiceImplTest_instance01 is joining group: GroupManagementServiceImplTest_testGroup ... [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:38 PM com.sun.enterprise.mgmt.transport.grizzly.grizzly2.GrizzlyNetworkManager2 initialize [2022-03-22T13:25:42.376Z] INFO: Grizzly 2.0 NetworkManager [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:38 PM com.sun.enterprise.ee.cms.impl.base.GroupCommunicationProviderImpl join [2022-03-22T13:25:42.376Z] INFO: starting cluster GroupManagementServiceImplTest_testGroup for member:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:38 PM com.sun.enterprise.mgmt.MasterNode start [2022-03-22T13:25:42.376Z] INFO: GMS1061: MasterNode message listener is registered for member: GroupManagementServiceImplTest_instance01 group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:38 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl getMemberTokens [2022-03-22T13:25:42.376Z] INFO: GMS1092: GMS View Change Received for group: GroupManagementServiceImplTest_testGroup : Members in view for MASTER_CHANGE_EVENT(before change analysis) are : [2022-03-22T13:25:42.376Z] 1: MemberId: GroupManagementServiceImplTest_instance01, MemberType: CORE, Address: 10.40.53.93:9090:230.30.1.1:9090:GroupManagementServiceImplTest_testGroup:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.376Z] [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:38 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl newViewObserved [2022-03-22T13:25:42.376Z] INFO: GMS1016: Analyzing new membership snapshot received as part of event: MASTER_CHANGE_EVENT for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:38 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl addGroupLeadershipNotificationSignal [2022-03-22T13:25:42.376Z] INFO: GMS1093: adding GroupLeadershipNotification signal leadermember: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:38 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl getMemberTokens [2022-03-22T13:25:42.376Z] INFO: GMS1092: GMS View Change Received for group: GroupManagementServiceImplTest_testGroup : Members in view for MASTER_CHANGE_EVENT(before change analysis) are : [2022-03-22T13:25:42.376Z] 1: MemberId: GroupManagementServiceImplTest_instance01, MemberType: CORE, Address: 10.40.53.93:9090:230.30.1.1:9090:GroupManagementServiceImplTest_testGroup:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.376Z] [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:38 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl newViewObserved [2022-03-22T13:25:42.376Z] INFO: GMS1016: Analyzing new membership snapshot received as part of event: MASTER_CHANGE_EVENT for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:38 PM com.sun.enterprise.mgmt.MasterNode appointMasterNode [2022-03-22T13:25:42.376Z] INFO: GMS1058: Assuming Master Node designation member: GroupManagementServiceImplTest_instance01 for group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:38 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl addGroupLeadershipNotificationSignal [2022-03-22T13:25:42.376Z] INFO: GMS1093: adding GroupLeadershipNotification signal leadermember: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:38 PM com.sun.enterprise.mgmt.MasterNode announceMaster [2022-03-22T13:25:42.376Z] INFO: GMS1057: Announcing Master Node designation for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup. Local view contains 1 entries [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:41 PM com.sun.enterprise.ee.cms.impl.common.Router notifyMessageAction [2022-03-22T13:25:42.376Z] INFO: GMS1116: unable to deliver message to a non-existent target component NotRegisteredtestTargetComponent for group: GroupManagementServiceImplTest_testGroup. Note: only reported for first message. [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:41 PM com.sun.enterprise.ee.cms.impl.common.Router notifyMessageAction [2022-03-22T13:25:42.376Z] INFO: GMS1116: unable to deliver message to a non-existent target component NotRegistered2testTargetComponent for group: GroupManagementServiceImplTest_testGroup. Note: only reported for first message. [2022-03-22T13:25:42.376Z] Passed. Threw expected exception sending to non-existent instance.No mapping from member identifier:NonExistentInstanceName to a network peerid. [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:41 PM com.sun.enterprise.ee.cms.impl.client.MessageActionImpl processMessage [2022-03-22T13:25:42.376Z] WARNING: GMS1094: handled unexpected exception java.lang.NullPointerException when calling registered application callback method com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImplTest$4.processNotification. The method should have handled this exception. [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:41 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.376Z] INFO: gmsMonitor: targetComponent:NotRegistered2testTargetComponent Send:[numMsgs:10 totalBytes:70 avgMsgSize:7 totalTime:3 avg time:0 max time:1] Receive:[numMsgs:10 totalBytes:70 avgMsgSize:7 totalTime:8 avg time:0 max time:1 numMsgNoListener:10] [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:41 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.376Z] INFO: gmsMonitor: targetComponent:testExceptionThrowingMessageAction Send:[numMsgs:1 totalBytes:5 avgMsgSize:5 totalTime:0 avg time:0 max time:0] Receive:[numMsgs:1 totalBytes:5 avgMsgSize:5 totalTime:0 avg time:0 max time:0] [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:41 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.376Z] INFO: gmsMonitor: targetComponent:NotRegisteredtestTargetComponent Send:[numMsgs:10 totalBytes:50 avgMsgSize:5 totalTime:7 avg time:0 max time:3] Receive:[numMsgs:10 totalBytes:50 avgMsgSize:5 totalTime:8 avg time:0 max time:2 numMsgNoListener:10] [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:41 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.376Z] INFO: gmsMonitor: targetComponent:testTargetComponent Send:[numMsgs:40 totalBytes:240 avgMsgSize:6 totalTime:8 avg time:0 max time:1] Receive:[numMsgs:40 totalBytes:240 avgMsgSize:6 totalTime:16 avg time:0 max time:1] [2022-03-22T13:25:42.376Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.377Z] INFO: gmsMonitor: targetComponent:NotRegistered2testTargetComponent Send:[numMsgs:10 totalBytes:70 avgMsgSize:7 totalTime:3 avg time:0 max time:1] Receive:[numMsgs:10 totalBytes:70 avgMsgSize:7 totalTime:8 avg time:0 max time:1 numMsgNoListener:10] [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.377Z] INFO: gmsMonitor: targetComponent:testExceptionThrowingMessageAction Send:[numMsgs:1 totalBytes:5 avgMsgSize:5 totalTime:0 avg time:0 max time:0] Receive:[numMsgs:1 totalBytes:5 avgMsgSize:5 totalTime:0 avg time:0 max time:0] [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.377Z] INFO: gmsMonitor: targetComponent:NotRegisteredtestTargetComponent Send:[numMsgs:10 totalBytes:50 avgMsgSize:5 totalTime:7 avg time:0 max time:3] Receive:[numMsgs:10 totalBytes:50 avgMsgSize:5 totalTime:8 avg time:0 max time:2 numMsgNoListener:10] [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.377Z] INFO: gmsMonitor: targetComponent:testTargetComponent Send:[numMsgs:40 totalBytes:240 avgMsgSize:6 totalTime:8 avg time:0 max time:1] Receive:[numMsgs:40 totalBytes:240 avgMsgSize:6 totalTime:16 avg time:0 max time:1] [2022-03-22T13:25:42.377Z] Test sending too big of a message [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.transport.MessageImpl getPlainBuffer [2022-03-22T13:25:42.377Z] WARNING: GMS1077: total message size is too big: size = 134,511, max size = 133,120 [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImplTest testGMSMessageSend [2022-03-22T13:25:42.377Z] INFO: handled expected exception GMSException caused by com.sun.enterprise.mgmt.transport.MessageIOException:total message size is too big: size = 134511, max size = 133120MessageImpl[v1:CLUSTER_MANAGER_MESSAGE: NAD, Target: 10.40.53.93:9090:230.30.1.1:9090:GroupManagementServiceImplTest_testGroup:GroupManagementServiceImplTest_instance01 , Source: 10.40.53.93:9090:230.30.1.1:9090:GroupManagementServiceImplTest_testGroup:GroupManagementServiceImplTest_instance01, APPMESSAGE, [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.377Z] INFO: gmsMonitor: targetComponent:NotRegistered2testTargetComponent Send:[numMsgs:10 totalBytes:70 avgMsgSize:7 totalTime:3 avg time:0 max time:1] Receive:[numMsgs:10 totalBytes:70 avgMsgSize:7 totalTime:8 avg time:0 max time:1 numMsgNoListener:10] [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.377Z] INFO: gmsMonitor: targetComponent:testExceptionThrowingMessageAction Send:[numMsgs:1 totalBytes:5 avgMsgSize:5 totalTime:0 avg time:0 max time:0] Receive:[numMsgs:1 totalBytes:5 avgMsgSize:5 totalTime:0 avg time:0 max time:0] [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.377Z] INFO: gmsMonitor: targetComponent:NotRegisteredtestTargetComponent Send:[numMsgs:10 totalBytes:50 avgMsgSize:5 totalTime:7 avg time:0 max time:3] Receive:[numMsgs:10 totalBytes:50 avgMsgSize:5 totalTime:8 avg time:0 max time:2 numMsgNoListener:10] [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.377Z] INFO: gmsMonitor: targetComponent:testTargetComponent Send:[numMsgs:40 totalBytes:240 avgMsgSize:6 totalTime:5 avg time:0 max time:1 write fail:1] Receive:[numMsgs:40 totalBytes:240 avgMsgSize:6 totalTime:16 avg time:0 max time:1] [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImpl leave [2022-03-22T13:25:42.377Z] INFO: GMS1096: member: GroupManagementServiceImplTest_instance01 is leaving group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.GMSContextImpl leave [2022-03-22T13:25:42.377Z] INFO: GMS1010: Leaving GMS group: GroupManagementServiceImplTest_testGroup with shutdown type set to InstanceShutdown [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.transport.BlockingIOMulticastSender printStats [2022-03-22T13:25:42.377Z] INFO: BlockingIOMulicastSender monitoring stats: received: 4 core poolsize:10 largest pool size:5 task count:5 max queue size:0 rejected execution:0 [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.transport.BlockingIOMulticastSender run [2022-03-22T13:25:42.377Z] INFO: GMS1110: Thread IP Multicast Listener for /230.30.1.1:9090 has completed. [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.Router shutdown [2022-03-22T13:25:42.377Z] INFO: GMS1115: router signal queue high water mark: 5 signal queue capacity: 600 [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl run [2022-03-22T13:25:42.377Z] INFO: GMS1091: View Window event processing thread for group: GroupManagementServiceImplTest_testGroup terminated normally [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.SignalHandler run [2022-03-22T13:25:42.377Z] INFO: GMS1107: SignalHandler task named GMS SignalHandler for Group-GroupManagementServiceImplTest_testGroup thread exiting [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.377Z] INFO: gmsMonitor: targetComponent:NotRegistered2testTargetComponent Send:[numMsgs:10 totalBytes:70 avgMsgSize:7 totalTime:3 avg time:0 max time:1] Receive:[numMsgs:10 totalBytes:70 avgMsgSize:7 totalTime:8 avg time:0 max time:1 numMsgNoListener:10] [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.377Z] INFO: gmsMonitor: targetComponent:testExceptionThrowingMessageAction Send:[numMsgs:1 totalBytes:5 avgMsgSize:5 totalTime:0 avg time:0 max time:0] Receive:[numMsgs:1 totalBytes:5 avgMsgSize:5 totalTime:0 avg time:0 max time:0] [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.377Z] INFO: gmsMonitor: targetComponent:NotRegisteredtestTargetComponent Send:[numMsgs:10 totalBytes:50 avgMsgSize:5 totalTime:7 avg time:0 max time:3] Receive:[numMsgs:10 totalBytes:50 avgMsgSize:5 totalTime:8 avg time:0 max time:2 numMsgNoListener:10] [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.MessageWindow run [2022-03-22T13:25:42.377Z] INFO: GMS1088: MessageWindow thread for group: GroupManagementServiceImplTest_testGroup terminated due to shutdown notification [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GMSMonitor report [2022-03-22T13:25:42.377Z] INFO: gmsMonitor: targetComponent:testTargetComponent Send:[numMsgs:40 totalBytes:240 avgMsgSize:6 totalTime:5 avg time:0 max time:1 write fail:1] Receive:[numMsgs:40 totalBytes:240 avgMsgSize:6 totalTime:16 avg time:0 max time:1] [2022-03-22T13:25:42.377Z] memberState after setup is UNKNOWN [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImpl join [2022-03-22T13:25:42.377Z] INFO: GMS1095: member: GroupManagementServiceImplTest_instance01 is joining group: GroupManagementServiceImplTest_testGroup ... [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.transport.grizzly.grizzly2.GrizzlyNetworkManager2 initialize [2022-03-22T13:25:42.377Z] INFO: Grizzly 2.0 NetworkManager [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.GroupCommunicationProviderImpl join [2022-03-22T13:25:42.377Z] INFO: starting cluster GroupManagementServiceImplTest_testGroup for member:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.MasterNode start [2022-03-22T13:25:42.377Z] INFO: GMS1061: MasterNode message listener is registered for member: GroupManagementServiceImplTest_instance01 group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl getMemberTokens [2022-03-22T13:25:42.377Z] INFO: GMS1092: GMS View Change Received for group: GroupManagementServiceImplTest_testGroup : Members in view for MASTER_CHANGE_EVENT(before change analysis) are : [2022-03-22T13:25:42.377Z] 1: MemberId: GroupManagementServiceImplTest_instance01, MemberType: CORE, Address: 10.40.53.93:9154:230.30.1.1:9090:GroupManagementServiceImplTest_testGroup:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.377Z] [2022-03-22T13:25:42.377Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl newViewObserved [2022-03-22T13:25:42.378Z] INFO: GMS1016: Analyzing new membership snapshot received as part of event: MASTER_CHANGE_EVENT for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl addGroupLeadershipNotificationSignal [2022-03-22T13:25:42.378Z] INFO: GMS1093: adding GroupLeadershipNotification signal leadermember: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.378Z] memberState after join is STARTING [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImpl reportJoinedAndReadyState [2022-03-22T13:25:42.378Z] INFO: GMS1099: GMS:Reporting Joined and Ready state to group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.MasterNode appointMasterNode [2022-03-22T13:25:42.378Z] INFO: GMS1058: Assuming Master Node designation member: GroupManagementServiceImplTest_instance01 for group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl getMemberTokens [2022-03-22T13:25:42.378Z] INFO: GMS1092: GMS View Change Received for group: GroupManagementServiceImplTest_testGroup : Members in view for MASTER_CHANGE_EVENT(before change analysis) are : [2022-03-22T13:25:42.378Z] 1: MemberId: GroupManagementServiceImplTest_instance01, MemberType: CORE, Address: 10.40.53.93:9154:230.30.1.1:9090:GroupManagementServiceImplTest_testGroup:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.378Z] [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl newViewObserved [2022-03-22T13:25:42.378Z] INFO: GMS1016: Analyzing new membership snapshot received as part of event: MASTER_CHANGE_EVENT for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl addGroupLeadershipNotificationSignal [2022-03-22T13:25:42.378Z] INFO: GMS1093: adding GroupLeadershipNotification signal leadermember: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.MasterNode announceMaster [2022-03-22T13:25:42.378Z] INFO: GMS1057: Announcing Master Node designation for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup. Local view contains 1 entries [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl getMemberTokens [2022-03-22T13:25:42.378Z] INFO: GMS1092: GMS View Change Received for group: GroupManagementServiceImplTest_testGroup : Members in view for JOINED_AND_READY_EVENT(before change analysis) are : [2022-03-22T13:25:42.378Z] 1: MemberId: GroupManagementServiceImplTest_instance01, MemberType: CORE, Address: 10.40.53.93:9154:230.30.1.1:9090:GroupManagementServiceImplTest_testGroup:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.378Z] [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl newViewObserved [2022-03-22T13:25:42.378Z] INFO: GMS1016: Analyzing new membership snapshot received as part of event: JOINED_AND_READY_EVENT for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl addJoinedAndReadyNotificationSignal [2022-03-22T13:25:42.378Z] INFO: GMS1025: Adding Joined And Ready member: GroupManagementServiceImplTest_instance01 group: GroupManagementServiceImplTest_testGroup StartupState: INSTANCE_STARTUP [2022-03-22T13:25:42.378Z] joinedAndReady = true wait duration(ms)=13 [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImpl leave [2022-03-22T13:25:42.378Z] INFO: GMS1096: member: GroupManagementServiceImplTest_instance01 is leaving group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.GMSContextImpl leave [2022-03-22T13:25:42.378Z] INFO: GMS1010: Leaving GMS group: GroupManagementServiceImplTest_testGroup with shutdown type set to InstanceShutdown [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.transport.BlockingIOMulticastSender printStats [2022-03-22T13:25:42.378Z] INFO: BlockingIOMulicastSender monitoring stats: received: 5 core poolsize:10 largest pool size:7 task count:7 max queue size:0 rejected execution:0 [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.transport.BlockingIOMulticastSender run [2022-03-22T13:25:42.378Z] INFO: GMS1110: Thread IP Multicast Listener for /230.30.1.1:9090 has completed. [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.Router shutdown [2022-03-22T13:25:42.378Z] INFO: GMS1115: router signal queue high water mark: 0 signal queue capacity: 600 [2022-03-22T13:25:42.378Z] after shutdown memberState=UNKNOWN [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.SignalHandler run [2022-03-22T13:25:42.378Z] INFO: GMS1107: SignalHandler task named GMS SignalHandler for Group-GroupManagementServiceImplTest_testGroup thread exiting [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.MessageWindow run [2022-03-22T13:25:42.378Z] INFO: GMS1088: MessageWindow thread for group: GroupManagementServiceImplTest_testGroup terminated due to shutdown notification [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl run [2022-03-22T13:25:42.378Z] INFO: GMS1091: View Window event processing thread for group: GroupManagementServiceImplTest_testGroup terminated normally [2022-03-22T13:25:42.378Z] memberState after setup is UNKNOWN [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImpl join [2022-03-22T13:25:42.378Z] INFO: GMS1095: member: GroupManagementServiceImplTest_instance01 is joining group: GroupManagementServiceImplTest_testGroup ... [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.transport.grizzly.grizzly2.GrizzlyNetworkManager2 initialize [2022-03-22T13:25:42.378Z] INFO: Grizzly 2.0 NetworkManager [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.GroupCommunicationProviderImpl join [2022-03-22T13:25:42.378Z] INFO: starting cluster GroupManagementServiceImplTest_testGroup for member:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.MasterNode start [2022-03-22T13:25:42.378Z] INFO: GMS1061: MasterNode message listener is registered for member: GroupManagementServiceImplTest_instance01 group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.378Z] memberState after join is STARTING [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl getMemberTokens [2022-03-22T13:25:42.378Z] INFO: GMS1092: GMS View Change Received for group: GroupManagementServiceImplTest_testGroup : Members in view for MASTER_CHANGE_EVENT(before change analysis) are : [2022-03-22T13:25:42.378Z] 1: MemberId: GroupManagementServiceImplTest_instance01, MemberType: CORE, Address: 10.40.53.93:9192:230.30.1.1:9090:GroupManagementServiceImplTest_testGroup:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.378Z] [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl newViewObserved [2022-03-22T13:25:42.378Z] INFO: GMS1016: Analyzing new membership snapshot received as part of event: MASTER_CHANGE_EVENT for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImpl reportJoinedAndReadyState [2022-03-22T13:25:42.378Z] INFO: GMS1099: GMS:Reporting Joined and Ready state to group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl addGroupLeadershipNotificationSignal [2022-03-22T13:25:42.378Z] INFO: GMS1093: adding GroupLeadershipNotification signal leadermember: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.MasterNode appointMasterNode [2022-03-22T13:25:42.378Z] INFO: GMS1058: Assuming Master Node designation member: GroupManagementServiceImplTest_instance01 for group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.378Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl getMemberTokens [2022-03-22T13:25:42.378Z] INFO: GMS1092: GMS View Change Received for group: GroupManagementServiceImplTest_testGroup : Members in view for MASTER_CHANGE_EVENT(before change analysis) are : [2022-03-22T13:25:42.378Z] 1: MemberId: GroupManagementServiceImplTest_instance01, MemberType: CORE, Address: 10.40.53.93:9192:230.30.1.1:9090:GroupManagementServiceImplTest_testGroup:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.378Z] [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl newViewObserved [2022-03-22T13:25:42.379Z] INFO: GMS1016: Analyzing new membership snapshot received as part of event: MASTER_CHANGE_EVENT for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl addGroupLeadershipNotificationSignal [2022-03-22T13:25:42.379Z] INFO: GMS1093: adding GroupLeadershipNotification signal leadermember: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.MasterNode announceMaster [2022-03-22T13:25:42.379Z] INFO: GMS1057: Announcing Master Node designation for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup. Local view contains 1 entries [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl getMemberTokens [2022-03-22T13:25:42.379Z] INFO: GMS1092: GMS View Change Received for group: GroupManagementServiceImplTest_testGroup : Members in view for JOINED_AND_READY_EVENT(before change analysis) are : [2022-03-22T13:25:42.379Z] 1: MemberId: GroupManagementServiceImplTest_instance01, MemberType: CORE, Address: 10.40.53.93:9192:230.30.1.1:9090:GroupManagementServiceImplTest_testGroup:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.379Z] [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl newViewObserved [2022-03-22T13:25:42.379Z] INFO: GMS1016: Analyzing new membership snapshot received as part of event: JOINED_AND_READY_EVENT for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl addJoinedAndReadyNotificationSignal [2022-03-22T13:25:42.379Z] INFO: GMS1025: Adding Joined And Ready member: GroupManagementServiceImplTest_instance01 group: GroupManagementServiceImplTest_testGroup StartupState: INSTANCE_STARTUP [2022-03-22T13:25:42.379Z] joinedAndReady = true wait duration(ms)=49 [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImpl leave [2022-03-22T13:25:42.379Z] INFO: GMS1096: member: GroupManagementServiceImplTest_instance01 is leaving group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.GMSContextImpl leave [2022-03-22T13:25:42.379Z] INFO: GMS1010: Leaving GMS group: GroupManagementServiceImplTest_testGroup with shutdown type set to InstanceShutdown [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.transport.BlockingIOMulticastSender printStats [2022-03-22T13:25:42.379Z] INFO: BlockingIOMulicastSender monitoring stats: received: 5 core poolsize:10 largest pool size:5 task count:5 max queue size:0 rejected execution:0 [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.transport.BlockingIOMulticastSender run [2022-03-22T13:25:42.379Z] INFO: GMS1110: Thread IP Multicast Listener for /230.30.1.1:9090 has completed. [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.Router shutdown [2022-03-22T13:25:42.379Z] INFO: GMS1115: router signal queue high water mark: 0 signal queue capacity: 600 [2022-03-22T13:25:42.379Z] after shutdown memberState=UNKNOWN [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl run [2022-03-22T13:25:42.379Z] INFO: GMS1091: View Window event processing thread for group: GroupManagementServiceImplTest_testGroup terminated normally [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.SignalHandler run [2022-03-22T13:25:42.379Z] INFO: GMS1107: SignalHandler task named GMS SignalHandler for Group-GroupManagementServiceImplTest_testGroup thread exiting [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.MessageWindow run [2022-03-22T13:25:42.379Z] INFO: GMS1088: MessageWindow thread for group: GroupManagementServiceImplTest_testGroup terminated due to shutdown notification [2022-03-22T13:25:42.379Z] memberState after setup is UNKNOWN [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImpl join [2022-03-22T13:25:42.379Z] INFO: GMS1095: member: GroupManagementServiceImplTest_instance01 is joining group: GroupManagementServiceImplTest_testGroup ... [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.transport.grizzly.grizzly2.GrizzlyNetworkManager2 initialize [2022-03-22T13:25:42.379Z] INFO: Grizzly 2.0 NetworkManager [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.GroupCommunicationProviderImpl join [2022-03-22T13:25:42.379Z] INFO: starting cluster GroupManagementServiceImplTest_testGroup for member:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.MasterNode start [2022-03-22T13:25:42.379Z] INFO: GMS1061: MasterNode message listener is registered for member: GroupManagementServiceImplTest_instance01 group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.379Z] memberState after join is STARTING [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl getMemberTokens [2022-03-22T13:25:42.379Z] INFO: GMS1092: GMS View Change Received for group: GroupManagementServiceImplTest_testGroup : Members in view for MASTER_CHANGE_EVENT(before change analysis) are : [2022-03-22T13:25:42.379Z] 1: MemberId: GroupManagementServiceImplTest_instance01, MemberType: CORE, Address: 10.40.53.93:9140:230.30.1.1:9090:GroupManagementServiceImplTest_testGroup:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.379Z] [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl newViewObserved [2022-03-22T13:25:42.379Z] INFO: GMS1016: Analyzing new membership snapshot received as part of event: MASTER_CHANGE_EVENT for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl addGroupLeadershipNotificationSignal [2022-03-22T13:25:42.379Z] INFO: GMS1093: adding GroupLeadershipNotification signal leadermember: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImpl reportJoinedAndReadyState [2022-03-22T13:25:42.379Z] INFO: GMS1099: GMS:Reporting Joined and Ready state to group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.MasterNode appointMasterNode [2022-03-22T13:25:42.379Z] INFO: GMS1058: Assuming Master Node designation member: GroupManagementServiceImplTest_instance01 for group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl getMemberTokens [2022-03-22T13:25:42.379Z] INFO: GMS1092: GMS View Change Received for group: GroupManagementServiceImplTest_testGroup : Members in view for MASTER_CHANGE_EVENT(before change analysis) are : [2022-03-22T13:25:42.379Z] 1: MemberId: GroupManagementServiceImplTest_instance01, MemberType: CORE, Address: 10.40.53.93:9140:230.30.1.1:9090:GroupManagementServiceImplTest_testGroup:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.379Z] [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.MasterNode announceMaster [2022-03-22T13:25:42.379Z] INFO: GMS1057: Announcing Master Node designation for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup. Local view contains 1 entries [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl newViewObserved [2022-03-22T13:25:42.379Z] INFO: GMS1016: Analyzing new membership snapshot received as part of event: MASTER_CHANGE_EVENT for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl addGroupLeadershipNotificationSignal [2022-03-22T13:25:42.379Z] INFO: GMS1093: adding GroupLeadershipNotification signal leadermember: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl getMemberTokens [2022-03-22T13:25:42.379Z] INFO: GMS1092: GMS View Change Received for group: GroupManagementServiceImplTest_testGroup : Members in view for JOINED_AND_READY_EVENT(before change analysis) are : [2022-03-22T13:25:42.379Z] 1: MemberId: GroupManagementServiceImplTest_instance01, MemberType: CORE, Address: 10.40.53.93:9140:230.30.1.1:9090:GroupManagementServiceImplTest_testGroup:GroupManagementServiceImplTest_instance01 [2022-03-22T13:25:42.379Z] [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl newViewObserved [2022-03-22T13:25:42.379Z] INFO: GMS1016: Analyzing new membership snapshot received as part of event: JOINED_AND_READY_EVENT for member: GroupManagementServiceImplTest_instance01 of group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl addJoinedAndReadyNotificationSignal [2022-03-22T13:25:42.379Z] INFO: GMS1025: Adding Joined And Ready member: GroupManagementServiceImplTest_instance01 group: GroupManagementServiceImplTest_testGroup StartupState: INSTANCE_STARTUP [2022-03-22T13:25:42.379Z] joinedAndReady = true wait duration(ms)=10 [2022-03-22T13:25:42.379Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImpl leave [2022-03-22T13:25:42.380Z] INFO: GMS1096: member: GroupManagementServiceImplTest_instance01 is leaving group: GroupManagementServiceImplTest_testGroup [2022-03-22T13:25:42.380Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.GMSContextImpl leave [2022-03-22T13:25:42.380Z] INFO: GMS1010: Leaving GMS group: GroupManagementServiceImplTest_testGroup with shutdown type set to InstanceShutdown [2022-03-22T13:25:42.380Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.transport.BlockingIOMulticastSender printStats [2022-03-22T13:25:42.380Z] INFO: BlockingIOMulicastSender monitoring stats: received: 4 core poolsize:10 largest pool size:5 task count:5 max queue size:0 rejected execution:0 [2022-03-22T13:25:42.380Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.mgmt.transport.BlockingIOMulticastSender run [2022-03-22T13:25:42.380Z] INFO: GMS1110: Thread IP Multicast Listener for /230.30.1.1:9090 has completed. [2022-03-22T13:25:42.380Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.Router shutdown [2022-03-22T13:25:42.380Z] INFO: GMS1115: router signal queue high water mark: 0 signal queue capacity: 600 [2022-03-22T13:25:42.380Z] after shutdown memberState=UNKNOWN [2022-03-22T13:25:42.380Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.common.SignalHandler run [2022-03-22T13:25:42.380Z] INFO: GMS1107: SignalHandler task named GMS SignalHandler for Group-GroupManagementServiceImplTest_testGroup thread exiting [2022-03-22T13:25:42.380Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.MessageWindow run [2022-03-22T13:25:42.380Z] INFO: GMS1088: MessageWindow thread for group: GroupManagementServiceImplTest_testGroup terminated due to shutdown notification [2022-03-22T13:25:42.380Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.345 s - in com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImplTest [2022-03-22T13:25:42.380Z] Mar 22, 2022 1:25:42 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl run [2022-03-22T13:25:42.380Z] INFO: GMS1091: View Window event processing thread for group: GroupManagementServiceImplTest_testGroup terminated normally [2022-03-22T13:25:42.380Z] [INFO] Running com.sun.enterprise.ee.cms.impl.common.AliveAndReadyViewWindowTest [2022-03-22T13:25:42.380Z] Current AliveAndReadyView:AliveAndReadyView ViewId:12 View created at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[10]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109,instance110] [2022-03-22T13:25:42.380Z] Previous AliveAndReadyView:AliveAndReadyView ViewId:11 Signal:JoinedAndReadyNotificationSignalImpl Duration(ms):0 View terminated at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[9]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109] [2022-03-22T13:25:42.380Z] Current AliveAndReadyView:AliveAndReadyView ViewId:12 View created at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[10]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109,instance110] [2022-03-22T13:25:42.380Z] Previous AliveAndReadyView:AliveAndReadyView ViewId:11 Signal:JoinedAndReadyNotificationSignalImpl Duration(ms):0 View terminated at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[9]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109] [2022-03-22T13:25:42.380Z] Current AliveAndReadyView:AliveAndReadyView ViewId:12 View created at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[10]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109,instance110] [2022-03-22T13:25:42.380Z] Previous AliveAndReadyView:AliveAndReadyView ViewId:11 Signal:JoinedAndReadyNotificationSignalImpl Duration(ms):0 View terminated at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[9]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109] [2022-03-22T13:25:42.380Z] Current AliveAndReadyView:AliveAndReadyView ViewId:12 View created at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[10]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109,instance110] [2022-03-22T13:25:42.380Z] Previous AliveAndReadyView:AliveAndReadyView ViewId:11 Signal:JoinedAndReadyNotificationSignalImpl Duration(ms):1 View terminated at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[9]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109] [2022-03-22T13:25:42.380Z] Current AliveAndReadyView:AliveAndReadyView ViewId:13 View created at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[9]:[instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109,instance110] [2022-03-22T13:25:42.380Z] Previous AliveAndReadyView:AliveAndReadyView ViewId:12 Signal:FailureNotificationSignalImpl Duration(ms):0 View terminated at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[10]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109,instance110] [2022-03-22T13:25:42.380Z] Current AliveAndReadyView:AliveAndReadyView ViewId:12 View created at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[10]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109,instance110] [2022-03-22T13:25:42.380Z] Previous AliveAndReadyView:AliveAndReadyView ViewId:11 Signal:JoinedAndReadyNotificationSignalImpl Duration(ms):0 View terminated at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[9]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109] [2022-03-22T13:25:42.380Z] Current AliveAndReadyView:AliveAndReadyView ViewId:12 View created at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[10]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109,instance110] [2022-03-22T13:25:42.380Z] Previous AliveAndReadyView:AliveAndReadyView ViewId:11 Signal:JoinedAndReadyNotificationSignalImpl Duration(ms):0 View terminated at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[9]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109] [2022-03-22T13:25:42.380Z] Current AliveAndReadyView:AliveAndReadyView ViewId:12 View created at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[10]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109,instance110] [2022-03-22T13:25:42.380Z] Previous AliveAndReadyView:AliveAndReadyView ViewId:11 Signal:JoinedAndReadyNotificationSignalImpl Duration(ms):0 View terminated at Mar 22, 2022 1:25:42 PM Coordinated Universal Time Members[9]:[instance101,instance102,instance103,instance104,instance105,instance106,instance107,instance108,instance109] [2022-03-22T13:25:42.380Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in com.sun.enterprise.ee.cms.impl.common.AliveAndReadyViewWindowTest [2022-03-22T13:25:42.951Z] [INFO] [2022-03-22T13:25:42.951Z] [INFO] Results: [2022-03-22T13:25:42.951Z] [INFO] [2022-03-22T13:25:42.951Z] [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0 [2022-03-22T13:25:42.951Z] [INFO] [2022-03-22T13:25:42.951Z] [INFO] [2022-03-22T13:25:42.951Z] [INFO] --- maven-bundle-plugin:5.1.4:bundle (default-bundle) @ shoal-gms-impl --- [2022-03-22T13:25:42.951Z] [INFO] Building bundle: /home/jenkins/agent/workspace/shoal_master/gms/impl/target/shoal-gms-impl.jar [2022-03-22T13:25:43.208Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/shoal_master/gms/impl/target/classes/META-INF/MANIFEST.MF [2022-03-22T13:25:43.208Z] [INFO] [2022-03-22T13:25:43.208Z] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ shoal-gms-impl >>> [2022-03-22T13:25:43.208Z] [INFO] [2022-03-22T13:25:43.208Z] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ shoal-gms-impl <<< [2022-03-22T13:25:43.208Z] [INFO] [2022-03-22T13:25:43.208Z] [INFO] [2022-03-22T13:25:43.208Z] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ shoal-gms-impl --- [2022-03-22T13:25:43.208Z] [INFO] [2022-03-22T13:25:43.208Z] [INFO] --- maven-javadoc-plugin:3.3.2:jar (attach-javadocs) @ shoal-gms-impl --- [2022-03-22T13:25:44.139Z] [INFO] No previous run data found, generating javadoc. [2022-03-22T13:25:48.362Z] [INFO] [2022-03-22T13:25:48.362Z] Loading source files for package com.sun.enterprise.ee.cms.impl.base... [2022-03-22T13:25:48.362Z] Loading source files for package com.sun.enterprise.ee.cms.impl.client... [2022-03-22T13:25:48.362Z] Loading source files for package com.sun.enterprise.ee.cms.impl.common... [2022-03-22T13:25:48.362Z] Loading source files for package com.sun.enterprise.ee.cms.logging... [2022-03-22T13:25:48.362Z] Loading source files for package com.sun.enterprise.gms.tools... [2022-03-22T13:25:48.362Z] Loading source files for package com.sun.enterprise.mgmt... [2022-03-22T13:25:48.362Z] Loading source files for package com.sun.enterprise.mgmt.transport... [2022-03-22T13:25:48.362Z] Loading source files for package com.sun.enterprise.mgmt.transport.buffers... [2022-03-22T13:25:48.362Z] Loading source files for package com.sun.enterprise.mgmt.transport.grizzly... [2022-03-22T13:25:48.362Z] Loading source files for package com.sun.enterprise.mgmt.transport.grizzly.grizzly2... [2022-03-22T13:25:48.362Z] Loading source files for package com.sun.enterprise.mgmt.transport.jxta... [2022-03-22T13:25:48.362Z] Constructing Javadoc information... [2022-03-22T13:25:48.362Z] Standard Doclet version 11.0.13 [2022-03-22T13:25:48.362Z] Building tree for all the packages and classes... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/CustomTagNames.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/DistributedStateCacheImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/EventPacket.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/GMSContextImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/GMSThreadFactory.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/GroupCommunicationProviderImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/GroupHandleImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/MessagePacket.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/MessageWindow.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/PeerID.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/SystemAdvertisement.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/SystemAdvertisementImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/Utility.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/FailureNotificationActionFactoryImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/FailureNotificationActionImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/FailureRecoveryActionFactoryImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/FailureRecoveryActionImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/FailureSuspectedActionFactoryImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/FailureSuspectedActionImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/GroupLeadershipNotificationActionFactoryImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/GroupLeadershipNotificationActionImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/JoinedAndReadyNotificationActionFactoryImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/JoinedAndReadyNotificationActionImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/JoinNotificationActionFactoryImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/JoinNotificationActionImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/MessageActionFactoryImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/MessageActionImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/PlannedShutdownActionFactoryImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/PlannedShutdownActionImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/RejoinSubeventImpl.html... [2022-03-22T13:25:48.362Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/AliveAndReadyViewImpl.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/AliveAndReadyViewWindow.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/DSCMessage.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/DSCMessage.OPERATION.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/FailureNotificationSignalImpl.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/FailureRecoverySignalImpl.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/FailureSuspectedSignalImpl.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSConfigConstants.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSContext.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSContextBase.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSContextFactory.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSMonitor.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSMonitor.GMSMessageStatsMBean.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSMonitor.MessageStats.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GMSMonitor.Report.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GroupLeadershipNotificationSignalImpl.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/GroupManagementServiceImpl.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/JoinedAndReadyNotificationSignalImpl.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/JoinNotificationSignalImpl.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/MessageSignalImpl.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/PlannedShutdownSignalImpl.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/RecoverySelectorMode.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/RecoveryTargetSelector.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/RecoveryTargetSelector.RecoverySelectorMode.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/Router.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/ShutdownHelper.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/SignalHandler.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/SignalPacket.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/ViewWindow.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/logging/GMSLogDomain.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/logging/NiceLogFormatter.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/MultiCastReceiverThread.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/MulticastSenderThread.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/MulticastTester.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/StringManager.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ClusterManager.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ClusterMessageListener.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ClusterView.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ClusterViewEvent.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ClusterViewEventListener.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ClusterViewEvents.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ClusterViewManager.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ConfigConstants.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/HealthMessage.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/HealthMessage.Entry.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/HealthMonitor.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/HealthMonitor.PeerMachineConnectionResult.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/LWRMulticast.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/ReliableMulticast.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/AbstractMessageSender.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/AbstractMulticastMessageSender.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/AbstractMultiMessageSender.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/AbstractNetworkManager.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/ArrayUtils.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/BlockingIOMulticastSender.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/Message.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/MessageEvent.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/MessageImpl.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/MessageIOException.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/MessageListener.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/MessageSender.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/MulticastMessageSender.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/NetworkManager.html... [2022-03-22T13:25:48.363Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/NetworkUtility.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/ShoalMessageSender.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/VirtualMulticastSender.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/Buffer.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/BufferInputStream.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/BufferUtils.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/ExpandableBufferWriter.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/ExpandableBufferWriterFactory.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/GrizzlyConfigConstants.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/GrizzlyNetworkManager.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/GrizzlyPeerID.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/GrizzlyUtil.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/PingMessageListener.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/PongMessageListener.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/ConnectionCache.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/Grizzly2ExpandableBufferWriter.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyNetworkManager2.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/GrizzlyTCPMessageSender.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/MessageDispatcherFilter.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/MessageFilter.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/JxtaConfigConstants.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/JxtaNetworkManager.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/JxtaNetworkManagerProxy.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/JxtaNetworkManagerRegistry.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/JxtaPipeManager.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/JxtaPipeManagerWrapper.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/JxtaUtil.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/package-summary.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/package-tree.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/package-summary.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/package-tree.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/package-summary.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/package-tree.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/logging/package-summary.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/logging/package-tree.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/package-summary.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/package-tree.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/package-summary.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/package-tree.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/package-summary.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/package-tree.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/package-summary.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/package-tree.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/package-summary.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/package-tree.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/package-summary.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/package-tree.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/package-summary.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/package-tree.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/constant-values.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/serialized-form.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/CustomTagNames.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/DistributedStateCacheImpl.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/EventPacket.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/GMSContextImpl.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/GMSThreadFactory.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/GroupCommunicationProviderImpl.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/GroupHandleImpl.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/MessagePacket.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/MessageWindow.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/PeerID.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/SystemAdvertisement.html... [2022-03-22T13:25:48.364Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/SystemAdvertisementImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/class-use/Utility.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/FailureNotificationActionFactoryImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/FailureNotificationActionImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/FailureRecoveryActionFactoryImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/FailureRecoveryActionImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/FailureSuspectedActionFactoryImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/FailureSuspectedActionImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/GroupLeadershipNotificationActionFactoryImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/GroupLeadershipNotificationActionImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/JoinNotificationActionFactoryImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/JoinNotificationActionImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/JoinedAndReadyNotificationActionFactoryImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/JoinedAndReadyNotificationActionImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/MessageActionFactoryImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/MessageActionImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/PlannedShutdownActionFactoryImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/PlannedShutdownActionImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/class-use/RejoinSubeventImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/AliveAndReadyViewImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/AliveAndReadyViewWindow.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/DSCMessage.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/DSCMessage.OPERATION.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/FailureNotificationSignalImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/FailureRecoverySignalImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/FailureSuspectedSignalImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSConfigConstants.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSContext.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSContextBase.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSContextFactory.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSMonitor.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSMonitor.Report.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSMonitor.MessageStats.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GMSMonitor.GMSMessageStatsMBean.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GroupLeadershipNotificationSignalImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/GroupManagementServiceImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/JoinNotificationSignalImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/JoinedAndReadyNotificationSignalImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/MessageSignalImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/PlannedShutdownSignalImpl.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/RecoverySelectorMode.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/RecoveryTargetSelector.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/RecoveryTargetSelector.RecoverySelectorMode.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/Router.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/ShutdownHelper.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/SignalHandler.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/SignalPacket.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/class-use/ViewWindow.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/logging/class-use/GMSLogDomain.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/logging/class-use/NiceLogFormatter.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/class-use/MultiCastReceiverThread.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/class-use/MulticastSenderThread.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/class-use/MulticastTester.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/class-use/StringManager.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ClusterManager.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ClusterMessageListener.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ClusterView.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ClusterViewEvent.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ClusterViewEventListener.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ClusterViewEvents.html... [2022-03-22T13:25:48.365Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ClusterViewManager.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ConfigConstants.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/HealthMessage.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/HealthMessage.Entry.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/HealthMonitor.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/HealthMonitor.PeerMachineConnectionResult.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/LWRMulticast.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/class-use/ReliableMulticast.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/AbstractMessageSender.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/AbstractMultiMessageSender.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/AbstractMulticastMessageSender.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/AbstractNetworkManager.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/ArrayUtils.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/BlockingIOMulticastSender.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/Message.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/MessageEvent.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/MessageIOException.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/MessageImpl.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/MessageListener.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/MessageSender.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/MulticastMessageSender.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/NetworkManager.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/NetworkUtility.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/ShoalMessageSender.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/class-use/VirtualMulticastSender.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/class-use/Buffer.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/class-use/BufferInputStream.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/class-use/BufferUtils.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/class-use/ExpandableBufferWriter.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/class-use/ExpandableBufferWriterFactory.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/class-use/GrizzlyConfigConstants.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/class-use/GrizzlyNetworkManager.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/class-use/GrizzlyPeerID.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/class-use/GrizzlyUtil.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/class-use/PingMessageListener.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/class-use/PongMessageListener.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/class-use/ConnectionCache.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/class-use/Grizzly2ExpandableBufferWriter.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/class-use/GrizzlyNetworkManager2.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/class-use/GrizzlyTCPMessageSender.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/class-use/MessageDispatcherFilter.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/class-use/MessageFilter.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/class-use/JxtaConfigConstants.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/class-use/JxtaNetworkManager.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/class-use/JxtaNetworkManagerProxy.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/class-use/JxtaNetworkManagerRegistry.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/class-use/JxtaPipeManager.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/class-use/JxtaPipeManagerWrapper.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/class-use/JxtaUtil.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/base/package-use.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/client/package-use.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/impl/common/package-use.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/ee/cms/logging/package-use.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/gms/tools/package-use.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/package-use.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/package-use.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/buffers/package-use.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/package-use.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/grizzly/grizzly2/package-use.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/com/sun/enterprise/mgmt/transport/jxta/package-use.html... [2022-03-22T13:25:48.366Z] Building index for all the packages and classes... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/overview-tree.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/index-all.html... [2022-03-22T13:25:48.366Z] Building index for all classes... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/allclasses-index.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/allpackages-index.html... [2022-03-22T13:25:48.366Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/deprecated-list.html... [2022-03-22T13:25:48.367Z] Building index for all classes... [2022-03-22T13:25:48.367Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/allclasses.html... [2022-03-22T13:25:48.367Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/allclasses.html... [2022-03-22T13:25:48.367Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/index.html... [2022-03-22T13:25:48.367Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/overview-summary.html... [2022-03-22T13:25:48.367Z] Generating /home/jenkins/agent/workspace/shoal_master/gms/impl/target/apidocs/help-doc.html... [2022-03-22T13:25:48.367Z] 100 warnings [2022-03-22T13:25:48.367Z] [WARNING] Javadoc Warnings [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.367Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.368Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.369Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.369Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.369Z] [WARNING] javadoc: 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. [2022-03-22T13:25:48.369Z] [INFO] Building jar: /home/jenkins/agent/workspace/shoal_master/gms/impl/target/shoal-gms-impl-javadoc.jar [2022-03-22T13:25:48.649Z] [INFO] [2022-03-22T13:25:48.649Z] [INFO] ------------------< org.glassfish.shoal:shoal-cache >------------------- [2022-03-22T13:25:48.649Z] [INFO] Building shoal-cache 2.0.0-SNAPSHOT [5/6] [2022-03-22T13:25:48.649Z] [INFO] -------------------------------[ bundle ]------------------------------- [2022-03-22T13:25:48.649Z] [INFO] [2022-03-22T13:25:48.649Z] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ shoal-cache --- [2022-03-22T13:25:48.649Z] [INFO] [2022-03-22T13:25:48.649Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ shoal-cache --- [2022-03-22T13:25:48.649Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:25:48.649Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-22T13:25:48.649Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/shoal_master/cache/src/main/resources [2022-03-22T13:25:48.649Z] [INFO] Copying 2 resources to META-INF [2022-03-22T13:25:48.649Z] [INFO] [2022-03-22T13:25:48.649Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ shoal-cache --- [2022-03-22T13:25:48.649Z] [INFO] Changes detected - recompiling the module! [2022-03-22T13:25:48.649Z] [INFO] Compiling 77 source files to /home/jenkins/agent/workspace/shoal_master/cache/target/classes [2022-03-22T13:25:49.215Z] [INFO] /home/jenkins/agent/workspace/shoal_master/cache/src/main/java/org/shoal/ha/group/gms/GroupServiceProvider.java: Some input files use or override a deprecated API. [2022-03-22T13:25:49.215Z] [INFO] /home/jenkins/agent/workspace/shoal_master/cache/src/main/java/org/shoal/ha/group/gms/GroupServiceProvider.java: Recompile with -Xlint:deprecation for details. [2022-03-22T13:25:49.215Z] [INFO] /home/jenkins/agent/workspace/shoal_master/cache/src/main/java/org/shoal/ha/cache/impl/command/Command.java: Some input files use unchecked or unsafe operations. [2022-03-22T13:25:49.215Z] [INFO] /home/jenkins/agent/workspace/shoal_master/cache/src/main/java/org/shoal/ha/cache/impl/command/Command.java: Recompile with -Xlint:unchecked for details. [2022-03-22T13:25:49.215Z] [INFO] [2022-03-22T13:25:49.215Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ shoal-cache --- [2022-03-22T13:25:49.215Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:25:49.215Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-22T13:25:49.215Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/shoal_master/cache/src/test/resources [2022-03-22T13:25:49.215Z] [INFO] [2022-03-22T13:25:49.215Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ shoal-cache --- [2022-03-22T13:25:49.215Z] [INFO] Changes detected - recompiling the module! [2022-03-22T13:25:49.215Z] [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/shoal_master/cache/target/test-classes [2022-03-22T13:25:49.215Z] [INFO] /home/jenkins/agent/workspace/shoal_master/cache/src/test/java/org/shoal/test/command/BatchedNoopCommand.java: Some input files use unchecked or unsafe operations. [2022-03-22T13:25:49.215Z] [INFO] /home/jenkins/agent/workspace/shoal_master/cache/src/test/java/org/shoal/test/command/BatchedNoopCommand.java: Recompile with -Xlint:unchecked for details. [2022-03-22T13:25:49.215Z] [INFO] [2022-03-22T13:25:49.215Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ shoal-cache --- [2022-03-22T13:25:49.215Z] [INFO] [2022-03-22T13:25:49.215Z] [INFO] ------------------------------------------------------- [2022-03-22T13:25:49.215Z] [INFO] T E S T S [2022-03-22T13:25:49.215Z] [INFO] ------------------------------------------------------- [2022-03-22T13:25:49.780Z] [INFO] Running org.shoal.ha.group.gms.GroupServiceProviderTest [2022-03-22T13:25:50.040Z] [ERROR] WARNING: An illegal reflective access operation has occurred [2022-03-22T13:25:50.040Z] [ERROR] WARNING: Illegal reflective access by com.sun.enterprise.mgmt.transport.NetworkUtility (file:/home/jenkins/agent/workspace/shoal_master/gms/impl/target/shoal-gms-impl.jar) to field java.io.ObjectOutputStream.depth [2022-03-22T13:25:50.040Z] [ERROR] WARNING: Please consider reporting this to the maintainers of com.sun.enterprise.mgmt.transport.NetworkUtility [2022-03-22T13:25:50.040Z] [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2022-03-22T13:25:50.040Z] [ERROR] WARNING: All illegal access operations will be denied in a future release [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:49 PM org.shoal.ha.group.gms.GroupServiceProvider init [2022-03-22T13:25:55.302Z] SEVERE: GMS module for group testGroup not enabled [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:49 PM org.shoal.ha.group.gms.GroupServiceProvider init [2022-03-22T13:25:55.302Z] INFO: GroupServiceProvider *CREATING* gms module for group testGroup [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:49 PM org.shoal.ha.group.gms.GroupServiceProvider init [2022-03-22T13:25:55.302Z] INFO: Is initial host=null [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:49 PM org.shoal.ha.group.gms.GroupServiceProvider init [2022-03-22T13:25:55.302Z] INFO: **GroupServiceProvider:: REGISTERED member event listeners for => [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:49 PM com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImpl join [2022-03-22T13:25:55.302Z] INFO: GMS1095: member: testInstance is joining group: testGroup ... [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:49 PM com.sun.enterprise.mgmt.transport.grizzly.grizzly2.GrizzlyNetworkManager2 initialize [2022-03-22T13:25:55.302Z] INFO: Grizzly 2.0 NetworkManager [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:49 PM com.sun.enterprise.ee.cms.impl.base.GroupCommunicationProviderImpl join [2022-03-22T13:25:55.302Z] INFO: starting cluster testGroup for member:testInstance [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:49 PM com.sun.enterprise.mgmt.MasterNode start [2022-03-22T13:25:55.302Z] INFO: GMS1061: MasterNode message listener is registered for member: testInstance group: testGroup [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:49 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl getMemberTokens [2022-03-22T13:25:55.302Z] INFO: GMS1092: GMS View Change Received for group: testGroup : Members in view for MASTER_CHANGE_EVENT(before change analysis) are : [2022-03-22T13:25:55.302Z] 1: MemberId: testInstance, MemberType: CORE, Address: 10.40.53.93:9176:229.9.1.1:2299:testGroup:testInstance [2022-03-22T13:25:55.302Z] [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:49 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl newViewObserved [2022-03-22T13:25:55.302Z] INFO: GMS1016: Analyzing new membership snapshot received as part of event: MASTER_CHANGE_EVENT for member: testInstance of group: testGroup [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:49 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl addGroupLeadershipNotificationSignal [2022-03-22T13:25:55.302Z] INFO: GMS1093: adding GroupLeadershipNotification signal leadermember: testInstance of group: testGroup [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:52 PM com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImpl reportJoinedAndReadyState [2022-03-22T13:25:55.302Z] INFO: GMS1099: GMS:Reporting Joined and Ready state to group: testGroup [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:54 PM com.sun.enterprise.mgmt.MasterNode appointMasterNode [2022-03-22T13:25:55.302Z] INFO: GMS1058: Assuming Master Node designation member: testInstance for group: testGroup [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:54 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl getMemberTokens [2022-03-22T13:25:55.302Z] INFO: GMS1092: GMS View Change Received for group: testGroup : Members in view for MASTER_CHANGE_EVENT(before change analysis) are : [2022-03-22T13:25:55.302Z] 1: MemberId: testInstance, MemberType: CORE, Address: 10.40.53.93:9176:229.9.1.1:2299:testGroup:testInstance [2022-03-22T13:25:55.302Z] [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:54 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl newViewObserved [2022-03-22T13:25:55.302Z] INFO: GMS1016: Analyzing new membership snapshot received as part of event: MASTER_CHANGE_EVENT for member: testInstance of group: testGroup [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:54 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl addGroupLeadershipNotificationSignal [2022-03-22T13:25:55.302Z] INFO: GMS1093: adding GroupLeadershipNotification signal leadermember: testInstance of group: testGroup [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:55 PM com.sun.enterprise.mgmt.MasterNode announceMaster [2022-03-22T13:25:55.302Z] INFO: GMS1057: Announcing Master Node designation for member: testInstance of group: testGroup. Local view contains 1 entries [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:55 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl getMemberTokens [2022-03-22T13:25:55.302Z] INFO: GMS1092: GMS View Change Received for group: testGroup : Members in view for JOINED_AND_READY_EVENT(before change analysis) are : [2022-03-22T13:25:55.302Z] 1: MemberId: testInstance, MemberType: CORE, Address: 10.40.53.93:9176:229.9.1.1:2299:testGroup:testInstance [2022-03-22T13:25:55.302Z] [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:55 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl newViewObserved [2022-03-22T13:25:55.302Z] INFO: GMS1016: Analyzing new membership snapshot received as part of event: JOINED_AND_READY_EVENT for member: testInstance of group: testGroup [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:55 PM com.sun.enterprise.ee.cms.impl.base.ViewWindowImpl addJoinedAndReadyNotificationSignal [2022-03-22T13:25:55.302Z] INFO: GMS1025: Adding Joined And Ready member: testInstance group: testGroup StartupState: INSTANCE_STARTUP [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:55 PM com.sun.enterprise.mgmt.transport.BlockingIOMulticastSender doBroadcast [2022-03-22T13:25:55.302Z] WARNING: GMS1073: Multicast datagram of size 72,984 exceeds max multicast size 65,536 [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:55 PM com.sun.enterprise.mgmt.transport.BlockingIOMulticastSender doBroadcast [2022-03-22T13:25:55.302Z] WARNING: GMS1073: Multicast datagram of size 72,984 exceeds max multicast size 65,536 [2022-03-22T13:25:55.302Z] Mar 22, 2022 1:25:55 PM org.shoal.ha.group.gms.GroupServiceProvider logSendMsgFailure [2022-03-22T13:25:55.302Z] WARNING: Error during groupHandle.sendMessage(null, testComponent; size=71680) [2022-03-22T13:25:55.302Z] com.sun.enterprise.ee.cms.core.GMSException: java.io.IOException: Message too long [2022-03-22T13:25:55.302Z] at com.sun.enterprise.ee.cms.impl.base.GroupCommunicationProviderImpl.sendMessage(GroupCommunicationProviderImpl.java:323) [2022-03-22T13:25:55.302Z] at com.sun.enterprise.ee.cms.impl.base.GroupHandleImpl.sendMessage(GroupHandleImpl.java:105) [2022-03-22T13:25:55.302Z] at org.shoal.ha.group.gms.GroupServiceProvider.sendMessage(GroupServiceProvider.java:253) [2022-03-22T13:25:55.302Z] at org.shoal.ha.group.gms.GroupServiceProviderTest.testFailToBroadcastBigMessage(GroupServiceProviderTest.java:103) [2022-03-22T13:25:55.302Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2022-03-22T13:25:55.302Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2022-03-22T13:25:55.302Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2022-03-22T13:25:55.302Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2022-03-22T13:25:55.302Z] at junit.framework.TestCase.runTest(TestCase.java:177) [2022-03-22T13:25:55.303Z] at junit.framework.TestCase.runBare(TestCase.java:142) [2022-03-22T13:25:55.303Z] at junit.framework.TestResult$1.protect(TestResult.java:122) [2022-03-22T13:25:55.303Z] at junit.framework.TestResult.runProtected(TestResult.java:142) [2022-03-22T13:25:55.303Z] at junit.framework.TestResult.run(TestResult.java:125) [2022-03-22T13:25:55.303Z] at junit.framework.TestCase.run(TestCase.java:130) [2022-03-22T13:25:55.303Z] at junit.framework.TestSuite.runTest(TestSuite.java:241) [2022-03-22T13:25:55.303Z] at junit.framework.TestSuite.run(TestSuite.java:236) [2022-03-22T13:25:55.303Z] at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) [2022-03-22T13:25:55.303Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) [2022-03-22T13:25:55.303Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) [2022-03-22T13:25:55.303Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) [2022-03-22T13:25:55.303Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) [2022-03-22T13:25:55.303Z] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) [2022-03-22T13:25:55.303Z] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) [2022-03-22T13:25:55.303Z] at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) [2022-03-22T13:25:55.303Z] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) [2022-03-22T13:25:55.303Z] Caused by: java.io.IOException: Message too long [2022-03-22T13:25:55.303Z] at java.base/java.net.PlainDatagramSocketImpl.send(Native Method) [2022-03-22T13:25:55.303Z] at java.base/java.net.DatagramSocket.send(DatagramSocket.java:695) [2022-03-22T13:25:55.303Z] at com.sun.enterprise.mgmt.transport.BlockingIOMulticastSender.doBroadcast(BlockingIOMulticastSender.java:303) [2022-03-22T13:25:55.303Z] at com.sun.enterprise.mgmt.transport.AbstractMulticastMessageSender.broadcast(AbstractMulticastMessageSender.java:50) [2022-03-22T13:25:55.303Z] at com.sun.enterprise.mgmt.transport.grizzly.GrizzlyNetworkManager.broadcast(GrizzlyNetworkManager.java:280) [2022-03-22T13:25:55.303Z] at com.sun.enterprise.mgmt.ClusterManager.send(ClusterManager.java:330) [2022-03-22T13:25:55.303Z] at com.sun.enterprise.mgmt.ClusterManager.send(ClusterManager.java:340) [2022-03-22T13:25:55.303Z] at com.sun.enterprise.ee.cms.impl.base.GroupCommunicationProviderImpl.sendMessage(GroupCommunicationProviderImpl.java:279) [2022-03-22T13:25:55.303Z] ... 24 more [2022-03-22T13:25:55.303Z] [2022-03-22T13:25:56.235Z] Mar 22, 2022 1:25:55 PM org.shoal.ha.group.gms.GroupServiceProvider checkAndNotifyAboutCurrentAndPreviousMembers [2022-03-22T13:25:56.235Z] INFO: **VIEW: prevViewId: -100; curViewID: 1; signal: com.sun.enterprise.ee.cms.impl.common.JoinedAndReadyNotificationSignalImpl@1f5d8373 [current: testInstance] [previous: ] [2022-03-22T13:25:56.235Z] Mar 22, 2022 1:25:55 PM org.shoal.ha.group.gms.GroupServiceProvider checkAndNotifyAboutCurrentAndPreviousMembers [2022-03-22T13:25:56.235Z] INFO: ********************************************************************** [2022-03-22T13:25:56.235Z] received message from member:testInstance to component:testComponentdata:hello [2022-03-22T13:25:56.235Z] Mar 22, 2022 1:25:56 PM org.shoal.ha.group.gms.GroupServiceProvider logSendMsgFailure [2022-03-22T13:25:56.235Z] WARNING: Error during groupHandle.sendMessage(nonExistentInstance,testComponent) failed because nonExistentInstance is not alive? [2022-03-22T13:25:56.235Z] com.sun.enterprise.ee.cms.core.MemberNotInViewException: No mapping from member identifier:nonExistentInstance to a network peerid. [2022-03-22T13:25:56.235Z] at com.sun.enterprise.ee.cms.impl.base.GroupCommunicationProviderImpl.sendMessage(GroupCommunicationProviderImpl.java:293) [2022-03-22T13:25:56.235Z] at com.sun.enterprise.ee.cms.impl.base.GroupHandleImpl.sendMessage(GroupHandleImpl.java:105) [2022-03-22T13:25:56.235Z] at org.shoal.ha.group.gms.GroupServiceProvider.sendMessage(GroupServiceProvider.java:245) [2022-03-22T13:25:56.235Z] at org.shoal.ha.group.gms.GroupServiceProviderTest.testFailToSendMessage(GroupServiceProviderTest.java:89) [2022-03-22T13:25:56.235Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2022-03-22T13:25:56.235Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2022-03-22T13:25:56.235Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2022-03-22T13:25:56.235Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2022-03-22T13:25:56.235Z] at junit.framework.TestCase.runTest(TestCase.java:177) [2022-03-22T13:25:56.235Z] at junit.framework.TestCase.runBare(TestCase.java:142) [2022-03-22T13:25:56.235Z] at junit.framework.TestResult$1.protect(TestResult.java:122) [2022-03-22T13:25:56.235Z] at junit.framework.TestResult.runProtected(TestResult.java:142) [2022-03-22T13:25:56.235Z] at junit.framework.TestResult.run(TestResult.java:125) [2022-03-22T13:25:56.235Z] at junit.framework.TestCase.run(TestCase.java:130) [2022-03-22T13:25:56.235Z] at junit.framework.TestSuite.runTest(TestSuite.java:241) [2022-03-22T13:25:56.235Z] at junit.framework.TestSuite.run(TestSuite.java:236) [2022-03-22T13:25:56.235Z] at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) [2022-03-22T13:25:56.235Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) [2022-03-22T13:25:56.235Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) [2022-03-22T13:25:56.235Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) [2022-03-22T13:25:56.235Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) [2022-03-22T13:25:56.235Z] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) [2022-03-22T13:25:56.235Z] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) [2022-03-22T13:25:56.235Z] at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) [2022-03-22T13:25:56.235Z] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) [2022-03-22T13:25:56.235Z] [2022-03-22T13:25:56.235Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.529 s - in org.shoal.ha.group.gms.GroupServiceProviderTest [2022-03-22T13:25:56.235Z] [INFO] Running org.shoal.test.command.CommandManagerTest [2022-03-22T13:25:56.235Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.shoal.test.command.CommandManagerTest [2022-03-22T13:25:56.235Z] [INFO] Running org.shoal.test.util.ReplicationIOStreamTest [2022-03-22T13:25:56.235Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.shoal.test.util.ReplicationIOStreamTest [2022-03-22T13:25:56.235Z] [INFO] Running org.shoal.test.maptest.KeyMapperTest [2022-03-22T13:25:56.235Z] * Test[testMappedToMyself] => true [2022-03-22T13:25:56.235Z] **KeyMapperTest:testReplicaUponFailure; expected: inst4 and got: inst4 [2022-03-22T13:25:56.235Z] **KeyMapperTest:testReplicaUponFailure; expected: inst3 and got: inst3 [2022-03-22T13:25:56.236Z] **KeyMapperTest:testReplicaUponFailure; expected: inst1 and got: inst1 [2022-03-22T13:25:56.236Z] **KeyMapperTest:testReplicaUponFailure; expected: inst4 and got: inst4 [2022-03-22T13:25:56.236Z] **KeyMapperTest:testReplicaUponFailure; expected: inst5 and got: inst5 [2022-03-22T13:25:56.236Z] **KeyMapperTest:testReplicaUponFailure; expected: inst6 and got: inst6 [2022-03-22T13:25:56.236Z] **KeyMapperTest:testReplicaUponFailure; expected: inst5 and got: inst5 [2022-03-22T13:25:56.236Z] **KeyMapperTest:testReplicaUponFailure; expected: inst7 and got: inst7 [2022-03-22T13:25:56.236Z] **KeyMapperTest:testReplicaUponFailure; expected: inst3 and got: inst3 [2022-03-22T13:25:56.236Z] **KeyMapperTest:testReplicaUponFailure; expected: inst3 and got: inst3 [2022-03-22T13:25:56.236Z] **KeyMapperTest:testReplicaUponFailure; expected: inst1 and got: inst1 [2022-03-22T13:25:56.236Z] **KeyMapperTest:testReplicaUponFailure; expected: inst5 and got: inst5 [2022-03-22T13:25:56.236Z] **KeyMapperTest:testReplicaUponFailure; expected: inst7 and got: inst7 [2022-03-22T13:25:56.236Z] **KeyMapperTest:testReplicaUponFailure; expected: inst1 and got: inst1 [2022-03-22T13:25:56.236Z] **KeyMapperTest:testReplicaUponFailure; expected: inst4 and got: inst4 [2022-03-22T13:25:56.236Z] **KeyMapperTest:testReplicaUponFailure; expected: inst4 and got: inst4 [2022-03-22T13:25:56.236Z] * Test[testReplicaUponFailure] => true [2022-03-22T13:25:56.236Z] {Key0 => n1, Key1 => n1, Key2 => n1} [2022-03-22T13:25:56.236Z] {Key0 => inst1, Key1 => instance2, Key2 => n1} [2022-03-22T13:25:56.236Z] * Test[testEmptyMapTest] => null; 1; [2022-03-22T13:25:56.236Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.shoal.test.maptest.KeyMapperTest [2022-03-22T13:25:56.493Z] [INFO] [2022-03-22T13:25:56.493Z] [INFO] Results: [2022-03-22T13:25:56.493Z] [INFO] [2022-03-22T13:25:56.493Z] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [2022-03-22T13:25:56.493Z] [INFO] [2022-03-22T13:25:56.493Z] [INFO] [2022-03-22T13:25:56.493Z] [INFO] --- maven-bundle-plugin:5.1.4:bundle (default-bundle) @ shoal-cache --- [2022-03-22T13:25:56.752Z] [WARNING] Bundle org.glassfish.shoal:shoal-cache:bundle:2.0.0-SNAPSHOT : Export org.shoal.adapter.store, has 1, private references [org.shoal.ha.cache.api] [2022-03-22T13:25:56.752Z] [WARNING] Bundle org.glassfish.shoal:shoal-cache:bundle:2.0.0-SNAPSHOT : Export org.shoal.ha.mapper, has 1, private references [org.shoal.ha.group] [2022-03-22T13:25:56.752Z] [INFO] Building bundle: /home/jenkins/agent/workspace/shoal_master/cache/target/shoal-cache.jar [2022-03-22T13:25:56.752Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/shoal_master/cache/target/classes/META-INF/MANIFEST.MF [2022-03-22T13:25:56.752Z] [INFO] [2022-03-22T13:25:56.752Z] [INFO] --------------< org.glassfish.shoal:shoal-backing-store >--------------- [2022-03-22T13:25:56.752Z] [INFO] Building shoal-backing-store 2.0.0-SNAPSHOT [6/6] [2022-03-22T13:25:56.752Z] [INFO] --------------------------------[ jar ]--------------------------------- [2022-03-22T13:25:56.752Z] [INFO] [2022-03-22T13:25:56.752Z] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ shoal-backing-store --- [2022-03-22T13:25:56.752Z] [INFO] [2022-03-22T13:25:56.752Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ shoal-backing-store --- [2022-03-22T13:25:56.752Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:25:56.752Z] [INFO] Copying 2 resources [2022-03-22T13:25:56.753Z] [INFO] Copying 2 resources to META-INF [2022-03-22T13:25:56.753Z] [INFO] [2022-03-22T13:25:56.753Z] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ shoal-backing-store --- [2022-03-22T13:25:57.010Z] [INFO] Nothing to compile - all classes are up to date [2022-03-22T13:25:57.010Z] [INFO] [2022-03-22T13:25:57.010Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ shoal-backing-store --- [2022-03-22T13:25:57.010Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-22T13:25:57.010Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/shoal_master/backing-store/src/test/resources [2022-03-22T13:25:57.010Z] [INFO] [2022-03-22T13:25:57.010Z] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ shoal-backing-store --- [2022-03-22T13:25:57.010Z] [INFO] No sources to compile [2022-03-22T13:25:57.010Z] [INFO] [2022-03-22T13:25:57.010Z] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ shoal-backing-store --- [2022-03-22T13:25:57.010Z] [INFO] No tests to run. [2022-03-22T13:25:57.010Z] [INFO] [2022-03-22T13:25:57.010Z] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ shoal-backing-store --- [2022-03-22T13:25:57.267Z] [INFO] ------------------------------------------------------------------------ [2022-03-22T13:25:57.267Z] [INFO] Reactor Summary for shoal 2.0.0-SNAPSHOT: [2022-03-22T13:25:57.267Z] [INFO] [2022-03-22T13:25:57.267Z] [INFO] shoal .............................................. SUCCESS [ 0.176 s] [2022-03-22T13:25:57.267Z] [INFO] shoal-gms .......................................... SUCCESS [ 0.002 s] [2022-03-22T13:25:57.267Z] [INFO] shoal-gms-api ...................................... SUCCESS [ 9.804 s] [2022-03-22T13:25:57.267Z] [INFO] shoal-gms-impl ..................................... SUCCESS [ 29.992 s] [2022-03-22T13:25:57.267Z] [INFO] shoal-cache ........................................ SUCCESS [ 8.244 s] [2022-03-22T13:25:57.267Z] [INFO] shoal-backing-store ................................ SUCCESS [ 0.392 s] [2022-03-22T13:25:57.267Z] [INFO] ------------------------------------------------------------------------ [2022-03-22T13:25:57.267Z] [INFO] BUILD SUCCESS [2022-03-22T13:25:57.267Z] [INFO] ------------------------------------------------------------------------ [2022-03-22T13:25:57.267Z] [INFO] Total time: 49.954 s [2022-03-22T13:25:57.267Z] [INFO] Finished at: 2022-03-22T13:25:57Z [2022-03-22T13:25:57.267Z] [INFO] ------------------------------------------------------------------------ [Pipeline] junit [2022-03-22T13:25:57.357Z] Recording test results [2022-03-22T13:25:58.039Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS