Skip to content
Failed

Console Output

Started by user Frederic Gurr
Rebuilds build #3
Running as Frederic Gurr
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: cbi/jekyll-agent-6xgvv-b4k25
[Normal][cbi/jekyll-agent-6xgvv-b4k25][Scheduled] Successfully assigned jekyll-agent-6xgvv-b4k25 to osnode-21.eclipse.org
[Normal][cbi/jekyll-agent-6xgvv-b4k25][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][cbi/jekyll-agent-6xgvv-b4k25][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][cbi/jekyll-agent-6xgvv-b4k25][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-979jd" 
[Normal][cbi/jekyll-agent-6xgvv-b4k25][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.3" already present on machine
[Normal][cbi/jekyll-agent-6xgvv-b4k25][Created] Created container
[Normal][cbi/jekyll-agent-6xgvv-b4k25][Started] Started container
[Normal][cbi/jekyll-agent-6xgvv-b4k25][Pulling] pulling image "jekyll/jekyll:latest"
Still waiting to schedule task
‘jekyll-agent-6xgvv-b4k25’ is offline
[Normal][cbi/jekyll-agent-6xgvv-b4k25][Pulled] Successfully pulled image "jekyll/jekyll:latest"
[Normal][cbi/jekyll-agent-6xgvv-b4k25][Created] Created container
[Normal][cbi/jekyll-agent-6xgvv-b4k25][Started] Started container
Agent jekyll-agent-6xgvv-b4k25 is provisioned from template jekyll-agent-6xgvv
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro_jekyll_test/4/"
    runUrl: "job/jiro_jekyll_test/4/"
  labels:
    run: "jekyll"
    jenkins: "slave"
    jenkins/label: "jekyll-agent"
  name: "jekyll-agent-6xgvv-b4k25"
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-6xgvv-b4k25"
    - name: "JENKINS_NAME"
      value: "jekyll-agent-6xgvv-b4k25"
    - 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-6xgvv-b4k25 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-utYI3d1yShoo/agent.139
SSH_AGENT_PID=141
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/jiro_jekyll_test/www@tmp/private_key_281921176998671058.key (/home/jenkins/agent/workspace/jiro_jekyll_test/www@tmp/private_key_281921176998671058.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone https://git.eclipse.org/r/www.eclipse.org/embed-cdt .
Cloning into '.'...
+ git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 141 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website with Jekyll)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ ls -al
total 4
drwxr-sr-x    5 10004100 10004100        46 Sep  1 07:46 .
drwxr-sr-x    4 10004100 10004100        58 Sep  1 07:46 ..
drwxr-sr-x   19 10004100 10004100      4096 Sep  1 07:46 jekyll
drwxr-sr-x    4 10004100 10004100       133 Sep  1 07:46 www
drwxr-sr-x    2 10004100 10004100         6 Sep  1 07:46 www@tmp
[Pipeline] sh
+ ls -al jekyll/
total 88
drwxr-sr-x   19 10004100 10004100      4096 Sep  1 07:46 .
drwxr-sr-x    5 10004100 10004100        46 Sep  1 07:46 ..
drwxr-sr-x    8 10004100 10004100       163 Sep  1 07:46 .git
-rw-r--r--    1 10004100 10004100        65 Sep  1 07:46 .gitignore
-rw-r--r--    1 10004100 10004100      2616 Sep  1 07:46 .travis.yml
drwxr-sr-x    2 10004100 10004100        27 Sep  1 07:46 .vscode
-rw-r--r--    1 10004100 10004100       170 Sep  1 07:46 Gemfile
-rw-r--r--    1 10004100 10004100      7029 Sep  1 07:46 Gemfile.lock
-rw-r--r--    1 10004100 10004100      1070 Sep  1 07:46 LICENSE
-rw-r--r--    1 10004100 10004100       666 Sep  1 07:46 README-MAINTAINER.md
-rw-r--r--    1 10004100 10004100        66 Sep  1 07:46 README.md
-rw-r--r--    1 10004100 10004100      4244 Sep  1 07:46 _config.yml
drwxr-sr-x    3 10004100 10004100       138 Sep  1 07:46 _data
drwxr-sr-x    3 10004100 10004100      4096 Sep  1 07:46 _includes
drwxr-sr-x    2 10004100 10004100       126 Sep  1 07:46 _layouts
drwxr-sr-x    6 10004100 10004100        63 Sep  1 07:46 _posts
drwxr-sr-x    2 10004100 10004100        90 Sep  1 07:46 _tooltips
drwxr-sr-x    3 10004100 10004100        20 Sep  1 07:46 assets
drwxr-sr-x    3 10004100 10004100       240 Sep  1 07:46 css
-rw-r--r--    1 10004100 10004100      1362 Sep  1 07:46 feed.xml
drwxr-sr-x    2 10004100 10004100      4096 Sep  1 07:46 fonts
drwxr-sr-x    2 10004100 10004100      4096 Sep  1 07:46 images
-rwxr-xr-x    1 10004100 10004100       567 Sep  1 07:46 jekyll-build.mac.command
-rwxr-xr-x    1 10004100 10004100       210 Sep  1 07:46 jekyll-serve.mac.command
drwxr-sr-x    2 10004100 10004100       168 Sep  1 07:46 js
drwxr-sr-x    2 10004100 10004100        37 Sep  1 07:46 licenses
-rw-r--r--    1 10004100 10004100        75 Sep  1 07:46 localhost-4001.webloc
drwxr-sr-x   14 10004100 10004100       233 Sep  1 07:46 pages
drwxr-sr-x    2 10004100 10004100        46 Sep  1 07:46 pdf
drwxr-sr-x    2 10004100 10004100       161 Sep  1 07:46 pdfconfigs
drwxr-sr-x    2 10004100 10004100       221 Sep  1 07:46 scripts
-rw-r--r--    1 10004100 10004100       725 Sep  1 07:46 search.json
-rw-r--r--    1 10004100 10004100       648 Sep  1 07:46 sitemap.xml
-rw-r--r--    1 10004100 10004100      2723 Sep  1 07:46 tooltips.html
-rw-r--r--    1 10004100 10004100       273 Sep  1 07:46 tooltips.json
[Pipeline] sh
+ ls -al www/
total 16
drwxr-sr-x    4 10004100 10004100       133 Sep  1 07:46 .
drwxr-sr-x    5 10004100 10004100        46 Sep  1 07:46 ..
drwxr-sr-x    8 10004100 10004100       163 Sep  1 07:46 .git
-rw-r--r--    1 10004100 10004100      1311 Sep  1 07:46 _projectCommon.php
drwxr-sr-x    2 10004100 10004100        26 Sep  1 07:46 content
-rw-r--r--    1 10004100 10004100       146 Sep  1 07:46 description.html
-rw-r--r--    1 10004100 10004100        86 Sep  1 07:46 index.php
-rw-r--r--    1 10004100 10004100      2512 Sep  1 07:46 index_for_custom_site.php
[Pipeline] dir
Running in /home/jenkins/agent/workspace/jiro_jekyll_test/jekyll
[Pipeline] {
[Pipeline] sh
+ jekyll build
/usr/jekyll/bin/jekyll: exec: line 14: /usr/local/bundle/bin/jekyll: not found
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[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 127
Finished: FAILURE