Skip to content
Aborted

Console Output

Started by upstream project "Builds/I-build-4.33" build number 26
originally caused by:
 Started by user Andrey Loskutov
Running as Andrey Loskutov
Obtained JenkinsJobs/SmokeTests/StartSmokeTests.groovy from git https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-dp9gv is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1718949348440"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
    kubernetes.jenkins.io/controller: "http___jenkins-ui_releng_svc_cluster_local_relengx"
  name: "basic-dp9gv"
  namespace: "releng"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.releng.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-dp9gv"
    - 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: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-dp9gv"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.releng.svc.cluster.local/releng/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3206.vb_15dcf73f6a_9"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-releng.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-deploy-ossrh-releng.xml"
    - 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-deploy-ossrh-pde.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-deploy-ossrh-pde.xml"
    - 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/.m2/settings-deploy-ossrh-jdt.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-deploy-ossrh-jdt.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-releng"
      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-dp9gv in /home/jenkins/agent/workspace/Start-smoke-tests
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
 > git init /home/jenkins/agent/workspace/Start-smoke-tests # timeout=10
Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 8b779053cb30650afd53a4e7364b67d71d9fd645 (origin/master)
 > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8b779053cb30650afd53a4e7364b67d71d9fd645 # timeout=10
Commit message: "Build input for build I20240621-0030"
 > git rev-list --no-walk c4b2e3bb2afd3373a376f309e46e2f54589406c4 # timeout=10
[Checks API] No suitable checks publisher found.
The recommended git tool is: git
No credentials specified
The recommended git tool is: git
No credentials specified
 > git rev-parse HEAD^{commit} # timeout=10
[GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git'
[GitCheckoutListener] Found previous build 'Start-smoke-tests #2513' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since 'c4b2e3b'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '8b77905' as starting point
[GitCheckoutListener] -> Recorded 3 new commits
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@c1caca99' to render commit links
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 5 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Trigger tests)
[Pipeline] parallel
[Pipeline] { (Branch: Ubuntu 22.04 Java17)
[Pipeline] { (Branch: Opensuse Leap Java17)
[Pipeline] { (Branch: Centos 9.x Java17)
[Pipeline] { (Branch: Centos 8 arm64 Java17)
[Pipeline] { (Branch: Centos 8.x ppc64le Java17)
[Pipeline] { (Branch: Ubuntu 22.04 Java21)
[Pipeline] { (Branch: Opensuse Leap Java21)
[Pipeline] { (Branch: Centos 9.x Java21)
[Pipeline] { (Branch: Centos 8 arm64 Java21)
[Pipeline] { (Branch: Ubuntu 22.04 Java22)
[Pipeline] { (Branch: Opensuse Leap Java22)
[Pipeline] { (Branch: Centos 9.x Java22)
[Pipeline] { (Branch: Centos 8 arm64 Java22)
[Pipeline] stage
[Pipeline] { (Ubuntu 22.04 Java17)
[Pipeline] stage
[Pipeline] { (Opensuse Leap Java17)
[Pipeline] stage
[Pipeline] { (Centos 9.x Java17)
[Pipeline] stage
[Pipeline] { (Centos 8 arm64 Java17)
[Pipeline] stage
[Pipeline] { (Centos 8.x ppc64le Java17)
[Pipeline] stage
[Pipeline] { (Ubuntu 22.04 Java21)
[Pipeline] stage
[Pipeline] { (Opensuse Leap Java21)
[Pipeline] stage
[Pipeline] { (Centos 9.x Java21)
[Pipeline] stage
[Pipeline] { (Centos 8 arm64 Java21)
[Pipeline] stage
[Pipeline] { (Ubuntu 22.04 Java22)
[Pipeline] stage
[Pipeline] { (Opensuse Leap Java22)
[Pipeline] stage
[Pipeline] { (Centos 9.x Java22)
[Pipeline] stage
[Pipeline] { (Centos 8 arm64 Java22)
[Pipeline] build
01:56:43 [2024-06-21T05:56:43.924Z] Scheduling project: Smoke Tests » ep-smoke-test-ubuntu22
[Pipeline] build
01:56:43 [2024-06-21T05:56:43.928Z] Scheduling project: Smoke Tests » ep-smoke-test-opensuse-leap
[Pipeline] build
01:56:43 [2024-06-21T05:56:43.931Z] Scheduling project: Smoke Tests » ep-smoke-test-centos9
[Pipeline] build
01:56:43 [2024-06-21T05:56:43.934Z] Scheduling project: Smoke Tests » ep-smoke-test-arm64
[Pipeline] build
01:56:43 [2024-06-21T05:56:43.936Z] Scheduling project: Smoke Tests » ep-smoke-test-ppcle
[Pipeline] build
01:56:43 [2024-06-21T05:56:43.939Z] Scheduling project: Smoke Tests » ep-smoke-test-ubuntu22
[Pipeline] build
01:56:43 [2024-06-21T05:56:43.942Z] Scheduling project: Smoke Tests » ep-smoke-test-opensuse-leap
[Pipeline] build
01:56:43 [2024-06-21T05:56:43.944Z] Scheduling project: Smoke Tests » ep-smoke-test-centos9
[Pipeline] build
01:56:43 [2024-06-21T05:56:43.947Z] Scheduling project: Smoke Tests » ep-smoke-test-arm64
[Pipeline] build
01:56:43 [2024-06-21T05:56:43.949Z] Scheduling project: Smoke Tests » ep-smoke-test-ubuntu22
[Pipeline] build
01:56:43 [2024-06-21T05:56:43.952Z] Scheduling project: Smoke Tests » ep-smoke-test-opensuse-leap
[Pipeline] build
01:56:43 [2024-06-21T05:56:43.955Z] Scheduling project: Smoke Tests » ep-smoke-test-centos9
[Pipeline] build
01:56:43 [2024-06-21T05:56:43.984Z] Scheduling project: Smoke Tests » ep-smoke-test-arm64
01:57:03 [2024-06-21T05:57:03.612Z] Starting building: Smoke Tests » ep-smoke-test-arm64 #2290
01:57:03 [2024-06-21T05:57:03.612Z] Starting building: Smoke Tests » ep-smoke-test-arm64 #2289
01:57:03 [2024-06-21T05:57:03.612Z] Starting building: Smoke Tests » ep-smoke-test-arm64 #2291
01:57:03 [2024-06-21T05:57:03.763Z] Starting building: Smoke Tests » ep-smoke-test-ppcle #1351
01:57:05 [2024-06-21T05:57:05.325Z] Starting building: Smoke Tests » ep-smoke-test-ubuntu22 #2289
01:57:05 [2024-06-21T05:57:05.325Z] Starting building: Smoke Tests » ep-smoke-test-ubuntu22 #2291
01:57:05 [2024-06-21T05:57:05.325Z] Starting building: Smoke Tests » ep-smoke-test-ubuntu22 #2290
01:57:05 [2024-06-21T05:57:05.400Z] Starting building: Smoke Tests » ep-smoke-test-opensuse-leap #2288
01:57:05 [2024-06-21T05:57:05.400Z] Starting building: Smoke Tests » ep-smoke-test-opensuse-leap #2289
01:57:05 [2024-06-21T05:57:05.502Z] Starting building: Smoke Tests » ep-smoke-test-centos9 #2291
01:57:05 [2024-06-21T05:57:05.502Z] Starting building: Smoke Tests » ep-smoke-test-centos9 #2290
01:57:05 [2024-06-21T05:57:05.502Z] Starting building: Smoke Tests » ep-smoke-test-centos9 #2289
01:57:06 [2024-06-21T05:57:06.793Z] Starting building: Smoke Tests » ep-smoke-test-opensuse-leap #2287
01:58:16 [2024-06-21T05:58:16.503Z] Build Smoke Tests » ep-smoke-test-ppcle #1351 completed: FAILURE
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
01:58:17 [2024-06-21T05:58:17.412Z] Failed in branch Centos 8.x ppc64le Java17
01:58:44 [2024-06-21T05:58:44.389Z] Build Smoke Tests » ep-smoke-test-arm64 #2291 completed: FAILURE
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
01:58:45 [2024-06-21T05:58:45.290Z] Failed in branch Centos 8 arm64 Java22
01:58:48 [2024-06-21T05:58:48.530Z] Build Smoke Tests » ep-smoke-test-arm64 #2290 completed: FAILURE
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
01:58:49 [2024-06-21T05:58:49.474Z] Failed in branch Centos 8 arm64 Java21
01:59:03 [2024-06-21T05:59:03.032Z] Build Smoke Tests » ep-smoke-test-arm64 #2289 completed: FAILURE
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
01:59:03 [2024-06-21T05:59:03.971Z] Failed in branch Centos 8 arm64 Java17
02:14:37 [2024-06-21T06:14:37.330Z] Build Smoke Tests » ep-smoke-test-centos9 #2290 completed: FAILURE
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
02:14:38 [2024-06-21T06:14:38.215Z] Failed in branch Centos 9.x Java21
02:16:12 [2024-06-21T06:16:12.536Z] Build Smoke Tests » ep-smoke-test-opensuse-leap #2287 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
02:23:16 [2024-06-21T06:23:16.316Z] Build Smoke Tests » ep-smoke-test-ubuntu22 #2290 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
02:35:10 [2024-06-21T06:35:10.889Z] Build Smoke Tests » ep-smoke-test-opensuse-leap #2288 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
02:47:10 [2024-06-21T06:47:10.651Z] Build Smoke Tests » ep-smoke-test-opensuse-leap #2289 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
02:51:33 [2024-06-21T06:51:33.713Z] Build Smoke Tests » ep-smoke-test-ubuntu22 #2289 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
02:57:57 [2024-06-21T06:57:57.210Z] Build Smoke Tests » ep-smoke-test-centos9 #2289 completed: ABORTED
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
02:57:58 [2024-06-21T06:57:58.127Z] Failed in branch Centos 9.x Java17
03:09:58 [2024-06-21T07:09:58.671Z] Build Smoke Tests » ep-smoke-test-ubuntu22 #2291 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
03:15:47 [2024-06-21T07:15:47.438Z] Build Smoke Tests » ep-smoke-test-centos9 #2291 completed: ABORTED
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
03:15:48 [2024-06-21T07:15:48.368Z] Failed in branch Centos 9.x Java22
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] emailext
03:15:51 [2024-06-21T07:15:51.931Z] Sending email to: sravankumarl@in.ibm.com sravan.lakkimsetti@gmail.com rahul.mohanan@ibm.com
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Smoke Tests » ep-smoke-test-centos9 #2289 completed with status ABORTED (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 47ed0cf8-dd02-4c37-8181-b63c597a1737
Smoke Tests » ep-smoke-test-centos9 #2291 completed with status ABORTED (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 555f764d-5829-49d6-b772-3188223af5b4
Smoke Tests » ep-smoke-test-ppcle #1351 completed with status FAILURE (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: b8195f24-f076-4ea7-aa67-9a7e2f92bc47
Smoke Tests » ep-smoke-test-arm64 #2291 completed with status FAILURE (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: ff16cd19-92ba-4d61-9d49-870373dd2e4e
Smoke Tests » ep-smoke-test-arm64 #2290 completed with status FAILURE (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 79e1c3df-b77d-4b65-a69a-7a5da9151a1e
Smoke Tests » ep-smoke-test-arm64 #2289 completed with status FAILURE (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: b6701bdb-f5f2-408a-a84b-ad9cadde6c74
Smoke Tests » ep-smoke-test-centos9 #2290 completed with status FAILURE (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: ff5a4b61-92ae-4ace-b32a-3b75947c08c5
[Checks API] No suitable checks publisher found.
Finished: ABORTED