Skip to content

Console Output

Started by an SCM change
Obtained Jenkinsfile from git https://github.com/eclipse/sw360.website.git
[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 sw360/hugo-agent-zxf2g-81bcn
Still waiting to schedule task
‘hugo-agent-zxf2g-81bcn’ is offline
Agent hugo-agent-zxf2g-81bcn is provisioned from template hugo-agent-zxf2g
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.sw360.svc.cluster.local/sw360/job/sw360.website/170/"
    runUrl: "job/sw360.website/170/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-zxf2g-81bcn"
  namespace: "sw360"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.sw360.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hugo-agent-zxf2g-81bcn"
    - name: "JENKINS_NAME"
      value: "hugo-agent-zxf2g-81bcn"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.sw360.svc.cluster.local/sw360/"
    - name: "HOME"
      value: "/home/jenkins"
    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
  - command:
    - "cat"
    image: "klakegg/hugo:0.111.3-ext-ubuntu"
    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-zxf2g-81bcn in /home/jenkins/agent/workspace/sw360.website
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/sw360.website/hugo
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/sw360.website.git
 > git init /home/jenkins/agent/workspace/sw360.website/hugo # timeout=10
Fetching upstream changes from https://github.com/eclipse/sw360.website.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/sw360.website.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/sw360.website.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 1664da97c854a192372a73c78b8ba65679c2b4d6 (origin/main)
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1664da97c854a192372a73c78b8ba65679c2b4d6 # timeout=10
Commit message: "fix(logos): Adjust correct company logos"
 > git rev-list --no-walk a23d9ae43e6b90067d8037a44eac9162ee371ecb # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout www repo)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/sw360.website/www
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials sw360-bot (GitHub bot (SSH))
[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-1GOmBp6O2J4P/agent.139
SSH_AGENT_PID=141
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/sw360.website/www@tmp/private_key_12977855777496856221.key (sw360-bot@eclipse.org)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone git@github.com:eclipse-sw360/sw360.website.published.git .
Cloning into '.'...
Checking out files:  75% (374/493)   
Checking out files:  76% (375/493)   
Checking out files:  77% (380/493)   
Checking out files:  78% (385/493)   
Checking out files:  79% (390/493)   
Checking out files:  80% (395/493)   
Checking out files:  81% (400/493)   
Checking out files:  82% (405/493)   
Checking out files:  83% (410/493)   
Checking out files:  84% (415/493)   
Checking out files:  85% (420/493)   
Checking out files:  86% (424/493)   
Checking out files:  87% (429/493)   
Checking out files:  88% (434/493)   
Checking out files:  88% (438/493)   
Checking out files:  89% (439/493)   
Checking out files:  90% (444/493)   
Checking out files:  91% (449/493)   
Checking out files:  92% (454/493)   
Checking out files:  93% (459/493)   
Checking out files:  94% (464/493)   
Checking out files:  95% (469/493)   
Checking out files:  95% (471/493)   
Checking out files:  96% (474/493)   
Checking out files:  97% (479/493)   
Checking out files:  98% (484/493)   
Checking out files:  99% (489/493)   
Checking out files: 100% (493/493)   
Checking out files: 100% (493/493), done.
+ git checkout main
Already on 'main'
Your branch is up to date with 'origin/main'.
[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 main website with Hugo)
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/sw360.website/hugo
[Pipeline] {
[Pipeline] sh
+ mkdir -p themes/docsy
[Pipeline] sh
+ hugo --minify -b https://www.eclipse.org/sw360/
hugo: downloading modules …
hugo: collected modules in 35708 ms
Start building sites … 
hugo v0.111.3-5d4eb5154e1fed125ca8e9b5a0315c4180dab192+extended linux/amd64 BuildDate=2023-03-12T11:40:50Z VendorInfo=hugoguru
ERROR 2024/04/10 08:01:24 render of "page" failed: "/tmp/modules/filecache/modules/pkg/mod/github.com/google/docsy@v0.3.0/layouts/docs/baseof.html:4:7": execute of template failed: template: docs/single.html:4:7: executing "docs/single.html" at <partial "head.html" .>: error calling partial: "/tmp/modules/filecache/modules/pkg/mod/github.com/google/docsy@v0.3.0/layouts/partials/head.html:29:3": execute of template failed: template: partials/head.html:29:3: executing "partials/head.html" at <partialCached "head-css.html" . "asdf">: error calling partialCached: partial "head-css.html" timed out after 30s. This is most likely due to infinite recursion. If this is just a slow template, you can try to increase the 'timeout' config setting.
ERROR 2024/04/10 08:01:24 render of "page" failed: "/tmp/modules/filecache/modules/pkg/mod/github.com/google/docsy@v0.3.0/layouts/docs/baseof.html:4:7": execute of template failed: template: docs/single.html:4:7: executing "docs/single.html" at <partial "head.html" .>: error calling partial: "/tmp/modules/filecache/modules/pkg/mod/github.com/google/docsy@v0.3.0/layouts/partials/head.html:29:3": execute of template failed: template: partials/head.html:29:3: executing "partials/head.html" at <partialCached "head-css.html" . "asdf">: error calling partialCached: partial "head-css.html" timed out after 30s. This is most likely due to infinite recursion. If this is just a slow template, you can try to increase the 'timeout' config setting.
ERROR 2024/04/10 08:01:24 render of "page" failed: "/tmp/modules/filecache/modules/pkg/mod/github.com/google/docsy@v0.3.0/layouts/docs/baseof.html:4:7": execute of template failed: template: docs/single.html:4:7: executing "docs/single.html" at <partial "head.html" .>: error calling partial: "/tmp/modules/filecache/modules/pkg/mod/github.com/google/docsy@v0.3.0/layouts/partials/head.html:29:3": execute of template failed: template: partials/head.html:29:3: executing "partials/head.html" at <partialCached "head-css.html" . "asdf">: error calling partialCached: partial "head-css.html" timed out after 30s. This is most likely due to infinite recursion. If this is just a slow template, you can try to increase the 'timeout' config setting.
ERROR 2024/04/10 08:01:24 render of "page" failed: "/tmp/modules/filecache/modules/pkg/mod/github.com/google/docsy@v0.3.0/layouts/_default/baseof.html:4:7": execute of template failed: template: _default/single.html:4:7: executing "_default/single.html" at <partial "head.html" .>: error calling partial: partial "head.html" timed out after 30s. This is most likely due to infinite recursion. If this is just a slow template, you can try to increase the 'timeout' config setting.
Error: Error building site: failed to render pages: render of "page" failed: "/tmp/modules/filecache/modules/pkg/mod/github.com/google/docsy@v0.3.0/layouts/docs/baseof.html:4:7": execute of template failed: template: docs/single.html:4:7: executing "docs/single.html" at <partial "head.html" .>: error calling partial: partial "head.html" timed out after 30s. This is most likely due to infinite recursion. If this is just a slow template, you can try to increase the 'timeout' config setting.
Total in 75500 ms
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build staging website with Hugo)
Stage "Build staging website with Hugo" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push www)
Stage "Push www" 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 255
Finished: FAILURE