Skip to content
Aborted

Console Output

Started by upstream project "Builds/I-build-4.32" build number 125
originally caused by:
 Started by timer
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-3qb90 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1716769082166"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
    kubernetes.jenkins.io/controller: "http___jenkins-ui_releng_svc_cluster_local_relengx"
  name: "basic-3qb90"
  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-3qb90"
    - 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-3qb90"
    - 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-3qb90 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
 > 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
Avoid second fetch
Checking out Revision 58b6a93fa511d27c86fe255449c86780c03f2940 (origin/master)
Commit message: "Build input for build I20240525-0900"
 > git rev-parse origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 58b6a93fa511d27c86fe255449c86780c03f2940 # timeout=10
 > git rev-list --no-walk 58b6a93fa511d27c86fe255449c86780c03f2940 # 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 #2479' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since '58b6a93'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '58b6a93' as starting point
[GitCheckoutListener] -> No new commits found
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@35dfa45e' 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
20:18:24 [2024-05-27T00:18:24.616Z] Scheduling project: Smoke Tests » ep-smoke-test-ubuntu22
[Pipeline] build
20:18:24 [2024-05-27T00:18:24.621Z] Scheduling project: Smoke Tests » ep-smoke-test-opensuse-leap
[Pipeline] build
20:18:24 [2024-05-27T00:18:24.624Z] Scheduling project: Smoke Tests » ep-smoke-test-centos9
[Pipeline] build
20:18:24 [2024-05-27T00:18:24.628Z] Scheduling project: Smoke Tests » ep-smoke-test-arm64
[Pipeline] build
20:18:24 [2024-05-27T00:18:24.631Z] Scheduling project: Smoke Tests » ep-smoke-test-ppcle
[Pipeline] build
20:18:24 [2024-05-27T00:18:24.635Z] Scheduling project: Smoke Tests » ep-smoke-test-ubuntu22
[Pipeline] build
20:18:24 [2024-05-27T00:18:24.638Z] Scheduling project: Smoke Tests » ep-smoke-test-opensuse-leap
[Pipeline] build
20:18:24 [2024-05-27T00:18:24.642Z] Scheduling project: Smoke Tests » ep-smoke-test-centos9
[Pipeline] build
20:18:24 [2024-05-27T00:18:24.645Z] Scheduling project: Smoke Tests » ep-smoke-test-arm64
[Pipeline] build
20:18:24 [2024-05-27T00:18:24.649Z] Scheduling project: Smoke Tests » ep-smoke-test-ubuntu22
[Pipeline] build
20:18:24 [2024-05-27T00:18:24.653Z] Scheduling project: Smoke Tests » ep-smoke-test-opensuse-leap
[Pipeline] build
20:18:24 [2024-05-27T00:18:24.656Z] Scheduling project: Smoke Tests » ep-smoke-test-centos9
[Pipeline] build
20:18:24 [2024-05-27T00:18:24.660Z] Scheduling project: Smoke Tests » ep-smoke-test-arm64
20:18:33 [2024-05-27T00:18:33.323Z] Starting building: Smoke Tests » ep-smoke-test-ppcle #1317
20:18:33 [2024-05-27T00:18:33.334Z] Starting building: Smoke Tests » ep-smoke-test-arm64 #2188
20:18:33 [2024-05-27T00:18:33.334Z] Starting building: Smoke Tests » ep-smoke-test-arm64 #2189
20:18:33 [2024-05-27T00:18:33.335Z] Starting building: Smoke Tests » ep-smoke-test-arm64 #2187
20:18:35 [2024-05-27T00:18:35.137Z] Starting building: Smoke Tests » ep-smoke-test-ubuntu22 #2188
20:18:35 [2024-05-27T00:18:35.137Z] Starting building: Smoke Tests » ep-smoke-test-ubuntu22 #2187
20:18:35 [2024-05-27T00:18:35.138Z] Starting building: Smoke Tests » ep-smoke-test-ubuntu22 #2189
20:18:35 [2024-05-27T00:18:35.180Z] Starting building: Smoke Tests » ep-smoke-test-opensuse-leap #2187
20:18:35 [2024-05-27T00:18:35.180Z] Starting building: Smoke Tests » ep-smoke-test-opensuse-leap #2185
20:18:35 [2024-05-27T00:18:35.181Z] Starting building: Smoke Tests » ep-smoke-test-opensuse-leap #2186
20:18:35 [2024-05-27T00:18:35.213Z] Starting building: Smoke Tests » ep-smoke-test-centos9 #2189
20:18:35 [2024-05-27T00:18:35.214Z] Starting building: Smoke Tests » ep-smoke-test-centos9 #2188
20:18:35 [2024-05-27T00:18:35.215Z] Starting building: Smoke Tests » ep-smoke-test-centos9 #2187
20:31:05 [2024-05-27T00:31:05.051Z] Build Smoke Tests » ep-smoke-test-arm64 #2187 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:31:34 [2024-05-27T00:31:34.488Z] Build Smoke Tests » ep-smoke-test-centos9 #2188 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:33:00 [2024-05-27T00:33:00.866Z] Build Smoke Tests » ep-smoke-test-ppcle #1317 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:35:13 [2024-05-27T00:35:13.368Z] Build Smoke Tests » ep-smoke-test-arm64 #2188 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:36:06 [2024-05-27T00:36:06.515Z] Build Smoke Tests » ep-smoke-test-arm64 #2189 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
21:23:00 [2024-05-27T01:23:00.881Z] Build Smoke Tests » ep-smoke-test-centos9 #2187 completed: ABORTED
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
21:23:00 [2024-05-27T01:23:00.907Z] Failed in branch Centos 9.x Java17
21:40:39 [2024-05-27T01:40:39.600Z] Build Smoke Tests » ep-smoke-test-opensuse-leap #2185 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
21:50:26 [2024-05-27T01:50:26.628Z] Build Smoke Tests » ep-smoke-test-centos9 #2189 completed: ABORTED
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
21:50:26 [2024-05-27T01:50:26.842Z] Failed in branch Centos 9.x Java22
22:01:13 [2024-05-27T02:01:13.636Z] Build Smoke Tests » ep-smoke-test-opensuse-leap #2186 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:02:25 [2024-05-27T02:02:25.070Z] Build Smoke Tests » ep-smoke-test-ubuntu22 #2187 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:06:41 [2024-05-27T02:06:41.567Z] Build Smoke Tests » ep-smoke-test-ubuntu22 #2189 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:17:49 [2024-05-27T02:17:49.274Z] Build Smoke Tests » ep-smoke-test-ubuntu22 #2188 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:21:45 [2024-05-27T02:21:45.340Z] Build Smoke Tests » ep-smoke-test-opensuse-leap #2187 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] emailext
22:21:45 [2024-05-27T02:21:45.450Z] 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 #2187 completed with status ABORTED (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: a6ca10a5-cffe-48f6-9fc8-ed84c5f09733
Smoke Tests » ep-smoke-test-centos9 #2189 completed with status ABORTED (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 657e1421-e503-4293-9223-7ee2e1d9a8a0
[Checks API] No suitable checks publisher found.
Finished: ABORTED