Skip to content

Console Output

Started by upstream project "Builds/I-build-4.32" build number 73
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
Still waiting to schedule task
‘b9h15-macos11-x86_64’ is reserved for jobs with matching label expression
‘centos-aarch64-1’ is reserved for jobs with matching label expression
‘centos-aarch64-2’ is reserved for jobs with matching label expression
‘centos-aarch64-3’ is reserved for jobs with matching label expression
‘centos-aarch64-4’ is reserved for jobs with matching label expression
‘ppcle-buildTest’ is reserved for jobs with matching label expression
‘ppcle-test’ is reserved for jobs with matching label expression
‘rie8t-win11-arm64’ is reserved for jobs with matching label expression
‘rs68g-win10’ is reserved for jobs with matching label expression
Agent basic-kmmmb is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-kmmmb"
  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-kmmmb"
    - 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-kmmmb"
    - 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-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/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-kmmmb 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 95c9d827cd264ad1749e121fdbfb581315361291 (origin/master)
Commit message: "Build input for build I20240418-1800"
 > git rev-parse origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 95c9d827cd264ad1749e121fdbfb581315361291 # timeout=10
 > git rev-list --no-walk ad8b59ac5d459527a09f84e71822189fee7a643d # 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 #2431' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since 'ad8b59a'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '95c9d82' as starting point
[GitCheckoutListener] -> Recorded 2 new commits
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@3d3dd411' 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
19:20:30 [2024-04-18T23:20:30.637Z] Scheduling project: Smoke Tests » ep-smoke-test-ubuntu22
[Pipeline] build
19:20:30 [2024-04-18T23:20:30.640Z] Scheduling project: Smoke Tests » ep-smoke-test-opensuse-leap
[Pipeline] build
19:20:30 [2024-04-18T23:20:30.643Z] Scheduling project: Smoke Tests » ep-smoke-test-centos9
[Pipeline] build
19:20:30 [2024-04-18T23:20:30.646Z] Scheduling project: Smoke Tests » ep-smoke-test-arm64
[Pipeline] build
19:20:30 [2024-04-18T23:20:30.649Z] Scheduling project: Smoke Tests » ep-smoke-test-ppcle
[Pipeline] build
19:20:30 [2024-04-18T23:20:30.652Z] Scheduling project: Smoke Tests » ep-smoke-test-ubuntu22
[Pipeline] build
19:20:30 [2024-04-18T23:20:30.655Z] Scheduling project: Smoke Tests » ep-smoke-test-opensuse-leap
[Pipeline] build
19:20:30 [2024-04-18T23:20:30.658Z] Scheduling project: Smoke Tests » ep-smoke-test-centos9
[Pipeline] build
19:20:30 [2024-04-18T23:20:30.661Z] Scheduling project: Smoke Tests » ep-smoke-test-arm64
[Pipeline] build
19:20:30 [2024-04-18T23:20:30.663Z] Scheduling project: Smoke Tests » ep-smoke-test-ubuntu22
[Pipeline] build
19:20:30 [2024-04-18T23:20:30.666Z] Scheduling project: Smoke Tests » ep-smoke-test-opensuse-leap
[Pipeline] build
19:20:30 [2024-04-18T23:20:30.669Z] Scheduling project: Smoke Tests » ep-smoke-test-centos9
[Pipeline] build
19:20:30 [2024-04-18T23:20:30.672Z] Scheduling project: Smoke Tests » ep-smoke-test-arm64
19:20:36 [2024-04-18T23:20:36.404Z] Starting building: Smoke Tests » ep-smoke-test-arm64 #2047
19:20:36 [2024-04-18T23:20:36.404Z] Starting building: Smoke Tests » ep-smoke-test-arm64 #2046
19:20:36 [2024-04-18T23:20:36.405Z] Starting building: Smoke Tests » ep-smoke-test-arm64 #2048
19:20:36 [2024-04-18T23:20:36.531Z] Starting building: Smoke Tests » ep-smoke-test-ppcle #1270
19:20:37 [2024-04-18T23:20:37.687Z] Starting building: Smoke Tests » ep-smoke-test-ubuntu22 #2048
19:20:37 [2024-04-18T23:20:37.687Z] Starting building: Smoke Tests » ep-smoke-test-ubuntu22 #2046
19:20:37 [2024-04-18T23:20:37.688Z] Starting building: Smoke Tests » ep-smoke-test-ubuntu22 #2047
19:20:37 [2024-04-18T23:20:37.761Z] Starting building: Smoke Tests » ep-smoke-test-opensuse-leap #2045
19:20:37 [2024-04-18T23:20:37.762Z] Starting building: Smoke Tests » ep-smoke-test-opensuse-leap #2046
19:20:37 [2024-04-18T23:20:37.762Z] Starting building: Smoke Tests » ep-smoke-test-opensuse-leap #2044
19:20:37 [2024-04-18T23:20:37.833Z] Starting building: Smoke Tests » ep-smoke-test-centos9 #2048
19:20:37 [2024-04-18T23:20:37.833Z] Starting building: Smoke Tests » ep-smoke-test-centos9 #2046
19:20:37 [2024-04-18T23:20:37.833Z] Starting building: Smoke Tests » ep-smoke-test-centos9 #2047
19:33:24 [2024-04-18T23:33:24.412Z] Build Smoke Tests » ep-smoke-test-arm64 #2046 completed: UNSTABLE
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
19:33:24 [2024-04-18T23:33:24.514Z] Failed in branch Centos 8 arm64 Java22
19:34:58 [2024-04-18T23:34:58.971Z] Build Smoke Tests » ep-smoke-test-ppcle #1270 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
19:35:29 [2024-04-18T23:35:29.977Z] Build Smoke Tests » ep-smoke-test-centos9 #2047 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
19:36:57 [2024-04-18T23:36:57.813Z] Build Smoke Tests » ep-smoke-test-arm64 #2048 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
19:37:03 [2024-04-18T23:37:03.857Z] Build Smoke Tests » ep-smoke-test-arm64 #2047 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
19:42:07 [2024-04-18T23:42:07.611Z] Build Smoke Tests » ep-smoke-test-opensuse-leap #2045 completed: UNSTABLE
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
19:42:07 [2024-04-18T23:42:07.634Z] Failed in branch Opensuse Leap Java21
19:46:05 [2024-04-18T23:46:05.983Z] Build Smoke Tests » ep-smoke-test-centos9 #2046 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
19:59:59 [2024-04-18T23:59:59.467Z] Build Smoke Tests » ep-smoke-test-opensuse-leap #2046 completed: SUCCESS
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:04:19 [2024-04-19T00:04:19.290Z] Build Smoke Tests » ep-smoke-test-ubuntu22 #2047 completed: FAILURE
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:04:19 [2024-04-19T00:04:19.311Z] Failed in branch Ubuntu 22.04 Java21
20:07:09 [2024-04-19T00:07:09.205Z] Build Smoke Tests » ep-smoke-test-ubuntu22 #2048 completed: FAILURE
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:07:09 [2024-04-19T00:07:09.452Z] Failed in branch Ubuntu 22.04 Java22
20:13:34 [2024-04-19T00:13:34.312Z] Build Smoke Tests » ep-smoke-test-opensuse-leap #2044 completed: UNSTABLE
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:13:34 [2024-04-19T00:13:34.334Z] Failed in branch Opensuse Leap Java17
20:21:42 [2024-04-19T00:21:42.543Z] Build Smoke Tests » ep-smoke-test-centos9 #2048 completed: ABORTED
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:21:42 [2024-04-19T00:21:42.566Z] Failed in branch Centos 9.x Java22
20:47:28 [2024-04-19T00:47:28.030Z] Build Smoke Tests » ep-smoke-test-ubuntu22 #2046 completed: ABORTED
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:47:28 [2024-04-19T00:47:28.052Z] Failed in branch Ubuntu 22.04 Java17
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] emailext
20:47:28 [2024-04-19T00:47:28.130Z] 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 #2048 completed with status ABORTED (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 205d0ab0-3a11-4d27-9c55-e6e81624de99
Smoke Tests » ep-smoke-test-ubuntu22 #2046 completed with status ABORTED (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: e0c8ba96-d62f-4f69-aa83-6f4baf9ab96e
Smoke Tests » ep-smoke-test-ubuntu22 #2047 completed with status FAILURE (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 765e6be4-8f0a-46c5-8447-06a94c8fcb77
Smoke Tests » ep-smoke-test-ubuntu22 #2048 completed with status FAILURE (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 698c4b1a-8522-41fa-ad64-71e4318ee383
Smoke Tests » ep-smoke-test-arm64 #2046 completed with status UNSTABLE (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 38460229-67fb-43c6-b75b-bc7d776ac2f1
Smoke Tests » ep-smoke-test-opensuse-leap #2045 completed with status UNSTABLE (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 2d83d310-e07a-4de5-b61f-73e089d64445
Smoke Tests » ep-smoke-test-opensuse-leap #2044 completed with status UNSTABLE (propagate: false to ignore)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 433d6b46-f170-4172-937b-c1837ec7b271
[Checks API] No suitable checks publisher found.
Finished: ABORTED