Push event to branch master Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 82d97e48ee1977ec5a61d858ebf0a364994fbb7e [Pipeline] Start of Pipeline [Pipeline] node Agent basic-qs829 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-qs829" 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-qs829" - 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-qs829" - 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-qs829 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) > 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 Avoid second fetch Checking out Revision 82d97e48ee1977ec5a61d858ebf0a364994fbb7e (master) Commit message: "Merge pull request #192 from eclipse-ee4j/dependabot/maven/org.apache.maven.scm-maven-scm-provider-gitexe-2.1.0" > 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 82d97e48ee1977ec5a61d858ebf0a364994fbb7e # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 82d97e48ee1977ec5a61d858ebf0a364994fbb7e # timeout=10 > git rev-list --no-walk 4f89561f7e551c067f7a4b90b8db36f77e6b0507 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-04-15T09:44:30.350Z] Timeout set to expire in 20 min [Pipeline] { [Pipeline] stage [Pipeline] { (build) [Pipeline] node [2024-04-15T09:44:45.365Z] Still waiting to schedule task [2024-04-15T09:44:45.365Z] Waiting for next available executor [2024-04-15T09:44:47.733Z] Agent basic-b4l1z is provisioned from template basic [2024-04-15T09:44:47.734Z] --- [2024-04-15T09:44:47.734Z] apiVersion: "v1" [2024-04-15T09:44:47.734Z] kind: "Pod" [2024-04-15T09:44:47.734Z] metadata: [2024-04-15T09:44:47.734Z] labels: [2024-04-15T09:44:47.734Z] jenkins: "slave" [2024-04-15T09:44:47.734Z] jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" [2024-04-15T09:44:47.734Z] jenkins/label: "basic" [2024-04-15T09:44:47.734Z] name: "basic-b4l1z" [2024-04-15T09:44:47.734Z] namespace: "glassfish" [2024-04-15T09:44:47.734Z] spec: [2024-04-15T09:44:47.734Z] containers: [2024-04-15T09:44:47.734Z] - env: [2024-04-15T09:44:47.734Z] - name: "JENKINS_SECRET" [2024-04-15T09:44:47.734Z] value: "********" [2024-04-15T09:44:47.734Z] - name: "JENKINS_TUNNEL" [2024-04-15T09:44:47.734Z] value: "jenkins-discovery.glassfish.svc.cluster.local:50000" [2024-04-15T09:44:47.734Z] - name: "JENKINS_AGENT_NAME" [2024-04-15T09:44:47.734Z] value: "basic-b4l1z" [2024-04-15T09:44:47.734Z] - name: "JENKINS_REMOTING_JAVA_OPTS" [2024-04-15T09:44:47.734Z] value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ [2024-04-15T09:44:47.734Z] \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" [2024-04-15T09:44:47.734Z] - name: "JAVA_TOOL_OPTIONS" [2024-04-15T09:44:47.734Z] value: "" [2024-04-15T09:44:47.734Z] - name: "_JAVA_OPTIONS" [2024-04-15T09:44:47.734Z] value: "" [2024-04-15T09:44:47.734Z] - name: "OPENJ9_JAVA_OPTIONS" [2024-04-15T09:44:47.734Z] value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" [2024-04-15T09:44:47.734Z] - name: "JENKINS_NAME" [2024-04-15T09:44:47.734Z] value: "basic-b4l1z" [2024-04-15T09:44:47.734Z] - name: "JENKINS_AGENT_WORKDIR" [2024-04-15T09:44:47.734Z] value: "/home/jenkins/agent" [2024-04-15T09:44:47.734Z] - name: "JENKINS_URL" [2024-04-15T09:44:47.734Z] value: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/" [2024-04-15T09:44:47.734Z] image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" [2024-04-15T09:44:47.734Z] imagePullPolicy: "Always" [2024-04-15T09:44:47.734Z] name: "jnlp" [2024-04-15T09:44:47.734Z] resources: [2024-04-15T09:44:47.734Z] limits: [2024-04-15T09:44:47.734Z] cpu: "2000m" [2024-04-15T09:44:47.734Z] memory: "4096Mi" [2024-04-15T09:44:47.734Z] requests: [2024-04-15T09:44:47.734Z] cpu: "1000m" [2024-04-15T09:44:47.734Z] memory: "4096Mi" [2024-04-15T09:44:47.734Z] tty: true [2024-04-15T09:44:47.734Z] volumeMounts: [2024-04-15T09:44:47.734Z] - mountPath: "/home/jenkins/.m2/toolchains.xml" [2024-04-15T09:44:47.734Z] name: "m2-dir" [2024-04-15T09:44:47.734Z] readOnly: true [2024-04-15T09:44:47.734Z] subPath: "toolchains.xml" [2024-04-15T09:44:47.734Z] - mountPath: "/home/jenkins/.mavenrc" [2024-04-15T09:44:47.734Z] name: "m2-dir" [2024-04-15T09:44:47.734Z] readOnly: true [2024-04-15T09:44:47.734Z] subPath: ".mavenrc" [2024-04-15T09:44:47.734Z] - mountPath: "/opt/tools" [2024-04-15T09:44:47.734Z] name: "volume-0" [2024-04-15T09:44:47.734Z] readOnly: false [2024-04-15T09:44:47.734Z] - mountPath: "/home/jenkins" [2024-04-15T09:44:47.734Z] name: "volume-2" [2024-04-15T09:44:47.734Z] readOnly: false [2024-04-15T09:44:47.734Z] - mountPath: "/home/jenkins/.m2/repository" [2024-04-15T09:44:47.734Z] name: "volume-3" [2024-04-15T09:44:47.734Z] readOnly: false [2024-04-15T09:44:47.734Z] - mountPath: "/home/jenkins/.m2/settings-security.xml" [2024-04-15T09:44:47.734Z] name: "m2-secret-dir" [2024-04-15T09:44:47.734Z] readOnly: true [2024-04-15T09:44:47.734Z] subPath: "settings-security.xml" [2024-04-15T09:44:47.734Z] - mountPath: "/home/jenkins/.m2/wrapper" [2024-04-15T09:44:47.734Z] name: "volume-4" [2024-04-15T09:44:47.734Z] readOnly: false [2024-04-15T09:44:47.734Z] - mountPath: "/home/jenkins/.m2/settings.xml" [2024-04-15T09:44:47.734Z] name: "m2-secret-dir" [2024-04-15T09:44:47.734Z] readOnly: true [2024-04-15T09:44:47.734Z] subPath: "settings.xml" [2024-04-15T09:44:47.734Z] - mountPath: "/home/jenkins/.ssh" [2024-04-15T09:44:47.734Z] name: "volume-1" [2024-04-15T09:44:47.734Z] readOnly: false [2024-04-15T09:44:47.734Z] subPath: "" [2024-04-15T09:44:47.734Z] - mountPath: "/home/jenkins/agent" [2024-04-15T09:44:47.734Z] name: "workspace-volume" [2024-04-15T09:44:47.734Z] readOnly: false [2024-04-15T09:44:47.734Z] workingDir: "/home/jenkins/agent" [2024-04-15T09:44:47.734Z] nodeSelector: [2024-04-15T09:44:47.734Z] kubernetes.io/os: "linux" [2024-04-15T09:44:47.734Z] restartPolicy: "Never" [2024-04-15T09:44:47.734Z] volumes: [2024-04-15T09:44:47.734Z] - name: "volume-0" [2024-04-15T09:44:47.734Z] persistentVolumeClaim: [2024-04-15T09:44:47.734Z] claimName: "tools-claim-jiro-glassfish" [2024-04-15T09:44:47.734Z] readOnly: true [2024-04-15T09:44:47.734Z] - name: "m2-secret-dir" [2024-04-15T09:44:47.734Z] secret: [2024-04-15T09:44:47.734Z] secretName: "m2-secret-dir" [2024-04-15T09:44:47.734Z] - emptyDir: [2024-04-15T09:44:47.734Z] medium: "" [2024-04-15T09:44:47.734Z] name: "volume-2" [2024-04-15T09:44:47.734Z] - configMap: [2024-04-15T09:44:47.734Z] name: "m2-dir" [2024-04-15T09:44:47.734Z] name: "m2-dir" [2024-04-15T09:44:47.734Z] - configMap: [2024-04-15T09:44:47.734Z] name: "known-hosts" [2024-04-15T09:44:47.734Z] name: "volume-1" [2024-04-15T09:44:47.734Z] - emptyDir: [2024-04-15T09:44:47.734Z] medium: "" [2024-04-15T09:44:47.734Z] name: "workspace-volume" [2024-04-15T09:44:47.734Z] - emptyDir: [2024-04-15T09:44:47.734Z] medium: "" [2024-04-15T09:44:47.734Z] name: "volume-4" [2024-04-15T09:44:47.734Z] - emptyDir: [2024-04-15T09:44:47.734Z] medium: "" [2024-04-15T09:44:47.734Z] name: "volume-3" [2024-04-15T09:44:47.734Z] [2024-04-15T09:44:48.091Z] Running on basic-b4l1z in /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master [Pipeline] { [Pipeline] checkout [2024-04-15T09:44:48.128Z] Selected Git installation does not exist. Using Default [2024-04-15T09:44:48.128Z] The recommended git tool is: NONE [2024-04-15T09:44:51.063Z] using credential github-bot [2024-04-15T09:44:51.068Z] Cloning the remote Git repository [2024-04-15T09:44:51.069Z] Cloning with configured refspecs honoured and without tags [2024-04-15T09:44:51.089Z] Cloning repository https://github.com/eclipse-ee4j/glassfish-build-maven-plugin.git [2024-04-15T09:44:51.123Z] > git init /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master # timeout=10 [2024-04-15T09:44:51.158Z] Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-build-maven-plugin.git [2024-04-15T09:44:51.159Z] > git --version # timeout=10 [2024-04-15T09:44:51.165Z] > git --version # 'git version 2.20.1' [2024-04-15T09:44:51.166Z] using GIT_ASKPASS to set credentials GitHub bot (username/token) [2024-04-15T09:44:51.173Z] > 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 [2024-04-15T09:44:52.201Z] Avoid second fetch [2024-04-15T09:44:52.201Z] Checking out Revision 82d97e48ee1977ec5a61d858ebf0a364994fbb7e (master) [2024-04-15T09:44:52.523Z] Commit message: "Merge pull request #192 from eclipse-ee4j/dependabot/maven/org.apache.maven.scm-maven-scm-provider-gitexe-2.1.0" [2024-04-15T09:44:52.523Z] Cleaning workspace [2024-04-15T09:44:51.739Z] > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-build-maven-plugin.git # timeout=10 [2024-04-15T09:44:51.744Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-04-15T09:44:52.207Z] > git config core.sparsecheckout # timeout=10 [2024-04-15T09:44:52.216Z] > git checkout -f 82d97e48ee1977ec5a61d858ebf0a364994fbb7e # timeout=10 [2024-04-15T09:44:52.229Z] > git branch -a -v --no-abbrev # timeout=10 [2024-04-15T09:44:52.238Z] > git checkout -b master 82d97e48ee1977ec5a61d858ebf0a364994fbb7e # timeout=10 [2024-04-15T09:44:52.524Z] > git rev-parse --verify HEAD # timeout=10 [2024-04-15T09:44:52.530Z] Resetting working tree [2024-04-15T09:44:52.531Z] > git reset --hard # timeout=10 [2024-04-15T09:44:52.542Z] > git clean -fdx # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-15T09:44:53.363Z] + mvn clean install -Pstaging [2024-04-15T09:44:55.899Z] [INFO] Scanning for projects... [2024-04-15T09:44:56.465Z] [INFO] [2024-04-15T09:44:56.465Z] [INFO] ----------< org.glassfish.build:glassfishbuild-maven-plugin >----------- [2024-04-15T09:44:56.465Z] [INFO] Building GlassFishBuild Maven Plugin 4.0.2-SNAPSHOT [2024-04-15T09:44:56.465Z] [INFO] from pom.xml [2024-04-15T09:44:56.465Z] [INFO] ----------------------------[ maven-plugin ]---------------------------- [2024-04-15T09:45:06.445Z] [INFO] [2024-04-15T09:45:06.445Z] [INFO] --- clean:3.2.0:clean (default-clean) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:06.445Z] [INFO] [2024-04-15T09:45:06.445Z] [INFO] --- resources:3.3.1:resources (default-resources) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:07.014Z] [INFO] Copying 2 resources from src/main/resources to target/classes [2024-04-15T09:45:07.014Z] [INFO] [2024-04-15T09:45:07.014Z] [INFO] --- compiler:3.13.0:compile (default-compile) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:08.933Z] [INFO] Recompiling the module because of changed source code. [2024-04-15T09:45:08.933Z] [INFO] Compiling 16 source files with javac [debug release 11] to target/classes [2024-04-15T09:45:10.314Z] [INFO] [2024-04-15T09:45:10.314Z] [INFO] --- plugin:3.12.0:descriptor (default-descriptor) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:15.599Z] [INFO] Using 'UTF-8' encoding to read mojo source files. [2024-04-15T09:45:16.536Z] [INFO] java-annotations mojo extractor found 4 mojo descriptors. [2024-04-15T09:45:16.536Z] [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [2024-04-15T09:45:16.536Z] [INFO] ant mojo extractor found 0 mojo descriptor. [2024-04-15T09:45:16.536Z] [INFO] bsh mojo extractor found 0 mojo descriptor. [2024-04-15T09:45:16.536Z] [INFO] [2024-04-15T09:45:16.536Z] [INFO] --- plexus-component-metadata:2.2.0:generate-metadata (process-annotations) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:16.794Z] [INFO] Discovered 6 component descriptor(s) [2024-04-15T09:45:16.794Z] [INFO] [2024-04-15T09:45:16.794Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:16.794Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/src/test/resources [2024-04-15T09:45:16.794Z] [INFO] [2024-04-15T09:45:16.794Z] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:16.794Z] [INFO] No sources to compile [2024-04-15T09:45:16.794Z] [INFO] [2024-04-15T09:45:16.794Z] [INFO] --- surefire:3.2.5:test (default-test) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:17.734Z] [INFO] No tests to run. [2024-04-15T09:45:17.734Z] [INFO] [2024-04-15T09:45:17.734Z] [INFO] --- jar:3.3.0:jar (default-jar) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:18.307Z] [INFO] Building jar: /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/glassfishbuild-maven-plugin-4.0.2-SNAPSHOT.jar [2024-04-15T09:45:18.565Z] [INFO] [2024-04-15T09:45:18.565Z] [INFO] --- plugin:3.12.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:18.565Z] [INFO] [2024-04-15T09:45:18.565Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:21.094Z] [INFO] CycloneDX: Resolving Dependencies [2024-04-15T09:45:24.422Z] [INFO] CycloneDX: Creating BOM version 1.4 with 41 component(s) [2024-04-15T09:45:24.681Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/bom.xml [2024-04-15T09:45:24.969Z] [INFO] attaching as glassfishbuild-maven-plugin-4.0.2-SNAPSHOT-cyclonedx.xml [2024-04-15T09:45:25.226Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/assfishbuild-maven-plugin_master/target/bom.json [2024-04-15T09:45:25.227Z] [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [2024-04-15T09:45:25.227Z] [INFO] attaching as glassfishbuild-maven-plugin-4.0.2-SNAPSHOT-cyclonedx.json [2024-04-15T09:45:25.227Z] [INFO] [2024-04-15T09:45:25.227Z] [INFO] --- invoker:3.6.1:install (integration-test) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.788Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.789Z] [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 [2024-04-15T09:45:31.790Z] [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 [2024-04-15T09:45:31.790Z] [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 [2024-04-15T09:45:31.790Z] [INFO] [2024-04-15T09:45:31.790Z] [INFO] --- invoker:3.6.1:run (integration-test) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:31.790Z] [INFO] Building: echo/pom.xml [2024-04-15T09:45:35.990Z] [INFO] run post-build script postbuild.groovy [2024-04-15T09:45:36.947Z] [INFO] echo/pom.xml ..................................... SUCCESS (6.028 s) [2024-04-15T09:45:36.947Z] [INFO] ------------------------------------------------- [2024-04-15T09:45:36.947Z] [INFO] Build Summary: [2024-04-15T09:45:36.947Z] [INFO] Passed: 1, Failed: 0, Errors: 0, Skipped: 0 [2024-04-15T09:45:36.947Z] [INFO] ------------------------------------------------- [2024-04-15T09:45:36.947Z] [INFO] [2024-04-15T09:45:36.947Z] [INFO] --- checkstyle:3.3.1:check (default) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:42.211Z] [INFO] You have 0 Checkstyle violations. [2024-04-15T09:45:42.211Z] [INFO] [2024-04-15T09:45:42.211Z] [INFO] --- glassfish-copyright:2.4:check (default) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:43.594Z] [INFO] [2024-04-15T09:45:43.594Z] [INFO] --- install:3.1.1:install (default-install) @ glassfishbuild-maven-plugin --- [2024-04-15T09:45:43.594Z] [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 [2024-04-15T09:45:43.594Z] [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 [2024-04-15T09:45:43.595Z] [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 [2024-04-15T09:45:43.595Z] [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 [2024-04-15T09:45:43.595Z] [INFO] ------------------------------------------------------------------------ [2024-04-15T09:45:43.595Z] [INFO] BUILD SUCCESS [2024-04-15T09:45:43.595Z] [INFO] ------------------------------------------------------------------------ [2024-04-15T09:45:43.595Z] [INFO] Total time: 47.885 s [2024-04-15T09:45:43.595Z] [INFO] Finished at: 2024-04-15T09:45:43Z [2024-04-15T09:45:43.595Z] [INFO] ------------------------------------------------------------------------ [Pipeline] junit [2024-04-15T09:45:43.608Z] Recording test results [2024-04-15T09:45:43.995Z] None of the test reports contained any result [2024-04-15T09:45:43.995Z] [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