Skip to content
Aborted

Console Output

Branch indexing
21:22:19 Connecting to https://api.github.com using smarlow@redhat.com/****** (GitHub Access Token)
Obtained Jenkinsfile from 77c3572e5640f489402ea77c09af80bfe5f2c8c7
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg
[Normal][jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg][Scheduled] Successfully assigned jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg to osnode-4.eclipse.org
Still waiting to schedule task
‘jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg’ is offline
[Normal][jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-m8ngf" 
[Normal][jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg][Created] Created container
[Normal][jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg][Started] Started container
[Normal][jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg][Pulling] pulling image "jakartaee/cts-mailserver:0.1"
[Normal][jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg][Pulled] Successfully pulled image "jakartaee/cts-mailserver:0.1"
[Normal][jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg][Created] Created container
[Normal][jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg][Started] Started container
[Normal][jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg][Pulling] pulling image "jakartaee/cts-base:0.2"
[Normal][jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg][Pulled] Successfully pulled image "jakartaee/cts-base:0.2"
[Normal][jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg][Created] Created container
[Normal][jakartaee-tck/jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg][Started] Started container
Agent jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg is provisioned from template jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bxqvh
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.jakartaee-tck.svc.cluster.local/jakartaee-tck/job/jakartaee-tck-scottmarlow/job/master/13/"
    runUrl: "job/jakartaee-tck-scottmarlow/job/master/13/"
  labels:
    jenkins: "slave"
    jenkins/label: "jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b"
  name: "jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg"
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-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg"
    - 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-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg"
    - 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.5"
    name: "jnlp"
    resources:
      limits:
        memory: "3Gi"
    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
  - command:
    - "cat"
    env:
    - name: "JAVA_TOOL_OPTIONS"
      value: "-Xmx6G"
    image: "jakartaee/cts-base:0.2"
    imagePullPolicy: "Always"
    name: "jakartaeetck-ci"
    resources:
      limits:
        memory: "10Gi"
        cpu: "2.0"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  hostAliases:
  - hostnames:
    - "localhost.localdomain"
    - "james.local"
    ip: "127.0.0.1"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on jakartaee-tck-pod-4ea8309b-4b0e-4118-8115-b476bd309d1b-bx-5t1cg in /home/jenkins/agent/workspace/jakartaee-tck-scottmarlow_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
Aborted by Scott Marlow
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

java.lang.InterruptedException
	at java.base/java.lang.Object.wait(Native Method)
	at java.base/java.lang.Object.wait(Object.java:221)
	at hudson.remoting.Request.call(Request.java:176)
	at hudson.remoting.Channel.call(Channel.java:1000)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
Caused: hudson.remoting.RemotingSystemException
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:302)
	at com.sun.proxy.$Proxy109.addCredentials(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.addCredentials(RemoteGitImpl.java:202)
	at hudson.plugins.git.GitSCM.createClient(GitSCM.java:920)
	at hudson.plugins.git.GitSCM.createClient(GitSCM.java:838)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1291)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$$Lambda$672/0x00000000cc05ee40.run(Unknown Source)
	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:836)
Finished: ABORTED