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-57-304ng-scd02
[Normal][orbit/orbit-shell-pod-57-304ng-scd02][Scheduled] Successfully assigned orbit/orbit-shell-pod-57-304ng-scd02 to okdnode-21
[Normal][orbit/orbit-shell-pod-57-304ng-scd02][AddedInterface] Add eth0 [10.40.42.170/23]
[Normal][orbit/orbit-shell-pod-57-304ng-scd02][Pulled] Container image "rgrunber/shell@sha256:a31876367dcdb8f08acd3764d4398b268c218c3880819f0159ae7d3348d717c9" already present on machine
[Normal][orbit/orbit-shell-pod-57-304ng-scd02][Created] Created container container
[Normal][orbit/orbit-shell-pod-57-304ng-scd02][Started] Started container container
[Normal][orbit/orbit-shell-pod-57-304ng-scd02][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1" already present on machine
[Normal][orbit/orbit-shell-pod-57-304ng-scd02][Created] Created container jnlp
[Normal][orbit/orbit-shell-pod-57-304ng-scd02][Started] Started container jnlp
Still waiting to schedule task
‘orbit-shell-pod-57-304ng-scd02’ is offline
Agent orbit-shell-pod-57-304ng-scd02 is provisioned from template orbit-shell-pod-57-304ng
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.orbit.svc.cluster.local/orbit/job/releng-test/57/"
    runUrl: "job/releng-test/57/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "2725b796b26789d784421e37d29f95d32391e9d9"
    jenkins/label: "orbit-shell-pod-57"
  name: "orbit-shell-pod-57-304ng-scd02"
spec:
  containers:
  - command:
    - "uid_entrypoint"
    - "cat"
    image: "rgrunber/shell@sha256:a31876367dcdb8f08acd3764d4398b268c218c3880819f0159ae7d3348d717c9"
    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-57-304ng-scd02"
    - name: "JENKINS_NAME"
      value: "orbit-shell-pod-57-304ng-scd02"
    - 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-57-304ng-scd02 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
+ mvn -V
/home/jenkins/agent/workspace/releng-test@tmp/durable-8e48705b/script.sh: line 1: mvn: command not found
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 127
Finished: FAILURE