Skip to content

Console Output

Push event to branch master
04:57:23 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 4f89561f7e551c067f7a4b90b8db36f77e6b0507
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-6j9d8 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-6j9d8"
  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-6j9d8"
    - 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-6j9d8"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-glassfish"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-6j9d8 in /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master
[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-build-maven-plugin.git
 > git init /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-build-maven-plugin.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
Avoid second fetch
Checking out Revision 4f89561f7e551c067f7a4b90b8db36f77e6b0507 (master)
Commit message: "Merge pull request #191 from dmatej/commons-io-incompatible"
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/glassfish-build-maven-plugin.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-build-maven-plugin.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 4f89561f7e551c067f7a4b90b8db36f77e6b0507 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 4f89561f7e551c067f7a4b90b8db36f77e6b0507 # timeout=10
 > git rev-list --no-walk 1cab1f198b60309b91ca17dd9f166e3dda5e1985 # timeout=10
Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
04:57:40 [2024-04-15T08:57:40.976Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] node
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
04:57:48 [2024-04-15T08:57:48.056Z] Agent basic-ldc6w is provisioned from template basic
04:57:48 [2024-04-15T08:57:48.057Z] ---
04:57:48 [2024-04-15T08:57:48.057Z] apiVersion: "v1"
04:57:48 [2024-04-15T08:57:48.057Z] kind: "Pod"
04:57:48 [2024-04-15T08:57:48.057Z] metadata:
04:57:48 [2024-04-15T08:57:48.057Z]   labels:
04:57:48 [2024-04-15T08:57:48.057Z]     jenkins: "slave"
04:57:48 [2024-04-15T08:57:48.057Z]     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
04:57:48 [2024-04-15T08:57:48.057Z]     jenkins/label: "basic"
04:57:48 [2024-04-15T08:57:48.057Z]   name: "basic-ldc6w"
04:57:48 [2024-04-15T08:57:48.057Z]   namespace: "glassfish"
04:57:48 [2024-04-15T08:57:48.057Z] spec:
04:57:48 [2024-04-15T08:57:48.057Z]   containers:
04:57:48 [2024-04-15T08:57:48.057Z]   - env:
04:57:48 [2024-04-15T08:57:48.057Z]     - name: "JENKINS_SECRET"
04:57:48 [2024-04-15T08:57:48.057Z]       value: "********"
04:57:48 [2024-04-15T08:57:48.057Z]     - name: "JENKINS_TUNNEL"
04:57:48 [2024-04-15T08:57:48.057Z]       value: "jenkins-discovery.glassfish.svc.cluster.local:50000"
04:57:48 [2024-04-15T08:57:48.057Z]     - name: "JENKINS_AGENT_NAME"
04:57:48 [2024-04-15T08:57:48.057Z]       value: "basic-ldc6w"
04:57:48 [2024-04-15T08:57:48.057Z]     - name: "JENKINS_REMOTING_JAVA_OPTS"
04:57:48 [2024-04-15T08:57:48.057Z]       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
04:57:48 [2024-04-15T08:57:48.057Z]         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
04:57:48 [2024-04-15T08:57:48.057Z]     - name: "JAVA_TOOL_OPTIONS"
04:57:48 [2024-04-15T08:57:48.057Z]       value: ""
04:57:48 [2024-04-15T08:57:48.057Z]     - name: "_JAVA_OPTIONS"
04:57:48 [2024-04-15T08:57:48.057Z]       value: ""
04:57:48 [2024-04-15T08:57:48.057Z]     - name: "OPENJ9_JAVA_OPTIONS"
04:57:48 [2024-04-15T08:57:48.057Z]       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
04:57:48 [2024-04-15T08:57:48.057Z]     - name: "JENKINS_NAME"
04:57:48 [2024-04-15T08:57:48.057Z]       value: "basic-ldc6w"
04:57:48 [2024-04-15T08:57:48.057Z]     - name: "JENKINS_AGENT_WORKDIR"
04:57:48 [2024-04-15T08:57:48.057Z]       value: "/home/jenkins/agent"
04:57:48 [2024-04-15T08:57:48.057Z]     - name: "JENKINS_URL"
04:57:48 [2024-04-15T08:57:48.057Z]       value: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/"
04:57:48 [2024-04-15T08:57:48.057Z]     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
04:57:48 [2024-04-15T08:57:48.057Z]     imagePullPolicy: "Always"
04:57:48 [2024-04-15T08:57:48.057Z]     name: "jnlp"
04:57:48 [2024-04-15T08:57:48.057Z]     resources:
04:57:48 [2024-04-15T08:57:48.057Z]       limits:
04:57:48 [2024-04-15T08:57:48.057Z]         cpu: "2000m"
04:57:48 [2024-04-15T08:57:48.057Z]         memory: "4096Mi"
04:57:48 [2024-04-15T08:57:48.057Z]       requests:
04:57:48 [2024-04-15T08:57:48.057Z]         cpu: "1000m"
04:57:48 [2024-04-15T08:57:48.057Z]         memory: "4096Mi"
04:57:48 [2024-04-15T08:57:48.057Z]     tty: true
04:57:48 [2024-04-15T08:57:48.057Z]     volumeMounts:
04:57:48 [2024-04-15T08:57:48.057Z]     - mountPath: "/home/jenkins/.m2/toolchains.xml"
04:57:48 [2024-04-15T08:57:48.057Z]       name: "m2-dir"
04:57:48 [2024-04-15T08:57:48.057Z]       readOnly: true
04:57:48 [2024-04-15T08:57:48.057Z]       subPath: "toolchains.xml"
04:57:48 [2024-04-15T08:57:48.057Z]     - mountPath: "/home/jenkins/.mavenrc"
04:57:48 [2024-04-15T08:57:48.057Z]       name: "m2-dir"
04:57:48 [2024-04-15T08:57:48.057Z]       readOnly: true
04:57:48 [2024-04-15T08:57:48.057Z]       subPath: ".mavenrc"
04:57:48 [2024-04-15T08:57:48.057Z]     - mountPath: "/opt/tools"
04:57:48 [2024-04-15T08:57:48.057Z]       name: "volume-0"
04:57:48 [2024-04-15T08:57:48.057Z]       readOnly: false
04:57:48 [2024-04-15T08:57:48.057Z]     - mountPath: "/home/jenkins"
04:57:48 [2024-04-15T08:57:48.057Z]       name: "volume-2"
04:57:48 [2024-04-15T08:57:48.057Z]       readOnly: false
04:57:48 [2024-04-15T08:57:48.057Z]     - mountPath: "/home/jenkins/.m2/repository"
04:57:48 [2024-04-15T08:57:48.057Z]       name: "volume-3"
04:57:48 [2024-04-15T08:57:48.057Z]       readOnly: false
04:57:48 [2024-04-15T08:57:48.057Z]     - mountPath: "/home/jenkins/.m2/settings-security.xml"
04:57:48 [2024-04-15T08:57:48.057Z]       name: "m2-secret-dir"
04:57:48 [2024-04-15T08:57:48.057Z]       readOnly: true
04:57:48 [2024-04-15T08:57:48.057Z]       subPath: "settings-security.xml"
04:57:48 [2024-04-15T08:57:48.057Z]     - mountPath: "/home/jenkins/.m2/wrapper"
04:57:48 [2024-04-15T08:57:48.057Z]       name: "volume-4"
04:57:48 [2024-04-15T08:57:48.057Z]       readOnly: false
04:57:48 [2024-04-15T08:57:48.057Z]     - mountPath: "/home/jenkins/.m2/settings.xml"
04:57:48 [2024-04-15T08:57:48.057Z]       name: "m2-secret-dir"
04:57:48 [2024-04-15T08:57:48.057Z]       readOnly: true
04:57:48 [2024-04-15T08:57:48.057Z]       subPath: "settings.xml"
04:57:48 [2024-04-15T08:57:48.057Z]     - mountPath: "/home/jenkins/.ssh"
04:57:48 [2024-04-15T08:57:48.057Z]       name: "volume-1"
04:57:48 [2024-04-15T08:57:48.057Z]       readOnly: false
04:57:48 [2024-04-15T08:57:48.057Z]       subPath: ""
04:57:48 [2024-04-15T08:57:48.057Z]     - mountPath: "/home/jenkins/agent"
04:57:48 [2024-04-15T08:57:48.057Z]       name: "workspace-volume"
04:57:48 [2024-04-15T08:57:48.057Z]       readOnly: false
04:57:48 [2024-04-15T08:57:48.057Z]     workingDir: "/home/jenkins/agent"
04:57:48 [2024-04-15T08:57:48.057Z]   nodeSelector:
04:57:48 [2024-04-15T08:57:48.057Z]     kubernetes.io/os: "linux"
04:57:48 [2024-04-15T08:57:48.057Z]   restartPolicy: "Never"
04:57:48 [2024-04-15T08:57:48.057Z]   volumes:
04:57:48 [2024-04-15T08:57:48.057Z]   - name: "volume-0"
04:57:48 [2024-04-15T08:57:48.057Z]     persistentVolumeClaim:
04:57:48 [2024-04-15T08:57:48.057Z]       claimName: "tools-claim-jiro-glassfish"
04:57:48 [2024-04-15T08:57:48.057Z]       readOnly: true
04:57:48 [2024-04-15T08:57:48.057Z]   - name: "m2-secret-dir"
04:57:48 [2024-04-15T08:57:48.057Z]     secret:
04:57:48 [2024-04-15T08:57:48.057Z]       secretName: "m2-secret-dir"
04:57:48 [2024-04-15T08:57:48.057Z]   - emptyDir:
04:57:48 [2024-04-15T08:57:48.057Z]       medium: ""
04:57:48 [2024-04-15T08:57:48.057Z]     name: "volume-2"
04:57:48 [2024-04-15T08:57:48.057Z]   - configMap:
04:57:48 [2024-04-15T08:57:48.057Z]       name: "m2-dir"
04:57:48 [2024-04-15T08:57:48.057Z]     name: "m2-dir"
04:57:48 [2024-04-15T08:57:48.057Z]   - configMap:
04:57:48 [2024-04-15T08:57:48.057Z]       name: "known-hosts"
04:57:48 [2024-04-15T08:57:48.057Z]     name: "volume-1"
04:57:48 [2024-04-15T08:57:48.057Z]   - emptyDir:
04:57:48 [2024-04-15T08:57:48.057Z]       medium: ""
04:57:48 [2024-04-15T08:57:48.057Z]     name: "workspace-volume"
04:57:48 [2024-04-15T08:57:48.057Z]   - emptyDir:
04:57:48 [2024-04-15T08:57:48.057Z]       medium: ""
04:57:48 [2024-04-15T08:57:48.057Z]     name: "volume-4"
04:57:48 [2024-04-15T08:57:48.057Z]   - emptyDir:
04:57:48 [2024-04-15T08:57:48.057Z]       medium: ""
04:57:48 [2024-04-15T08:57:48.057Z]     name: "volume-3"
04:57:48 [2024-04-15T08:57:48.057Z] 
04:57:48 [2024-04-15T08:57:48.203Z] Running on basic-ldc6w in /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master
[Pipeline] {
[Pipeline] checkout
04:57:48 [2024-04-15T08:57:48.239Z] Selected Git installation does not exist. Using Default
04:57:48 [2024-04-15T08:57:48.239Z] The recommended git tool is: NONE
04:57:50 [2024-04-15T08:57:50.337Z] using credential github-bot
04:57:50 [2024-04-15T08:57:50.343Z] Cloning the remote Git repository
04:57:50 [2024-04-15T08:57:50.343Z] Cloning with configured refspecs honoured and without tags
04:57:50 [2024-04-15T08:57:50.359Z] Cloning repository https://github.com/eclipse-ee4j/glassfish-build-maven-plugin.git
04:57:50 [2024-04-15T08:57:50.389Z]  > git init /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master # timeout=10
04:57:50 [2024-04-15T08:57:50.418Z] Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-build-maven-plugin.git
04:57:50 [2024-04-15T08:57:50.418Z]  > git --version # timeout=10
04:57:50 [2024-04-15T08:57:50.422Z]  > git --version # 'git version 2.20.1'
04:57:50 [2024-04-15T08:57:50.422Z] using GIT_ASKPASS to set credentials GitHub bot (username/token)
04:57:50 [2024-04-15T08:57:50.427Z]  > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/glassfish-build-maven-plugin.git +refs/heads/master:refs/remotes/origin/master # timeout=10
04:57:51 [2024-04-15T08:57:51.416Z] Avoid second fetch
04:57:51 [2024-04-15T08:57:51.416Z] Checking out Revision 4f89561f7e551c067f7a4b90b8db36f77e6b0507 (master)
04:57:51 [2024-04-15T08:57:51.623Z] Commit message: "Merge pull request #191 from dmatej/commons-io-incompatible"
04:57:51 [2024-04-15T08:57:51.623Z] Cleaning workspace
04:57:50 [2024-04-15T08:57:50.968Z]  > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-build-maven-plugin.git # timeout=10
04:57:50 [2024-04-15T08:57:50.973Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
04:57:51 [2024-04-15T08:57:51.421Z]  > git config core.sparsecheckout # timeout=10
04:57:51 [2024-04-15T08:57:51.428Z]  > git checkout -f 4f89561f7e551c067f7a4b90b8db36f77e6b0507 # timeout=10
04:57:51 [2024-04-15T08:57:51.439Z]  > git branch -a -v --no-abbrev # timeout=10
04:57:51 [2024-04-15T08:57:51.447Z]  > git checkout -b master 4f89561f7e551c067f7a4b90b8db36f77e6b0507 # timeout=10
04:57:51 [2024-04-15T08:57:51.623Z]  > git rev-parse --verify HEAD # timeout=10
04:57:51 [2024-04-15T08:57:51.628Z] Resetting working tree
04:57:51 [2024-04-15T08:57:51.628Z]  > git reset --hard # timeout=10
04:57:51 [2024-04-15T08:57:51.637Z]  > git clean -fdx # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
04:57:52 [2024-04-15T08:57:52.433Z] + mvn clean install -Pstaging
04:57:54 [2024-04-15T08:57:54.371Z] [INFO] Scanning for projects...
04:57:54 [2024-04-15T08:57:54.936Z] [INFO] 
04:57:54 [2024-04-15T08:57:54.936Z] [INFO] ----------< org.glassfish.build:glassfishbuild-maven-plugin >-----------
04:57:54 [2024-04-15T08:57:54.936Z] [INFO] Building GlassFishBuild Maven Plugin 4.0.2-SNAPSHOT
04:57:54 [2024-04-15T08:57:54.936Z] [INFO]   from pom.xml
04:57:54 [2024-04-15T08:57:54.936Z] [INFO] ----------------------------[ maven-plugin ]----------------------------
04:58:03 [2024-04-15T08:58:03.041Z] [INFO] 
04:58:03 [2024-04-15T08:58:03.041Z] [INFO] --- clean:3.2.0:clean (default-clean) @ glassfishbuild-maven-plugin ---
04:58:03 [2024-04-15T08:58:03.606Z] [INFO] 
04:58:03 [2024-04-15T08:58:03.606Z] [INFO] --- resources:3.3.1:resources (default-resources) @ glassfishbuild-maven-plugin ---
04:58:04 [2024-04-15T08:58:04.178Z] [INFO] Copying 2 resources from src/main/resources to target/classes
04:58:04 [2024-04-15T08:58:04.178Z] [INFO] 
04:58:04 [2024-04-15T08:58:04.178Z] [INFO] --- compiler:3.13.0:compile (default-compile) @ glassfishbuild-maven-plugin ---
04:58:05 [2024-04-15T08:58:05.115Z] [INFO] Recompiling the module because of changed source code.
04:58:05 [2024-04-15T08:58:05.115Z] [INFO] Compiling 16 source files with javac [debug release 11] to target/classes
04:58:07 [2024-04-15T08:58:07.038Z] [INFO] 
04:58:07 [2024-04-15T08:58:07.038Z] [INFO] --- plugin:3.12.0:descriptor (default-descriptor) @ glassfishbuild-maven-plugin ---
04:58:11 [2024-04-15T08:58:11.217Z] [INFO] Using 'UTF-8' encoding to read mojo source files.
04:58:12 [2024-04-15T08:58:12.149Z] [INFO] java-annotations mojo extractor found 4 mojo descriptors.
04:58:12 [2024-04-15T08:58:12.149Z] [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
04:58:12 [2024-04-15T08:58:12.149Z] [INFO] ant mojo extractor found 0 mojo descriptor.
04:58:12 [2024-04-15T08:58:12.149Z] [INFO] bsh mojo extractor found 0 mojo descriptor.
04:58:12 [2024-04-15T08:58:12.149Z] [INFO] 
04:58:12 [2024-04-15T08:58:12.149Z] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (process-annotations) @ glassfishbuild-maven-plugin ---
04:58:12 [2024-04-15T08:58:12.407Z] [INFO] Discovered 6 component descriptor(s)
04:58:12 [2024-04-15T08:58:12.407Z] [INFO] 
04:58:12 [2024-04-15T08:58:12.407Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ glassfishbuild-maven-plugin ---
04:58:12 [2024-04-15T08:58:12.407Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/src/test/resources
04:58:12 [2024-04-15T08:58:12.407Z] [INFO] 
04:58:12 [2024-04-15T08:58:12.407Z] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ glassfishbuild-maven-plugin ---
04:58:12 [2024-04-15T08:58:12.407Z] [INFO] No sources to compile
04:58:12 [2024-04-15T08:58:12.407Z] [INFO] 
04:58:12 [2024-04-15T08:58:12.407Z] [INFO] --- surefire:3.2.5:test (default-test) @ glassfishbuild-maven-plugin ---
04:58:12 [2024-04-15T08:58:12.972Z] [INFO] No tests to run.
04:58:12 [2024-04-15T08:58:12.972Z] [INFO] 
04:58:12 [2024-04-15T08:58:12.972Z] [INFO] --- jar:3.3.0:jar (default-jar) @ glassfishbuild-maven-plugin ---
04:58:13 [2024-04-15T08:58:13.537Z] [INFO] Building jar: /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/glassfishbuild-maven-plugin-4.0.2-SNAPSHOT.jar
04:58:13 [2024-04-15T08:58:13.797Z] [INFO] 
04:58:13 [2024-04-15T08:58:13.797Z] [INFO] --- plugin:3.12.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ glassfishbuild-maven-plugin ---
04:58:13 [2024-04-15T08:58:13.797Z] [INFO] 
04:58:13 [2024-04-15T08:58:13.797Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ glassfishbuild-maven-plugin ---
04:58:16 [2024-04-15T08:58:16.331Z] [INFO] CycloneDX: Resolving Dependencies
04:58:18 [2024-04-15T08:58:18.901Z] [INFO] CycloneDX: Creating BOM version 1.4 with 41 component(s)
04:58:18 [2024-04-15T08:58:18.901Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/bom.xml
04:58:19 [2024-04-15T08:58:19.171Z] [INFO]            attaching as glassfishbuild-maven-plugin-4.0.2-SNAPSHOT-cyclonedx.xml
04:58:19 [2024-04-15T08:58:19.171Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/bom.json
04:58:19 [2024-04-15T08:58:19.171Z] [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
04:58:19 [2024-04-15T08:58:19.429Z] [INFO]            attaching as glassfishbuild-maven-plugin-4.0.2-SNAPSHOT-cyclonedx.json
04:58:19 [2024-04-15T08:58:19.429Z] [INFO] 
04:58:19 [2024-04-15T08:58:19.429Z] [INFO] --- invoker:3.6.1:install (integration-test) @ glassfishbuild-maven-plugin ---
04:58:25 [2024-04-15T08:58:25.988Z] [INFO] Installing /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/glassfishbuild-maven-plugin-4.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/glassfish/build/glassfishbuild-maven-plugin/4.0.2-SNAPSHOT/glassfishbuild-maven-plugin-4.0.2-SNAPSHOT.jar
04:58:25 [2024-04-15T08:58:25.988Z] [INFO] Installing /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/bom.xml to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/glassfish/build/glassfishbuild-maven-plugin/4.0.2-SNAPSHOT/glassfishbuild-maven-plugin-4.0.2-SNAPSHOT-cyclonedx.xml
04:58:25 [2024-04-15T08:58:25.988Z] [INFO] Installing /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/bom.json to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/glassfish/build/glassfishbuild-maven-plugin/4.0.2-SNAPSHOT/glassfishbuild-maven-plugin-4.0.2-SNAPSHOT-cyclonedx.json
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/pom.xml to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/glassfish/build/glassfishbuild-maven-plugin/4.0.2-SNAPSHOT/glassfishbuild-maven-plugin-4.0.2-SNAPSHOT.pom
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/javax/inject/javax.inject/1/javax.inject-1.jar
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/javax/inject/javax.inject/1/javax.inject-1.pom
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/org/tukaani/xz/1.9/xz-1.9.jar to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/tukaani/xz/1.9/xz-1.9.jar
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/org/tukaani/xz/1.9/xz-1.9.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/tukaani/xz/1.9/xz-1.9.pom
04:58:25 [2024-04-15T08:58:25.989Z] [INFO] Installing /home/jenkins/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/17/plexus-17.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/codehaus/plexus/plexus/17/plexus-17.pom
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/16/plexus-16.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/codehaus/plexus/plexus/16/plexus-16.pom
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/org/apache/apache/31/apache-31.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/apache/apache/31/apache-31.pom
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/org/apache/commons/commons-parent/66/commons-parent-66.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/apache/commons/commons-parent/66/commons-parent-66.pom
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/10/plexus-10.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/codehaus/plexus/plexus/10/plexus-10.pom
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/org/apache/commons/commons-parent/69/commons-parent-69.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/apache/commons/commons-parent/69/commons-parent-69.pom
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/org/apache/apache/30/apache-30.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/apache/apache/30/apache-30.pom
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Installing /home/jenkins/.m2/repository/org/apache/commons/commons-parent/64/commons-parent-64.pom to /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/local-repo/org/apache/commons/commons-parent/64/commons-parent-64.pom
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] 
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] --- invoker:3.6.1:run (integration-test) @ glassfishbuild-maven-plugin ---
04:58:25 [2024-04-15T08:58:25.990Z] [INFO] Building: echo/pom.xml
04:58:29 [2024-04-15T08:58:29.287Z] [INFO] run post-build script postbuild.groovy
04:58:30 [2024-04-15T08:58:30.218Z] [INFO]           echo/pom.xml ..................................... SUCCESS (4.579 s)
04:58:30 [2024-04-15T08:58:30.218Z] [INFO] -------------------------------------------------
04:58:30 [2024-04-15T08:58:30.218Z] [INFO] Build Summary:
04:58:30 [2024-04-15T08:58:30.218Z] [INFO]   Passed: 1, Failed: 0, Errors: 0, Skipped: 0
04:58:30 [2024-04-15T08:58:30.218Z] [INFO] -------------------------------------------------
04:58:30 [2024-04-15T08:58:30.218Z] [INFO] 
04:58:30 [2024-04-15T08:58:30.219Z] [INFO] --- checkstyle:3.3.1:check (default) @ glassfishbuild-maven-plugin ---
04:58:35 [2024-04-15T08:58:35.481Z] [INFO] You have 0 Checkstyle violations.
04:58:35 [2024-04-15T08:58:35.481Z] [INFO] 
04:58:35 [2024-04-15T08:58:35.481Z] [INFO] --- glassfish-copyright:2.4:check (default) @ glassfishbuild-maven-plugin ---
04:58:36 [2024-04-15T08:58:36.412Z] [INFO] 
04:58:36 [2024-04-15T08:58:36.412Z] [INFO] --- install:3.1.1:install (default-install) @ glassfishbuild-maven-plugin ---
04:58:36 [2024-04-15T08:58:36.413Z] [INFO] Installing /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/pom.xml to /home/jenkins/.m2/repository/org/glassfish/build/glassfishbuild-maven-plugin/4.0.2-SNAPSHOT/glassfishbuild-maven-plugin-4.0.2-SNAPSHOT.pom
04:58:36 [2024-04-15T08:58:36.413Z] [INFO] Installing /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/glassfishbuild-maven-plugin-4.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/build/glassfishbuild-maven-plugin/4.0.2-SNAPSHOT/glassfishbuild-maven-plugin-4.0.2-SNAPSHOT.jar
04:58:36 [2024-04-15T08:58:36.413Z] [INFO] Installing /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/build/glassfishbuild-maven-plugin/4.0.2-SNAPSHOT/glassfishbuild-maven-plugin-4.0.2-SNAPSHOT-cyclonedx.xml
04:58:36 [2024-04-15T08:58:36.413Z] [INFO] Installing /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/build/glassfishbuild-maven-plugin/4.0.2-SNAPSHOT/glassfishbuild-maven-plugin-4.0.2-SNAPSHOT-cyclonedx.json
04:58:36 [2024-04-15T08:58:36.413Z] [INFO] ------------------------------------------------------------------------
04:58:36 [2024-04-15T08:58:36.413Z] [INFO] BUILD SUCCESS
04:58:36 [2024-04-15T08:58:36.413Z] [INFO] ------------------------------------------------------------------------
04:58:36 [2024-04-15T08:58:36.413Z] [INFO] Total time:  42.104 s
04:58:36 [2024-04-15T08:58:36.413Z] [INFO] Finished at: 2024-04-15T08:58:36Z
04:58:36 [2024-04-15T08:58:36.413Z] [INFO] ------------------------------------------------------------------------
[Pipeline] junit
04:58:36 [2024-04-15T08:58:36.422Z] Recording test results
04:58:36 [2024-04-15T08:58:36.752Z] None of the test reports contained any result
04:58:36 [2024-04-15T08:58:36.752Z] [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