Skip to content

Console Output

Started by user Roland Grunberg
Running as Roland Grunberg
[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 orbit/orbit-shell-pod-60-d26k4-cx23q
[Normal][orbit/orbit-shell-pod-60-d26k4-cx23q][Scheduled] Successfully assigned orbit/orbit-shell-pod-60-d26k4-cx23q to okdnode-21
[Normal][orbit/orbit-shell-pod-60-d26k4-cx23q][AddedInterface] Add eth0 [10.40.42.174/23]
[Normal][orbit/orbit-shell-pod-60-d26k4-cx23q][Pulled] Container image "rgrunber/orbit-recipes-build@sha256:dfedab60fde5ca2f9d474608c80f5d02c0958d950f0182ec7d2a37cf6fb0d093" already present on machine
[Normal][orbit/orbit-shell-pod-60-d26k4-cx23q][Created] Created container container
[Normal][orbit/orbit-shell-pod-60-d26k4-cx23q][Started] Started container container
[Normal][orbit/orbit-shell-pod-60-d26k4-cx23q][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1" already present on machine
[Normal][orbit/orbit-shell-pod-60-d26k4-cx23q][Created] Created container jnlp
[Normal][orbit/orbit-shell-pod-60-d26k4-cx23q][Started] Started container jnlp
Still waiting to schedule task
Waiting for next available executor on ‘orbit-shell-pod-60-d26k4-cx23q’
Agent orbit-shell-pod-60-d26k4-cx23q is provisioned from template orbit-shell-pod-60-d26k4
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.orbit.svc.cluster.local/orbit/job/releng-test/60/"
    runUrl: "job/releng-test/60/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "d626d511a74bfe98037e34eee07c0ee64c8f541d"
    jenkins/label: "orbit-shell-pod-60"
  name: "orbit-shell-pod-60-d26k4-cx23q"
spec:
  containers:
  - command:
    - "uid_entrypoint"
    - "cat"
    image: "rgrunber/orbit-recipes-build@sha256:dfedab60fde5ca2f9d474608c80f5d02c0958d950f0182ec7d2a37cf6fb0d093"
    name: "container"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/vnc/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.orbit.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "orbit-shell-pod-60-d26k4-cx23q"
    - name: "JENKINS_NAME"
      value: "orbit-shell-pod-60-d26k4-cx23q"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.orbit.svc.cluster.local/orbit/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1"
    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"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on orbit-shell-pod-60-d26k4-cx23q in /home/jenkins/agent/workspace/releng-test
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Deploy)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ rpm -qf /usr/bin/mvn
maven-3.5.4-5.module_f29+6921+ca3ed728.noarch
+ ls -l /usr/bin/mvn
lrwxrwxrwx. 1 root root 21 Mar  5  2021 /usr/bin/mvn -> /etc/alternatives/mvn
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS