Skip to content

Console Output

Started by user Baily Roberts
Running as Baily Roberts
Obtained plugins/org.eclipse.osee.web/Jenkinsfile from git https://git.eclipse.org/r/osee/org.eclipse.osee
[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 osee/my-agent-pod-hgxhj-vwgpc
[Normal][osee/my-agent-pod-hgxhj-vwgpc][Scheduled] Successfully assigned osee/my-agent-pod-hgxhj-vwgpc to okdnode-9
[Normal][osee/my-agent-pod-hgxhj-vwgpc][AddedInterface] Add eth0 [10.40.21.151/23] from openshift-sdn
[Normal][osee/my-agent-pod-hgxhj-vwgpc][Pulled] Container image "timbru31/node-chrome:14-alpine" already present on machine
[Normal][osee/my-agent-pod-hgxhj-vwgpc][Created] Created container node
[Normal][osee/my-agent-pod-hgxhj-vwgpc][Started] Started container node
[Normal][osee/my-agent-pod-hgxhj-vwgpc][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" already present on machine
[Normal][osee/my-agent-pod-hgxhj-vwgpc][Created] Created container jnlp
[Normal][osee/my-agent-pod-hgxhj-vwgpc][Started] Started container jnlp
Still waiting to schedule task
‘my-agent-pod-hgxhj-vwgpc’ is offline
Agent my-agent-pod-hgxhj-vwgpc is provisioned from template my-agent-pod-hgxhj
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.osee.svc.cluster.local/osee/job/docker_pipeline/46/"
    runUrl: "job/docker_pipeline/46/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "138f65105f5cdc059253961c36a46c19eb0d2751"
    jenkins/label: "my-agent-pod"
  name: "my-agent-pod-hgxhj-vwgpc"
  namespace: "osee"
spec:
  containers:
  - command:
    - "cat"
    image: "timbru31/node-chrome:14-alpine"
    name: "node"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.osee.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "my-agent-pod-hgxhj-vwgpc"
    - name: "JENKINS_NAME"
      value: "my-agent-pod-hgxhj-vwgpc"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.osee.svc.cluster.local/osee/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on my-agent-pod-hgxhj-vwgpc in /home/jenkins/agent/workspace/docker_pipeline
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout git)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/osee/org.eclipse.osee.git
 > git init /home/jenkins/agent/workspace/docker_pipeline # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/osee/org.eclipse.osee.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/osee/org.eclipse.osee.git +refs/heads/*:refs/remotes/origin/* # timeout=120
Aborted by Baily Roberts
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run node)
Stage "Run node" skipped due to earlier failure(s)
[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.GeneratedMethodAccessor472.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.$Proxy84.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1225)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1307)
	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:871)
Finished: ABORTED