Skip to content

Console Output

Branch indexing
05:48:14 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 0384727aa80720003a5d8ad10bbfe4d996b20592
Running in Durability level: PERFORMANCE_OPTIMIZED
[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
Still waiting to schedule task
All nodes of label ‘hugo-agent’ are offline
Agent hugo-agent-f21pf-t8382 is provisioned from template hugo-agent-f21pf
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/Build%20Eclipse%20GLSP%20website%20on%20staging%20and%20master/job/master/18/"
    runUrl: "job/Build%20Eclipse%20GLSP%20website%20on%20staging%20and%20master/job/master/18/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-f21pf-t8382"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.glsp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hugo-agent-f21pf-t8382"
    - name: "JENKINS_NAME"
      value: "hugo-agent-f21pf-t8382"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.glsp.svc.cluster.local/glsp/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    image: "eclipsecbi/hugo_extended:0.78.1"
    imagePullPolicy: "Always"
    name: "hugo"
    tty: true
    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 hugo-agent-f21pf-t8382 in /home/jenkins/agent/workspace/nd_master_update-diagramanimated
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/nd_master_update-diagramanimated/hugo
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipsesource/graphical-lsp-website.git
 > git init /home/jenkins/agent/workspace/nd_master_update-diagramanimated/hugo # timeout=10
Fetching upstream changes from https://github.com/eclipsesource/graphical-lsp-website.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipsesource/graphical-lsp-website.git +refs/heads/update-diagramanimated:refs/remotes/origin/update-diagramanimated # timeout=10
Avoid second fetch
Checking out Revision 0384727aa80720003a5d8ad10bbfe4d996b20592 (update-diagramanimated)
 > git config remote.origin.url https://github.com/eclipsesource/graphical-lsp-website.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/update-diagramanimated:refs/remotes/origin/update-diagramanimated # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0384727aa80720003a5d8ad10bbfe4d996b20592 # timeout=10
Commit message: "Update workflow diagram example"
First time build. Skipping changelog.
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Update submodule)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/nd_master_update-diagramanimated/hugo
[Pipeline] {
[Pipeline] sh
+ git submodule update --init
Submodule 'themes/syna' (https://github.com/eclipsesource/syna.git) registered for path 'themes/syna'
Cloning into '/home/jenkins/agent/workspace/nd_master_update-diagramanimated/hugo/themes/syna'...
Submodule path 'themes/syna': checked out '2826c48e1a456da37a78e6727c80ea2dc78aee1b'
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout www repo)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/nd_master_update-diagramanimated/www
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.glsp (ssh://genie.glsp@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-TvtKK0PotxqI/agent.343
SSH_AGENT_PID=344
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/nd_master_update-diagramanimated/www@tmp/private_key_2459704732044418999.key (/home/jenkins/agent/workspace/nd_master_update-diagramanimated/www@tmp/private_key_2459704732044418999.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone ssh://genie.glsp@git.eclipse.org:29418/www.eclipse.org/glsp.git .
Cloning into '.'...
Total 383 (delta 0), reused 383 (delta 0)
+ git checkout update-diagramanimated
error: pathspec 'update-diagramanimated' did not match any file(s) known to git
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 344 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (master) with Hugo)
Stage "Build website (master) with Hugo" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (staging) with Hugo)
Stage "Build website (staging) with Hugo" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push to $env.BRANCH_NAME branch)
Stage "Push to $env.BRANCH_NAME branch" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
[Checks API] No suitable checks publisher found.

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

Finished: FAILURE