Pull request #29 updated Connecting to https://api.github.com using 238739/****** Connecting to https://api.github.com to check permissions of obtain list of HannesWell for eclipse-equinox/equinox Obtained Jenkinsfile from ed52d5ad467e6517bf9442821d80cb807eb50729 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-k9wbd is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-k9wbd" namespace: "equinox" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.equinox.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-k9wbd" - 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: "centos-8-k9wbd" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.equinox.svc.cluster.local/equinox/" image: "docker.io/eclipsecbi/jiro-agent-centos-8: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-equinox" 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 centos-8-k9wbd in /home/jenkins/agent/workspace/equinox_PR-29 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-app-equinox Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-equinox/equinox.git > git init /home/jenkins/agent/workspace/equinox_PR-29 # timeout=10 Fetching upstream changes from https://github.com/eclipse-equinox/equinox.git > git --version # timeout=10 > git --version # 'git version 2.41.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/eclipse-equinox/equinox.git +refs/pull/29/head:refs/remotes/origin/PR-29 # timeout=10 Fetching without tags > git config remote.origin.url https://github.com/eclipse-equinox/equinox.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/29/head:refs/remotes/origin/PR-29 # timeout=10 > git config remote.origin.url https://github.com/eclipse-equinox/equinox.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-equinox/equinox.git using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/eclipse-equinox/equinox.git +refs/pull/29/head:refs/remotes/origin/PR-29 # timeout=10 Checking out Revision ed52d5ad467e6517bf9442821d80cb807eb50729 (PR-29) Commit message: "Build o.e.equinox.compendium.tests and o.e.equinox.region.tests" First time build. Skipping changelog. > git config core.sparsecheckout # timeout=10 > git checkout -f ed52d5ad467e6517bf9442821d80cb807eb50729 # timeout=10 > git rev-list --no-walk 5e0c10a808236d9f8086d9e51a13a3f86eb7b9f2 # timeout=10 [GitHub Checks] GitHub check (name: Code Analysis, status: in_progress) has been published. The recommended git tool is: git using credential github-app-equinox The recommended git tool is: git using credential github-app-equinox > git rev-parse HEAD^{commit} # timeout=10 [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-equinox/equinox.git' [GitCheckoutListener] Found previous build 'equinox/PR-29 #13' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since '5e0c10a' [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit 'ed52d5a' as starting point [GitCheckoutListener] -> Recorded 200 new commits [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@9f8a6a88' to render commit links [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 40 min [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (get binaries) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/equinox_PR-29/rt.equinox.binaries [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-equinox/equinox.binaries.git > git init /home/jenkins/agent/workspace/equinox_PR-29/rt.equinox.binaries # timeout=10 Fetching upstream changes from https://github.com/eclipse-equinox/equinox.binaries.git > git --version # timeout=10 > git --version # 'git version 2.41.0' > git fetch --tags --force --progress -- https://github.com/eclipse-equinox/equinox.binaries.git +refs/heads/*:refs/remotes/origin/* # timeout=120 Avoid second fetch Checking out Revision a768faa1bd1d8811eb1206e779406deb57bf7b27 (refs/remotes/origin/master) Commit message: "Recompiled binaries" > git config remote.origin.url https://github.com/eclipse-equinox/equinox.binaries.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a768faa1bd1d8811eb1206e779406deb57bf7b27 # timeout=10 > git rev-list --no-walk 1aeebe9365b7b080ef95c155332bf4d5428f2662 # timeout=10 [GitHub Checks] GitHub check (name: Code Analysis, status: in_progress) has been published. The recommended git tool is: NONE No credentials specified The recommended git tool is: NONE No credentials specified [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-equinox/equinox.binaries.git' [GitCheckoutListener] Found previous build 'equinox/PR-29 #13' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since '1aeebe9' [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit 'a768faa' as starting point [GitCheckoutListener] -> Recorded 4 new commits [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@60f21268' to render commit links [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) > git rev-parse HEAD^{commit} # timeout=10 [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/equinox_PR-29/.m2/repository -Pbree-libs -Papi-check -Pjavadoc -Drt.equinox.binaries.loc=/home/jenkins/agent/workspace/equinox_PR-29/rt.equinox.binaries Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Tycho Version: 4.0.7 (0dbf79b2a18b352cdfa8ea65f7d433e0ff838100) [INFO] Tycho Mode: extension [INFO] Tycho Builder: maven [INFO] Build Threads: 1 Superseded by #15 Sending interrupt signal to process script returned exit code 143 Post stage [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results No test report files were found. Configuration error? Error when executing always post condition: Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.66.223/10.40.66.223:35572 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1003) at hudson.FilePath.act(FilePath.java:1230) at hudson.FilePath.act(FilePath.java:1219) at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:120) at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:160) at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:254) at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63) at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 0a4932e6-1300-4a79-9705-13255d7c7da4 hudson.AbortException: No test report files were found. Configuration error? at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:188) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:377) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125) at java.base/java.lang.Thread.run(Thread.java:829) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 6dd6084b-8704-4703-8d64-520eaa35239e [GitHub Checks] GitHub check (name: Code Analysis, status: completed) has been published. GitHub has been notified of this commit’s build result Finished: NOT_BUILT