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-2q9tq-n8rqm
[Normal][osee/my-agent-pod-2q9tq-n8rqm][Scheduled] Successfully assigned osee/my-agent-pod-2q9tq-n8rqm to okdnode-10
[Normal][osee/my-agent-pod-2q9tq-n8rqm][AddedInterface] Add eth0 [10.40.26.185/23] from openshift-sdn
[Normal][osee/my-agent-pod-2q9tq-n8rqm][Pulled] Container image "timbru31/node-chrome:14-alpine" already present on machine
[Normal][osee/my-agent-pod-2q9tq-n8rqm][Created] Created container node
[Normal][osee/my-agent-pod-2q9tq-n8rqm][Started] Started container node
[Normal][osee/my-agent-pod-2q9tq-n8rqm][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" already present on machine
[Normal][osee/my-agent-pod-2q9tq-n8rqm][Created] Created container jnlp
[Normal][osee/my-agent-pod-2q9tq-n8rqm][Started] Started container jnlp
Still waiting to schedule task
‘my-agent-pod-2q9tq-n8rqm’ is offline
Agent my-agent-pod-2q9tq-n8rqm is provisioned from template my-agent-pod-2q9tq
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.osee.svc.cluster.local/osee/job/docker_pipeline/44/"
    runUrl: "job/docker_pipeline/44/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "138f65105f5cdc059253961c36a46c19eb0d2751"
    jenkins/label: "my-agent-pod"
  name: "my-agent-pod-2q9tq-n8rqm"
  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-2q9tq-n8rqm"
    - name: "JENKINS_NAME"
      value: "my-agent-pod-2q9tq-n8rqm"
    - 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-2q9tq-n8rqm 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
Created Pod: kubernetes osee/my-agent-pod-2q9tq-b55q7
[Normal][osee/my-agent-pod-2q9tq-b55q7][Scheduled] Successfully assigned osee/my-agent-pod-2q9tq-b55q7 to okdnode-27
[Normal][osee/my-agent-pod-2q9tq-b55q7][AddedInterface] Add eth0 [10.40.50.122/23] from openshift-sdn
[Normal][osee/my-agent-pod-2q9tq-b55q7][Pulled] Container image "timbru31/node-chrome:14-alpine" already present on machine
[Normal][osee/my-agent-pod-2q9tq-b55q7][Created] Created container node
[Normal][osee/my-agent-pod-2q9tq-b55q7][Started] Started container node
[Normal][osee/my-agent-pod-2q9tq-b55q7][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" already present on machine
[Normal][osee/my-agent-pod-2q9tq-b55q7][Created] Created container jnlp
[Normal][osee/my-agent-pod-2q9tq-b55q7][Started] Started container jnlp
Avoid second fetch
Checking out Revision 8e83e69055e928648422df347ba6e926f87a99df (refs/remotes/origin/dev)
 > git config remote.origin.url https://git.eclipse.org/r/osee/org.eclipse.osee.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8e83e69055e928648422df347ba6e926f87a99df # timeout=10
Commit message: "feature: Add apache poi for web testing"
 > git rev-list --no-walk 919217f31c9f8648a702ea7465f260b28b581dfd # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run node)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ node -v
v14.19.3
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS