Skip to content
Failed

Console Output

Branch indexing
12:46:20 Connecting to https://api.github.com using GitHub bot (username/token)
Connecting to https://api.github.com to check permissions of obtain list of BulkSecurityGeneratorProjectV2 for eclipse-ee4j/glassfish-fighterfish
Loading trusted files from base branch master at b78a2b4650ee64903f696acb0dc3ccb22fab55b4 rather than 581b648862d63cc0fae1941e015891d632f2a70f
Obtained Jenkinsfile from b78a2b4650ee64903f696acb0dc3ccb22fab55b4
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-d4r53 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-d4r53"
  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-d4r53"
    - 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-d4r53"
    - 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.13.3"
    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-d4r53 in /home/jenkins/agent/workspace/fighterfish_PR-46
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
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-fighterfish.git
 > git init /home/jenkins/agent/workspace/fighterfish_PR-46 # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-fighterfish.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-fighterfish.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-fighterfish.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/46/head:refs/remotes/origin/PR-46 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Cleaning workspace
Fetching without tags
Merging remotes/origin/master commit b78a2b4650ee64903f696acb0dc3ccb22fab55b4 into PR head commit 581b648862d63cc0fae1941e015891d632f2a70f
Merge succeeded, producing bfe450ce2316f5c4c74d5795a48ed35569c19e82
Checking out Revision bfe450ce2316f5c4c74d5795a48ed35569c19e82 (PR-46)
 > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-fighterfish.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-fighterfish.git
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/glassfish-fighterfish.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 581b648862d63cc0fae1941e015891d632f2a70f # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git merge b78a2b4650ee64903f696acb0dc3ccb22fab55b4 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bfe450ce2316f5c4c74d5795a48ed35569c19e82 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b PR-46 bfe450ce2316f5c4c74d5795a48ed35569c19e82 # timeout=10
Commit message: "Merge commit 'b78a2b4650ee64903f696acb0dc3ccb22fab55b4' into HEAD"
First time build. Skipping changelog.
Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
12:46:48 [2023-02-27T17:46:48.788Z] Timeout set to expire in 20 min
[Pipeline] {
 > git rev-list --no-walk 2cfa7f7eba9facb024aba0e28e7f85901d8990c1 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] node
12:47:01 [2023-02-27T17:47:01.869Z] Agent basic-tztgm is provisioned from template basic
12:47:01 [2023-02-27T17:47:01.869Z] ---
12:47:01 [2023-02-27T17:47:01.869Z] apiVersion: "v1"
12:47:01 [2023-02-27T17:47:01.869Z] kind: "Pod"
12:47:01 [2023-02-27T17:47:01.869Z] metadata:
12:47:01 [2023-02-27T17:47:01.869Z]   annotations: {}
12:47:01 [2023-02-27T17:47:01.869Z]   labels:
12:47:01 [2023-02-27T17:47:01.869Z]     jenkins: "slave"
12:47:01 [2023-02-27T17:47:01.869Z]     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
12:47:01 [2023-02-27T17:47:01.870Z]     jenkins/label: "basic"
12:47:01 [2023-02-27T17:47:01.870Z]   name: "basic-tztgm"
12:47:01 [2023-02-27T17:47:01.870Z]   namespace: "glassfish"
12:47:01 [2023-02-27T17:47:01.870Z] spec:
12:47:01 [2023-02-27T17:47:01.870Z]   containers:
12:47:01 [2023-02-27T17:47:01.870Z]   - env:
12:47:01 [2023-02-27T17:47:01.870Z]     - name: "JENKINS_SECRET"
12:47:01 [2023-02-27T17:47:01.870Z]       value: "********"
12:47:01 [2023-02-27T17:47:01.870Z]     - name: "JENKINS_TUNNEL"
12:47:01 [2023-02-27T17:47:01.870Z]       value: "jenkins-discovery.glassfish.svc.cluster.local:50000"
12:47:01 [2023-02-27T17:47:01.870Z]     - name: "JENKINS_AGENT_NAME"
12:47:01 [2023-02-27T17:47:01.870Z]       value: "basic-tztgm"
12:47:01 [2023-02-27T17:47:01.870Z]     - name: "JENKINS_REMOTING_JAVA_OPTS"
12:47:01 [2023-02-27T17:47:01.870Z]       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
12:47:01 [2023-02-27T17:47:01.870Z]         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
12:47:01 [2023-02-27T17:47:01.870Z]     - name: "JAVA_TOOL_OPTIONS"
12:47:01 [2023-02-27T17:47:01.870Z]       value: ""
12:47:01 [2023-02-27T17:47:01.870Z]     - name: "_JAVA_OPTIONS"
12:47:01 [2023-02-27T17:47:01.870Z]       value: ""
12:47:01 [2023-02-27T17:47:01.870Z]     - name: "OPENJ9_JAVA_OPTIONS"
12:47:01 [2023-02-27T17:47:01.870Z]       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
12:47:01 [2023-02-27T17:47:01.870Z]     - name: "JENKINS_NAME"
12:47:01 [2023-02-27T17:47:01.870Z]       value: "basic-tztgm"
12:47:01 [2023-02-27T17:47:01.870Z]     - name: "JENKINS_AGENT_WORKDIR"
12:47:01 [2023-02-27T17:47:01.870Z]       value: "/home/jenkins/agent"
12:47:01 [2023-02-27T17:47:01.870Z]     - name: "JENKINS_URL"
12:47:01 [2023-02-27T17:47:01.870Z]       value: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/"
12:47:01 [2023-02-27T17:47:01.870Z]     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
12:47:01 [2023-02-27T17:47:01.870Z]     imagePullPolicy: "Always"
12:47:01 [2023-02-27T17:47:01.870Z]     name: "jnlp"
12:47:01 [2023-02-27T17:47:01.870Z]     resources:
12:47:01 [2023-02-27T17:47:01.870Z]       limits:
12:47:01 [2023-02-27T17:47:01.870Z]         cpu: "2000m"
12:47:01 [2023-02-27T17:47:01.870Z]         memory: "4096Mi"
12:47:01 [2023-02-27T17:47:01.870Z]       requests:
12:47:01 [2023-02-27T17:47:01.870Z]         cpu: "1000m"
12:47:01 [2023-02-27T17:47:01.870Z]         memory: "4096Mi"
12:47:01 [2023-02-27T17:47:01.870Z]     tty: true
12:47:01 [2023-02-27T17:47:01.870Z]     volumeMounts:
12:47:01 [2023-02-27T17:47:01.870Z]     - mountPath: "/home/jenkins/.m2/toolchains.xml"
12:47:01 [2023-02-27T17:47:01.870Z]       name: "m2-dir"
12:47:01 [2023-02-27T17:47:01.870Z]       readOnly: true
12:47:01 [2023-02-27T17:47:01.870Z]       subPath: "toolchains.xml"
12:47:01 [2023-02-27T17:47:01.870Z]     - mountPath: "/home/jenkins/.mavenrc"
12:47:01 [2023-02-27T17:47:01.870Z]       name: "m2-dir"
12:47:01 [2023-02-27T17:47:01.870Z]       readOnly: true
12:47:01 [2023-02-27T17:47:01.870Z]       subPath: ".mavenrc"
12:47:01 [2023-02-27T17:47:01.870Z]     - mountPath: "/opt/tools"
12:47:01 [2023-02-27T17:47:01.870Z]       name: "volume-0"
12:47:01 [2023-02-27T17:47:01.870Z]       readOnly: false
12:47:01 [2023-02-27T17:47:01.870Z]     - mountPath: "/home/jenkins"
12:47:01 [2023-02-27T17:47:01.870Z]       name: "volume-2"
12:47:01 [2023-02-27T17:47:01.870Z]       readOnly: false
12:47:01 [2023-02-27T17:47:01.870Z]     - mountPath: "/home/jenkins/.m2/repository"
12:47:01 [2023-02-27T17:47:01.870Z]       name: "volume-3"
12:47:01 [2023-02-27T17:47:01.870Z]       readOnly: false
12:47:01 [2023-02-27T17:47:01.870Z]     - mountPath: "/home/jenkins/.m2/settings-security.xml"
12:47:01 [2023-02-27T17:47:01.870Z]       name: "m2-secret-dir"
12:47:01 [2023-02-27T17:47:01.870Z]       readOnly: true
12:47:01 [2023-02-27T17:47:01.870Z]       subPath: "settings-security.xml"
12:47:01 [2023-02-27T17:47:01.870Z]     - mountPath: "/home/jenkins/.m2/wrapper"
12:47:01 [2023-02-27T17:47:01.870Z]       name: "volume-4"
12:47:01 [2023-02-27T17:47:01.870Z]       readOnly: false
12:47:01 [2023-02-27T17:47:01.870Z]     - mountPath: "/home/jenkins/.m2/settings.xml"
12:47:01 [2023-02-27T17:47:01.870Z]       name: "m2-secret-dir"
12:47:01 [2023-02-27T17:47:01.870Z]       readOnly: true
12:47:01 [2023-02-27T17:47:01.870Z]       subPath: "settings.xml"
12:47:01 [2023-02-27T17:47:01.870Z]     - mountPath: "/home/jenkins/.ssh"
12:47:01 [2023-02-27T17:47:01.870Z]       name: "volume-1"
12:47:01 [2023-02-27T17:47:01.870Z]       readOnly: false
12:47:01 [2023-02-27T17:47:01.870Z]       subPath: ""
12:47:01 [2023-02-27T17:47:01.870Z]     - mountPath: "/home/jenkins/agent"
12:47:01 [2023-02-27T17:47:01.870Z]       name: "workspace-volume"
12:47:01 [2023-02-27T17:47:01.870Z]       readOnly: false
12:47:01 [2023-02-27T17:47:01.870Z]     workingDir: "/home/jenkins/agent"
12:47:01 [2023-02-27T17:47:01.870Z]   nodeSelector:
12:47:01 [2023-02-27T17:47:01.870Z]     kubernetes.io/os: "linux"
12:47:01 [2023-02-27T17:47:01.870Z]   restartPolicy: "Never"
12:47:01 [2023-02-27T17:47:01.870Z]   volumes:
12:47:01 [2023-02-27T17:47:01.870Z]   - name: "volume-0"
12:47:01 [2023-02-27T17:47:01.870Z]     persistentVolumeClaim:
12:47:01 [2023-02-27T17:47:01.870Z]       claimName: "tools-claim-jiro-glassfish"
12:47:01 [2023-02-27T17:47:01.870Z]       readOnly: true
12:47:01 [2023-02-27T17:47:01.870Z]   - name: "m2-secret-dir"
12:47:01 [2023-02-27T17:47:01.870Z]     secret:
12:47:01 [2023-02-27T17:47:01.870Z]       secretName: "m2-secret-dir"
12:47:01 [2023-02-27T17:47:01.870Z]   - emptyDir:
12:47:01 [2023-02-27T17:47:01.870Z]       medium: ""
12:47:01 [2023-02-27T17:47:01.870Z]     name: "volume-2"
12:47:01 [2023-02-27T17:47:01.870Z]   - configMap:
12:47:01 [2023-02-27T17:47:01.870Z]       name: "m2-dir"
12:47:01 [2023-02-27T17:47:01.870Z]     name: "m2-dir"
12:47:01 [2023-02-27T17:47:01.870Z]   - configMap:
12:47:01 [2023-02-27T17:47:01.870Z]       name: "known-hosts"
12:47:01 [2023-02-27T17:47:01.870Z]     name: "volume-1"
12:47:01 [2023-02-27T17:47:01.870Z]   - emptyDir:
12:47:01 [2023-02-27T17:47:01.870Z]       medium: ""
12:47:01 [2023-02-27T17:47:01.870Z]     name: "workspace-volume"
12:47:01 [2023-02-27T17:47:01.870Z]   - emptyDir:
12:47:01 [2023-02-27T17:47:01.870Z]       medium: ""
12:47:01 [2023-02-27T17:47:01.870Z]     name: "volume-4"
12:47:01 [2023-02-27T17:47:01.870Z]   - emptyDir:
12:47:01 [2023-02-27T17:47:01.870Z]       medium: ""
12:47:01 [2023-02-27T17:47:01.870Z]     name: "volume-3"
12:47:01 [2023-02-27T17:47:01.870Z] 
12:47:02 [2023-02-27T17:47:02.242Z] Running on basic-tztgm in /home/jenkins/agent/workspace/fighterfish_PR-46
[Pipeline] {
[Pipeline] checkout
12:47:02 [2023-02-27T17:47:02.291Z] Selected Git installation does not exist. Using Default
12:47:02 [2023-02-27T17:47:02.291Z] The recommended git tool is: NONE
12:47:03 [2023-02-27T17:47:03.887Z] using credential github-bot
12:47:03 [2023-02-27T17:47:03.894Z] Cloning the remote Git repository
12:47:03 [2023-02-27T17:47:03.894Z] Cloning with configured refspecs honoured and without tags
12:47:04 [2023-02-27T17:47:04.286Z] Cloning repository https://github.com/eclipse-ee4j/glassfish-fighterfish.git
12:47:04 [2023-02-27T17:47:04.305Z]  > git init /home/jenkins/agent/workspace/fighterfish_PR-46 # timeout=10
12:47:04 [2023-02-27T17:47:04.318Z] Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-fighterfish.git
12:47:04 [2023-02-27T17:47:04.318Z]  > git --version # timeout=10
12:47:04 [2023-02-27T17:47:04.321Z]  > git --version # 'git version 2.20.1'
12:47:04 [2023-02-27T17:47:04.321Z] using GIT_ASKPASS to set credentials GitHub bot (username/token)
12:47:04 [2023-02-27T17:47:04.322Z]  > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/glassfish-fighterfish.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:47:05 [2023-02-27T17:47:05.213Z] Cleaning workspace
12:47:05 [2023-02-27T17:47:05.223Z] Fetching without tags
12:47:05 [2023-02-27T17:47:05.473Z] Merging remotes/origin/master commit b78a2b4650ee64903f696acb0dc3ccb22fab55b4 into PR head commit 581b648862d63cc0fae1941e015891d632f2a70f
12:47:05 [2023-02-27T17:47:05.596Z] Merge succeeded, producing c71786c69cdef651da353cbe075cc2aaaea62a30
12:47:05 [2023-02-27T17:47:05.596Z] Checking out Revision c71786c69cdef651da353cbe075cc2aaaea62a30 (PR-46)
12:47:04 [2023-02-27T17:47:04.913Z]  > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-fighterfish.git # timeout=10
12:47:04 [2023-02-27T17:47:04.916Z]  > git config --add remote.origin.fetch +refs/pull/46/head:refs/remotes/origin/PR-46 # timeout=10
12:47:04 [2023-02-27T17:47:04.919Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:47:05 [2023-02-27T17:47:05.208Z]  > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-fighterfish.git # timeout=10
12:47:05 [2023-02-27T17:47:05.215Z]  > git rev-parse --verify HEAD # timeout=10
12:47:05 [2023-02-27T17:47:05.218Z] No valid HEAD. Skipping the resetting
12:47:05 [2023-02-27T17:47:05.219Z]  > git clean -fdx # timeout=10
12:47:05 [2023-02-27T17:47:05.225Z] Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-fighterfish.git
12:47:05 [2023-02-27T17:47:05.225Z] using GIT_ASKPASS to set credentials GitHub bot (username/token)
12:47:05 [2023-02-27T17:47:05.226Z]  > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/glassfish-fighterfish.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:47:05 [2023-02-27T17:47:05.477Z]  > git config core.sparsecheckout # timeout=10
12:47:05 [2023-02-27T17:47:05.480Z]  > git checkout -f 581b648862d63cc0fae1941e015891d632f2a70f # timeout=10
12:47:05 [2023-02-27T17:47:05.536Z]  > git remote # timeout=10
12:47:05 [2023-02-27T17:47:05.539Z]  > git config --get remote.origin.url # timeout=10
12:47:05 [2023-02-27T17:47:05.542Z] using GIT_ASKPASS to set credentials GitHub bot (username/token)
12:47:05 [2023-02-27T17:47:05.544Z]  > git merge b78a2b4650ee64903f696acb0dc3ccb22fab55b4 # timeout=10
12:47:05 [2023-02-27T17:47:05.591Z]  > git rev-parse HEAD^{commit} # timeout=10
12:47:05 [2023-02-27T17:47:05.597Z]  > git config core.sparsecheckout # timeout=10
12:47:05 [2023-02-27T17:47:05.600Z]  > git checkout -f c71786c69cdef651da353cbe075cc2aaaea62a30 # timeout=10
12:47:05 [2023-02-27T17:47:05.627Z]  > git branch -a -v --no-abbrev # timeout=10
12:47:05 [2023-02-27T17:47:05.632Z]  > git checkout -b PR-46 c71786c69cdef651da353cbe075cc2aaaea62a30 # timeout=10
12:47:08 [2023-02-27T17:47:08.816Z] Commit message: "Merge commit 'b78a2b4650ee64903f696acb0dc3ccb22fab55b4' into HEAD"
12:47:08 [2023-02-27T17:47:08.823Z] First time build. Skipping changelog.
12:47:08 [2023-02-27T17:47:08.824Z] Cleaning workspace
[Pipeline] withEnv
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
12:47:08 [2023-02-27T17:47:08.819Z]  > git rev-list --no-walk 2cfa7f7eba9facb024aba0e28e7f85901d8990c1 # timeout=10
12:47:08 [2023-02-27T17:47:08.825Z]  > git rev-parse --verify HEAD # timeout=10
12:47:08 [2023-02-27T17:47:08.828Z] Resetting working tree
12:47:08 [2023-02-27T17:47:08.828Z]  > git reset --hard # timeout=10
12:47:08 [2023-02-27T17:47:08.858Z]  > git clean -fdx # timeout=10
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
12:47:09 [2023-02-27T17:47:09.696Z] + mvn clean install -Pcopyright,checkstyle,spotbugs
12:47:11 [2023-02-27T17:47:11.069Z] [INFO] Scanning for projects...
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] ------------------------------------------------------------------------
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] Reactor Build Order:
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] 
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Parent                                                 [pom]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Module Parent                                          [pom]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish OSGi JavaEE Base Module                                [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish OSGi HTTP Service                                      [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish OSGi Web Container                                     [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish OSGi EJB Support                                       [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish OSGi JDBC Support                                      [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish OSGi JavaEE Resources support                          [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish OSGi JPA Support                                       [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish OSGi JPA SE Support                                    [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish OSGi JTA Support                                       [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish OSGI CDI Extension                                     [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] Fishterfish OSGi CDI Support                                       [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Samples Parent                                         [pom]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample UAS Parent                                      [pom]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample UAS API                                         [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample UAS Simple OSGi Service                         [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample UAS Entities                                    [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample UAS Advanced Service                            [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample UAS EJB Service                                 [ejb]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample UAS EJB Service 2                               [ejb]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample UAS Simple Web App Bundle                       [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample UAS Simple WAB Fragment                         [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample UAS Simple JAXRS Webapp                         [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample OSGi/JDBC Parent                                [pom]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample OSGi/JDBC HelloWorld                            [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample OSGi/JTA Parent                                 [pom]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample OSGi/JTA HelloWorld                             [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample OSGi/HTTP Parent                                [pom]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample OSGi/HTTP Hello World                           [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample Embedded GF Parent                              [pom]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample Embedded GF HelloWorld                          [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample Embedded GF Web/OSGi Bridge                     [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample Embedded GF Provisioner Webapp                  [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test Parent                                            [pom]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test Util                                              [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample Testing Parent                                  [pom]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample Testing Failsafe                                [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Sample Testing Surefire                                [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test OSGi CT Misc Bundle Parent                        [pom]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test OSGi CT Misc Bundle Servlet 2.5                   [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test OSGi CT Misc Bundle Delay                         [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App Parent                                        [pom]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 0                                             [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 1                                             [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 2                                             [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 3                                             [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 4                                             [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 5                                             [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 6 Entities                                    [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 6                                             [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 7                                             [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 8 Entities                                    [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 8                                             [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 10 bean                                       [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 9                                             [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 10                                            [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 11                                            [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 11 EJB                                        [ejb]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 12 Fragment                                   [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 12                                            [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 13                                            [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 14                                            [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 15                                            [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 16 Entities                                   [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 16 Message Producer                           [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 16 mdb                                        [ejb]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 16                                            [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 17                                            [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 18                                            [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 19                                            [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test App 20                                            [war]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Test Integration Tests                                 [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Experimental Parent                                    [pom]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] FighterFish Experiment OBR Builder                                 [jar]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] 
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] ------------< org.glassfish.fighterfish:fighterfish-parent >------------
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] Building FighterFish Parent 3.0.0-SNAPSHOT                        [1/75]
12:47:12 [2023-02-27T17:47:12.966Z] [INFO] --------------------------------[ pom ]---------------------------------
12:47:13 [2023-02-27T17:47:13.224Z] [INFO] 
12:47:13 [2023-02-27T17:47:13.224Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-parent ---
12:47:13 [2023-02-27T17:47:13.224Z] [INFO] 
12:47:13 [2023-02-27T17:47:13.224Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-parent ---
12:47:14 [2023-02-27T17:47:14.217Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:47:14 [2023-02-27T17:47:14.217Z] [INFO] 
12:47:14 [2023-02-27T17:47:14.217Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-parent ---
12:47:14 [2023-02-27T17:47:14.473Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
12:47:14 [2023-02-27T17:47:14.474Z] [INFO] 
12:47:14 [2023-02-27T17:47:14.474Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-parent ---
12:47:16 [2023-02-27T17:47:16.375Z] [INFO] You have 0 Checkstyle violations.
12:47:16 [2023-02-27T17:47:16.375Z] [INFO] 
12:47:16 [2023-02-27T17:47:16.375Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-parent ---
12:47:16 [2023-02-27T17:47:16.940Z] [INFO] 
12:47:16 [2023-02-27T17:47:16.940Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-parent ---
12:47:16 [2023-02-27T17:47:16.940Z] [INFO] 
12:47:16 [2023-02-27T17:47:16.940Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-parent ---
12:47:16 [2023-02-27T17:47:16.940Z] [WARNING] Ignoring project type pom - supportedProjectTypes = [bundle, jar, war, ejb]
12:47:16 [2023-02-27T17:47:16.940Z] [INFO] 
12:47:16 [2023-02-27T17:47:16.940Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-parent >>>
12:47:16 [2023-02-27T17:47:16.940Z] [INFO] 
12:47:16 [2023-02-27T17:47:16.940Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-parent ---
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-parent <<<
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-parent ---
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-parent ---
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-parent/3.0.0-SNAPSHOT/fighterfish-parent-3.0.0-SNAPSHOT.pom
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --------< org.glassfish.fighterfish:fighterfish-module-parent >---------
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] Building FighterFish Module Parent 3.0.0-SNAPSHOT                 [2/75]
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --------------------------------[ pom ]---------------------------------
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-module-parent ---
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-module-parent ---
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-module-parent ---
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-module-parent ---
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] You have 0 Checkstyle violations.
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-module-parent ---
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-module-parent ---
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-module-parent ---
12:47:19 [2023-02-27T17:47:19.498Z] [WARNING] Ignoring project type pom - supportedProjectTypes = [bundle, jar, war, ejb]
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-module-parent >>>
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-module-parent ---
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-module-parent <<<
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-module-parent ---
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-module-parent ---
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-module-parent/3.0.0-SNAPSHOT/fighterfish-module-parent-3.0.0-SNAPSHOT.pom
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] 
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] -------------< org.glassfish.fighterfish:osgi-javaee-base >-------------
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] Building FighterFish OSGi JavaEE Base Module 3.0.0-SNAPSHOT       [3/75]
12:47:19 [2023-02-27T17:47:19.498Z] [INFO] --------------------------------[ jar ]---------------------------------
12:47:21 [2023-02-27T17:47:21.441Z] [INFO] 
12:47:21 [2023-02-27T17:47:21.441Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ osgi-javaee-base ---
12:47:21 [2023-02-27T17:47:21.441Z] [INFO] 
12:47:21 [2023-02-27T17:47:21.441Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ osgi-javaee-base ---
12:47:21 [2023-02-27T17:47:21.441Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:47:21 [2023-02-27T17:47:21.441Z] [INFO] 
12:47:21 [2023-02-27T17:47:21.441Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ osgi-javaee-base ---
12:47:21 [2023-02-27T17:47:21.441Z] [INFO] 
12:47:21 [2023-02-27T17:47:21.441Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ osgi-javaee-base ---
12:47:22 [2023-02-27T17:47:22.832Z] [INFO] You have 0 Checkstyle violations.
12:47:22 [2023-02-27T17:47:22.833Z] [INFO] 
12:47:22 [2023-02-27T17:47:22.833Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ osgi-javaee-base ---
12:47:23 [2023-02-27T17:47:23.091Z] [INFO] 
12:47:23 [2023-02-27T17:47:23.091Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ osgi-javaee-base ---
12:47:23 [2023-02-27T17:47:23.091Z] [INFO] 
12:47:23 [2023-02-27T17:47:23.091Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ osgi-javaee-base ---
12:47:23 [2023-02-27T17:47:23.349Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:47:23 [2023-02-27T17:47:23.349Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-javaee-base/src/main/resources
12:47:23 [2023-02-27T17:47:23.349Z] [INFO] 
12:47:23 [2023-02-27T17:47:23.349Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-javaee-base ---
12:47:23 [2023-02-27T17:47:23.606Z] [INFO] Changes detected - recompiling the module!
12:47:23 [2023-02-27T17:47:23.606Z] [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-javaee-base/target/classes
12:47:24 [2023-02-27T17:47:24.584Z] [INFO] 
12:47:24 [2023-02-27T17:47:24.584Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ osgi-javaee-base ---
12:47:24 [2023-02-27T17:47:24.847Z] [INFO] 
12:47:24 [2023-02-27T17:47:24.847Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ osgi-javaee-base ---
12:47:24 [2023-02-27T17:47:24.847Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:47:24 [2023-02-27T17:47:24.847Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-javaee-base/src/test/resources
12:47:24 [2023-02-27T17:47:24.847Z] [INFO] 
12:47:24 [2023-02-27T17:47:24.847Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-javaee-base ---
12:47:24 [2023-02-27T17:47:24.847Z] [INFO] No sources to compile
12:47:24 [2023-02-27T17:47:24.847Z] [INFO] 
12:47:24 [2023-02-27T17:47:24.847Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ osgi-javaee-base ---
12:47:25 [2023-02-27T17:47:25.419Z] [INFO] No tests to run.
12:47:25 [2023-02-27T17:47:25.419Z] [INFO] 
12:47:25 [2023-02-27T17:47:25.419Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-javaee-base ---
12:47:25 [2023-02-27T17:47:25.419Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-javaee-base/target/osgi-javaee-base.jar
12:47:25 [2023-02-27T17:47:25.985Z] [INFO] 
12:47:25 [2023-02-27T17:47:25.985Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ osgi-javaee-base >>>
12:47:25 [2023-02-27T17:47:25.985Z] [INFO] 
12:47:25 [2023-02-27T17:47:25.985Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ osgi-javaee-base ---
12:47:25 [2023-02-27T17:47:25.985Z] [INFO] Fork Value is true
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] Done SpotBugs Analysis....
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] 
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ osgi-javaee-base <<<
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] 
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] 
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ osgi-javaee-base ---
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] BugInstance size is 0
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] Error size is 0
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] No errors/warnings found
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] 
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ osgi-javaee-base ---
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-javaee-base/target/osgi-javaee-base.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-javaee-base/3.0.0-SNAPSHOT/osgi-javaee-base-3.0.0-SNAPSHOT.jar
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-javaee-base/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-javaee-base/3.0.0-SNAPSHOT/osgi-javaee-base-3.0.0-SNAPSHOT.pom
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] 
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] ----------------< org.glassfish.fighterfish:osgi-http >-----------------
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] Building FighterFish OSGi HTTP Service 3.0.0-SNAPSHOT             [4/75]
12:47:31 [2023-02-27T17:47:31.311Z] [INFO] --------------------------------[ jar ]---------------------------------
12:47:37 [2023-02-27T17:47:37.855Z] [INFO] 
12:47:37 [2023-02-27T17:47:37.855Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ osgi-http ---
12:47:37 [2023-02-27T17:47:37.855Z] [INFO] 
12:47:37 [2023-02-27T17:47:37.855Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ osgi-http ---
12:47:37 [2023-02-27T17:47:37.855Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:47:37 [2023-02-27T17:47:37.855Z] [INFO] 
12:47:37 [2023-02-27T17:47:37.855Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ osgi-http ---
12:47:37 [2023-02-27T17:47:37.855Z] [INFO] 
12:47:37 [2023-02-27T17:47:37.855Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ osgi-http ---
12:47:37 [2023-02-27T17:47:37.855Z] [INFO] You have 0 Checkstyle violations.
12:47:37 [2023-02-27T17:47:37.855Z] [INFO] 
12:47:37 [2023-02-27T17:47:37.855Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ osgi-http ---
12:47:37 [2023-02-27T17:47:37.855Z] [INFO] 
12:47:37 [2023-02-27T17:47:37.855Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ osgi-http ---
12:47:38 [2023-02-27T17:47:38.112Z] [INFO] 
12:47:38 [2023-02-27T17:47:38.112Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ osgi-http ---
12:47:38 [2023-02-27T17:47:38.112Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:47:38 [2023-02-27T17:47:38.112Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-http/src/main/resources
12:47:38 [2023-02-27T17:47:38.112Z] [INFO] 
12:47:38 [2023-02-27T17:47:38.112Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-http ---
12:47:38 [2023-02-27T17:47:38.112Z] [INFO] Changes detected - recompiling the module!
12:47:38 [2023-02-27T17:47:38.112Z] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-http/target/classes
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] 
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ osgi-http ---
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] 
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ osgi-http ---
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-http/src/test/resources
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] 
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-http ---
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] No sources to compile
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] 
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ osgi-http ---
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] No tests to run.
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] 
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-http ---
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-http/target/osgi-http.jar
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] 
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ osgi-http >>>
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] 
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ osgi-http ---
12:47:38 [2023-02-27T17:47:38.676Z] [INFO] Fork Value is true
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] Done SpotBugs Analysis....
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] 
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ osgi-http <<<
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] 
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] 
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ osgi-http ---
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] BugInstance size is 0
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] Error size is 0
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] No errors/warnings found
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] 
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ osgi-http ---
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-http/target/osgi-http.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-http/3.0.0-SNAPSHOT/osgi-http-3.0.0-SNAPSHOT.jar
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-http/3.0.0-SNAPSHOT/osgi-http-3.0.0-SNAPSHOT.pom
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] 
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] ------------< org.glassfish.fighterfish:osgi-web-container >------------
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] Building FighterFish OSGi Web Container 3.0.0-SNAPSHOT            [5/75]
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] --------------------------------[ jar ]---------------------------------
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] 
12:47:44 [2023-02-27T17:47:44.018Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ osgi-web-container ---
12:47:44 [2023-02-27T17:47:44.019Z] [INFO] 
12:47:44 [2023-02-27T17:47:44.019Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ osgi-web-container ---
12:47:44 [2023-02-27T17:47:44.019Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:47:44 [2023-02-27T17:47:44.019Z] [INFO] 
12:47:44 [2023-02-27T17:47:44.019Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ osgi-web-container ---
12:47:44 [2023-02-27T17:47:44.019Z] [INFO] 
12:47:44 [2023-02-27T17:47:44.019Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ osgi-web-container ---
12:47:44 [2023-02-27T17:47:44.582Z] [INFO] You have 0 Checkstyle violations.
12:47:44 [2023-02-27T17:47:44.582Z] [INFO] 
12:47:44 [2023-02-27T17:47:44.582Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ osgi-web-container ---
12:47:44 [2023-02-27T17:47:44.840Z] [INFO] 
12:47:44 [2023-02-27T17:47:44.840Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ osgi-web-container ---
12:47:45 [2023-02-27T17:47:45.097Z] [INFO] 
12:47:45 [2023-02-27T17:47:45.097Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ osgi-web-container ---
12:47:45 [2023-02-27T17:47:45.097Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:47:45 [2023-02-27T17:47:45.097Z] [INFO] Copying 3 resources
12:47:45 [2023-02-27T17:47:45.097Z] [INFO] 
12:47:45 [2023-02-27T17:47:45.097Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-web-container ---
12:47:45 [2023-02-27T17:47:45.097Z] [INFO] Changes detected - recompiling the module!
12:47:45 [2023-02-27T17:47:45.097Z] [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-web-container/target/classes
12:47:45 [2023-02-27T17:47:45.353Z] [INFO] 
12:47:45 [2023-02-27T17:47:45.353Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ osgi-web-container ---
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] 
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ osgi-web-container ---
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-web-container/src/test/resources
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] 
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-web-container ---
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] No sources to compile
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] 
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ osgi-web-container ---
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] No tests to run.
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] 
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-web-container ---
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-web-container/target/osgi-web-container.jar
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] 
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ osgi-web-container >>>
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] 
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ osgi-web-container ---
12:47:45 [2023-02-27T17:47:45.615Z] [INFO] Fork Value is true
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] Done SpotBugs Analysis....
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] 
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ osgi-web-container <<<
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] 
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] 
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ osgi-web-container ---
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] BugInstance size is 0
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] Error size is 0
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] No errors/warnings found
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] 
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ osgi-web-container ---
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-web-container/target/osgi-web-container.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-web-container/3.0.0-SNAPSHOT/osgi-web-container-3.0.0-SNAPSHOT.jar
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-web-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-web-container/3.0.0-SNAPSHOT/osgi-web-container-3.0.0-SNAPSHOT.pom
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] 
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] ------------< org.glassfish.fighterfish:osgi-ejb-container >------------
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] Building FighterFish OSGi EJB Support 3.0.0-SNAPSHOT              [6/75]
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] --------------------------------[ jar ]---------------------------------
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] 
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ osgi-ejb-container ---
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] 
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ osgi-ejb-container ---
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] 
12:47:50 [2023-02-27T17:47:50.897Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ osgi-ejb-container ---
12:47:50 [2023-02-27T17:47:50.898Z] [INFO] 
12:47:50 [2023-02-27T17:47:50.898Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ osgi-ejb-container ---
12:47:51 [2023-02-27T17:47:51.154Z] [INFO] You have 0 Checkstyle violations.
12:47:51 [2023-02-27T17:47:51.154Z] [INFO] 
12:47:51 [2023-02-27T17:47:51.154Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ osgi-ejb-container ---
12:47:51 [2023-02-27T17:47:51.155Z] [INFO] 
12:47:51 [2023-02-27T17:47:51.155Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ osgi-ejb-container ---
12:47:51 [2023-02-27T17:47:51.418Z] [INFO] 
12:47:51 [2023-02-27T17:47:51.418Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ osgi-ejb-container ---
12:47:51 [2023-02-27T17:47:51.418Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:47:51 [2023-02-27T17:47:51.418Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-ejb-container/src/main/resources
12:47:51 [2023-02-27T17:47:51.418Z] [INFO] 
12:47:51 [2023-02-27T17:47:51.418Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-ejb-container ---
12:47:51 [2023-02-27T17:47:51.418Z] [INFO] Changes detected - recompiling the module!
12:47:51 [2023-02-27T17:47:51.418Z] [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-ejb-container/target/classes
12:47:51 [2023-02-27T17:47:51.418Z] [INFO] 
12:47:51 [2023-02-27T17:47:51.418Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ osgi-ejb-container ---
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] 
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ osgi-ejb-container ---
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-ejb-container/src/test/resources
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] 
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-ejb-container ---
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] No sources to compile
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] 
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ osgi-ejb-container ---
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] No tests to run.
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] 
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-ejb-container ---
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-ejb-container/target/osgi-ejb-container.jar
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] 
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ osgi-ejb-container >>>
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] 
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ osgi-ejb-container ---
12:47:51 [2023-02-27T17:47:51.677Z] [INFO] Fork Value is true
12:47:55 [2023-02-27T17:47:55.036Z] [INFO] Done SpotBugs Analysis....
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] 
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ osgi-ejb-container <<<
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] 
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] 
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ osgi-ejb-container ---
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] BugInstance size is 0
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] Error size is 0
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] No errors/warnings found
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] 
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ osgi-ejb-container ---
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-ejb-container/target/osgi-ejb-container.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-ejb-container/3.0.0-SNAPSHOT/osgi-ejb-container-3.0.0-SNAPSHOT.jar
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-ejb-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-ejb-container/3.0.0-SNAPSHOT/osgi-ejb-container-3.0.0-SNAPSHOT.pom
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] 
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] ----------------< org.glassfish.fighterfish:osgi-jdbc >-----------------
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] Building FighterFish OSGi JDBC Support 3.0.0-SNAPSHOT             [7/75]
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] --------------------------------[ jar ]---------------------------------
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] 
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ osgi-jdbc ---
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] 
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ osgi-jdbc ---
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] 
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ osgi-jdbc ---
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] 
12:47:55 [2023-02-27T17:47:55.294Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ osgi-jdbc ---
12:47:55 [2023-02-27T17:47:55.551Z] [INFO] You have 0 Checkstyle violations.
12:47:55 [2023-02-27T17:47:55.551Z] [INFO] 
12:47:55 [2023-02-27T17:47:55.551Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ osgi-jdbc ---
12:47:55 [2023-02-27T17:47:55.551Z] [INFO] 
12:47:55 [2023-02-27T17:47:55.551Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ osgi-jdbc ---
12:47:55 [2023-02-27T17:47:55.819Z] [INFO] 
12:47:55 [2023-02-27T17:47:55.819Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ osgi-jdbc ---
12:47:55 [2023-02-27T17:47:55.819Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:47:55 [2023-02-27T17:47:55.819Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jdbc/src/main/resources
12:47:55 [2023-02-27T17:47:55.819Z] [INFO] 
12:47:55 [2023-02-27T17:47:55.819Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-jdbc ---
12:47:55 [2023-02-27T17:47:55.819Z] [INFO] Changes detected - recompiling the module!
12:47:55 [2023-02-27T17:47:55.819Z] [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jdbc/target/classes
12:47:55 [2023-02-27T17:47:55.819Z] [INFO] 
12:47:55 [2023-02-27T17:47:55.819Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ osgi-jdbc ---
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] 
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ osgi-jdbc ---
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jdbc/src/test/resources
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] 
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-jdbc ---
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] No sources to compile
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] 
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ osgi-jdbc ---
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] No tests to run.
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] 
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-jdbc ---
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jdbc/target/osgi-jdbc.jar
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] 
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ osgi-jdbc >>>
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] 
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ osgi-jdbc ---
12:47:56 [2023-02-27T17:47:56.077Z] [INFO] Fork Value is true
12:47:59 [2023-02-27T17:47:59.373Z] [INFO] Done SpotBugs Analysis....
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] 
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ osgi-jdbc <<<
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] 
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] 
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ osgi-jdbc ---
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] BugInstance size is 0
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] Error size is 0
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] No errors/warnings found
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] 
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ osgi-jdbc ---
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jdbc/target/osgi-jdbc.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-jdbc/3.0.0-SNAPSHOT/osgi-jdbc-3.0.0-SNAPSHOT.jar
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jdbc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-jdbc/3.0.0-SNAPSHOT/osgi-jdbc-3.0.0-SNAPSHOT.pom
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] 
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] ------------< org.glassfish.fighterfish:osgi-ee-resources >-------------
12:47:59 [2023-02-27T17:47:59.630Z] [INFO] Building FighterFish OSGi JavaEE Resources support 3.0.0-SNAPSHOT [8/75]
12:47:59 [2023-02-27T17:47:59.631Z] [INFO] --------------------------------[ jar ]---------------------------------
12:47:59 [2023-02-27T17:47:59.631Z] [INFO] 
12:47:59 [2023-02-27T17:47:59.631Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ osgi-ee-resources ---
12:47:59 [2023-02-27T17:47:59.631Z] [INFO] 
12:47:59 [2023-02-27T17:47:59.631Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ osgi-ee-resources ---
12:47:59 [2023-02-27T17:47:59.631Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:47:59 [2023-02-27T17:47:59.631Z] [INFO] 
12:47:59 [2023-02-27T17:47:59.631Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ osgi-ee-resources ---
12:47:59 [2023-02-27T17:47:59.631Z] [INFO] 
12:47:59 [2023-02-27T17:47:59.631Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ osgi-ee-resources ---
12:47:59 [2023-02-27T17:47:59.631Z] [INFO] You have 0 Checkstyle violations.
12:47:59 [2023-02-27T17:47:59.631Z] [INFO] 
12:47:59 [2023-02-27T17:47:59.631Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ osgi-ee-resources ---
12:47:59 [2023-02-27T17:47:59.887Z] [INFO] 
12:47:59 [2023-02-27T17:47:59.887Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ osgi-ee-resources ---
12:47:59 [2023-02-27T17:47:59.887Z] [INFO] 
12:47:59 [2023-02-27T17:47:59.888Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ osgi-ee-resources ---
12:47:59 [2023-02-27T17:47:59.888Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:47:59 [2023-02-27T17:47:59.888Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-ee-resources/src/main/resources
12:47:59 [2023-02-27T17:47:59.888Z] [INFO] 
12:47:59 [2023-02-27T17:47:59.888Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-ee-resources ---
12:47:59 [2023-02-27T17:47:59.888Z] [INFO] Changes detected - recompiling the module!
12:47:59 [2023-02-27T17:47:59.888Z] [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-ee-resources/target/classes
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] 
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ osgi-ee-resources ---
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] 
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ osgi-ee-resources ---
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-ee-resources/src/test/resources
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] 
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-ee-resources ---
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] No sources to compile
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] 
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ osgi-ee-resources ---
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] No tests to run.
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] 
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-ee-resources ---
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-ee-resources/target/osgi-ee-resources.jar
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] 
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ osgi-ee-resources >>>
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] 
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ osgi-ee-resources ---
12:48:00 [2023-02-27T17:48:00.145Z] [INFO] Fork Value is true
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] Done SpotBugs Analysis....
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ osgi-ee-resources <<<
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ osgi-ee-resources ---
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] BugInstance size is 0
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] Error size is 0
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] No errors/warnings found
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ osgi-ee-resources ---
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-ee-resources/target/osgi-ee-resources.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-ee-resources/3.0.0-SNAPSHOT/osgi-ee-resources-3.0.0-SNAPSHOT.jar
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-ee-resources/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-ee-resources/3.0.0-SNAPSHOT/osgi-ee-resources-3.0.0-SNAPSHOT.pom
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] -----------------< org.glassfish.fighterfish:osgi-jpa >-----------------
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] Building FighterFish OSGi JPA Support 3.0.0-SNAPSHOT              [9/75]
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] --------------------------------[ jar ]---------------------------------
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ osgi-jpa ---
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ osgi-jpa ---
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ osgi-jpa ---
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ osgi-jpa ---
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] You have 0 Checkstyle violations.
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.423Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ osgi-jpa ---
12:48:03 [2023-02-27T17:48:03.681Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.681Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ osgi-jpa ---
12:48:03 [2023-02-27T17:48:03.681Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.681Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ osgi-jpa ---
12:48:03 [2023-02-27T17:48:03.681Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:03 [2023-02-27T17:48:03.681Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jpa/src/main/resources
12:48:03 [2023-02-27T17:48:03.681Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.681Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-jpa ---
12:48:03 [2023-02-27T17:48:03.681Z] [INFO] Changes detected - recompiling the module!
12:48:03 [2023-02-27T17:48:03.681Z] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jpa/target/classes
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ osgi-jpa ---
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ osgi-jpa ---
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jpa/src/test/resources
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-jpa ---
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] No sources to compile
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ osgi-jpa ---
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] No tests to run.
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] 
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-jpa ---
12:48:03 [2023-02-27T17:48:03.938Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jpa/target/osgi-jpa.jar
12:48:04 [2023-02-27T17:48:04.196Z] [INFO] 
12:48:04 [2023-02-27T17:48:04.196Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ osgi-jpa >>>
12:48:04 [2023-02-27T17:48:04.196Z] [INFO] 
12:48:04 [2023-02-27T17:48:04.196Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ osgi-jpa ---
12:48:04 [2023-02-27T17:48:04.196Z] [INFO] Fork Value is true
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] Done SpotBugs Analysis....
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ osgi-jpa <<<
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ osgi-jpa ---
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] BugInstance size is 0
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] Error size is 0
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] No errors/warnings found
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ osgi-jpa ---
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jpa/target/osgi-jpa.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-jpa/3.0.0-SNAPSHOT/osgi-jpa-3.0.0-SNAPSHOT.jar
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jpa/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-jpa/3.0.0-SNAPSHOT/osgi-jpa-3.0.0-SNAPSHOT.pom
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] ------------< org.glassfish.fighterfish:osgi-jpa-extension >------------
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] Building FighterFish OSGi JPA SE Support 3.0.0-SNAPSHOT          [10/75]
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] --------------------------------[ jar ]---------------------------------
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ osgi-jpa-extension ---
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ osgi-jpa-extension ---
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ osgi-jpa-extension ---
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ osgi-jpa-extension ---
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] You have 0 Checkstyle violations.
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ osgi-jpa-extension ---
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.471Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ osgi-jpa-extension ---
12:48:07 [2023-02-27T17:48:07.728Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.728Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ osgi-jpa-extension ---
12:48:07 [2023-02-27T17:48:07.728Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:07 [2023-02-27T17:48:07.728Z] [INFO] Copying 1 resource
12:48:07 [2023-02-27T17:48:07.728Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.728Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-jpa-extension ---
12:48:07 [2023-02-27T17:48:07.728Z] [INFO] Changes detected - recompiling the module!
12:48:07 [2023-02-27T17:48:07.728Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jpa-extension/target/classes
12:48:07 [2023-02-27T17:48:07.728Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.728Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ osgi-jpa-extension ---
12:48:07 [2023-02-27T17:48:07.728Z] [INFO] 
12:48:07 [2023-02-27T17:48:07.728Z] [INFO] --- hk2-inhabitant-generator:2.5.0:generate-inhabitants (default) @ osgi-jpa-extension ---
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] 
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ osgi-jpa-extension ---
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jpa-extension/src/test/resources
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] 
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-jpa-extension ---
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] No sources to compile
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] 
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ osgi-jpa-extension ---
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] No tests to run.
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] 
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-jpa-extension ---
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jpa-extension/target/osgi-jpa-extension.jar
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] 
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ osgi-jpa-extension >>>
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] 
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ osgi-jpa-extension ---
12:48:08 [2023-02-27T17:48:08.657Z] [INFO] Fork Value is true
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] Done SpotBugs Analysis....
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ osgi-jpa-extension <<<
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ osgi-jpa-extension ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] BugInstance size is 0
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] Error size is 0
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] No errors/warnings found
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ osgi-jpa-extension ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jpa-extension/target/osgi-jpa-extension.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-jpa-extension/3.0.0-SNAPSHOT/osgi-jpa-extension-3.0.0-SNAPSHOT.jar
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jpa-extension/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-jpa-extension/3.0.0-SNAPSHOT/osgi-jpa-extension-3.0.0-SNAPSHOT.pom
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] -----------------< org.glassfish.fighterfish:osgi-jta >-----------------
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] Building FighterFish OSGi JTA Support 3.0.0-SNAPSHOT             [11/75]
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --------------------------------[ jar ]---------------------------------
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ osgi-jta ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ osgi-jta ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ osgi-jta ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ osgi-jta ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] You have 0 Checkstyle violations.
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ osgi-jta ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ osgi-jta ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ osgi-jta ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jta/src/main/resources
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-jta ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] Changes detected - recompiling the module!
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jta/target/classes
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ osgi-jta ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ osgi-jta ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jta/src/test/resources
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-jta ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] No sources to compile
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ osgi-jta ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] No tests to run.
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-jta ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jta/target/osgi-jta.jar
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ osgi-jta >>>
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] 
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ osgi-jta ---
12:48:11 [2023-02-27T17:48:11.220Z] [INFO] Fork Value is true
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] Done SpotBugs Analysis....
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ osgi-jta <<<
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ osgi-jta ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] BugInstance size is 0
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] Error size is 0
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] No errors/warnings found
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ osgi-jta ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jta/target/osgi-jta.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-jta/3.0.0-SNAPSHOT/osgi-jta-3.0.0-SNAPSHOT.jar
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-jta/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-jta/3.0.0-SNAPSHOT/osgi-jta-3.0.0-SNAPSHOT.pom
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] ---------------< org.glassfish.fighterfish:osgi-cdi-api >---------------
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] Building FighterFish OSGI CDI Extension 3.0.0-SNAPSHOT           [12/75]
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --------------------------------[ jar ]---------------------------------
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ osgi-cdi-api ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ osgi-cdi-api ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ osgi-cdi-api ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ osgi-cdi-api ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] You have 0 Checkstyle violations.
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ osgi-cdi-api ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ osgi-cdi-api ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ osgi-cdi-api ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-cdi-api/src/main/resources
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-cdi-api ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] Changes detected - recompiling the module!
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-cdi-api/target/classes
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ osgi-cdi-api ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ osgi-cdi-api ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-cdi-api/src/test/resources
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-cdi-api ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] No sources to compile
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ osgi-cdi-api ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] No tests to run.
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-cdi-api ---
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-cdi-api/target/osgi-cdi-api.jar
12:48:13 [2023-02-27T17:48:13.771Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.772Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ osgi-cdi-api >>>
12:48:13 [2023-02-27T17:48:13.772Z] [INFO] 
12:48:13 [2023-02-27T17:48:13.772Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ osgi-cdi-api ---
12:48:13 [2023-02-27T17:48:13.772Z] [INFO] Fork Value is true
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] Done SpotBugs Analysis....
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] 
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ osgi-cdi-api <<<
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] 
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] 
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ osgi-cdi-api ---
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] BugInstance size is 0
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] Error size is 0
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] No errors/warnings found
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] 
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ osgi-cdi-api ---
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-cdi-api/target/osgi-cdi-api.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-cdi-api/3.0.0-SNAPSHOT/osgi-cdi-api-3.0.0-SNAPSHOT.jar
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-cdi-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-cdi-api/3.0.0-SNAPSHOT/osgi-cdi-api-3.0.0-SNAPSHOT.pom
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] 
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] -----------------< org.glassfish.fighterfish:osgi-cdi >-----------------
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] Building Fishterfish OSGi CDI Support 3.0.0-SNAPSHOT             [13/75]
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] --------------------------------[ jar ]---------------------------------
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] 
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ osgi-cdi ---
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] 
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ osgi-cdi ---
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] 
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ osgi-cdi ---
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] 
12:48:15 [2023-02-27T17:48:15.679Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ osgi-cdi ---
12:48:15 [2023-02-27T17:48:15.935Z] [INFO] You have 0 Checkstyle violations.
12:48:15 [2023-02-27T17:48:15.935Z] [INFO] 
12:48:15 [2023-02-27T17:48:15.935Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ osgi-cdi ---
12:48:15 [2023-02-27T17:48:15.935Z] [INFO] 
12:48:15 [2023-02-27T17:48:15.935Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ osgi-cdi ---
12:48:15 [2023-02-27T17:48:15.935Z] [INFO] 
12:48:15 [2023-02-27T17:48:15.935Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ osgi-cdi ---
12:48:15 [2023-02-27T17:48:15.935Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:15 [2023-02-27T17:48:15.935Z] [INFO] Copying 1 resource
12:48:15 [2023-02-27T17:48:15.935Z] [INFO] 
12:48:15 [2023-02-27T17:48:15.935Z] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (default) @ osgi-cdi ---
12:48:16 [2023-02-27T17:48:16.863Z] [INFO] Unpacking /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-cdi-api/target/osgi-cdi-api.jar to /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-cdi/target/classes with includes "" and excludes "META-INF/"
12:48:17 [2023-02-27T17:48:17.120Z] [INFO] 
12:48:17 [2023-02-27T17:48:17.120Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ osgi-cdi ---
12:48:17 [2023-02-27T17:48:17.120Z] [INFO] Changes detected - recompiling the module!
12:48:17 [2023-02-27T17:48:17.120Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-cdi/target/classes
12:48:17 [2023-02-27T17:48:17.120Z] [INFO] 
12:48:17 [2023-02-27T17:48:17.120Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ osgi-cdi ---
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] 
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ osgi-cdi ---
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-cdi/src/test/resources
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] 
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ osgi-cdi ---
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] No sources to compile
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] 
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ osgi-cdi ---
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] No tests to run.
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] 
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ osgi-cdi ---
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-cdi/target/osgi-cdi.jar
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] 
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ osgi-cdi >>>
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] 
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ osgi-cdi ---
12:48:17 [2023-02-27T17:48:17.376Z] [INFO] Fork Value is true
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] Done SpotBugs Analysis....
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ osgi-cdi <<<
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ osgi-cdi ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] BugInstance size is 0
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] Error size is 0
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] No errors/warnings found
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ osgi-cdi ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-cdi/target/osgi-cdi.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-cdi/3.0.0-SNAPSHOT/osgi-cdi-3.0.0-SNAPSHOT.jar
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/module/osgi-cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/osgi-cdi/3.0.0-SNAPSHOT/osgi-cdi-3.0.0-SNAPSHOT.pom
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --------< org.glassfish.fighterfish:fighterfish-sample-parent >---------
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] Building FighterFish Samples Parent 3.0.0-SNAPSHOT               [14/75]
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --------------------------------[ pom ]---------------------------------
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-parent ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-parent ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-parent ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-parent ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] You have 0 Checkstyle violations.
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-parent ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-parent ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-parent ---
12:48:20 [2023-02-27T17:48:20.677Z] [WARNING] Ignoring project type pom - supportedProjectTypes = [bundle, jar, war, ejb]
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-parent >>>
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-parent ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-parent <<<
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-parent ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-parent ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-parent/3.0.0-SNAPSHOT/fighterfish-sample-parent-3.0.0-SNAPSHOT.pom
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] ------< org.glassfish.fighterfish:fighterfish-sample-uas-parent >-------
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] Building FighterFish Sample UAS Parent 3.0.0-SNAPSHOT            [15/75]
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --------------------------------[ pom ]---------------------------------
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-uas-parent ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-uas-parent ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-uas-parent ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-uas-parent ---
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] You have 0 Checkstyle violations.
12:48:20 [2023-02-27T17:48:20.677Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-uas-parent ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-uas-parent ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-uas-parent ---
12:48:20 [2023-02-27T17:48:20.678Z] [WARNING] Ignoring project type pom - supportedProjectTypes = [bundle, jar, war, ejb]
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-uas-parent >>>
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-uas-parent ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-uas-parent <<<
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-uas-parent ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-uas-parent ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-parent/3.0.0-SNAPSHOT/fighterfish-sample-uas-parent-3.0.0-SNAPSHOT.pom
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --------< org.glassfish.fighterfish:fighterfish-sample-uas-api >--------
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] Building FighterFish Sample UAS API 3.0.0-SNAPSHOT               [16/75]
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --------------------------------[ jar ]---------------------------------
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-uas-api ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-uas-api ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-uas-api ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-uas-api ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] You have 0 Checkstyle violations.
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-uas-api ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-uas-api ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-uas-api ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/api/src/main/resources
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-uas-api ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] Changes detected - recompiling the module!
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/api/target/classes
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-uas-api ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-uas-api ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/api/src/test/resources
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-uas-api ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] No sources to compile
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-uas-api ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] No tests to run.
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ fighterfish-sample-uas-api ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/api/target/fighterfish-sample-uas-api.jar
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-uas-api >>>
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] 
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-uas-api ---
12:48:20 [2023-02-27T17:48:20.678Z] [INFO] Fork Value is true
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] Done SpotBugs Analysis....
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-uas-api <<<
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-uas-api ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] BugInstance size is 0
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] Error size is 0
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] No errors/warnings found
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-uas-api ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/api/target/fighterfish-sample-uas-api.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-api/3.0.0-SNAPSHOT/fighterfish-sample-uas-api-3.0.0-SNAPSHOT.jar
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-api/3.0.0-SNAPSHOT/fighterfish-sample-uas-api-3.0.0-SNAPSHOT.pom
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] ---< org.glassfish.fighterfish:fighterfish-sample-uas-simpleservice >---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] Building FighterFish Sample UAS Simple OSGi Service 3.0.0-SNAPSHOT [17/75]
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --------------------------------[ jar ]---------------------------------
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-uas-simpleservice ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-uas-simpleservice ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-uas-simpleservice ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-uas-simpleservice ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] You have 0 Checkstyle violations.
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-uas-simpleservice ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-uas-simpleservice ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-uas-simpleservice ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simpleservice/src/main/resources
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-uas-simpleservice ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] Changes detected - recompiling the module!
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simpleservice/target/classes
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-uas-simpleservice ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-uas-simpleservice ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simpleservice/src/test/resources
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-uas-simpleservice ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] No sources to compile
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-uas-simpleservice ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] No tests to run.
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ fighterfish-sample-uas-simpleservice ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simpleservice/target/fighterfish-sample-uas-simpleservice.jar
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-uas-simpleservice >>>
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] 
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-uas-simpleservice ---
12:48:22 [2023-02-27T17:48:22.583Z] [INFO] Fork Value is true
12:48:24 [2023-02-27T17:48:24.478Z] [INFO] Done SpotBugs Analysis....
12:48:24 [2023-02-27T17:48:24.478Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.478Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-uas-simpleservice <<<
12:48:24 [2023-02-27T17:48:24.478Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.478Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.478Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-uas-simpleservice ---
12:48:24 [2023-02-27T17:48:24.478Z] [INFO] BugInstance size is 0
12:48:24 [2023-02-27T17:48:24.478Z] [INFO] Error size is 0
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] No errors/warnings found
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-uas-simpleservice ---
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simpleservice/target/fighterfish-sample-uas-simpleservice.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-simpleservice/3.0.0-SNAPSHOT/fighterfish-sample-uas-simpleservice-3.0.0-SNAPSHOT.jar
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simpleservice/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-simpleservice/3.0.0-SNAPSHOT/fighterfish-sample-uas-simpleservice-3.0.0-SNAPSHOT.pom
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] -----< org.glassfish.fighterfish:fighterfish-sample-uas-entities >------
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] Building FighterFish Sample UAS Entities 3.0.0-SNAPSHOT          [18/75]
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] --------------------------------[ jar ]---------------------------------
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-uas-entities ---
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-uas-entities ---
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-uas-entities ---
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-uas-entities ---
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] You have 0 Checkstyle violations.
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-uas-entities ---
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.479Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-uas-entities ---
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-uas-entities ---
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] Copying 1 resource
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-uas-entities ---
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] Changes detected - recompiling the module!
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/entities/target/classes
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-uas-entities ---
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-uas-entities ---
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/entities/src/test/resources
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-uas-entities ---
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] No sources to compile
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-uas-entities ---
12:48:24 [2023-02-27T17:48:24.735Z] [INFO] No tests to run.
12:48:24 [2023-02-27T17:48:24.736Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.736Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ fighterfish-sample-uas-entities ---
12:48:24 [2023-02-27T17:48:24.736Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/entities/target/fighterfish-sample-uas-entities.jar
12:48:24 [2023-02-27T17:48:24.736Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.736Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-uas-entities >>>
12:48:24 [2023-02-27T17:48:24.736Z] [INFO] 
12:48:24 [2023-02-27T17:48:24.736Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-uas-entities ---
12:48:24 [2023-02-27T17:48:24.736Z] [INFO] Fork Value is true
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] Done SpotBugs Analysis....
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-uas-entities <<<
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-uas-entities ---
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] BugInstance size is 0
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] Error size is 0
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] No errors/warnings found
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-uas-entities ---
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/entities/target/fighterfish-sample-uas-entities.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-entities/3.0.0-SNAPSHOT/fighterfish-sample-uas-entities-3.0.0-SNAPSHOT.jar
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/entities/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-entities/3.0.0-SNAPSHOT/fighterfish-sample-uas-entities-3.0.0-SNAPSHOT.pom
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] ----< org.glassfish.fighterfish:fighterfish-sample-uas-advservice >-----
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] Building FighterFish Sample UAS Advanced Service 3.0.0-SNAPSHOT  [19/75]
12:48:27 [2023-02-27T17:48:27.315Z] [INFO] --------------------------------[ jar ]---------------------------------
12:48:27 [2023-02-27T17:48:27.572Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.572Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-uas-advservice ---
12:48:27 [2023-02-27T17:48:27.572Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.572Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-uas-advservice ---
12:48:27 [2023-02-27T17:48:27.572Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:27 [2023-02-27T17:48:27.572Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.572Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-uas-advservice ---
12:48:27 [2023-02-27T17:48:27.572Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.572Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-uas-advservice ---
12:48:27 [2023-02-27T17:48:27.572Z] [INFO] You have 0 Checkstyle violations.
12:48:27 [2023-02-27T17:48:27.572Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.572Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-uas-advservice ---
12:48:27 [2023-02-27T17:48:27.572Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-uas-advservice ---
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-uas-advservice ---
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/advservice/src/main/resources
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-uas-advservice ---
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] Changes detected - recompiling the module!
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/advservice/target/classes
12:48:27 [2023-02-27T17:48:27.573Z] [WARNING] /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/advservice/src/main/java/org/glassfish/fighterfish/sample/uas/advservice/AdvSvcImplActivator.java:[46,21] unchecked call to ServiceTracker(org.osgi.framework.BundleContext,java.lang.String,org.osgi.util.tracker.ServiceTrackerCustomizer<S,T>) as a member of the raw type org.osgi.util.tracker.ServiceTracker
12:48:27 [2023-02-27T17:48:27.573Z] [WARNING] /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/advservice/src/main/java/org/glassfish/fighterfish/sample/uas/advservice/AdvSvcImplActivator.java:[54,22] unchecked call to ServiceTracker(org.osgi.framework.BundleContext,org.osgi.framework.Filter,org.osgi.util.tracker.ServiceTrackerCustomizer<S,T>) as a member of the raw type org.osgi.util.tracker.ServiceTracker
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-uas-advservice ---
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-uas-advservice ---
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/advservice/src/test/resources
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-uas-advservice ---
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] No sources to compile
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-uas-advservice ---
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] No tests to run.
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ fighterfish-sample-uas-advservice ---
12:48:27 [2023-02-27T17:48:27.573Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/advservice/target/fighterfish-sample-uas-advservice.jar
12:48:27 [2023-02-27T17:48:27.834Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.834Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-uas-advservice >>>
12:48:27 [2023-02-27T17:48:27.834Z] [INFO] 
12:48:27 [2023-02-27T17:48:27.834Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-uas-advservice ---
12:48:27 [2023-02-27T17:48:27.834Z] [INFO] Fork Value is true
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] Done SpotBugs Analysis....
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-uas-advservice <<<
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-uas-advservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] BugInstance size is 0
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] Error size is 0
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] No errors/warnings found
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-uas-advservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/advservice/target/fighterfish-sample-uas-advservice.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-advservice/3.0.0-SNAPSHOT/fighterfish-sample-uas-advservice-3.0.0-SNAPSHOT.jar
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/advservice/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-advservice/3.0.0-SNAPSHOT/fighterfish-sample-uas-advservice-3.0.0-SNAPSHOT.pom
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] ----< org.glassfish.fighterfish:fighterfish-sample-uas-ejbservice >-----
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] Building FighterFish Sample UAS EJB Service 3.0.0-SNAPSHOT       [20/75]
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --------------------------------[ ejb ]---------------------------------
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-uas-ejbservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-uas-ejbservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-uas-ejbservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-uas-ejbservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] You have 0 Checkstyle violations.
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-uas-ejbservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-uas-ejbservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-uas-ejbservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/ejbservice/src/main/resources
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy-entities) @ fighterfish-sample-uas-ejbservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] Unpacking /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/entities/target/fighterfish-sample-uas-entities.jar to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/ejbservice/target/classes with includes "" and excludes "**/EntitiesActivator.class"
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-uas-ejbservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] Changes detected - recompiling the module!
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/ejbservice/target/classes
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-uas-ejbservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-uas-ejbservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/ejbservice/src/test/resources
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-uas-ejbservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] No sources to compile
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-uas-ejbservice ---
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] No tests to run.
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] 
12:48:30 [2023-02-27T17:48:30.410Z] [INFO] --- maven-ejb-plugin:3.2.1:ejb (default-ejb) @ fighterfish-sample-uas-ejbservice ---
12:48:32 [2023-02-27T17:48:32.941Z] [INFO] Building EJB fighterfish-sample-uas-ejbservice with EJB version 3.1
12:48:32 [2023-02-27T17:48:32.941Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/ejbservice/target/fighterfish-sample-uas-ejbservice.jar
12:48:32 [2023-02-27T17:48:32.941Z] [INFO] 
12:48:32 [2023-02-27T17:48:32.941Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-uas-ejbservice >>>
12:48:32 [2023-02-27T17:48:32.941Z] [INFO] 
12:48:32 [2023-02-27T17:48:32.941Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-uas-ejbservice ---
12:48:32 [2023-02-27T17:48:32.941Z] [INFO] Fork Value is true
12:48:34 [2023-02-27T17:48:34.858Z] [INFO] Done SpotBugs Analysis....
12:48:34 [2023-02-27T17:48:34.858Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.858Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-uas-ejbservice <<<
12:48:34 [2023-02-27T17:48:34.858Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.858Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.858Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-uas-ejbservice ---
12:48:34 [2023-02-27T17:48:34.858Z] [INFO] BugInstance size is 0
12:48:34 [2023-02-27T17:48:34.858Z] [INFO] Error size is 0
12:48:34 [2023-02-27T17:48:34.858Z] [INFO] No errors/warnings found
12:48:34 [2023-02-27T17:48:34.858Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.858Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-uas-ejbservice ---
12:48:34 [2023-02-27T17:48:34.858Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/ejbservice/target/fighterfish-sample-uas-ejbservice.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-ejbservice/3.0.0-SNAPSHOT/fighterfish-sample-uas-ejbservice-3.0.0-SNAPSHOT.jar
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/ejbservice/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-ejbservice/3.0.0-SNAPSHOT/fighterfish-sample-uas-ejbservice-3.0.0-SNAPSHOT.pom
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] ----< org.glassfish.fighterfish:fighterfish-sample-uas-ejbservice2 >----
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] Building FighterFish Sample UAS EJB Service 2 3.0.0-SNAPSHOT     [21/75]
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --------------------------------[ ejb ]---------------------------------
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-uas-ejbservice2 ---
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-uas-ejbservice2 ---
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-uas-ejbservice2 ---
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-uas-ejbservice2 ---
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] You have 0 Checkstyle violations.
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-uas-ejbservice2 ---
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-uas-ejbservice2 ---
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-uas-ejbservice2 ---
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] Copying 1 resource
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-uas-ejbservice2 ---
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] Changes detected - recompiling the module!
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/ejbservice2/target/classes
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-uas-ejbservice2 ---
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-uas-ejbservice2 ---
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/ejbservice2/src/test/resources
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-uas-ejbservice2 ---
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] No sources to compile
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-uas-ejbservice2 ---
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] No tests to run.
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --- maven-ejb-plugin:3.2.1:ejb (default-ejb) @ fighterfish-sample-uas-ejbservice2 ---
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] Building EJB fighterfish-sample-uas-ejbservice2 with EJB version 3.1
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/ejbservice2/target/fighterfish-sample-uas-ejbservice2.jar
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-uas-ejbservice2 >>>
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] 
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-uas-ejbservice2 ---
12:48:34 [2023-02-27T17:48:34.859Z] [INFO] Fork Value is true
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] Done SpotBugs Analysis....
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] 
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-uas-ejbservice2 <<<
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] 
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] 
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-uas-ejbservice2 ---
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] BugInstance size is 0
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] Error size is 0
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] No errors/warnings found
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] 
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-uas-ejbservice2 ---
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/ejbservice2/target/fighterfish-sample-uas-ejbservice2.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-ejbservice2/3.0.0-SNAPSHOT/fighterfish-sample-uas-ejbservice2-3.0.0-SNAPSHOT.jar
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/ejbservice2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-ejbservice2/3.0.0-SNAPSHOT/fighterfish-sample-uas-ejbservice2-3.0.0-SNAPSHOT.pom
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] 
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] -----< org.glassfish.fighterfish:fighterfish-sample-uas-simplewab >-----
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] Building FighterFish Sample UAS Simple Web App Bundle 3.0.0-SNAPSHOT [22/75]
12:48:36 [2023-02-27T17:48:36.753Z] [INFO] --------------------------------[ war ]---------------------------------
12:48:37 [2023-02-27T17:48:37.025Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-uas-simplewab ---
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-uas-simplewab ---
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-uas-simplewab ---
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-uas-simplewab ---
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] You have 0 Checkstyle violations.
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-uas-simplewab ---
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-uas-simplewab ---
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-uas-simplewab ---
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplewab/src/main/resources
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-uas-simplewab ---
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] Changes detected - recompiling the module!
12:48:37 [2023-02-27T17:48:37.026Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplewab/target/classes
12:48:37 [2023-02-27T17:48:37.282Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.282Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-uas-simplewab ---
12:48:37 [2023-02-27T17:48:37.282Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.282Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-uas-simplewab ---
12:48:37 [2023-02-27T17:48:37.282Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:37 [2023-02-27T17:48:37.282Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplewab/src/test/resources
12:48:37 [2023-02-27T17:48:37.282Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.282Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-uas-simplewab ---
12:48:37 [2023-02-27T17:48:37.282Z] [INFO] No sources to compile
12:48:37 [2023-02-27T17:48:37.282Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.282Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-uas-simplewab ---
12:48:37 [2023-02-27T17:48:37.282Z] [INFO] No tests to run.
12:48:37 [2023-02-27T17:48:37.282Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.282Z] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ fighterfish-sample-uas-simplewab ---
12:48:37 [2023-02-27T17:48:37.845Z] [INFO] Packaging webapp
12:48:37 [2023-02-27T17:48:37.845Z] [INFO] Assembling webapp [fighterfish-sample-uas-simplewab] in [/home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplewab/target/fighterfish-sample-uas-simplewab]
12:48:37 [2023-02-27T17:48:37.845Z] [info] Copying manifest...
12:48:37 [2023-02-27T17:48:37.845Z] [INFO] Processing war project
12:48:37 [2023-02-27T17:48:37.845Z] [INFO] Copying webapp resources [/home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplewab/src/main/webapp]
12:48:37 [2023-02-27T17:48:37.845Z] [INFO] Building war: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplewab/target/fighterfish-sample-uas-simplewab.war
12:48:37 [2023-02-27T17:48:37.845Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.845Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-uas-simplewab >>>
12:48:37 [2023-02-27T17:48:37.845Z] [INFO] 
12:48:37 [2023-02-27T17:48:37.845Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-uas-simplewab ---
12:48:37 [2023-02-27T17:48:37.845Z] [INFO] Fork Value is true
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] Done SpotBugs Analysis....
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-uas-simplewab <<<
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-uas-simplewab ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] BugInstance size is 0
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] Error size is 0
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] No errors/warnings found
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-uas-simplewab ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplewab/target/fighterfish-sample-uas-simplewab.war to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-simplewab/3.0.0-SNAPSHOT/fighterfish-sample-uas-simplewab-3.0.0-SNAPSHOT.war
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplewab/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-simplewab/3.0.0-SNAPSHOT/fighterfish-sample-uas-simplewab-3.0.0-SNAPSHOT.pom
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --< org.glassfish.fighterfish:fighterfish-sample-uas-simplewabfragment >--
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] Building FighterFish Sample UAS Simple WAB Fragment 3.0.0-SNAPSHOT [23/75]
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --------------------------------[ jar ]---------------------------------
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-uas-simplewabfragment ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-uas-simplewabfragment ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-uas-simplewabfragment ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-uas-simplewabfragment ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] You have 0 Checkstyle violations.
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-uas-simplewabfragment ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-uas-simplewabfragment ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-uas-simplewabfragment ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] Copying 1 resource
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-uas-simplewabfragment ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] Changes detected - recompiling the module!
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplewabfragment/target/classes
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-uas-simplewabfragment ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-uas-simplewabfragment ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplewabfragment/src/test/resources
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-uas-simplewabfragment ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] No sources to compile
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-uas-simplewabfragment ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] No tests to run.
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ fighterfish-sample-uas-simplewabfragment ---
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplewabfragment/target/fighterfish-sample-uas-simplewabfragment.jar
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-uas-simplewabfragment >>>
12:48:40 [2023-02-27T17:48:40.382Z] [INFO] 
12:48:40 [2023-02-27T17:48:40.383Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-uas-simplewabfragment ---
12:48:40 [2023-02-27T17:48:40.383Z] [INFO] Fork Value is true
12:48:42 [2023-02-27T17:48:42.282Z] [INFO] Done SpotBugs Analysis....
12:48:42 [2023-02-27T17:48:42.282Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.282Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-uas-simplewabfragment <<<
12:48:42 [2023-02-27T17:48:42.282Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.282Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.282Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-uas-simplewabfragment ---
12:48:42 [2023-02-27T17:48:42.282Z] [INFO] BugInstance size is 0
12:48:42 [2023-02-27T17:48:42.282Z] [INFO] Error size is 0
12:48:42 [2023-02-27T17:48:42.282Z] [INFO] No errors/warnings found
12:48:42 [2023-02-27T17:48:42.282Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.282Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-uas-simplewabfragment ---
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplewabfragment/target/fighterfish-sample-uas-simplewabfragment.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-simplewabfragment/3.0.0-SNAPSHOT/fighterfish-sample-uas-simplewabfragment-3.0.0-SNAPSHOT.jar
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplewabfragment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-simplewabfragment/3.0.0-SNAPSHOT/fighterfish-sample-uas-simplewabfragment-3.0.0-SNAPSHOT.pom
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] ----< org.glassfish.fighterfish:fighterfish-sample-uas-simplejaxrs >----
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] Building FighterFish Sample UAS Simple JAXRS Webapp 3.0.0-SNAPSHOT [24/75]
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] --------------------------------[ war ]---------------------------------
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-uas-simplejaxrs ---
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-uas-simplejaxrs ---
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-uas-simplejaxrs ---
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-uas-simplejaxrs ---
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] You have 0 Checkstyle violations.
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-uas-simplejaxrs ---
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-uas-simplejaxrs ---
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-uas-simplejaxrs ---
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplejaxrs/src/main/resources
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-uas-simplejaxrs ---
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] Changes detected - recompiling the module!
12:48:42 [2023-02-27T17:48:42.283Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplejaxrs/target/classes
12:48:42 [2023-02-27T17:48:42.539Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.539Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-uas-simplejaxrs ---
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-uas-simplejaxrs ---
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplejaxrs/src/test/resources
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-uas-simplejaxrs ---
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] No sources to compile
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-uas-simplejaxrs ---
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] No tests to run.
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ fighterfish-sample-uas-simplejaxrs ---
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] Packaging webapp
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] Assembling webapp [fighterfish-sample-uas-simplejaxrs] in [/home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplejaxrs/target/fighterfish-sample-uas-simplejaxrs]
12:48:42 [2023-02-27T17:48:42.540Z] [info] Copying manifest...
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] Processing war project
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] Copying webapp resources [/home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplejaxrs/src/main/webapp]
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] Building war: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplejaxrs/target/fighterfish-sample-uas-simplejaxrs.war
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-uas-simplejaxrs >>>
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] 
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-uas-simplejaxrs ---
12:48:42 [2023-02-27T17:48:42.540Z] [INFO] Fork Value is true
12:48:44 [2023-02-27T17:48:44.454Z] [INFO] Done SpotBugs Analysis....
12:48:44 [2023-02-27T17:48:44.454Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.454Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-uas-simplejaxrs <<<
12:48:44 [2023-02-27T17:48:44.454Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.454Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.454Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-uas-simplejaxrs ---
12:48:44 [2023-02-27T17:48:44.454Z] [INFO] BugInstance size is 0
12:48:44 [2023-02-27T17:48:44.454Z] [INFO] Error size is 0
12:48:44 [2023-02-27T17:48:44.454Z] [INFO] No errors/warnings found
12:48:44 [2023-02-27T17:48:44.454Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.454Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-uas-simplejaxrs ---
12:48:44 [2023-02-27T17:48:44.454Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplejaxrs/target/fighterfish-sample-uas-simplejaxrs.war to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-simplejaxrs/3.0.0-SNAPSHOT/fighterfish-sample-uas-simplejaxrs-3.0.0-SNAPSHOT.war
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/uas/simplejaxrs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-uas-simplejaxrs/3.0.0-SNAPSHOT/fighterfish-sample-uas-simplejaxrs-3.0.0-SNAPSHOT.pom
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] ----< org.glassfish.fighterfish:fighterfish-sample-osgijdbc-parent >----
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] Building FighterFish Sample OSGi/JDBC Parent 3.0.0-SNAPSHOT      [25/75]
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --------------------------------[ pom ]---------------------------------
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-osgijdbc-parent ---
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-osgijdbc-parent ---
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-osgijdbc-parent ---
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-osgijdbc-parent ---
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] You have 0 Checkstyle violations.
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-osgijdbc-parent ---
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-osgijdbc-parent ---
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-osgijdbc-parent ---
12:48:44 [2023-02-27T17:48:44.455Z] [WARNING] Ignoring project type pom - supportedProjectTypes = [bundle, jar, war, ejb]
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-osgijdbc-parent >>>
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-osgijdbc-parent ---
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-osgijdbc-parent <<<
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-osgijdbc-parent ---
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-osgijdbc-parent ---
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgijdbc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-osgijdbc-parent/3.0.0-SNAPSHOT/fighterfish-sample-osgijdbc-parent-3.0.0-SNAPSHOT.pom
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --< org.glassfish.fighterfish:fighterfish-sample-osgijdbc-helloworld >--
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] Building FighterFish Sample OSGi/JDBC HelloWorld 3.0.0-SNAPSHOT  [26/75]
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --------------------------------[ jar ]---------------------------------
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] You have 0 Checkstyle violations.
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.455Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgijdbc/helloworld/src/main/resources
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] Changes detected - recompiling the module!
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgijdbc/helloworld/target/classes
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgijdbc/helloworld/src/test/resources
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] No sources to compile
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] No tests to run.
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgijdbc/helloworld/target/fighterfish-sample-osgijdbc-helloworld.jar
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-osgijdbc-helloworld >>>
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] 
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:44 [2023-02-27T17:48:44.711Z] [INFO] Fork Value is true
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] Done SpotBugs Analysis....
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-osgijdbc-helloworld <<<
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] BugInstance size is 0
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] Error size is 0
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] No errors/warnings found
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-osgijdbc-helloworld ---
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgijdbc/helloworld/target/fighterfish-sample-osgijdbc-helloworld.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-osgijdbc-helloworld/3.0.0-SNAPSHOT/fighterfish-sample-osgijdbc-helloworld-3.0.0-SNAPSHOT.jar
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgijdbc/helloworld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-osgijdbc-helloworld/3.0.0-SNAPSHOT/fighterfish-sample-osgijdbc-helloworld-3.0.0-SNAPSHOT.pom
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] ----< org.glassfish.fighterfish:fighterfish-sample-osgijta-parent >-----
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] Building FighterFish Sample OSGi/JTA Parent 3.0.0-SNAPSHOT       [27/75]
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] --------------------------------[ pom ]---------------------------------
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-osgijta-parent ---
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-osgijta-parent ---
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-osgijta-parent ---
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-osgijta-parent ---
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] You have 0 Checkstyle violations.
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-osgijta-parent ---
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-osgijta-parent ---
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-osgijta-parent ---
12:48:46 [2023-02-27T17:48:46.605Z] [WARNING] Ignoring project type pom - supportedProjectTypes = [bundle, jar, war, ejb]
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-osgijta-parent >>>
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-osgijta-parent ---
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.605Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-osgijta-parent <<<
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-osgijta-parent ---
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-osgijta-parent ---
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgijta/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-osgijta-parent/3.0.0-SNAPSHOT/fighterfish-sample-osgijta-parent-3.0.0-SNAPSHOT.pom
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] --< org.glassfish.fighterfish:fighterfish-sample-osgijta-helloworld >---
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] Building FighterFish Sample OSGi/JTA HelloWorld 3.0.0-SNAPSHOT   [28/75]
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] --------------------------------[ jar ]---------------------------------
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-osgijta-helloworld ---
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-osgijta-helloworld ---
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-osgijta-helloworld ---
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.606Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-osgijta-helloworld ---
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] You have 0 Checkstyle violations.
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-osgijta-helloworld ---
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-osgijta-helloworld ---
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-osgijta-helloworld ---
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgijta/helloworld/src/main/resources
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-osgijta-helloworld ---
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] Changes detected - recompiling the module!
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgijta/helloworld/target/classes
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-osgijta-helloworld ---
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-osgijta-helloworld ---
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgijta/helloworld/src/test/resources
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-osgijta-helloworld ---
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] No sources to compile
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-osgijta-helloworld ---
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] No tests to run.
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ fighterfish-sample-osgijta-helloworld ---
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgijta/helloworld/target/fighterfish-sample-osgijta-helloworld.jar
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-osgijta-helloworld >>>
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] 
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-osgijta-helloworld ---
12:48:46 [2023-02-27T17:48:46.863Z] [INFO] Fork Value is true
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] Done SpotBugs Analysis....
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-osgijta-helloworld <<<
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-osgijta-helloworld ---
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] BugInstance size is 0
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] Error size is 0
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] No errors/warnings found
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-osgijta-helloworld ---
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgijta/helloworld/target/fighterfish-sample-osgijta-helloworld.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-osgijta-helloworld/3.0.0-SNAPSHOT/fighterfish-sample-osgijta-helloworld-3.0.0-SNAPSHOT.jar
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgijta/helloworld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-osgijta-helloworld/3.0.0-SNAPSHOT/fighterfish-sample-osgijta-helloworld-3.0.0-SNAPSHOT.pom
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] ----< org.glassfish.fighterfish:fighterfish-sample-osgihttp-parent >----
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] Building FighterFish Sample OSGi/HTTP Parent 3.0.0-SNAPSHOT      [29/75]
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --------------------------------[ pom ]---------------------------------
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-osgihttp-parent ---
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-osgihttp-parent ---
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-osgihttp-parent ---
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-osgihttp-parent ---
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] You have 0 Checkstyle violations.
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-osgihttp-parent ---
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-osgihttp-parent ---
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-osgihttp-parent ---
12:48:48 [2023-02-27T17:48:48.756Z] [WARNING] Ignoring project type pom - supportedProjectTypes = [bundle, jar, war, ejb]
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-osgihttp-parent >>>
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-osgihttp-parent ---
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-osgihttp-parent <<<
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-osgihttp-parent ---
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-osgihttp-parent ---
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgihttp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-osgihttp-parent/3.0.0-SNAPSHOT/fighterfish-sample-osgihttp-parent-3.0.0-SNAPSHOT.pom
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --< org.glassfish.fighterfish:fighterfish-sample-osgihttp-helloworld >--
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] Building FighterFish Sample OSGi/HTTP Hello World 3.0.0-SNAPSHOT [30/75]
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --------------------------------[ jar ]---------------------------------
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-osgihttp-helloworld ---
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.756Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-osgihttp-helloworld ---
12:48:48 [2023-02-27T17:48:48.757Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:48 [2023-02-27T17:48:48.757Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.757Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-osgihttp-helloworld ---
12:48:48 [2023-02-27T17:48:48.757Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.757Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-osgihttp-helloworld ---
12:48:48 [2023-02-27T17:48:48.757Z] [INFO] You have 0 Checkstyle violations.
12:48:48 [2023-02-27T17:48:48.757Z] [INFO] 
12:48:48 [2023-02-27T17:48:48.757Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-osgihttp-helloworld ---
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] 
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-osgihttp-helloworld ---
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] 
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-osgihttp-helloworld ---
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] Copying 2 resources
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] 
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-osgihttp-helloworld ---
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] Changes detected - recompiling the module!
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgihttp/helloworld/target/classes
12:48:49 [2023-02-27T17:48:49.013Z] [WARNING] /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgihttp/helloworld/src/main/java/org/glassfish/fighterfish/sample/osgihttp/helloworld/HelloWorldHttpMain.java:[89,27] unchecked method invocation: constructor <init> in class org.osgi.service.event.Event is applied to given types
12:48:49 [2023-02-27T17:48:49.013Z]   required: java.lang.String,java.util.Map<java.lang.String,?>
12:48:49 [2023-02-27T17:48:49.013Z]   found: java.lang.String,java.util.Map
12:48:49 [2023-02-27T17:48:49.013Z] [WARNING] /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgihttp/helloworld/src/main/java/org/glassfish/fighterfish/sample/osgihttp/helloworld/HelloWorldHttpMain.java:[90,41] unchecked conversion
12:48:49 [2023-02-27T17:48:49.013Z]   required: java.util.Map<java.lang.String,?>
12:48:49 [2023-02-27T17:48:49.013Z]   found:    java.util.Map
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] 
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-osgihttp-helloworld ---
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] 
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-osgihttp-helloworld ---
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgihttp/helloworld/src/test/resources
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] 
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-osgihttp-helloworld ---
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] No sources to compile
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] 
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-osgihttp-helloworld ---
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] No tests to run.
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] 
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ fighterfish-sample-osgihttp-helloworld ---
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgihttp/helloworld/target/fighterfish-sample-osgihttp-helloworld.jar
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] 
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-osgihttp-helloworld >>>
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] 
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-osgihttp-helloworld ---
12:48:49 [2023-02-27T17:48:49.013Z] [INFO] Fork Value is true
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] Done SpotBugs Analysis....
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-osgihttp-helloworld <<<
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-osgihttp-helloworld ---
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] BugInstance size is 0
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] Error size is 0
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] No errors/warnings found
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-osgihttp-helloworld ---
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgihttp/helloworld/target/fighterfish-sample-osgihttp-helloworld.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-osgihttp-helloworld/3.0.0-SNAPSHOT/fighterfish-sample-osgihttp-helloworld-3.0.0-SNAPSHOT.jar
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/osgihttp/helloworld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-osgihttp-helloworld/3.0.0-SNAPSHOT/fighterfish-sample-osgihttp-helloworld-3.0.0-SNAPSHOT.pom
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] ---< org.glassfish.fighterfish:fighterfish-sample-embeddedgf-parent >---
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] Building FighterFish Sample Embedded GF Parent 3.0.0-SNAPSHOT    [31/75]
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --------------------------------[ pom ]---------------------------------
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-embeddedgf-parent ---
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-embeddedgf-parent ---
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-embeddedgf-parent ---
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-embeddedgf-parent ---
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] You have 0 Checkstyle violations.
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-embeddedgf-parent ---
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-embeddedgf-parent ---
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-embeddedgf-parent ---
12:48:51 [2023-02-27T17:48:51.545Z] [WARNING] Ignoring project type pom - supportedProjectTypes = [bundle, jar, war, ejb]
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-embeddedgf-parent >>>
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-embeddedgf-parent ---
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-embeddedgf-parent <<<
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-embeddedgf-parent ---
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-embeddedgf-parent ---
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-embeddedgf-parent/3.0.0-SNAPSHOT/fighterfish-sample-embeddedgf-parent-3.0.0-SNAPSHOT.pom
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --< org.glassfish.fighterfish:fighterfish-sample-embeddedgf-helloworld >--
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] Building FighterFish Sample Embedded GF HelloWorld 3.0.0-SNAPSHOT [32/75]
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --------------------------------[ jar ]---------------------------------
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:51 [2023-02-27T17:48:51.545Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] You have 0 Checkstyle violations.
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/helloworld/src/main/resources
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:51 [2023-02-27T17:48:51.546Z] [INFO] Changes detected - recompiling the module!
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/helloworld/target/classes
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/helloworld/src/test/resources
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] No sources to compile
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] No tests to run.
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] Building jar: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/helloworld/target/fighterfish-sample-embeddedgf-helloworld.jar
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-embeddedgf-helloworld >>>
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] 
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:51 [2023-02-27T17:48:51.802Z] [INFO] Fork Value is true
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] Done SpotBugs Analysis....
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] 
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-embeddedgf-helloworld <<<
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] 
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] 
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] BugInstance size is 0
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] Error size is 0
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] No errors/warnings found
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] 
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-embeddedgf-helloworld ---
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/helloworld/target/fighterfish-sample-embeddedgf-helloworld.jar to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-embeddedgf-helloworld/3.0.0-SNAPSHOT/fighterfish-sample-embeddedgf-helloworld-3.0.0-SNAPSHOT.jar
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/helloworld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-embeddedgf-helloworld/3.0.0-SNAPSHOT/fighterfish-sample-embeddedgf-helloworld-3.0.0-SNAPSHOT.pom
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] 
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] --< org.glassfish.fighterfish:fighterfish-sample-embeddedgf-webosgibridge >--
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] Building FighterFish Sample Embedded GF Web/OSGi Bridge 3.0.0-SNAPSHOT [33/75]
12:48:53 [2023-02-27T17:48:53.695Z] [INFO] --------------------------------[ war ]---------------------------------
12:48:53 [2023-02-27T17:48:53.953Z] [INFO] 
12:48:53 [2023-02-27T17:48:53.953Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:53 [2023-02-27T17:48:53.953Z] [INFO] 
12:48:53 [2023-02-27T17:48:53.953Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:53 [2023-02-27T17:48:53.953Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:53 [2023-02-27T17:48:53.953Z] [INFO] 
12:48:53 [2023-02-27T17:48:53.953Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:53 [2023-02-27T17:48:53.953Z] [INFO] 
12:48:53 [2023-02-27T17:48:53.953Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:53 [2023-02-27T17:48:53.953Z] [INFO] You have 0 Checkstyle violations.
12:48:53 [2023-02-27T17:48:53.953Z] [INFO] 
12:48:53 [2023-02-27T17:48:53.953Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:53 [2023-02-27T17:48:53.953Z] [INFO] 
12:48:53 [2023-02-27T17:48:53.953Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:54 [2023-02-27T17:48:54.209Z] [INFO] 
12:48:54 [2023-02-27T17:48:54.209Z] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (copy-jars) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:54 [2023-02-27T17:48:54.209Z] [INFO] Copying org.osgi.core-6.0.0.jar to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/target/WEB-INF/lib/org.osgi.core-6.0.0.jar
12:48:54 [2023-02-27T17:48:54.209Z] [INFO] 
12:48:54 [2023-02-27T17:48:54.209Z] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (copy-bundles) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:54 [2023-02-27T17:48:54.209Z] [INFO] Copying org.apache.felix.gogo.command-1.1.2.jar to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/target/bundles/org.apache.felix.gogo.command-1.1.2.jar
12:48:54 [2023-02-27T17:48:54.209Z] [INFO] Copying org.apache.felix.gogo.shell-1.1.4.jar to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/target/bundles/org.apache.felix.gogo.shell-1.1.4.jar
12:48:54 [2023-02-27T17:48:54.209Z] [INFO] Copying org.apache.felix.gogo.runtime-1.1.6.jar to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/target/bundles/org.apache.felix.gogo.runtime-1.1.6.jar
12:48:54 [2023-02-27T17:48:54.209Z] [INFO] 
12:48:54 [2023-02-27T17:48:54.209Z] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (copy-osgi-framework) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:54 [2023-02-27T17:48:54.209Z] [INFO] Copying org.apache.felix.framework-5.6.10.jar to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/target/osgi-framework/org.apache.felix.framework-5.6.10.jar
12:48:54 [2023-02-27T17:48:54.209Z] [INFO] 
12:48:54 [2023-02-27T17:48:54.209Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/src/main/resources
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] 
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] Changes detected - recompiling the module!
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/target/classes
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] 
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] 
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/src/test/resources
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] 
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] No sources to compile
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] 
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] No tests to run.
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] 
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] Packaging webapp
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] Assembling webapp [fighterfish-sample-embeddedgf-webosgibridge] in [/home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/target/fighterfish-sample-embeddedgf-webosgibridge]
12:48:54 [2023-02-27T17:48:54.210Z] [info] Copying manifest...
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] Processing war project
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] Copying webapp webResources [/home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/target/bundles] to [/home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/target/fighterfish-sample-embeddedgf-webosgibridge]
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] Copying webapp webResources [/home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/target/osgi-framework] to [/home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/target/fighterfish-sample-embeddedgf-webosgibridge]
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] Copying webapp resources [/home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/src/main/webapp]
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] Building war: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/target/fighterfish-sample-embeddedgf-webosgibridge.war
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] 
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-embeddedgf-webosgibridge >>>
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] 
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:54 [2023-02-27T17:48:54.210Z] [INFO] Fork Value is true
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] Done SpotBugs Analysis....
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-embeddedgf-webosgibridge <<<
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] BugInstance size is 0
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] Error size is 0
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] No errors/warnings found
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-embeddedgf-webosgibridge ---
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/target/fighterfish-sample-embeddedgf-webosgibridge.war to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-embeddedgf-webosgibridge/3.0.0-SNAPSHOT/fighterfish-sample-embeddedgf-webosgibridge-3.0.0-SNAPSHOT.war
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/webosgibridge/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-embeddedgf-webosgibridge/3.0.0-SNAPSHOT/fighterfish-sample-embeddedgf-webosgibridge-3.0.0-SNAPSHOT.pom
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] --< org.glassfish.fighterfish:fighterfish-sample-embeddedgf-provisionerwebapp >--
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] Building FighterFish Sample Embedded GF Provisioner Webapp 3.0.0-SNAPSHOT [34/75]
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] --------------------------------[ war ]---------------------------------
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] You have 0 Checkstyle violations.
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:57 [2023-02-27T17:48:57.518Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/provisionerwebapp/src/main/resources
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] Changes detected - recompiling the module!
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/provisionerwebapp/target/classes
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/provisionerwebapp/src/test/resources
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] No sources to compile
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] No tests to run.
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] Packaging webapp
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] Assembling webapp [fighterfish-sample-embeddedgf-provisionerwebapp] in [/home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/provisionerwebapp/target/fighterfish-sample-embeddedgf-provisionerwebapp]
12:48:57 [2023-02-27T17:48:57.519Z] [info] Copying manifest...
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] Processing war project
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] Copying webapp resources [/home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/provisionerwebapp/src/main/webapp]
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] Building war: /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/provisionerwebapp/target/fighterfish-sample-embeddedgf-provisionerwebapp.war
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-sample-embeddedgf-provisionerwebapp >>>
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] 
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:57 [2023-02-27T17:48:57.519Z] [INFO] Fork Value is true
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] Done SpotBugs Analysis....
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-sample-embeddedgf-provisionerwebapp <<<
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] BugInstance size is 0
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] Error size is 0
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] No errors/warnings found
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-sample-embeddedgf-provisionerwebapp ---
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/provisionerwebapp/target/fighterfish-sample-embeddedgf-provisionerwebapp.war to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-embeddedgf-provisionerwebapp/3.0.0-SNAPSHOT/fighterfish-sample-embeddedgf-provisionerwebapp-3.0.0-SNAPSHOT.war
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/sample/embeddedgf/provisionerwebapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-sample-embeddedgf-provisionerwebapp/3.0.0-SNAPSHOT/fighterfish-sample-embeddedgf-provisionerwebapp-3.0.0-SNAPSHOT.pom
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] ---------< org.glassfish.fighterfish:fighterfish-test-parent >----------
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] Building FighterFish Test Parent 3.0.0-SNAPSHOT                  [35/75]
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] --------------------------------[ pom ]---------------------------------
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-test-parent ---
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-test-parent ---
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-test-parent ---
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-test-parent ---
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] You have 0 Checkstyle violations.
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-test-parent ---
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.411Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-test-parent ---
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ fighterfish-test-parent ---
12:48:59 [2023-02-27T17:48:59.667Z] [WARNING] Ignoring project type pom - supportedProjectTypes = [bundle, jar, war, ejb]
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] >>> spotbugs-maven-plugin:4.7.3.2:check (default) > :spotbugs @ fighterfish-test-parent >>>
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:spotbugs (spotbugs) @ fighterfish-test-parent ---
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] <<< spotbugs-maven-plugin:4.7.3.2:check (default) < :spotbugs @ fighterfish-test-parent <<<
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] --- spotbugs-maven-plugin:4.7.3.2:check (default) @ fighterfish-test-parent ---
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ fighterfish-test-parent ---
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] Installing /home/jenkins/agent/workspace/fighterfish_PR-46/test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/fighterfish/fighterfish-test-parent/3.0.0-SNAPSHOT/fighterfish-test-parent-3.0.0-SNAPSHOT.pom
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] 
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] ----------< org.glassfish.fighterfish:fighterfish-test-util >-----------
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] Building FighterFish Test Util 3.0.0-SNAPSHOT                    [36/75]
12:48:59 [2023-02-27T17:48:59.667Z] [INFO] --------------------------------[ jar ]---------------------------------
12:49:01 [2023-02-27T17:49:01.034Z] [INFO] 
12:49:01 [2023-02-27T17:49:01.034Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fighterfish-test-util ---
12:49:01 [2023-02-27T17:49:01.034Z] [INFO] 
12:49:01 [2023-02-27T17:49:01.034Z] [INFO] --- directory-maven-plugin:1.0:highest-basedir (generate-top-parent-basedir) @ fighterfish-test-util ---
12:49:01 [2023-02-27T17:49:01.034Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/fighterfish_PR-46
12:49:01 [2023-02-27T17:49:01.034Z] [INFO] 
12:49:01 [2023-02-27T17:49:01.034Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (default) @ fighterfish-test-util ---
12:49:01 [2023-02-27T17:49:01.034Z] [INFO] 
12:49:01 [2023-02-27T17:49:01.034Z] [INFO] --- maven-checkstyle-plugin:3.2.1:check (run-checkstyle) @ fighterfish-test-util ---
12:49:01 [2023-02-27T17:49:01.291Z] [INFO] You have 0 Checkstyle violations.
12:49:01 [2023-02-27T17:49:01.291Z] [INFO] 
12:49:01 [2023-02-27T17:49:01.291Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ fighterfish-test-util ---
12:49:01 [2023-02-27T17:49:01.547Z] /home/jenkins/agent/workspace/fighterfish_PR-46/test/util/src/main/java/org/glassfish/fighterfish/test/util/ZipUtil.java: Copyright year is wrong; is 2019, should be 2022
12:49:01 [2023-02-27T17:49:01.547Z] [INFO] 
12:49:01 [2023-02-27T17:49:01.547Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ fighterfish-test-util ---
12:49:01 [2023-02-27T17:49:01.803Z] [ERROR] Errors: 1
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] ------------------------------------------------------------------------
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] Reactor Summary for FighterFish Parent 3.0.0-SNAPSHOT:
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] 
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish Parent ................................. SUCCESS [  6.241 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish Module Parent .......................... SUCCESS [  0.130 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish OSGi JavaEE Base Module ................ SUCCESS [ 11.931 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish OSGi HTTP Service ...................... SUCCESS [ 12.451 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish OSGi Web Container ..................... SUCCESS [  7.187 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish OSGi EJB Support ....................... SUCCESS [  4.239 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish OSGi JDBC Support ...................... SUCCESS [  4.347 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish OSGi JavaEE Resources support .......... SUCCESS [  3.591 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish OSGi JPA Support ....................... SUCCESS [  4.184 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish OSGi JPA SE Support .................... SUCCESS [  3.446 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish OSGi JTA Support ....................... SUCCESS [  2.585 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish OSGI CDI Extension ..................... SUCCESS [  2.137 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] Fishterfish OSGi CDI Support ....................... SUCCESS [  4.792 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish Samples Parent ......................... SUCCESS [  0.054 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish Sample UAS Parent ...................... SUCCESS [  0.063 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish Sample UAS API ......................... SUCCESS [  1.946 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish Sample UAS Simple OSGi Service ......... SUCCESS [  2.116 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish Sample UAS Entities .................... SUCCESS [  2.986 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish Sample UAS Advanced Service ............ SUCCESS [  2.525 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish Sample UAS EJB Service ................. SUCCESS [  4.873 s]
12:49:01 [2023-02-27T17:49:01.803Z] [INFO] FighterFish Sample UAS EJB Service 2 ............... SUCCESS [  2.061 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample UAS Simple Web App Bundle ....... SUCCESS [  3.172 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample UAS Simple WAB Fragment ......... SUCCESS [  2.096 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample UAS Simple JAXRS Webapp ......... SUCCESS [  2.285 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample OSGi/JDBC Parent ................ SUCCESS [  0.063 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample OSGi/JDBC HelloWorld ............ SUCCESS [  2.161 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample OSGi/JTA Parent ................. SUCCESS [  0.051 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample OSGi/JTA HelloWorld ............. SUCCESS [  2.058 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample OSGi/HTTP Parent ................ SUCCESS [  0.050 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample OSGi/HTTP Hello World ........... SUCCESS [  2.695 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample Embedded GF Parent .............. SUCCESS [  0.067 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample Embedded GF HelloWorld .......... SUCCESS [  2.058 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample Embedded GF Web/OSGi Bridge ..... SUCCESS [  3.278 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample Embedded GF Provisioner Webapp .. SUCCESS [  2.415 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test Parent ............................ SUCCESS [  0.272 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test Util .............................. FAILURE [  2.231 s]
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample Testing Parent .................. SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample Testing Failsafe ................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Sample Testing Surefire ................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test OSGi CT Misc Bundle Parent ........ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test OSGi CT Misc Bundle Servlet 2.5 ... SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test OSGi CT Misc Bundle Delay ......... SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App Parent ........................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 0 ............................. SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 1 ............................. SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 2 ............................. SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 3 ............................. SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 4 ............................. SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 5 ............................. SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 6 Entities .................... SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 6 ............................. SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 7 ............................. SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 8 Entities .................... SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 8 ............................. SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 10 bean ....................... SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 9 ............................. SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 10 ............................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 11 ............................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 11 EJB ........................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 12 Fragment ................... SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 12 ............................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 13 ............................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 14 ............................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 15 ............................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 16 Entities ................... SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 16 Message Producer ........... SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 16 mdb ........................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 16 ............................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 17 ............................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 18 ............................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 19 ............................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test App 20 ............................ SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Test Integration Tests ................. SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Experimental Parent .................... SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] FighterFish Experiment OBR Builder ................. SKIPPED
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] ------------------------------------------------------------------------
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] BUILD FAILURE
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] ------------------------------------------------------------------------
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] Total time:  01:50 min
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] Finished at: 2023-02-27T17:49:01Z
12:49:01 [2023-02-27T17:49:01.804Z] [INFO] ------------------------------------------------------------------------
12:49:01 [2023-02-27T17:49:01.804Z] [ERROR] Failed to execute goal org.glassfish.copyright:glassfish-copyright-maven-plugin:2.4:check (check-copyright) on project fighterfish-test-util: Copyright checking failed -> [Help 1]
12:49:01 [2023-02-27T17:49:01.804Z] [ERROR] 
12:49:01 [2023-02-27T17:49:01.804Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
12:49:01 [2023-02-27T17:49:01.804Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
12:49:01 [2023-02-27T17:49:01.804Z] [ERROR] 
12:49:01 [2023-02-27T17:49:01.804Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
12:49:01 [2023-02-27T17:49:01.804Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
12:49:01 [2023-02-27T17:49:01.804Z] [ERROR] 
12:49:01 [2023-02-27T17:49:01.804Z] [ERROR] After correcting the problems, you can resume the build with the command
12:49:01 [2023-02-27T17:49:01.804Z] [ERROR]   mvn <args> -rf :fighterfish-test-util
[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
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE