Skip to content
Aborted

Console Output

Branch indexing
05:48:05 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from f7ff710776d0a241fa50a25c97fad686283aa640
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jakartaee-tck/jakartaee-tck-pod-69e3da67-03cc-4496-a762-d205c9a9f57d-fk-0zzcj
Still waiting to schedule task
‘jakartaee-tck-pod-69e3da67-03cc-4496-a762-d205c9a9f57d-fk-0zzcj’ is offline
Agent jakartaee-tck-pod-69e3da67-03cc-4496-a762-d205c9a9f57d-fk-0zzcj is provisioned from template jakartaee-tck-pod-69e3da67-03cc-4496-a762-d205c9a9f57d-fk026
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.jakartaee-tck.svc.cluster.local/jakartaee-tck/job/jakartaee-tck/job/tckrefactor/4/"
    runUrl: "job/jakartaee-tck/job/tckrefactor/4/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "f2cdefbe06dcb4bf1f5bfb2ac9ce93efce91d2a8"
    jenkins/label: "jakartaee-tck-pod-69e3da67-03cc-4496-a762-d205c9a9f57d"
  name: "jakartaee-tck-pod-69e3da67-03cc-4496-a762-d205c9a9f57d-fk-0zzcj"
  namespace: "jakartaee-tck"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jakartaee-tck.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jakartaee-tck-pod-69e3da67-03cc-4496-a762-d205c9a9f57d-fk-0zzcj"
    - name: "JNLP_PROTOCOL_OPTS"
      value: "-XshowSettings:vm -Xmx2048m -Dsun.zip.disableMemoryMapping=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true"
    - name: "JENKINS_NAME"
      value: "jakartaee-tck-pod-69e3da67-03cc-4496-a762-d205c9a9f57d-fk-0zzcj"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jakartaee-tck.svc.cluster.local/jakartaee-tck/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99"
    name: "jnlp"
    resources:
      limits:
        memory: "3Gi"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    env:
    - name: "JAVA_TOOL_OPTIONS"
      value: "-Xmx6G"
    image: "jakartaee/cts-base:0.3"
    imagePullPolicy: "Always"
    name: "jakartaeetck-ci"
    resources:
      limits:
        memory: "10Gi"
        cpu: "2.0"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    image: "jakartaee/cts-mailserver:0.1"
    imagePullPolicy: "Always"
    name: "james-mail"
    ports:
    - containerPort: 1025
    - containerPort: 1143
    resources:
      limits:
        memory: "2Gi"
        cpu: "0.5"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  hostAliases:
  - hostnames:
    - "localhost.localdomain"
    - "james.local"
    ip: "127.0.0.1"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on jakartaee-tck-pod-69e3da67-03cc-4496-a762-d205c9a9f57d-fk-0zzcj in /home/jenkins/agent/workspace/jakartaee-tck_tckrefactor
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Aborted by Alwin Joseph
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 5cbb0195-6a8e-4a87-b56c-ac57343bd6e5
java.lang.InterruptedException
	at java.base/java.lang.Object.waitImpl(Native Method)
	at java.base/java.lang.Object.wait(Object.java:251)
	at java.base/java.lang.Object.wait(Object.java:219)
	at hudson.remoting.Request.call(Request.java:177)
	at hudson.remoting.Channel.call(Channel.java:999)
	at hudson.FilePath.act(FilePath.java:1192)
	at hudson.FilePath.act(FilePath.java:1181)
	at org.jenkinsci.plugins.gitclient.Git.getClient(Git.java:138)
	at hudson.plugins.git.GitSCM.createClient(GitSCM.java:916)
	at hudson.plugins.git.GitSCM.createClient(GitSCM.java:847)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1294)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
	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)

GitHub has been notified of this commit’s build result

Finished: ABORTED