Skip to content
Aborted

Console Output

Branch indexing
07:42:19 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 120b196758dd5876c6b5da97443432a3ff8621c3
[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-03e22b98-9dee-49e0-a2f7-a4a69f5039be-2q-l0dpj
Still waiting to schedule task
‘jakartaee-tck-pod-03e22b98-9dee-49e0-a2f7-a4a69f5039be-2q-l0dpj’ is offline
Agent jakartaee-tck-pod-03e22b98-9dee-49e0-a2f7-a4a69f5039be-2q-l0dpj is provisioned from template jakartaee-tck-pod-03e22b98-9dee-49e0-a2f7-a4a69f5039be-2qdsq
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.jakartaee-tck.svc.cluster.local/jakartaee-tck/job/jakartaee-tck-alw/job/el-tck-refactor/1/"
    runUrl: "job/jakartaee-tck-alw/job/el-tck-refactor/1/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "185b3342e8540c2b340f59e4bb3ab9fad81d40b3"
    jenkins/label: "jakartaee-tck-pod-03e22b98-9dee-49e0-a2f7-a4a69f5039be"
  name: "jakartaee-tck-pod-03e22b98-9dee-49e0-a2f7-a4a69f5039be-2q-l0dpj"
  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-03e22b98-9dee-49e0-a2f7-a4a69f5039be-2q-l0dpj"
    - 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-03e22b98-9dee-49e0-a2f7-a4a69f5039be-2q-l0dpj"
    - 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-3107.v665000b_51092"
    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-03e22b98-9dee-49e0-a2f7-a4a69f5039be-2q-l0dpj in /home/jenkins/agent/workspace/akartaee-tck-alw_el-tck-refactor
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/alwin-joseph/jakartaee-tck.git
 > git init /home/jenkins/agent/workspace/akartaee-tck-alw_el-tck-refactor # timeout=10
Fetching upstream changes from https://github.com/alwin-joseph/jakartaee-tck.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/alwin-joseph/jakartaee-tck.git +refs/heads/el-tck-refactor:refs/remotes/origin/el-tck-refactor # timeout=10
 > git config remote.origin.url https://github.com/alwin-joseph/jakartaee-tck.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/el-tck-refactor:refs/remotes/origin/el-tck-refactor # timeout=10
Avoid second fetch
Checking out Revision 120b196758dd5876c6b5da97443432a3ff8621c3 (el-tck-refactor)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 120b196758dd5876c6b5da97443432a3ff8621c3 # timeout=10
Aborted by Alwin Joseph
ERROR: Unable to retrieve commit message
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.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at com.sun.proxy.$Proxy201.withRepository(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:234)
	at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1427)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1367)
	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)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

Finished: ABORTED