Skip to content

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes zenoh/zenoh-flow-nightly-focal-486-sf70f-fkw80-lfj66
Still waiting to schedule task
‘zenoh-flow-nightly-focal-486-sf70f-fkw80-lfj66’ is offline
Agent zenoh-flow-nightly-focal-486-sf70f-fkw80-lfj66 is provisioned from template zenoh-flow-nightly-focal_486-sf70f-fkw80
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.zenoh.svc.cluster.local/zenoh/job/zenoh-flow-nightly-focal/486/"
    runUrl: "job/zenoh-flow-nightly-focal/486/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "000401bc11194029eceb7dcd54d4a3af63a51b03"
    jenkins/label: "zenoh-flow-nightly-focal_486-sf70f"
  name: "zenoh-flow-nightly-focal-486-sf70f-fkw80-lfj66"
  namespace: "zenoh"
spec:
  containers:
  - command:
    - "cat"
    image: "gabrik91/ubuntu-build:focal-arm64"
    imagePullPolicy: "Always"
    name: "ubu20"
    resources:
      limits:
        memory: "8Gi"
        cpu: "2"
      requests:
        memory: "8Gi"
        cpu: "2"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "jenkins-home"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.zenoh.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "zenoh-flow-nightly-focal-486-sf70f-fkw80-lfj66"
    - name: "JENKINS_NAME"
      value: "zenoh-flow-nightly-focal-486-sf70f-fkw80-lfj66"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.zenoh.svc.cluster.local/zenoh/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "jenkins-home"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on zenoh-flow-nightly-focal-486-sf70f-fkw80-lfj66 in /home/jenkins/agent/workspace/zenoh-flow-nightly-focal
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { ([Checkout] zenoh flow repositories)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ pwd
/home/jenkins/agent/workspace/zenoh-flow-nightly-focal
+ id -u
+ export HOME=/home/1001120000
+ git clone https://github.com/eclipse-zenoh/zenoh-flow -b master
Cloning into 'zenoh-flow'...
fatal: Remote branch master not found in upstream origin
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { ([Install] rust)
Stage "[Install] rust" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { ([Check] Dependencies)
Stage "[Check] Dependencies" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { ([Build] x86_64-unknown-linux-gnu)
Stage "[Build] x86_64-unknown-linux-gnu" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { ([Build] aarch64-unknown-linux-gnu)
Stage "[Build] aarch64-unknown-linux-gnu" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { ([Package] x86_64-unknown-linux-gnu)
Stage "[Package] x86_64-unknown-linux-gnu" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { ([Package] aarch64-unknown-linux-gnu)
Stage "[Package] aarch64-unknown-linux-gnu" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { ([Package] Generate Packages.gz)
Stage "[Package] Generate Packages.gz" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { ([Publish] Upload packages to download.eclipse.org)
Stage "[Publish] Upload packages to download.eclipse.org" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 128
Finished: FAILURE