Skip to content
Success

Console Output

Push event to branch master
05:51:34 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from d5519b55802f5f16fe3ef79d38ac5e1be11ac62b
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-2hrc8 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-2hrc8"
  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-2hrc8"
    - 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-2hrc8"
    - 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-2hrc8 in /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
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-woodstock.git
 > git init /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-woodstock.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-woodstock.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision d5519b55802f5f16fe3ef79d38ac5e1be11ac62b (master)
Commit message: "Merge pull request #1428 from pzygielo/copyrights"
 > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-woodstock.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d5519b55802f5f16fe3ef79d38ac5e1be11ac62b # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master d5519b55802f5f16fe3ef79d38ac5e1be11ac62b # timeout=10
 > git rev-list --no-walk 5461c6951bcb405f838ac52fd47f5587dc413843 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
05:51:51 [2022-11-29T10:51:51.220Z] Timeout set to expire in 40 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] node
 > git clean -fdx # timeout=10
05:52:06 [2022-11-29T10:52:06.242Z] Still waiting to schedule task
05:52:06 [2022-11-29T10:52:06.243Z] Waiting for next available executor
05:52:14 [2022-11-29T10:52:14.091Z] Agent basic-62235 is provisioned from template basic
05:52:14 [2022-11-29T10:52:14.091Z] ---
05:52:14 [2022-11-29T10:52:14.092Z] apiVersion: "v1"
05:52:14 [2022-11-29T10:52:14.092Z] kind: "Pod"
05:52:14 [2022-11-29T10:52:14.092Z] metadata:
05:52:14 [2022-11-29T10:52:14.092Z]   annotations: {}
05:52:14 [2022-11-29T10:52:14.092Z]   labels:
05:52:14 [2022-11-29T10:52:14.092Z]     jenkins: "slave"
05:52:14 [2022-11-29T10:52:14.092Z]     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
05:52:14 [2022-11-29T10:52:14.092Z]     jenkins/label: "basic"
05:52:14 [2022-11-29T10:52:14.092Z]   name: "basic-62235"
05:52:14 [2022-11-29T10:52:14.092Z]   namespace: "glassfish"
05:52:14 [2022-11-29T10:52:14.092Z] spec:
05:52:14 [2022-11-29T10:52:14.092Z]   containers:
05:52:14 [2022-11-29T10:52:14.092Z]   - env:
05:52:14 [2022-11-29T10:52:14.092Z]     - name: "JENKINS_SECRET"
05:52:14 [2022-11-29T10:52:14.092Z]       value: "********"
05:52:14 [2022-11-29T10:52:14.092Z]     - name: "JENKINS_TUNNEL"
05:52:14 [2022-11-29T10:52:14.092Z]       value: "jenkins-discovery.glassfish.svc.cluster.local:50000"
05:52:14 [2022-11-29T10:52:14.092Z]     - name: "JENKINS_AGENT_NAME"
05:52:14 [2022-11-29T10:52:14.092Z]       value: "basic-62235"
05:52:14 [2022-11-29T10:52:14.092Z]     - name: "JENKINS_REMOTING_JAVA_OPTS"
05:52:14 [2022-11-29T10:52:14.092Z]       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
05:52:14 [2022-11-29T10:52:14.092Z]         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
05:52:14 [2022-11-29T10:52:14.092Z]     - name: "JAVA_TOOL_OPTIONS"
05:52:14 [2022-11-29T10:52:14.092Z]       value: ""
05:52:14 [2022-11-29T10:52:14.092Z]     - name: "_JAVA_OPTIONS"
05:52:14 [2022-11-29T10:52:14.092Z]       value: ""
05:52:14 [2022-11-29T10:52:14.092Z]     - name: "OPENJ9_JAVA_OPTIONS"
05:52:14 [2022-11-29T10:52:14.092Z]       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
05:52:14 [2022-11-29T10:52:14.092Z]     - name: "JENKINS_NAME"
05:52:14 [2022-11-29T10:52:14.092Z]       value: "basic-62235"
05:52:14 [2022-11-29T10:52:14.092Z]     - name: "JENKINS_AGENT_WORKDIR"
05:52:14 [2022-11-29T10:52:14.092Z]       value: "/home/jenkins/agent"
05:52:14 [2022-11-29T10:52:14.092Z]     - name: "JENKINS_URL"
05:52:14 [2022-11-29T10:52:14.092Z]       value: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/"
05:52:14 [2022-11-29T10:52:14.092Z]     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
05:52:14 [2022-11-29T10:52:14.092Z]     imagePullPolicy: "Always"
05:52:14 [2022-11-29T10:52:14.092Z]     name: "jnlp"
05:52:14 [2022-11-29T10:52:14.092Z]     resources:
05:52:14 [2022-11-29T10:52:14.092Z]       limits:
05:52:14 [2022-11-29T10:52:14.092Z]         cpu: "2000m"
05:52:14 [2022-11-29T10:52:14.092Z]         memory: "4096Mi"
05:52:14 [2022-11-29T10:52:14.092Z]       requests:
05:52:14 [2022-11-29T10:52:14.092Z]         cpu: "1000m"
05:52:14 [2022-11-29T10:52:14.092Z]         memory: "4096Mi"
05:52:14 [2022-11-29T10:52:14.092Z]     tty: true
05:52:14 [2022-11-29T10:52:14.092Z]     volumeMounts:
05:52:14 [2022-11-29T10:52:14.092Z]     - mountPath: "/home/jenkins/.m2/toolchains.xml"
05:52:14 [2022-11-29T10:52:14.092Z]       name: "m2-dir"
05:52:14 [2022-11-29T10:52:14.092Z]       readOnly: true
05:52:14 [2022-11-29T10:52:14.092Z]       subPath: "toolchains.xml"
05:52:14 [2022-11-29T10:52:14.092Z]     - mountPath: "/home/jenkins/.mavenrc"
05:52:14 [2022-11-29T10:52:14.092Z]       name: "m2-dir"
05:52:14 [2022-11-29T10:52:14.092Z]       readOnly: true
05:52:14 [2022-11-29T10:52:14.092Z]       subPath: ".mavenrc"
05:52:14 [2022-11-29T10:52:14.092Z]     - mountPath: "/opt/tools"
05:52:14 [2022-11-29T10:52:14.092Z]       name: "volume-0"
05:52:14 [2022-11-29T10:52:14.092Z]       readOnly: false
05:52:14 [2022-11-29T10:52:14.092Z]     - mountPath: "/home/jenkins"
05:52:14 [2022-11-29T10:52:14.092Z]       name: "volume-2"
05:52:14 [2022-11-29T10:52:14.092Z]       readOnly: false
05:52:14 [2022-11-29T10:52:14.092Z]     - mountPath: "/home/jenkins/.m2/repository"
05:52:14 [2022-11-29T10:52:14.092Z]       name: "volume-3"
05:52:14 [2022-11-29T10:52:14.092Z]       readOnly: false
05:52:14 [2022-11-29T10:52:14.092Z]     - mountPath: "/home/jenkins/.m2/settings-security.xml"
05:52:14 [2022-11-29T10:52:14.092Z]       name: "m2-secret-dir"
05:52:14 [2022-11-29T10:52:14.092Z]       readOnly: true
05:52:14 [2022-11-29T10:52:14.092Z]       subPath: "settings-security.xml"
05:52:14 [2022-11-29T10:52:14.092Z]     - mountPath: "/home/jenkins/.m2/wrapper"
05:52:14 [2022-11-29T10:52:14.092Z]       name: "volume-4"
05:52:14 [2022-11-29T10:52:14.092Z]       readOnly: false
05:52:14 [2022-11-29T10:52:14.092Z]     - mountPath: "/home/jenkins/.m2/settings.xml"
05:52:14 [2022-11-29T10:52:14.092Z]       name: "m2-secret-dir"
05:52:14 [2022-11-29T10:52:14.092Z]       readOnly: true
05:52:14 [2022-11-29T10:52:14.092Z]       subPath: "settings.xml"
05:52:14 [2022-11-29T10:52:14.092Z]     - mountPath: "/home/jenkins/.ssh"
05:52:14 [2022-11-29T10:52:14.092Z]       name: "volume-1"
05:52:14 [2022-11-29T10:52:14.092Z]       readOnly: false
05:52:14 [2022-11-29T10:52:14.092Z]       subPath: ""
05:52:14 [2022-11-29T10:52:14.092Z]     - mountPath: "/home/jenkins/agent"
05:52:14 [2022-11-29T10:52:14.092Z]       name: "workspace-volume"
05:52:14 [2022-11-29T10:52:14.092Z]       readOnly: false
05:52:14 [2022-11-29T10:52:14.092Z]     workingDir: "/home/jenkins/agent"
05:52:14 [2022-11-29T10:52:14.092Z]   nodeSelector:
05:52:14 [2022-11-29T10:52:14.092Z]     kubernetes.io/os: "linux"
05:52:14 [2022-11-29T10:52:14.092Z]   restartPolicy: "Never"
05:52:14 [2022-11-29T10:52:14.092Z]   volumes:
05:52:14 [2022-11-29T10:52:14.092Z]   - name: "volume-0"
05:52:14 [2022-11-29T10:52:14.092Z]     persistentVolumeClaim:
05:52:14 [2022-11-29T10:52:14.092Z]       claimName: "tools-claim-jiro-glassfish"
05:52:14 [2022-11-29T10:52:14.092Z]       readOnly: true
05:52:14 [2022-11-29T10:52:14.092Z]   - name: "m2-secret-dir"
05:52:14 [2022-11-29T10:52:14.092Z]     secret:
05:52:14 [2022-11-29T10:52:14.092Z]       secretName: "m2-secret-dir"
05:52:14 [2022-11-29T10:52:14.092Z]   - emptyDir:
05:52:14 [2022-11-29T10:52:14.092Z]       medium: ""
05:52:14 [2022-11-29T10:52:14.092Z]     name: "volume-2"
05:52:14 [2022-11-29T10:52:14.092Z]   - configMap:
05:52:14 [2022-11-29T10:52:14.092Z]       name: "m2-dir"
05:52:14 [2022-11-29T10:52:14.092Z]     name: "m2-dir"
05:52:14 [2022-11-29T10:52:14.092Z]   - configMap:
05:52:14 [2022-11-29T10:52:14.092Z]       name: "known-hosts"
05:52:14 [2022-11-29T10:52:14.092Z]     name: "volume-1"
05:52:14 [2022-11-29T10:52:14.092Z]   - emptyDir:
05:52:14 [2022-11-29T10:52:14.092Z]       medium: ""
05:52:14 [2022-11-29T10:52:14.092Z]     name: "workspace-volume"
05:52:14 [2022-11-29T10:52:14.092Z]   - emptyDir:
05:52:14 [2022-11-29T10:52:14.092Z]       medium: ""
05:52:14 [2022-11-29T10:52:14.092Z]     name: "volume-4"
05:52:14 [2022-11-29T10:52:14.092Z]   - emptyDir:
05:52:14 [2022-11-29T10:52:14.092Z]       medium: ""
05:52:14 [2022-11-29T10:52:14.092Z]     name: "volume-3"
05:52:14 [2022-11-29T10:52:14.092Z] 
05:52:15 [2022-11-29T10:52:15.372Z] Running on basic-62235 in /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master
[Pipeline] {
[Pipeline] checkout
05:52:15 [2022-11-29T10:52:15.432Z] The recommended git tool is: git
05:52:17 [2022-11-29T10:52:17.840Z] using credential github-bot
05:52:17 [2022-11-29T10:52:17.847Z] Cloning the remote Git repository
05:52:17 [2022-11-29T10:52:17.847Z] Cloning with configured refspecs honoured and without tags
05:52:18 [2022-11-29T10:52:18.351Z] Cloning repository https://github.com/eclipse-ee4j/glassfish-woodstock.git
05:52:18 [2022-11-29T10:52:18.374Z]  > git init /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master # timeout=10
05:52:18 [2022-11-29T10:52:18.394Z] Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-woodstock.git
05:52:18 [2022-11-29T10:52:18.395Z]  > git --version # timeout=10
05:52:18 [2022-11-29T10:52:18.398Z]  > git --version # 'git version 2.20.1'
05:52:18 [2022-11-29T10:52:18.398Z] using GIT_ASKPASS to set credentials GitHub bot (username/token)
05:52:18 [2022-11-29T10:52:18.400Z]  > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/glassfish-woodstock.git +refs/heads/master:refs/remotes/origin/master # timeout=10
05:52:19 [2022-11-29T10:52:19.676Z] Avoid second fetch
05:52:19 [2022-11-29T10:52:19.676Z] Checking out Revision d5519b55802f5f16fe3ef79d38ac5e1be11ac62b (master)
05:52:20 [2022-11-29T10:52:20.152Z] Commit message: "Merge pull request #1428 from pzygielo/copyrights"
05:52:20 [2022-11-29T10:52:20.152Z] Cleaning workspace
05:52:19 [2022-11-29T10:52:19.264Z]  > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-woodstock.git # timeout=10
05:52:19 [2022-11-29T10:52:19.269Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
05:52:19 [2022-11-29T10:52:19.686Z]  > git config core.sparsecheckout # timeout=10
05:52:19 [2022-11-29T10:52:19.692Z]  > git checkout -f d5519b55802f5f16fe3ef79d38ac5e1be11ac62b # timeout=10
05:52:19 [2022-11-29T10:52:19.849Z]  > git branch -a -v --no-abbrev # timeout=10
05:52:19 [2022-11-29T10:52:19.858Z]  > git checkout -b master d5519b55802f5f16fe3ef79d38ac5e1be11ac62b # timeout=10
05:52:20 [2022-11-29T10:52:20.157Z]  > git rev-parse --verify HEAD # timeout=10
05:52:20 [2022-11-29T10:52:20.163Z] Resetting working tree
05:52:20 [2022-11-29T10:52:20.164Z]  > git reset --hard # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
05:52:21 [2022-11-29T10:52:21.093Z] + mvn --batch-mode clean install -Pcheckstyle,copyright
05:52:20 [2022-11-29T10:52:20.303Z]  > git clean -fdx # timeout=10
05:52:23 [2022-11-29T10:52:23.650Z] [INFO] Scanning for projects...
05:52:24 [2022-11-29T10:52:24.620Z] [INFO] ------------------------------------------------------------------------
05:52:24 [2022-11-29T10:52:24.620Z] [INFO] Reactor Build Order:
05:52:24 [2022-11-29T10:52:24.620Z] [INFO] 
05:52:24 [2022-11-29T10:52:24.620Z] [INFO] Woodstock Parent                                                   [pom]
05:52:24 [2022-11-29T10:52:24.620Z] [INFO] Woodstock Design Time                                              [jar]
05:52:24 [2022-11-29T10:52:24.620Z] [INFO] Woodstock WebUI Jakarta Faces                                      [jar]
05:52:24 [2022-11-29T10:52:24.620Z] [INFO] Woodstock WebUI Jakarta Faces Suntheme                             [jar]
05:52:24 [2022-11-29T10:52:24.620Z] [INFO] Woodstock External                                                 [pom]
05:52:24 [2022-11-29T10:52:24.620Z] [INFO] Dojo JS Repackaged                                                 [jar]
05:52:24 [2022-11-29T10:52:24.620Z] [INFO] Woodstock Example                                                  [war]
05:52:24 [2022-11-29T10:52:24.886Z] [INFO] 
05:52:24 [2022-11-29T10:52:24.886Z] [INFO] --------------< org.glassfish.woodstock:woodstock-parent >--------------
05:52:24 [2022-11-29T10:52:24.886Z] [INFO] Building Woodstock Parent 6.0.0-SNAPSHOT                           [1/7]
05:52:24 [2022-11-29T10:52:24.886Z] [INFO] --------------------------------[ pom ]---------------------------------
05:52:25 [2022-11-29T10:52:25.828Z] [INFO] 
05:52:25 [2022-11-29T10:52:25.828Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ woodstock-parent ---
05:52:25 [2022-11-29T10:52:25.828Z] [INFO] 
05:52:25 [2022-11-29T10:52:25.828Z] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (generate-top-parent-basedir) @ woodstock-parent ---
05:52:27 [2022-11-29T10:52:27.740Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master
05:52:27 [2022-11-29T10:52:27.740Z] [INFO] 
05:52:27 [2022-11-29T10:52:27.740Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (default) @ woodstock-parent ---
05:52:29 [2022-11-29T10:52:29.657Z] [INFO] 
05:52:29 [2022-11-29T10:52:29.657Z] [INFO] --- maven-checkstyle-plugin:2.17:check (run-checkstyle) @ woodstock-parent ---
05:52:37 [2022-11-29T10:52:37.847Z] [INFO] 
05:52:37 [2022-11-29T10:52:37.847Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ woodstock-parent ---
05:52:37 [2022-11-29T10:52:37.847Z] [INFO] 
05:52:37 [2022-11-29T10:52:37.847Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ woodstock-parent ---
05:52:37 [2022-11-29T10:52:37.847Z] [INFO] 
05:52:37 [2022-11-29T10:52:37.847Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ woodstock-parent ---
05:52:38 [2022-11-29T10:52:38.107Z] [INFO] Installing /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/pom.xml to /home/jenkins/.m2/repository/org/glassfish/woodstock/woodstock-parent/6.0.0-SNAPSHOT/woodstock-parent-6.0.0-SNAPSHOT.pom
05:52:38 [2022-11-29T10:52:38.107Z] [INFO] 
05:52:38 [2022-11-29T10:52:38.107Z] [INFO] ----------------< org.glassfish.woodstock:woodstock-dt >----------------
05:52:38 [2022-11-29T10:52:38.107Z] [INFO] Building Woodstock Design Time 6.0.0-SNAPSHOT                      [2/7]
05:52:38 [2022-11-29T10:52:38.107Z] [INFO] --------------------------------[ jar ]---------------------------------
05:52:39 [2022-11-29T10:52:39.087Z] [INFO] 
05:52:39 [2022-11-29T10:52:39.087Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ woodstock-dt ---
05:52:39 [2022-11-29T10:52:39.087Z] [INFO] 
05:52:39 [2022-11-29T10:52:39.087Z] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (generate-top-parent-basedir) @ woodstock-dt ---
05:52:39 [2022-11-29T10:52:39.087Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master
05:52:39 [2022-11-29T10:52:39.087Z] [INFO] 
05:52:39 [2022-11-29T10:52:39.087Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (default) @ woodstock-dt ---
05:52:39 [2022-11-29T10:52:39.087Z] [INFO] 
05:52:39 [2022-11-29T10:52:39.087Z] [INFO] --- maven-checkstyle-plugin:2.17:check (run-checkstyle) @ woodstock-dt ---
05:52:40 [2022-11-29T10:52:40.530Z] [INFO] 
05:52:40 [2022-11-29T10:52:40.530Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ woodstock-dt ---
05:52:43 [2022-11-29T10:52:43.070Z] [INFO] 
05:52:43 [2022-11-29T10:52:43.070Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ woodstock-dt ---
05:52:44 [2022-11-29T10:52:44.976Z] [INFO] 
05:52:44 [2022-11-29T10:52:44.976Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ woodstock-dt ---
05:52:45 [2022-11-29T10:52:45.543Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:52:45 [2022-11-29T10:52:45.543Z] [INFO] Copying 7 resources
05:52:45 [2022-11-29T10:52:45.543Z] [INFO] 
05:52:45 [2022-11-29T10:52:45.543Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ woodstock-dt ---
05:52:45 [2022-11-29T10:52:45.802Z] [INFO] Changes detected - recompiling the module!
05:52:45 [2022-11-29T10:52:45.802Z] [INFO] Compiling 67 source files to /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-dt/target/classes
05:52:48 [2022-11-29T10:52:48.417Z] [INFO] /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-dt/src/main/java/com/sun/faces/mirror/FacesAnnotationProcessor.java: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-dt/src/main/java/com/sun/faces/mirror/FacesAnnotationProcessor.java uses or overrides a deprecated API.
05:52:48 [2022-11-29T10:52:48.417Z] [INFO] /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-dt/src/main/java/com/sun/faces/mirror/FacesAnnotationProcessor.java: Recompile with -Xlint:deprecation for details.
05:52:48 [2022-11-29T10:52:48.417Z] [INFO] 
05:52:48 [2022-11-29T10:52:48.417Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ woodstock-dt ---
05:52:48 [2022-11-29T10:52:48.417Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:52:48 [2022-11-29T10:52:48.417Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-dt/src/test/resources
05:52:48 [2022-11-29T10:52:48.417Z] [INFO] 
05:52:48 [2022-11-29T10:52:48.417Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ woodstock-dt ---
05:52:48 [2022-11-29T10:52:48.417Z] [INFO] Changes detected - recompiling the module!
05:52:48 [2022-11-29T10:52:48.417Z] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-dt/target/test-classes
05:52:48 [2022-11-29T10:52:48.417Z] [INFO] 
05:52:48 [2022-11-29T10:52:48.417Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (testCompile-phase2) @ woodstock-dt ---
05:52:48 [2022-11-29T10:52:48.417Z] [INFO] Changes detected - recompiling the module!
05:52:48 [2022-11-29T10:52:48.417Z] [INFO] Compiling 102 source files to /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-dt/target/test-classes
05:52:50 [2022-11-29T10:52:50.355Z] [INFO] 
05:52:50 [2022-11-29T10:52:50.355Z] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ woodstock-dt ---
05:52:51 [2022-11-29T10:52:51.736Z] [INFO] 
05:52:51 [2022-11-29T10:52:51.736Z] [INFO] -------------------------------------------------------
05:52:51 [2022-11-29T10:52:51.736Z] [INFO]  T E S T S
05:52:51 [2022-11-29T10:52:51.736Z] [INFO] -------------------------------------------------------
05:52:51 [2022-11-29T10:52:51.995Z] [INFO] Running org.example.DefaultPropertyTest
05:52:52 [2022-11-29T10:52:52.288Z] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.example.DefaultPropertyTest
05:52:52 [2022-11-29T10:52:52.288Z] [INFO] Running org.example.ComponentIntrospectionTest
05:52:52 [2022-11-29T10:52:52.547Z] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.example.ComponentIntrospectionTest
05:52:52 [2022-11-29T10:52:52.547Z] [INFO] Running org.example.NonDefaultPropertyTest
05:52:52 [2022-11-29T10:52:52.547Z] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.example.NonDefaultPropertyTest
05:52:52 [2022-11-29T10:52:52.547Z] [INFO] Running org.example.EventInheritanceTest
05:52:52 [2022-11-29T10:52:52.547Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.example.EventInheritanceTest
05:52:52 [2022-11-29T10:52:52.805Z] [INFO] 
05:52:52 [2022-11-29T10:52:52.805Z] [INFO] Results:
05:52:52 [2022-11-29T10:52:52.805Z] [INFO] 
05:52:52 [2022-11-29T10:52:52.805Z] [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0
05:52:52 [2022-11-29T10:52:52.805Z] [INFO] 
05:52:52 [2022-11-29T10:52:52.805Z] [INFO] 
05:52:52 [2022-11-29T10:52:52.805Z] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ woodstock-dt ---
05:52:53 [2022-11-29T10:52:53.743Z] [INFO] Building jar: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-dt/target/woodstock-dt.jar
05:52:54 [2022-11-29T10:52:54.001Z] [INFO] 
05:52:54 [2022-11-29T10:52:54.001Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ woodstock-dt ---
05:52:54 [2022-11-29T10:52:54.001Z] [INFO] Installing /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-dt/target/woodstock-dt.jar to /home/jenkins/.m2/repository/org/glassfish/woodstock/woodstock-dt/6.0.0-SNAPSHOT/woodstock-dt-6.0.0-SNAPSHOT.jar
05:52:54 [2022-11-29T10:52:54.001Z] [INFO] Installing /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-dt/pom.xml to /home/jenkins/.m2/repository/org/glassfish/woodstock/woodstock-dt/6.0.0-SNAPSHOT/woodstock-dt-6.0.0-SNAPSHOT.pom
05:52:54 [2022-11-29T10:52:54.001Z] [INFO] 
05:52:54 [2022-11-29T10:52:54.001Z] [INFO] ------------< org.glassfish.woodstock:woodstock-webui-jsf >-------------
05:52:54 [2022-11-29T10:52:54.001Z] [INFO] Building Woodstock WebUI Jakarta Faces 6.0.0-SNAPSHOT              [3/7]
05:52:54 [2022-11-29T10:52:54.001Z] [INFO] --------------------------------[ jar ]---------------------------------
05:52:55 [2022-11-29T10:52:55.387Z] [INFO] 
05:52:55 [2022-11-29T10:52:55.387Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ woodstock-webui-jsf ---
05:52:55 [2022-11-29T10:52:55.387Z] [INFO] 
05:52:55 [2022-11-29T10:52:55.387Z] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (generate-top-parent-basedir) @ woodstock-webui-jsf ---
05:52:55 [2022-11-29T10:52:55.387Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master
05:52:55 [2022-11-29T10:52:55.387Z] [INFO] 
05:52:55 [2022-11-29T10:52:55.387Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (default) @ woodstock-webui-jsf ---
05:52:55 [2022-11-29T10:52:55.387Z] [INFO] 
05:52:55 [2022-11-29T10:52:55.387Z] [INFO] --- maven-checkstyle-plugin:2.17:check (run-checkstyle) @ woodstock-webui-jsf ---
05:53:03 [2022-11-29T10:53:03.520Z] [INFO] 
05:53:03 [2022-11-29T10:53:03.520Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ woodstock-webui-jsf ---
05:53:08 [2022-11-29T10:53:08.791Z] [INFO] 
05:53:08 [2022-11-29T10:53:08.791Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ woodstock-webui-jsf ---
05:53:12 [2022-11-29T10:53:12.081Z] [INFO] 
05:53:12 [2022-11-29T10:53:12.081Z] [INFO] --- build-helper-maven-plugin:3.1.0:add-source (add-commons-fileupload-src) @ woodstock-webui-jsf ---
05:53:12 [2022-11-29T10:53:12.340Z] [INFO] Source directory: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-webui-jsf/target/commons-fileupload-src added.
05:53:12 [2022-11-29T10:53:12.340Z] [INFO] 
05:53:12 [2022-11-29T10:53:12.340Z] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack_commons-fileupload_sources) @ woodstock-webui-jsf ---
05:53:14 [2022-11-29T10:53:14.879Z] [INFO] Configured Artifact: commons-fileupload:commons-fileupload:sources:1.4:jar
05:53:15 [2022-11-29T10:53:15.137Z] [INFO] Unpacking /home/jenkins/.m2/repository/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4-sources.jar to /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-webui-jsf/target/commons-fileupload-src with includes "" and excludes ""
05:53:15 [2022-11-29T10:53:15.137Z] [INFO] 
05:53:15 [2022-11-29T10:53:15.137Z] [INFO] --- replacer:1.5.3:replace (default) @ woodstock-webui-jsf ---
05:53:15 [2022-11-29T10:53:15.703Z] [INFO] Replacement run on 39 files.
05:53:15 [2022-11-29T10:53:15.703Z] [INFO] 
05:53:15 [2022-11-29T10:53:15.703Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ woodstock-webui-jsf ---
05:53:15 [2022-11-29T10:53:15.703Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:53:15 [2022-11-29T10:53:15.703Z] [INFO] Copying 5 resources
05:53:15 [2022-11-29T10:53:15.703Z] [INFO] 
05:53:15 [2022-11-29T10:53:15.703Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ woodstock-webui-jsf ---
05:53:15 [2022-11-29T10:53:15.703Z] [INFO] Changes detected - recompiling the module!
05:53:15 [2022-11-29T10:53:15.703Z] [INFO] Compiling 362 source files to /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-webui-jsf/target/classes
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-webui-jsf/src/main/java/com/sun/webui/jsf/component/WebuiCommand.java: Some input files use or override a deprecated API.
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-webui-jsf/src/main/java/com/sun/webui/jsf/component/WebuiCommand.java: Recompile with -Xlint:deprecation for details.
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] 
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ woodstock-webui-jsf ---
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-webui-jsf/src/test/resources
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] 
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ woodstock-webui-jsf ---
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] No sources to compile
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] 
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ woodstock-webui-jsf ---
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] No tests to run.
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] 
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ woodstock-webui-jsf ---
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] Building jar: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-webui-jsf/target/woodstock-webui-jsf.jar
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] 
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ woodstock-webui-jsf ---
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] Installing /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-webui-jsf/target/woodstock-webui-jsf.jar to /home/jenkins/.m2/repository/org/glassfish/woodstock/woodstock-webui-jsf/6.0.0-SNAPSHOT/woodstock-webui-jsf-6.0.0-SNAPSHOT.jar
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] Installing /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-webui-jsf/pom.xml to /home/jenkins/.m2/repository/org/glassfish/woodstock/woodstock-webui-jsf/6.0.0-SNAPSHOT/woodstock-webui-jsf-6.0.0-SNAPSHOT.pom
05:53:27 [2022-11-29T10:53:27.948Z] [INFO] 
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] --------< org.glassfish.woodstock:woodstock-webui-jsf-suntheme >--------
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] Building Woodstock WebUI Jakarta Faces Suntheme 6.0.0-SNAPSHOT     [4/7]
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] --------------------------------[ jar ]---------------------------------
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] 
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ woodstock-webui-jsf-suntheme ---
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] 
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (generate-top-parent-basedir) @ woodstock-webui-jsf-suntheme ---
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] 
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (default) @ woodstock-webui-jsf-suntheme ---
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] 
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] --- maven-checkstyle-plugin:2.17:check (run-checkstyle) @ woodstock-webui-jsf-suntheme ---
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] 
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ woodstock-webui-jsf-suntheme ---
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] 
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ woodstock-webui-jsf-suntheme ---
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] 
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ woodstock-webui-jsf-suntheme ---
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] Copying 1 resource
05:53:27 [2022-11-29T10:53:27.949Z] [INFO] Copying 337 resources to com/sun/webui/jsf/suntheme
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ woodstock-webui-jsf-suntheme ---
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] No sources to compile
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ woodstock-webui-jsf-suntheme ---
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-webui-jsf-suntheme/src/test/resources
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ woodstock-webui-jsf-suntheme ---
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] No sources to compile
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ woodstock-webui-jsf-suntheme ---
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] No tests to run.
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ woodstock-webui-jsf-suntheme ---
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] Building jar: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-webui-jsf-suntheme/target/woodstock-webui-jsf-suntheme.jar
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ woodstock-webui-jsf-suntheme ---
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] Installing /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-webui-jsf-suntheme/target/woodstock-webui-jsf-suntheme.jar to /home/jenkins/.m2/repository/org/glassfish/woodstock/woodstock-webui-jsf-suntheme/6.0.0-SNAPSHOT/woodstock-webui-jsf-suntheme-6.0.0-SNAPSHOT.jar
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] Installing /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-webui-jsf-suntheme/pom.xml to /home/jenkins/.m2/repository/org/glassfish/woodstock/woodstock-webui-jsf-suntheme/6.0.0-SNAPSHOT/woodstock-webui-jsf-suntheme-6.0.0-SNAPSHOT.pom
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] --------< org.glassfish.woodstock.external:woodstock-external >---------
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] Building Woodstock External 6.0.0-SNAPSHOT                         [5/7]
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] --------------------------------[ pom ]---------------------------------
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ woodstock-external ---
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (generate-top-parent-basedir) @ woodstock-external ---
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (default) @ woodstock-external ---
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.207Z] [INFO] --- maven-checkstyle-plugin:2.17:check (run-checkstyle) @ woodstock-external ---
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ woodstock-external ---
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ woodstock-external ---
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ woodstock-external ---
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] Installing /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-external/pom.xml to /home/jenkins/.m2/repository/org/glassfish/woodstock/external/woodstock-external/6.0.0-SNAPSHOT/woodstock-external-6.0.0-SNAPSHOT.pom
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] ---------------< org.glassfish.woodstock.external:dojo >----------------
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] Building Dojo JS Repackaged 6.0.0-SNAPSHOT                         [6/7]
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] --------------------------------[ jar ]---------------------------------
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dojo ---
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (generate-top-parent-basedir) @ dojo ---
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (default) @ dojo ---
05:53:28 [2022-11-29T10:53:28.465Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.466Z] [INFO] --- maven-checkstyle-plugin:2.17:check (run-checkstyle) @ dojo ---
05:53:28 [2022-11-29T10:53:28.728Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.728Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ dojo ---
05:53:28 [2022-11-29T10:53:28.728Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.728Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ dojo ---
05:53:28 [2022-11-29T10:53:28.728Z] [INFO] 
05:53:28 [2022-11-29T10:53:28.728Z] [INFO] --- maven-dependency-plugin:3.1.2:unpack (default) @ dojo ---
05:53:28 [2022-11-29T10:53:28.728Z] [INFO] Configured Artifact: org.dojotoolkit:dojo:distribution:1.15.0:zip
05:53:29 [2022-11-29T10:53:29.297Z] [INFO] Unpacking /home/jenkins/.m2/repository/org/dojotoolkit/dojo/1.15.0/dojo-1.15.0-distribution.zip to /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-external/dojo/target/dependency with includes "" and excludes ""
05:53:34 [2022-11-29T10:53:34.558Z] [INFO] 
05:53:34 [2022-11-29T10:53:34.558Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dojo ---
05:53:34 [2022-11-29T10:53:34.558Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:53:34 [2022-11-29T10:53:34.558Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-external/dojo/src/main/resources
05:53:34 [2022-11-29T10:53:34.558Z] [INFO] 
05:53:34 [2022-11-29T10:53:34.558Z] [INFO] --- maven-assembly-plugin:3.3.0:single (default) @ dojo ---
05:53:34 [2022-11-29T10:53:34.558Z] [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-external/dojo/src/main/assembly/dojo.xml
05:53:35 [2022-11-29T10:53:35.516Z] [INFO] Copying files to /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-external/dojo/target/dojo
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] 
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ dojo ---
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] No sources to compile
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] 
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ dojo ---
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-external/dojo/src/test/resources
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] 
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ dojo ---
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] No sources to compile
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] 
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ dojo ---
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] No tests to run.
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] 
05:53:35 [2022-11-29T10:53:35.778Z] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ dojo ---
05:53:36 [2022-11-29T10:53:36.084Z] [INFO] Building jar: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-external/dojo/target/dojo.jar
05:53:36 [2022-11-29T10:53:36.341Z] [INFO] 
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ dojo ---
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] Installing /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-external/dojo/target/dojo.jar to /home/jenkins/.m2/repository/org/glassfish/woodstock/external/dojo/6.0.0-SNAPSHOT/dojo-6.0.0-SNAPSHOT.jar
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] Installing /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-external/dojo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/woodstock/external/dojo/6.0.0-SNAPSHOT/dojo-6.0.0-SNAPSHOT.pom
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] 
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] -------------< org.glassfish.woodstock:woodstock-example >--------------
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] Building Woodstock Example 6.0.0-SNAPSHOT                          [7/7]
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] --------------------------------[ war ]---------------------------------
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] 
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ woodstock-example ---
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] 
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (generate-top-parent-basedir) @ woodstock-example ---
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] 
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (default) @ woodstock-example ---
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] 
05:53:36 [2022-11-29T10:53:36.342Z] [INFO] --- maven-checkstyle-plugin:2.17:check (run-checkstyle) @ woodstock-example ---
05:53:36 [2022-11-29T10:53:36.907Z] [INFO] 
05:53:36 [2022-11-29T10:53:36.907Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:copyright (print-copyright) @ woodstock-example ---
05:53:38 [2022-11-29T10:53:38.804Z] [INFO] 
05:53:38 [2022-11-29T10:53:38.804Z] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (check-copyright) @ woodstock-example ---
05:53:40 [2022-11-29T10:53:40.703Z] [INFO] 
05:53:40 [2022-11-29T10:53:40.703Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ woodstock-example ---
05:53:40 [2022-11-29T10:53:40.703Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:53:40 [2022-11-29T10:53:40.703Z] [INFO] Copying 1 resource
05:53:40 [2022-11-29T10:53:40.703Z] [INFO] Copying 50 resources
05:53:40 [2022-11-29T10:53:40.703Z] [INFO] 
05:53:40 [2022-11-29T10:53:40.703Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ woodstock-example ---
05:53:40 [2022-11-29T10:53:40.962Z] [INFO] Changes detected - recompiling the module!
05:53:40 [2022-11-29T10:53:40.962Z] [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-example/target/classes
05:53:41 [2022-11-29T10:53:41.220Z] [INFO] /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-example/src/main/java/com/sun/webui/jsf/example/SimpleWizardBackingBean.java: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-example/src/main/java/com/sun/webui/jsf/example/SimpleWizardBackingBean.java uses or overrides a deprecated API.
05:53:41 [2022-11-29T10:53:41.220Z] [INFO] /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-example/src/main/java/com/sun/webui/jsf/example/SimpleWizardBackingBean.java: Recompile with -Xlint:deprecation for details.
05:53:41 [2022-11-29T10:53:41.220Z] [INFO] 
05:53:41 [2022-11-29T10:53:41.220Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ woodstock-example ---
05:53:41 [2022-11-29T10:53:41.220Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:53:41 [2022-11-29T10:53:41.220Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-example/src/test/resources
05:53:41 [2022-11-29T10:53:41.220Z] [INFO] 
05:53:41 [2022-11-29T10:53:41.220Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ woodstock-example ---
05:53:41 [2022-11-29T10:53:41.220Z] [INFO] No sources to compile
05:53:41 [2022-11-29T10:53:41.220Z] [INFO] 
05:53:41 [2022-11-29T10:53:41.220Z] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ woodstock-example ---
05:53:41 [2022-11-29T10:53:41.220Z] [INFO] No tests to run.
05:53:41 [2022-11-29T10:53:41.220Z] [INFO] 
05:53:41 [2022-11-29T10:53:41.220Z] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ woodstock-example ---
05:53:42 [2022-11-29T10:53:42.153Z] [INFO] Packaging webapp
05:53:42 [2022-11-29T10:53:42.153Z] [INFO] Assembling webapp [woodstock-example] in [/home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-example/target/woodstock-example]
05:53:42 [2022-11-29T10:53:42.153Z] [INFO] Processing war project
05:53:42 [2022-11-29T10:53:42.153Z] [INFO] Copying webapp resources [/home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-example/src/main/webapp]
05:53:42 [2022-11-29T10:53:42.411Z] [INFO] Webapp assembled in [190 msecs]
05:53:42 [2022-11-29T10:53:42.411Z] [INFO] Building war: /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-example/target/woodstock-example.war
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] 
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ woodstock-example ---
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] Installing /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-example/target/woodstock-example.war to /home/jenkins/.m2/repository/org/glassfish/woodstock/woodstock-example/6.0.0-SNAPSHOT/woodstock-example-6.0.0-SNAPSHOT.war
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] Installing /home/jenkins/agent/workspace/nd-test-using-jenkinsfile_master/woodstock-example/pom.xml to /home/jenkins/.m2/repository/org/glassfish/woodstock/woodstock-example/6.0.0-SNAPSHOT/woodstock-example-6.0.0-SNAPSHOT.pom
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] ------------------------------------------------------------------------
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] Reactor Summary for Woodstock Parent 6.0.0-SNAPSHOT:
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] 
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] Woodstock Parent ................................... SUCCESS [ 13.335 s]
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] Woodstock Design Time .............................. SUCCESS [ 15.862 s]
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] Woodstock WebUI Jakarta Faces ...................... SUCCESS [ 32.307 s]
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] Woodstock WebUI Jakarta Faces Suntheme ............. SUCCESS [  2.065 s]
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] Woodstock External ................................. SUCCESS [  0.132 s]
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] Dojo JS Repackaged ................................. SUCCESS [  7.789 s]
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] Woodstock Example .................................. SUCCESS [  6.445 s]
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] ------------------------------------------------------------------------
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] BUILD SUCCESS
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] ------------------------------------------------------------------------
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] Total time:  01:19 min
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] Finished at: 2022-11-29T10:53:42Z
05:53:42 [2022-11-29T10:53:42.669Z] [INFO] ------------------------------------------------------------------------
[Pipeline] junit
05:53:43 [2022-11-29T10:53:43.102Z] Recording test results
05:53:44 [2022-11-29T10:53:44.254Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS