Skip to content
Failed

Console Output

Started by user Frederic Gurr
Running as Frederic Gurr
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: cbi/jekyll-agent-wz378-jwv6q
[Normal][cbi/jekyll-agent-wz378-jwv6q][Scheduled] Successfully assigned jekyll-agent-wz378-jwv6q to osnode-24.eclipse.org
[Normal][cbi/jekyll-agent-wz378-jwv6q][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][cbi/jekyll-agent-wz378-jwv6q][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][cbi/jekyll-agent-wz378-jwv6q][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-979jd" 
Still waiting to schedule task
‘jekyll-agent-wz378-jwv6q’ is offline
[Normal][cbi/jekyll-agent-wz378-jwv6q][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.3" already present on machine
[Normal][cbi/jekyll-agent-wz378-jwv6q][Created] Created container
[Normal][cbi/jekyll-agent-wz378-jwv6q][Started] Started container
[Normal][cbi/jekyll-agent-wz378-jwv6q][Pulling] pulling image "jekyll/jekyll:latest"
[Normal][cbi/jekyll-agent-wz378-jwv6q][Pulled] Successfully pulled image "jekyll/jekyll:latest"
[Normal][cbi/jekyll-agent-wz378-jwv6q][Created] Created container
[Normal][cbi/jekyll-agent-wz378-jwv6q][Started] Started container
Agent jekyll-agent-wz378-jwv6q is provisioned from template jekyll-agent-wz378
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro_jekyll_test/1/"
    runUrl: "job/jiro_jekyll_test/1/"
  labels:
    run: "jekyll"
    jenkins: "slave"
    jenkins/label: "jekyll-agent"
  name: "jekyll-agent-wz378-jwv6q"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cbi.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jekyll-agent-wz378-jwv6q"
    - name: "JENKINS_NAME"
      value: "jekyll-agent-wz378-jwv6q"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/"
    - name: "HOME"
      value: "/home/jenkins/agent"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.3"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    image: "jekyll/jekyll:latest"
    name: "jekyll"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on jekyll-agent-wz378-jwv6q in /home/jenkins/agent/workspace/jiro_jekyll_test
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout www repo)
[Pipeline] sh
+ mkdir -p jekyll
[Pipeline] sh
+ git clone https://github.com/gnu-mcu-eclipse/web-jekyll jekyll
Cloning into 'jekyll'...
[Pipeline] dir
Running in /home/jenkins/agent/workspace/jiro_jekyll_test/www
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.cbi (ssh://genie.cbi@git.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-IHEOy8Csfqca/agent.337
SSH_AGENT_PID=339
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/jiro_jekyll_test/www@tmp/private_key_1927018214436069989.key (/home/jenkins/agent/workspace/jiro_jekyll_test/www@tmp/private_key_1927018214436069989.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone ssh://genie.embed-cdt@git.eclipse.org:29418/www.eclipse.org/embed-cdt.git .
Cloning into '.'...
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 339 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website with Jekyll)
Stage "Build website with Jekyll" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push to branch)
Stage "Push to branch" 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