Skip to content
Aborted

Console Output

Branch indexing
12:00:36 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 429dab851db6e0bf6efff75210a9372c8588e028
[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-36a9c33f-6587-439f-b57d-653d9795ded7-lh-lqnwg
Still waiting to schedule task
‘jakartaee-tck-pod-36a9c33f-6587-439f-b57d-653d9795ded7-lh-lqnwg’ is offline
Agent jakartaee-tck-pod-36a9c33f-6587-439f-b57d-653d9795ded7-lh-lqnwg is provisioned from template jakartaee-tck-pod-36a9c33f-6587-439f-b57d-653d9795ded7-lhf1p
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.jakartaee-tck.svc.cluster.local/jakartaee-tck/job/jakartaee-tck-scottmarlow/job/hackontckrefactor/1/"
    runUrl: "job/jakartaee-tck-scottmarlow/job/hackontckrefactor/1/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "0d299f0eaa0f7e2983ae2bde7a91d55e23313d88"
    jenkins/label: "jakartaee-tck-pod-36a9c33f-6587-439f-b57d-653d9795ded7"
  name: "jakartaee-tck-pod-36a9c33f-6587-439f-b57d-653d9795ded7-lh-lqnwg"
  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-36a9c33f-6587-439f-b57d-653d9795ded7-lh-lqnwg"
    - 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-36a9c33f-6587-439f-b57d-653d9795ded7-lh-lqnwg"
    - 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-4.13.3"
    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-36a9c33f-6587-439f-b57d-653d9795ded7-lh-lqnwg in /home/jenkins/agent/workspace/ck-scottmarlow_hackontckrefactor
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/scottmarlow/jakartaee-tck.git
 > git init /home/jenkins/agent/workspace/ck-scottmarlow_hackontckrefactor # timeout=10
Fetching upstream changes from https://github.com/scottmarlow/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/scottmarlow/jakartaee-tck.git +refs/heads/hackontckrefactor:refs/remotes/origin/hackontckrefactor # timeout=10
Avoid second fetch
Checking out Revision 429dab851db6e0bf6efff75210a9372c8588e028 (hackontckrefactor)
 > git config remote.origin.url https://github.com/scottmarlow/jakartaee-tck.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/hackontckrefactor:refs/remotes/origin/hackontckrefactor # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 429dab851db6e0bf6efff75210a9372c8588e028 # timeout=10
Aborted by Scott Marlow
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
java.lang.InterruptedException
	at java.base/java.lang.Object.wait(Native Method)
	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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143)
	at jdk.internal.reflect.GeneratedMethodAccessor1682.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:129)
	at com.sun.proxy.$Proxy133.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1358)
	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:840)

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