Skip to content

Console Output

Push event to branch master
02:48:46 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 84077d2999e58403dd9459c8f5769be44fec21a9
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-7bkws is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-7bkws"
  namespace: "glassfish"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.glassfish.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-7bkws"
    - 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-7bkws"
    - 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-3160.vd76b_9ddd10cc"
    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-7bkws in /home/jenkins/agent/workspace/ging-annotation-processor_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-logging-annotation-processor.git
 > git init /home/jenkins/agent/workspace/ging-annotation-processor_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor.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-logging-annotation-processor.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 84077d2999e58403dd9459c8f5769be44fec21a9 (master)
Commit message: "Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 84077d2999e58403dd9459c8f5769be44fec21a9 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 84077d2999e58403dd9459c8f5769be44fec21a9 # timeout=10
 > git rev-list --no-walk 64c82a67d6713cd04d2835914fcb3009291be7d6 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
02:49:00 [2024-04-12T06:49:00.689Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] node
02:49:16 [2024-04-12T06:49:16.712Z] Still waiting to schedule task
02:49:16 [2024-04-12T06:49:16.713Z] Waiting for next available executor
02:49:16 [2024-04-12T06:49:16.749Z] Agent basic-s7cj4 is provisioned from template basic
02:49:16 [2024-04-12T06:49:16.750Z] ---
02:49:16 [2024-04-12T06:49:16.750Z] apiVersion: "v1"
02:49:16 [2024-04-12T06:49:16.750Z] kind: "Pod"
02:49:16 [2024-04-12T06:49:16.750Z] metadata:
02:49:16 [2024-04-12T06:49:16.750Z]   labels:
02:49:16 [2024-04-12T06:49:16.750Z]     jenkins: "slave"
02:49:16 [2024-04-12T06:49:16.750Z]     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
02:49:16 [2024-04-12T06:49:16.750Z]     jenkins/label: "basic"
02:49:16 [2024-04-12T06:49:16.750Z]   name: "basic-s7cj4"
02:49:16 [2024-04-12T06:49:16.750Z]   namespace: "glassfish"
02:49:16 [2024-04-12T06:49:16.750Z] spec:
02:49:16 [2024-04-12T06:49:16.750Z]   containers:
02:49:16 [2024-04-12T06:49:16.750Z]   - env:
02:49:16 [2024-04-12T06:49:16.750Z]     - name: "JENKINS_SECRET"
02:49:16 [2024-04-12T06:49:16.750Z]       value: "********"
02:49:16 [2024-04-12T06:49:16.750Z]     - name: "JENKINS_TUNNEL"
02:49:16 [2024-04-12T06:49:16.750Z]       value: "jenkins-discovery.glassfish.svc.cluster.local:50000"
02:49:16 [2024-04-12T06:49:16.750Z]     - name: "JENKINS_AGENT_NAME"
02:49:16 [2024-04-12T06:49:16.750Z]       value: "basic-s7cj4"
02:49:16 [2024-04-12T06:49:16.750Z]     - name: "JENKINS_REMOTING_JAVA_OPTS"
02:49:16 [2024-04-12T06:49:16.750Z]       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
02:49:16 [2024-04-12T06:49:16.750Z]         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
02:49:16 [2024-04-12T06:49:16.750Z]     - name: "JAVA_TOOL_OPTIONS"
02:49:16 [2024-04-12T06:49:16.750Z]       value: ""
02:49:16 [2024-04-12T06:49:16.750Z]     - name: "_JAVA_OPTIONS"
02:49:16 [2024-04-12T06:49:16.750Z]       value: ""
02:49:16 [2024-04-12T06:49:16.750Z]     - name: "OPENJ9_JAVA_OPTIONS"
02:49:16 [2024-04-12T06:49:16.750Z]       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
02:49:16 [2024-04-12T06:49:16.750Z]     - name: "JENKINS_NAME"
02:49:16 [2024-04-12T06:49:16.750Z]       value: "basic-s7cj4"
02:49:16 [2024-04-12T06:49:16.750Z]     - name: "JENKINS_AGENT_WORKDIR"
02:49:16 [2024-04-12T06:49:16.750Z]       value: "/home/jenkins/agent"
02:49:16 [2024-04-12T06:49:16.750Z]     - name: "JENKINS_URL"
02:49:16 [2024-04-12T06:49:16.750Z]       value: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/"
02:49:16 [2024-04-12T06:49:16.750Z]     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
02:49:16 [2024-04-12T06:49:16.750Z]     imagePullPolicy: "Always"
02:49:16 [2024-04-12T06:49:16.750Z]     name: "jnlp"
02:49:16 [2024-04-12T06:49:16.750Z]     resources:
02:49:16 [2024-04-12T06:49:16.750Z]       limits:
02:49:16 [2024-04-12T06:49:16.750Z]         cpu: "2000m"
02:49:16 [2024-04-12T06:49:16.750Z]         memory: "4096Mi"
02:49:16 [2024-04-12T06:49:16.750Z]       requests:
02:49:16 [2024-04-12T06:49:16.750Z]         cpu: "1000m"
02:49:16 [2024-04-12T06:49:16.750Z]         memory: "4096Mi"
02:49:16 [2024-04-12T06:49:16.750Z]     tty: true
02:49:16 [2024-04-12T06:49:16.750Z]     volumeMounts:
02:49:16 [2024-04-12T06:49:16.750Z]     - mountPath: "/home/jenkins/.m2/toolchains.xml"
02:49:16 [2024-04-12T06:49:16.750Z]       name: "m2-dir"
02:49:16 [2024-04-12T06:49:16.750Z]       readOnly: true
02:49:16 [2024-04-12T06:49:16.750Z]       subPath: "toolchains.xml"
02:49:16 [2024-04-12T06:49:16.750Z]     - mountPath: "/home/jenkins/.mavenrc"
02:49:16 [2024-04-12T06:49:16.750Z]       name: "m2-dir"
02:49:16 [2024-04-12T06:49:16.750Z]       readOnly: true
02:49:16 [2024-04-12T06:49:16.750Z]       subPath: ".mavenrc"
02:49:16 [2024-04-12T06:49:16.750Z]     - mountPath: "/opt/tools"
02:49:16 [2024-04-12T06:49:16.750Z]       name: "volume-0"
02:49:16 [2024-04-12T06:49:16.750Z]       readOnly: false
02:49:16 [2024-04-12T06:49:16.750Z]     - mountPath: "/home/jenkins"
02:49:16 [2024-04-12T06:49:16.750Z]       name: "volume-2"
02:49:16 [2024-04-12T06:49:16.750Z]       readOnly: false
02:49:16 [2024-04-12T06:49:16.750Z]     - mountPath: "/home/jenkins/.m2/repository"
02:49:16 [2024-04-12T06:49:16.751Z]       name: "volume-3"
02:49:16 [2024-04-12T06:49:16.751Z]       readOnly: false
02:49:16 [2024-04-12T06:49:16.751Z]     - mountPath: "/home/jenkins/.m2/settings-security.xml"
02:49:16 [2024-04-12T06:49:16.751Z]       name: "m2-secret-dir"
02:49:16 [2024-04-12T06:49:16.751Z]       readOnly: true
02:49:16 [2024-04-12T06:49:16.751Z]       subPath: "settings-security.xml"
02:49:16 [2024-04-12T06:49:16.751Z]     - mountPath: "/home/jenkins/.m2/wrapper"
02:49:16 [2024-04-12T06:49:16.751Z]       name: "volume-4"
02:49:16 [2024-04-12T06:49:16.751Z]       readOnly: false
02:49:16 [2024-04-12T06:49:16.751Z]     - mountPath: "/home/jenkins/.m2/settings.xml"
02:49:16 [2024-04-12T06:49:16.751Z]       name: "m2-secret-dir"
02:49:16 [2024-04-12T06:49:16.751Z]       readOnly: true
02:49:16 [2024-04-12T06:49:16.751Z]       subPath: "settings.xml"
02:49:16 [2024-04-12T06:49:16.751Z]     - mountPath: "/home/jenkins/.ssh"
02:49:16 [2024-04-12T06:49:16.751Z]       name: "volume-1"
02:49:16 [2024-04-12T06:49:16.751Z]       readOnly: false
02:49:16 [2024-04-12T06:49:16.751Z]       subPath: ""
02:49:16 [2024-04-12T06:49:16.751Z]     - mountPath: "/home/jenkins/agent"
02:49:16 [2024-04-12T06:49:16.751Z]       name: "workspace-volume"
02:49:16 [2024-04-12T06:49:16.751Z]       readOnly: false
02:49:16 [2024-04-12T06:49:16.751Z]     workingDir: "/home/jenkins/agent"
02:49:16 [2024-04-12T06:49:16.751Z]   nodeSelector:
02:49:16 [2024-04-12T06:49:16.751Z]     kubernetes.io/os: "linux"
02:49:16 [2024-04-12T06:49:16.751Z]   restartPolicy: "Never"
02:49:16 [2024-04-12T06:49:16.751Z]   volumes:
02:49:16 [2024-04-12T06:49:16.751Z]   - name: "volume-0"
02:49:16 [2024-04-12T06:49:16.751Z]     persistentVolumeClaim:
02:49:16 [2024-04-12T06:49:16.751Z]       claimName: "tools-claim-jiro-glassfish"
02:49:16 [2024-04-12T06:49:16.751Z]       readOnly: true
02:49:16 [2024-04-12T06:49:16.751Z]   - name: "m2-secret-dir"
02:49:16 [2024-04-12T06:49:16.751Z]     secret:
02:49:16 [2024-04-12T06:49:16.751Z]       secretName: "m2-secret-dir"
02:49:16 [2024-04-12T06:49:16.751Z]   - emptyDir:
02:49:16 [2024-04-12T06:49:16.751Z]       medium: ""
02:49:16 [2024-04-12T06:49:16.751Z]     name: "volume-2"
02:49:16 [2024-04-12T06:49:16.751Z]   - configMap:
02:49:16 [2024-04-12T06:49:16.751Z]       name: "m2-dir"
02:49:16 [2024-04-12T06:49:16.751Z]     name: "m2-dir"
02:49:16 [2024-04-12T06:49:16.751Z]   - configMap:
02:49:16 [2024-04-12T06:49:16.751Z]       name: "known-hosts"
02:49:16 [2024-04-12T06:49:16.751Z]     name: "volume-1"
02:49:16 [2024-04-12T06:49:16.751Z]   - emptyDir:
02:49:16 [2024-04-12T06:49:16.751Z]       medium: ""
02:49:16 [2024-04-12T06:49:16.751Z]     name: "workspace-volume"
02:49:16 [2024-04-12T06:49:16.751Z]   - emptyDir:
02:49:16 [2024-04-12T06:49:16.751Z]       medium: ""
02:49:16 [2024-04-12T06:49:16.751Z]     name: "volume-4"
02:49:16 [2024-04-12T06:49:16.751Z]   - emptyDir:
02:49:16 [2024-04-12T06:49:16.751Z]       medium: ""
02:49:16 [2024-04-12T06:49:16.751Z]     name: "volume-3"
02:49:16 [2024-04-12T06:49:16.751Z] 
02:49:16 [2024-04-12T06:49:16.856Z] Running on basic-s7cj4 in /home/jenkins/agent/workspace/ging-annotation-processor_master
[Pipeline] {
[Pipeline] checkout
02:49:16 [2024-04-12T06:49:16.889Z] The recommended git tool is: NONE
02:49:18 [2024-04-12T06:49:18.647Z] using credential github-bot
02:49:18 [2024-04-12T06:49:18.651Z] Cloning the remote Git repository
02:49:18 [2024-04-12T06:49:18.651Z] Cloning with configured refspecs honoured and without tags
02:49:18 [2024-04-12T06:49:18.663Z] Cloning repository https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor.git
02:49:18 [2024-04-12T06:49:18.691Z]  > git init /home/jenkins/agent/workspace/ging-annotation-processor_master # timeout=10
02:49:18 [2024-04-12T06:49:18.715Z] Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor.git
02:49:18 [2024-04-12T06:49:18.715Z]  > git --version # timeout=10
02:49:18 [2024-04-12T06:49:18.718Z]  > git --version # 'git version 2.20.1'
02:49:18 [2024-04-12T06:49:18.718Z] using GIT_ASKPASS to set credentials GitHub bot (username/token)
02:49:18 [2024-04-12T06:49:18.723Z]  > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor.git +refs/heads/master:refs/remotes/origin/master # timeout=10
02:49:19 [2024-04-12T06:49:19.084Z]  > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor.git # timeout=10
02:49:19 [2024-04-12T06:49:19.087Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:49:19 [2024-04-12T06:49:19.406Z] Avoid second fetch
02:49:19 [2024-04-12T06:49:19.406Z] Checking out Revision 84077d2999e58403dd9459c8f5769be44fec21a9 (master)
02:49:19 [2024-04-12T06:49:19.568Z] Commit message: "Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3"
02:49:19 [2024-04-12T06:49:19.568Z] Cleaning workspace
[Pipeline] withEnv
[Pipeline] {
02:49:19 [2024-04-12T06:49:19.409Z]  > git config core.sparsecheckout # timeout=10
02:49:19 [2024-04-12T06:49:19.413Z]  > git checkout -f 84077d2999e58403dd9459c8f5769be44fec21a9 # timeout=10
02:49:19 [2024-04-12T06:49:19.419Z]  > git branch -a -v --no-abbrev # timeout=10
02:49:19 [2024-04-12T06:49:19.424Z]  > git checkout -b master 84077d2999e58403dd9459c8f5769be44fec21a9 # timeout=10
02:49:19 [2024-04-12T06:49:19.567Z]  > git rev-parse --verify HEAD # timeout=10
02:49:19 [2024-04-12T06:49:19.571Z] Resetting working tree
02:49:19 [2024-04-12T06:49:19.571Z]  > git reset --hard # timeout=10
02:49:19 [2024-04-12T06:49:19.576Z]  > git clean -fdx # timeout=10
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
02:49:21 [2024-04-12T06:49:21.749Z] + mvn clean install -Pstaging
02:49:23 [2024-04-12T06:49:23.130Z] [INFO] Scanning for projects...
02:49:23 [2024-04-12T06:49:23.692Z] [INFO] 
02:49:23 [2024-04-12T06:49:23.692Z] [INFO] -------< org.glassfish.annotations:logging-annotation-processor >-------
02:49:23 [2024-04-12T06:49:23.692Z] [INFO] Building GlassFish Logging Annotation Processor 1.10-SNAPSHOT
02:49:23 [2024-04-12T06:49:23.692Z] [INFO]   from pom.xml
02:49:23 [2024-04-12T06:49:23.692Z] [INFO] --------------------------------[ jar ]---------------------------------
02:49:26 [2024-04-12T06:49:26.209Z] [INFO] 
02:49:26 [2024-04-12T06:49:26.209Z] [INFO] --- clean:3.2.0:clean (default-clean) @ logging-annotation-processor ---
02:49:26 [2024-04-12T06:49:26.465Z] [INFO] 
02:49:26 [2024-04-12T06:49:26.465Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ logging-annotation-processor ---
02:49:27 [2024-04-12T06:49:27.391Z] [INFO] 
02:49:27 [2024-04-12T06:49:27.391Z] [INFO] --- resources:3.3.1:resources (default-resources) @ logging-annotation-processor ---
02:49:27 [2024-04-12T06:49:27.952Z] [INFO] Copying 2 resources from src/main/resources to target/classes
02:49:27 [2024-04-12T06:49:27.952Z] [INFO] Copying 2 resources from  to target/classes/META-INF
02:49:27 [2024-04-12T06:49:27.952Z] [INFO] 
02:49:27 [2024-04-12T06:49:27.952Z] [INFO] --- compiler:3.13.0:compile (default-compile) @ logging-annotation-processor ---
02:49:28 [2024-04-12T06:49:28.882Z] [INFO] Recompiling the module because of changed source code.
02:49:28 [2024-04-12T06:49:28.882Z] [INFO] Compiling 8 source files with javac [debug release 6] to target/classes
02:49:29 [2024-04-12T06:49:29.820Z] [WARNING] source value 6 is obsolete and will be removed in a future release
02:49:29 [2024-04-12T06:49:29.820Z] [WARNING] target value 1.6 is obsolete and will be removed in a future release
02:49:29 [2024-04-12T06:49:29.820Z] [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
02:49:29 [2024-04-12T06:49:29.820Z] [INFO] 
02:49:29 [2024-04-12T06:49:29.820Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ logging-annotation-processor ---
02:49:29 [2024-04-12T06:49:29.820Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ging-annotation-processor_master/src/test/resources
02:49:29 [2024-04-12T06:49:29.820Z] [INFO] 
02:49:29 [2024-04-12T06:49:29.820Z] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ logging-annotation-processor ---
02:49:29 [2024-04-12T06:49:29.820Z] [INFO] Recompiling the module because of changed dependency.
02:49:29 [2024-04-12T06:49:29.820Z] [INFO] Compiling 7 source files with javac [debug release 6] to target/test-classes
02:49:30 [2024-04-12T06:49:30.075Z] [WARNING] source value 6 is obsolete and will be removed in a future release
02:49:30 [2024-04-12T06:49:30.075Z] [WARNING] target value 1.6 is obsolete and will be removed in a future release
02:49:30 [2024-04-12T06:49:30.075Z] [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
02:49:30 [2024-04-12T06:49:30.075Z] [INFO] 
02:49:30 [2024-04-12T06:49:30.075Z] [INFO] --- surefire:3.1.2:test (default-test) @ logging-annotation-processor ---
02:49:33 [2024-04-12T06:49:33.342Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:49:33 [2024-04-12T06:49:33.342Z] [INFO] 
02:49:33 [2024-04-12T06:49:33.342Z] [INFO] -------------------------------------------------------
02:49:33 [2024-04-12T06:49:33.342Z] [INFO]  T E S T S
02:49:33 [2024-04-12T06:49:33.342Z] [INFO] -------------------------------------------------------
02:49:33 [2024-04-12T06:49:33.620Z] [INFO] Running org.glassfish.logging.annotation.LogMessagesResourceBundleGeneratorTest
02:49:33 [2024-04-12T06:49:33.621Z] Starting test testIncorrectlyPlacedLoggerInfoAnnotation
02:49:33 [2024-04-12T06:49:33.877Z] Compiling SimpleFileObject[/home/jenkins/agent/workspace/ging-annotation-processor_master/src/test/java/com/foo/bar/Tea.java]
02:49:34 [2024-04-12T06:49:34.441Z] Compiler output follows: 
02:49:34 [2024-04-12T06:49:34.441Z] Note: LogMessagesResourceBundleGenerator invoked.
02:49:34 [2024-04-12T06:49:34.441Z] Note: Initial messages found so far: {}
02:49:34 [2024-04-12T06:49:34.441Z] Note: Processing: AS-EJB-00001
02:49:34 [2024-04-12T06:49:34.441Z] Note: Message AS-EJB-00001 needs checking for cause/action: false
02:49:34 [2024-04-12T06:49:34.441Z] Note: Total Messages including ones found from disk so far: {AS-EJB-00001=EJB subsystem initialized., AS-EJB-00001.MSG_COMMENT=# This message indicates that the EJB container initialized successfully.}
02:49:34 [2024-04-12T06:49:34.441Z] Note: org.glassfish.annotation.processing.logging.LogMessagesResourceBundleGenerator: Annotation processing finished successfully.
02:49:34 [2024-04-12T06:49:34.441Z] Note: LoggerInfoMetadataGenerator invoked.
02:49:34 [2024-04-12T06:49:34.441Z] Note: Total Messages including ones found from disk so far: {}
02:49:34 [2024-04-12T06:49:34.441Z] error: org.glassfish.annotation.processing.logging.LoggerInfoMetadataGenerator: Logger name must be a constant string literal value, it cannot be a compile time computed expression.
02:49:34 [2024-04-12T06:49:34.441Z]   Please check if the LoggerInfo annotation is on the logger name constant.
02:49:34 [2024-04-12T06:49:34.441Z] Note: LogMessagesResourceBundleGenerator invoked.
02:49:34 [2024-04-12T06:49:34.441Z] Note: LoggerInfoMetadataGenerator invoked.
02:49:34 [2024-04-12T06:49:34.441Z] Note: Total Messages including ones found from disk so far: {}
02:49:34 [2024-04-12T06:49:34.441Z] 1 error
02:49:34 [2024-04-12T06:49:34.441Z] 
02:49:34 [2024-04-12T06:49:34.441Z] Starting test testNonStandardResourceBundleName
02:49:34 [2024-04-12T06:49:34.441Z] Deleting /home/jenkins/agent/workspace/ging-annotation-processor_master/./target/test-classes/com/foo/bar/LogMessages.properties
02:49:34 [2024-04-12T06:49:34.441Z] Deleting /home/jenkins/agent/workspace/ging-annotation-processor_master/./target/test-classes/com/foo/bar/LogMessages_details.properties
02:49:34 [2024-04-12T06:49:34.441Z] Compiling SimpleFileObject[/home/jenkins/agent/workspace/ging-annotation-processor_master/src/test/java/com/foo/bar/Coffee.java]
02:49:34 [2024-04-12T06:49:34.441Z] Compiler output follows: 
02:49:34 [2024-04-12T06:49:34.441Z] Note: LogMessagesResourceBundleGenerator invoked.
02:49:34 [2024-04-12T06:49:34.441Z] error: org.glassfish.annotation.processing.logging.LogMessagesResourceBundleGenerator: The resource bundle name 'com.foo.bar.EJBLogMessagesCatalog' annotated by @LogMessagesResourceBundle does not end with 'LogMessages'
02:49:34 [2024-04-12T06:49:34.441Z] Note: LoggerInfoMetadataGenerator invoked.
02:49:34 [2024-04-12T06:49:34.441Z] Note: Total Messages including ones found from disk so far: {}
02:49:34 [2024-04-12T06:49:34.441Z] Note: Processing: javax.enterprise.ejb on element EJB_LOGGER_NAME
02:49:34 [2024-04-12T06:49:34.441Z] Note: Enclosing type is com.foo.bar.Coffee
02:49:34 [2024-04-12T06:49:34.441Z] Note: Loggers found so far: {javax.enterprise.ejb.description=Main EJB Logger, javax.enterprise.ejb.publish=true, javax.enterprise.ejb.subsystem=EJB}
02:49:34 [2024-04-12T06:49:34.441Z] Note: org.glassfish.annotation.processing.logging.LoggerInfoMetadataGenerator: Generating logger metadata service.
02:49:34 [2024-04-12T06:49:34.441Z] Note: Found enclosing element EJB_LOGGER_NAME
02:49:34 [2024-04-12T06:49:34.441Z] Note: Found enclosing element com.foo.bar.Coffee
02:49:34 [2024-04-12T06:49:34.441Z] Note: org.glassfish.annotation.processing.logging.LoggerInfoMetadataGenerator: Annotation processing finished successfully.
02:49:34 [2024-04-12T06:49:34.441Z] Note: LogMessagesResourceBundleGenerator invoked.
02:49:34 [2024-04-12T06:49:34.441Z] Note: LoggerInfoMetadataGenerator invoked.
02:49:34 [2024-04-12T06:49:34.441Z] Note: Attempt to reopen a file for path /home/jenkins/agent/workspace/ging-annotation-processor_master/target/test-classes/META-INF/loggerinfo/LoggerInfoMetadata.properties:Unable to load resource bundle: META-INF/loggerinfo/LoggerInfoMetadata
02:49:34 [2024-04-12T06:49:34.441Z] Note: Total Messages including ones found from disk so far: {}
02:49:34 [2024-04-12T06:49:34.441Z] 1 error
02:49:34 [2024-04-12T06:49:34.441Z] 
02:49:34 [2024-04-12T06:49:34.441Z] Starting test testNonUniqueResourceBundleName
02:49:34 [2024-04-12T06:49:34.441Z] Compiling SimpleFileObject[/home/jenkins/agent/workspace/ging-annotation-processor_master/src/test/java/com/foo/bar/JavaBean.java]
02:49:34 [2024-04-12T06:49:34.441Z] Compiling SimpleFileObject[/home/jenkins/agent/workspace/ging-annotation-processor_master/src/test/java/com/foo/bar/Coffee.java]
02:49:34 [2024-04-12T06:49:34.441Z] Compiler output follows: 
02:49:34 [2024-04-12T06:49:34.441Z] Note: LogMessagesResourceBundleGenerator invoked.
02:49:34 [2024-04-12T06:49:34.441Z] error: org.glassfish.annotation.processing.logging.LogMessagesResourceBundleGenerator: More than one resource bundle name specified. Found the following resource bundle names: [com.foo.bar.LogMessages, com.foo.bar.EJBLogMessagesCatalog]. Please specify only one resource bundle name per module.
02:49:34 [2024-04-12T06:49:34.441Z] Note: LoggerInfoMetadataGenerator invoked.
02:49:34 [2024-04-12T06:49:34.441Z] Note: Total Messages including ones found from disk so far: {javax.enterprise.ejb.description=Main EJB Logger, javax.enterprise.ejb.publish=true, javax.enterprise.ejb.subsystem=EJB}
02:49:34 [2024-04-12T06:49:34.441Z] Note: Processing: javax.enterprise.ejb on element EJB_LOGGER_NAME
02:49:34 [2024-04-12T06:49:34.441Z] Note: Enclosing type is com.foo.bar.JavaBean
02:49:34 [2024-04-12T06:49:34.441Z] Note: Processing: javax.enterprise.ejb on element EJB_LOGGER_NAME
02:49:34 [2024-04-12T06:49:34.441Z] Note: Enclosing type is com.foo.bar.Coffee
02:49:34 [2024-04-12T06:49:34.441Z] Note: Loggers found so far: {javax.enterprise.ejb.description=Main EJB Logger, javax.enterprise.ejb.publish=true, javax.enterprise.ejb.subsystem=EJB}
02:49:34 [2024-04-12T06:49:34.441Z] Note: org.glassfish.annotation.processing.logging.LoggerInfoMetadataGenerator: Generating logger metadata service.
02:49:34 [2024-04-12T06:49:34.441Z] Note: Found enclosing element EJB_LOGGER_NAME
02:49:34 [2024-04-12T06:49:34.441Z] Note: Found enclosing element com.foo.bar.JavaBean
02:49:34 [2024-04-12T06:49:34.441Z] Note: org.glassfish.annotation.processing.logging.LoggerInfoMetadataGenerator: Annotation processing finished successfully.
02:49:34 [2024-04-12T06:49:34.441Z] Note: LogMessagesResourceBundleGenerator invoked.
02:49:34 [2024-04-12T06:49:34.441Z] Note: LoggerInfoMetadataGenerator invoked.
02:49:34 [2024-04-12T06:49:34.441Z] Note: Attempt to reopen a file for path /home/jenkins/agent/workspace/ging-annotation-processor_master/target/test-classes/META-INF/loggerinfo/LoggerInfoMetadata.properties:Unable to load resource bundle: META-INF/loggerinfo/LoggerInfoMetadata
02:49:34 [2024-04-12T06:49:34.441Z] Note: Total Messages including ones found from disk so far: {}
02:49:34 [2024-04-12T06:49:34.441Z] 1 error
02:49:34 [2024-04-12T06:49:34.442Z] 
02:49:34 [2024-04-12T06:49:34.442Z] Starting test testSimpleLoggingAnnotations
02:49:34 [2024-04-12T06:49:34.442Z] Compiling SimpleFileObject[/home/jenkins/agent/workspace/ging-annotation-processor_master/src/test/java/com/foo/bar/JavaBean.java]
02:49:34 [2024-04-12T06:49:34.719Z] Compiler output follows: 
02:49:34 [2024-04-12T06:49:34.719Z] Note: LogMessagesResourceBundleGenerator invoked.
02:49:34 [2024-04-12T06:49:34.719Z] Note: Initial messages found so far: {}
02:49:34 [2024-04-12T06:49:34.719Z] Note: Processing: AS-EJB-00001
02:49:34 [2024-04-12T06:49:34.719Z] Note: Message AS-EJB-00001 needs checking for cause/action: false
02:49:34 [2024-04-12T06:49:34.719Z] Note: Processing: AS-EJB-00002
02:49:34 [2024-04-12T06:49:34.719Z] Note: Message AS-EJB-00002 needs checking for cause/action: true
02:49:34 [2024-04-12T06:49:34.719Z] Note: Total Messages including ones found from disk so far: {AS-EJB-00001=EJB subsystem initialized., AS-EJB-00001.MSG_COMMENT=# This message indicates that the EJB container initialized successfully., AS-EJB-00002=EJB module {0} failed to deploy., AS-EJB-00002.MSG_COMMENT=# This log message indicates a failure to deploy the given EJB module.}
02:49:34 [2024-04-12T06:49:34.719Z] Note: org.glassfish.annotation.processing.logging.LogMessagesResourceBundleGenerator: Annotation processing finished successfully.
02:49:34 [2024-04-12T06:49:34.719Z] Note: LoggerInfoMetadataGenerator invoked.
02:49:34 [2024-04-12T06:49:34.719Z] Note: Total Messages including ones found from disk so far: {javax.enterprise.ejb.description=Main EJB Logger, javax.enterprise.ejb.publish=true, javax.enterprise.ejb.subsystem=EJB}
02:49:34 [2024-04-12T06:49:34.719Z] Note: Processing: javax.enterprise.ejb on element EJB_LOGGER_NAME
02:49:34 [2024-04-12T06:49:34.719Z] Note: Enclosing type is com.foo.bar.JavaBean
02:49:34 [2024-04-12T06:49:34.719Z] Note: Loggers found so far: {javax.enterprise.ejb.description=Main EJB Logger, javax.enterprise.ejb.publish=true, javax.enterprise.ejb.subsystem=EJB}
02:49:34 [2024-04-12T06:49:34.719Z] Note: org.glassfish.annotation.processing.logging.LoggerInfoMetadataGenerator: Generating logger metadata service.
02:49:34 [2024-04-12T06:49:34.720Z] Note: Found enclosing element EJB_LOGGER_NAME
02:49:34 [2024-04-12T06:49:34.720Z] Note: Found enclosing element com.foo.bar.JavaBean
02:49:34 [2024-04-12T06:49:34.720Z] Note: org.glassfish.annotation.processing.logging.LoggerInfoMetadataGenerator: Annotation processing finished successfully.
02:49:34 [2024-04-12T06:49:34.720Z] Note: LogMessagesResourceBundleGenerator invoked.
02:49:34 [2024-04-12T06:49:34.720Z] Note: LoggerInfoMetadataGenerator invoked.
02:49:34 [2024-04-12T06:49:34.720Z] Note: Attempt to reopen a file for path /home/jenkins/agent/workspace/ging-annotation-processor_master/target/test-classes/META-INF/loggerinfo/LoggerInfoMetadata.properties:Unable to load resource bundle: META-INF/loggerinfo/LoggerInfoMetadata
02:49:34 [2024-04-12T06:49:34.720Z] Note: Total Messages including ones found from disk so far: {}
02:49:34 [2024-04-12T06:49:34.720Z] 
02:49:34 [2024-04-12T06:49:34.720Z] Starting test testCompileMultipleFiles
02:49:34 [2024-04-12T06:49:34.720Z] Deleting /home/jenkins/agent/workspace/ging-annotation-processor_master/./target/test-classes/com/foo/bar/LogMessages.properties
02:49:34 [2024-04-12T06:49:34.720Z] Deleting /home/jenkins/agent/workspace/ging-annotation-processor_master/./target/test-classes/com/foo/bar/LogMessages_details.properties
02:49:34 [2024-04-12T06:49:34.720Z] Compiling SimpleFileObject[/home/jenkins/agent/workspace/ging-annotation-processor_master/src/test/java/com/foo/bar/JavaBean.java]
02:49:34 [2024-04-12T06:49:34.720Z] Compiling SimpleFileObject[/home/jenkins/agent/workspace/ging-annotation-processor_master/src/test/java/com/foo/bar/Chocolate.java]
02:49:34 [2024-04-12T06:49:34.720Z] Compiler output follows: 
02:49:34 [2024-04-12T06:49:34.720Z] Note: LogMessagesResourceBundleGenerator invoked.
02:49:34 [2024-04-12T06:49:34.720Z] Note: Initial messages found so far: {}
02:49:34 [2024-04-12T06:49:34.720Z] Note: Processing: AS-EJB-00001
02:49:34 [2024-04-12T06:49:34.720Z] Note: Message AS-EJB-00001 needs checking for cause/action: false
02:49:34 [2024-04-12T06:49:34.720Z] Note: Processing: AS-EJB-00002
02:49:34 [2024-04-12T06:49:34.720Z] Note: Message AS-EJB-00002 needs checking for cause/action: true
02:49:34 [2024-04-12T06:49:34.720Z] Note: Processing: AS-EJB-00003
02:49:34 [2024-04-12T06:49:34.720Z] Note: Message AS-EJB-00003 needs checking for cause/action: false
02:49:34 [2024-04-12T06:49:34.720Z] Note: Total Messages including ones found from disk so far: {AS-EJB-00001=EJB subsystem initialized., AS-EJB-00001.MSG_COMMENT=# This message indicates that the EJB container initialized successfully., AS-EJB-00002=EJB module {0} failed to deploy., AS-EJB-00002.MSG_COMMENT=# This log message indicates a failure to deploy the given EJB module., AS-EJB-00003=EJB subsystem has been shutdown., AS-EJB-00003.MSG_COMMENT=# This message indicates that the EJB container has shutdown successfully.}
02:49:34 [2024-04-12T06:49:34.720Z] Note: org.glassfish.annotation.processing.logging.LogMessagesResourceBundleGenerator: Annotation processing finished successfully.
02:49:34 [2024-04-12T06:49:34.720Z] Note: LoggerInfoMetadataGenerator invoked.
02:49:34 [2024-04-12T06:49:34.720Z] Note: Total Messages including ones found from disk so far: {javax.enterprise.ejb.description=Main EJB Logger, javax.enterprise.ejb.publish=true, javax.enterprise.ejb.subsystem=EJB}
02:49:34 [2024-04-12T06:49:34.720Z] Note: Processing: javax.enterprise.ejb on element EJB_LOGGER_NAME
02:49:34 [2024-04-12T06:49:34.720Z] Note: Enclosing type is com.foo.bar.JavaBean
02:49:34 [2024-04-12T06:49:34.720Z] Note: Processing: javax.enterprise.ejb on element EJB_LOGGER_NAME
02:49:34 [2024-04-12T06:49:34.720Z] Note: Enclosing type is com.foo.bar.Chocolate
02:49:34 [2024-04-12T06:49:34.720Z] Note: Loggers found so far: {javax.enterprise.ejb.description=Main EJB Logger, javax.enterprise.ejb.publish=true, javax.enterprise.ejb.subsystem=EJB}
02:49:34 [2024-04-12T06:49:34.720Z] Note: org.glassfish.annotation.processing.logging.LoggerInfoMetadataGenerator: Generating logger metadata service.
02:49:34 [2024-04-12T06:49:34.720Z] Note: Found enclosing element EJB_LOGGER_NAME
02:49:34 [2024-04-12T06:49:34.720Z] Note: Found enclosing element com.foo.bar.JavaBean
02:49:34 [2024-04-12T06:49:34.720Z] Note: org.glassfish.annotation.processing.logging.LoggerInfoMetadataGenerator: Annotation processing finished successfully.
02:49:34 [2024-04-12T06:49:34.720Z] Note: LogMessagesResourceBundleGenerator invoked.
02:49:34 [2024-04-12T06:49:34.720Z] Note: LoggerInfoMetadataGenerator invoked.
02:49:34 [2024-04-12T06:49:34.720Z] Note: Attempt to reopen a file for path /home/jenkins/agent/workspace/ging-annotation-processor_master/target/test-classes/META-INF/loggerinfo/LoggerInfoMetadata.properties:Unable to load resource bundle: META-INF/loggerinfo/LoggerInfoMetadata
02:49:34 [2024-04-12T06:49:34.720Z] Note: Total Messages including ones found from disk so far: {}
02:49:34 [2024-04-12T06:49:34.720Z] 
02:49:34 [2024-04-12T06:49:34.720Z] Starting test testNoLoggingAnnotationsCompilation
02:49:34 [2024-04-12T06:49:34.720Z] Deleting /home/jenkins/agent/workspace/ging-annotation-processor_master/./target/test-classes/com/foo/bar/LogMessages.properties
02:49:34 [2024-04-12T06:49:34.720Z] Deleting /home/jenkins/agent/workspace/ging-annotation-processor_master/./target/test-classes/com/foo/bar/LogMessages_details.properties
02:49:34 [2024-04-12T06:49:34.720Z] Compiling SimpleFileObject[/home/jenkins/agent/workspace/ging-annotation-processor_master/src/test/java/com/foo/bar/Vanilla.java]
02:49:34 [2024-04-12T06:49:34.720Z] Compiler output follows: 
02:49:34 [2024-04-12T06:49:34.720Z] 
02:49:34 [2024-04-12T06:49:34.720Z] Starting test testNoResourceBundleName
02:49:34 [2024-04-12T06:49:34.720Z] Compiling SimpleFileObject[/home/jenkins/agent/workspace/ging-annotation-processor_master/src/test/java/com/foo/bar/Cocoa.java]
02:49:34 [2024-04-12T06:49:34.720Z] Compiler output follows: 
02:49:34 [2024-04-12T06:49:34.720Z] Note: LogMessagesResourceBundleGenerator invoked.
02:49:34 [2024-04-12T06:49:34.720Z] Note: Initial messages found so far: {}
02:49:34 [2024-04-12T06:49:34.720Z] Note: Processing: AS-EJB-00001
02:49:34 [2024-04-12T06:49:34.720Z] Note: Message AS-EJB-00001 needs checking for cause/action: false
02:49:34 [2024-04-12T06:49:34.720Z] Note: Processing: AS-EJB-00002
02:49:34 [2024-04-12T06:49:34.720Z] Note: Message AS-EJB-00002 needs checking for cause/action: true
02:49:34 [2024-04-12T06:49:34.720Z] Note: Total Messages including ones found from disk so far: {AS-EJB-00001=EJB subsystem initialized., AS-EJB-00001.MSG_COMMENT=# This message indicates that the EJB container initialized successfully., AS-EJB-00002=EJB module {0} failed to deploy., AS-EJB-00002.MSG_COMMENT=# This log message indicates a failure to deploy the given EJB module.}
02:49:34 [2024-04-12T06:49:34.720Z] Note: org.glassfish.annotation.processing.logging.LogMessagesResourceBundleGenerator: Annotation processing finished successfully.
02:49:34 [2024-04-12T06:49:34.720Z] Note: LoggerInfoMetadataGenerator invoked.
02:49:34 [2024-04-12T06:49:34.720Z] Note: Total Messages including ones found from disk so far: {javax.enterprise.ejb.description=Main EJB Logger, javax.enterprise.ejb.publish=true, javax.enterprise.ejb.subsystem=EJB}
02:49:34 [2024-04-12T06:49:34.720Z] Note: Processing: javax.enterprise.ejb on element EJB_LOGGER_NAME
02:49:34 [2024-04-12T06:49:34.720Z] Note: Enclosing type is com.foo.bar.Cocoa
02:49:34 [2024-04-12T06:49:34.721Z] Note: Loggers found so far: {javax.enterprise.ejb.description=Main EJB Logger, javax.enterprise.ejb.publish=true, javax.enterprise.ejb.subsystem=EJB}
02:49:34 [2024-04-12T06:49:34.721Z] Note: org.glassfish.annotation.processing.logging.LoggerInfoMetadataGenerator: Generating logger metadata service.
02:49:34 [2024-04-12T06:49:34.721Z] Note: Found enclosing element EJB_LOGGER_NAME
02:49:34 [2024-04-12T06:49:34.721Z] Note: Found enclosing element com.foo.bar.Cocoa
02:49:34 [2024-04-12T06:49:34.721Z] Note: org.glassfish.annotation.processing.logging.LoggerInfoMetadataGenerator: Annotation processing finished successfully.
02:49:34 [2024-04-12T06:49:34.721Z] Note: LogMessagesResourceBundleGenerator invoked.
02:49:34 [2024-04-12T06:49:34.721Z] Note: LoggerInfoMetadataGenerator invoked.
02:49:34 [2024-04-12T06:49:34.721Z] Note: Attempt to reopen a file for path /home/jenkins/agent/workspace/ging-annotation-processor_master/target/test-classes/META-INF/loggerinfo/LoggerInfoMetadata.properties:Unable to load resource bundle: META-INF/loggerinfo/LoggerInfoMetadata
02:49:34 [2024-04-12T06:49:34.721Z] Note: Total Messages including ones found from disk so far: {}
02:49:34 [2024-04-12T06:49:34.721Z] 
02:49:34 [2024-04-12T06:49:34.721Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.263 s -- in org.glassfish.logging.annotation.LogMessagesResourceBundleGeneratorTest
02:49:34 [2024-04-12T06:49:34.977Z] [INFO] 
02:49:34 [2024-04-12T06:49:34.977Z] [INFO] Results:
02:49:34 [2024-04-12T06:49:34.977Z] [INFO] 
02:49:34 [2024-04-12T06:49:34.977Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
02:49:34 [2024-04-12T06:49:34.977Z] [INFO] 
02:49:34 [2024-04-12T06:49:34.977Z] [INFO] 
02:49:34 [2024-04-12T06:49:34.977Z] [INFO] --- jar:3.3.0:jar (default-jar) @ logging-annotation-processor ---
02:49:35 [2024-04-12T06:49:35.539Z] [INFO] Building jar: /home/jenkins/agent/workspace/ging-annotation-processor_master/target/logging-annotation-processor-1.10-SNAPSHOT.jar
02:49:35 [2024-04-12T06:49:35.539Z] [INFO] 
02:49:35 [2024-04-12T06:49:35.539Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ logging-annotation-processor ---
02:49:37 [2024-04-12T06:49:37.428Z] [INFO] CycloneDX: Resolving Dependencies
02:49:37 [2024-04-12T06:49:37.684Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
02:49:37 [2024-04-12T06:49:37.939Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ging-annotation-processor_master/target/bom.xml
02:49:38 [2024-04-12T06:49:38.196Z] [INFO]            attaching as logging-annotation-processor-1.10-SNAPSHOT-cyclonedx.xml
02:49:38 [2024-04-12T06:49:38.196Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ging-annotation-processor_master/target/bom.json
02:49:38 [2024-04-12T06:49:38.196Z] [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
02:49:38 [2024-04-12T06:49:38.196Z] [INFO]            attaching as logging-annotation-processor-1.10-SNAPSHOT-cyclonedx.json
02:49:38 [2024-04-12T06:49:38.196Z] [INFO] 
02:49:38 [2024-04-12T06:49:38.196Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ logging-annotation-processor ---
02:49:44 [2024-04-12T06:49:44.736Z] [INFO] No previous run data found, generating javadoc.
02:49:46 [2024-04-12T06:49:46.718Z] [INFO] 
02:49:46 [2024-04-12T06:49:46.718Z] Loading source files for package org.glassfish.annotation.processing.logging...
02:49:46 [2024-04-12T06:49:46.718Z] Loading source files for package org.glassfish.logging.annotation...
02:49:46 [2024-04-12T06:49:46.718Z] Constructing Javadoc information...
02:49:46 [2024-04-12T06:49:46.718Z] Standard Doclet version 11.0.22
02:49:46 [2024-04-12T06:49:46.718Z] Building tree for all the packages and classes...
02:49:46 [2024-04-12T06:49:46.718Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/annotation/processing/logging/BaseLoggingProcessor.html...
02:49:46 [2024-04-12T06:49:46.718Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/annotation/processing/logging/GPLCopyright.html...
02:49:46 [2024-04-12T06:49:46.718Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/annotation/processing/logging/LoggerInfoMetadataGenerator.html...
02:49:46 [2024-04-12T06:49:46.718Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/annotation/processing/logging/LogMessagesResourceBundleGenerator.html...
02:49:46 [2024-04-12T06:49:46.718Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/logging/annotation/LoggerInfo.html...
02:49:46 [2024-04-12T06:49:46.718Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/logging/annotation/LogMessageInfo.html...
02:49:46 [2024-04-12T06:49:46.718Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/logging/annotation/LogMessagesResourceBundle.html...
02:49:46 [2024-04-12T06:49:46.718Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/annotation/processing/logging/package-summary.html...
02:49:46 [2024-04-12T06:49:46.718Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/annotation/processing/logging/package-tree.html...
02:49:46 [2024-04-12T06:49:46.718Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/logging/annotation/package-summary.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/logging/annotation/package-tree.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/constant-values.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/annotation/processing/logging/class-use/BaseLoggingProcessor.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/annotation/processing/logging/class-use/GPLCopyright.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/annotation/processing/logging/class-use/LogMessagesResourceBundleGenerator.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/annotation/processing/logging/class-use/LoggerInfoMetadataGenerator.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/logging/annotation/class-use/LogMessageInfo.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/logging/annotation/class-use/LogMessagesResourceBundle.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/logging/annotation/class-use/LoggerInfo.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/annotation/processing/logging/package-use.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/org/glassfish/logging/annotation/package-use.html...
02:49:46 [2024-04-12T06:49:46.719Z] Building index for all the packages and classes...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/overview-tree.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/index-all.html...
02:49:46 [2024-04-12T06:49:46.719Z] Building index for all classes...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/allclasses-index.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/allpackages-index.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/deprecated-list.html...
02:49:46 [2024-04-12T06:49:46.719Z] Building index for all classes...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/allclasses.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/allclasses.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/index.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/overview-summary.html...
02:49:46 [2024-04-12T06:49:46.719Z] Generating /home/jenkins/agent/workspace/ging-annotation-processor_master/target/apidocs/help-doc.html...
02:49:46 [2024-04-12T06:49:46.719Z] [INFO] Building jar: /home/jenkins/agent/workspace/ging-annotation-processor_master/target/logging-annotation-processor-1.10-SNAPSHOT-javadoc.jar
02:49:46 [2024-04-12T06:49:46.719Z] [INFO] 
02:49:46 [2024-04-12T06:49:46.719Z] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ logging-annotation-processor ---
02:49:47 [2024-04-12T06:49:47.281Z] [INFO] Building jar: /home/jenkins/agent/workspace/ging-annotation-processor_master/target/logging-annotation-processor-1.10-SNAPSHOT-sources.jar
02:49:47 [2024-04-12T06:49:47.537Z] [INFO] 
02:49:47 [2024-04-12T06:49:47.537Z] [INFO] --- install:3.1.1:install (default-install) @ logging-annotation-processor ---
02:49:47 [2024-04-12T06:49:47.537Z] [INFO] Installing /home/jenkins/agent/workspace/ging-annotation-processor_master/pom.xml to /home/jenkins/.m2/repository/org/glassfish/annotations/logging-annotation-processor/1.10-SNAPSHOT/logging-annotation-processor-1.10-SNAPSHOT.pom
02:49:47 [2024-04-12T06:49:47.537Z] [INFO] Installing /home/jenkins/agent/workspace/ging-annotation-processor_master/target/logging-annotation-processor-1.10-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/annotations/logging-annotation-processor/1.10-SNAPSHOT/logging-annotation-processor-1.10-SNAPSHOT.jar
02:49:47 [2024-04-12T06:49:47.537Z] [INFO] Installing /home/jenkins/agent/workspace/ging-annotation-processor_master/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/annotations/logging-annotation-processor/1.10-SNAPSHOT/logging-annotation-processor-1.10-SNAPSHOT-cyclonedx.xml
02:49:47 [2024-04-12T06:49:47.537Z] [INFO] Installing /home/jenkins/agent/workspace/ging-annotation-processor_master/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/annotations/logging-annotation-processor/1.10-SNAPSHOT/logging-annotation-processor-1.10-SNAPSHOT-cyclonedx.json
02:49:47 [2024-04-12T06:49:47.537Z] [INFO] Installing /home/jenkins/agent/workspace/ging-annotation-processor_master/target/logging-annotation-processor-1.10-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/annotations/logging-annotation-processor/1.10-SNAPSHOT/logging-annotation-processor-1.10-SNAPSHOT-javadoc.jar
02:49:47 [2024-04-12T06:49:47.538Z] [INFO] Installing /home/jenkins/agent/workspace/ging-annotation-processor_master/target/logging-annotation-processor-1.10-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/annotations/logging-annotation-processor/1.10-SNAPSHOT/logging-annotation-processor-1.10-SNAPSHOT-sources.jar
02:49:47 [2024-04-12T06:49:47.538Z] [INFO] ------------------------------------------------------------------------
02:49:47 [2024-04-12T06:49:47.538Z] [INFO] BUILD SUCCESS
02:49:47 [2024-04-12T06:49:47.538Z] [INFO] ------------------------------------------------------------------------
02:49:47 [2024-04-12T06:49:47.538Z] [INFO] Total time:  24.374 s
02:49:47 [2024-04-12T06:49:47.538Z] [INFO] Finished at: 2024-04-12T06:49:47Z
02:49:47 [2024-04-12T06:49:47.538Z] [INFO] ------------------------------------------------------------------------
[Pipeline] junit
02:49:47 [2024-04-12T06:49:47.545Z] Recording test results
02:49:47 [2024-04-12T06:49:47.891Z] [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