[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[hono-dev] Build failed in Jenkins: Test_Website #3
|
See <https://ci.eclipse.org/hono/job/Test_Website/3/display/redirect>
Changes:
------------------------------------------
Started by user Kai Hudalla
Running as Kai Hudalla
Checking out git https://github.com/eclipse/hono.git into /var/jenkins/jobs/Test_Website/workspace@script/77b22289f26d822505a78c577149f1016dbf9fc38a53ec133d1e0e39723333c3 to read jenkins/Hono-Website-Pipeline-Declarative.groovy
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir /var/jenkins/jobs/Test_Website/workspace@script/77b22289f26d822505a78c577149f1016dbf9fc38a53ec133d1e0e39723333c3/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/eclipse/hono.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/hono.git
> git --version # timeout=10
> git --version # 'git version 2.47.0'
> git fetch --tags --force --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/fix_doc_generation^{commit} # timeout=10
Checking out Revision 766b40b232550f63c12f33d18359b3945a979dcb (refs/remotes/origin/fix_doc_generation)
> git config core.sparsecheckout # timeout=10
> git checkout -f 766b40b232550f63c12f33d18359b3945a979dcb # timeout=10
Commit message: "[#3664] Put dev docs into distinct language folder"
> git rev-list --no-walk 301b5d14dd50dd8b1a5eddb9ea5b6ac8511e2dc6 # timeout=10
[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 hono/my-agent-pod-3n4f4-wnqmr
Agent my-agent-pod-3n4f4-wnqmr is provisioned from template my-agent-pod-3n4f4
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1733386317695"
buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/Test_Website/3/"
runUrl: "job/Test_Website/3/"
labels:
jenkins: "slave"
jenkins/label-digest: "138f65105f5cdc059253961c36a46c19eb0d2751"
jenkins/label: "my-agent-pod"
kubernetes.jenkins.io/controller: "http___jenkins-ui_hono_svc_cluster_local_honox"
name: "my-agent-pod-3n4f4-wnqmr"
namespace: "hono"
spec:
containers:
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-discovery.hono.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "my-agent-pod-3n4f4-wnqmr"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "my-agent-pod-3n4f4-wnqmr"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins-ui.hono.svc.cluster.local/hono/"
- name: "HOME"
value: "/home/jenkins"
image: "docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3261.v9c670a_4748a_9"
name: "jnlp"
resources:
limits:
memory: "1Gi"
cpu: "1"
requests:
memory: "1Gi"
cpu: "1"
volumeMounts:
- mountPath: "/home/jenkins/.ssh"
name: "volume-known-hosts"
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
- command:
- "cat"
image: "cibuilds/hugo:0.123.8"
name: "hugo"
resources:
limits:
memory: "1Gi"
cpu: "1"
requests:
memory: "1Gi"
cpu: "1"
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 my-agent-pod-3n4f4-wnqmr in /home/jenkins/agent/workspace/Test_Website
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/hono.git
> git init /home/jenkins/agent/workspace/Test_Website # timeout=10
Fetching upstream changes from https://github.com/eclipse/hono.git
> git --version # timeout=10
> git --version # 'git version 2.47.1'
> git fetch --tags --force --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 766b40b232550f63c12f33d18359b3945a979dcb (refs/remotes/origin/fix_doc_generation)
> git config remote.origin.url https://github.com/eclipse/hono.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/fix_doc_generation^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 766b40b232550f63c12f33d18359b3945a979dcb # timeout=10
Commit message: "[#3664] Put dev docs into distinct language folder"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 15 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare workspace)
[Pipeline] sh
cloning Hono repository...
Cloning into '/home/jenkins/agent/workspace/Test_Website/hono'...
Submodule 'doc-theme' (https://github.com/McShelby/hugo-theme-relearn.git) registered for path 'site/documentation/themes/hugo-theme-relearn'
Submodule 'homepage-theme' (https://github.com/devcows/hugo-universal-theme.git) registered for path 'site/homepage/themes/hugo-universal-theme'
Cloning into '/home/jenkins/agent/workspace/Test_Website/hono/site/documentation/themes/hugo-theme-relearn'...
Cloning into '/home/jenkins/agent/workspace/Test_Website/hono/site/homepage/themes/hugo-universal-theme'...
Submodule path 'site/documentation/themes/hugo-theme-relearn': checked out 'be030d4eab0e5648c83e32a888bc3084e44da02b'
Submodule path 'site/homepage/themes/hugo-universal-theme': checked out '78887402aeca0ab44deb8f0de800f7a6974f8c8a'
Adding Documentation from master branch as DEV version...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Clone Hono web site repository)
[Pipeline] sshagent
[ssh-agent] Using credentials eclipse-hono-bot (GitHub bot (SSH))
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-0NQxySRlhPUb/agent.266
SSH_AGENT_PID=268
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Test_Website@tmp/private_key_7269351136871903388.key (/home/jenkins/agent/workspace/Test_Website@tmp/private_key_7269351136871903388.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
cloning Hono web site repository...
Cloning into '/home/jenkins/agent/workspace/Test_Website/hono-website'...
scrubbing web site directory...
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 268 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build home page)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
using hugo v0.123.8-5fed9c591b694f314e5939548e11cc3dcb79a79c+extended linux/amd64 BuildDate=2024-03-07T13:14:42Z VendorInfo=gohugoio
removing obsolete images that come with theme used for home page ...
building home page...
Start building sites …
hugo v0.123.8-5fed9c591b694f314e5939548e11cc3dcb79a79c+extended linux/amd64 BuildDate=2024-03-07T13:14:42Z VendorInfo=gohugoio
| EN
-------------------+-----
Pages | 19
Paginator pages | 0
Non-page files | 2
Static files | 25
Processed images | 0
Aliases | 3
Cleaned | 0
Total in 147 ms
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation)
[Pipeline] sh
determining supported versions of documentation
Switched to a new branch '1.12.x'
branch '1.12.x' set up to track 'origin/1.12.x'.
Switched to a new branch '2.0.x'
branch '2.0.x' set up to track 'origin/2.0.x'.
Switched to a new branch '2.1.x'
branch '2.1.x' set up to track 'origin/2.1.x'.
Switched to a new branch '2.2.x'
branch '2.2.x' set up to track 'origin/2.2.x'.
Switched to a new branch '2.3.x'
branch '2.3.x' set up to track 'origin/2.3.x'.
Switched to a new branch '2.4.x'
branch '2.4.x' set up to track 'origin/2.4.x'.
Switched to a new branch '2.5.x'
branch '2.5.x' set up to track 'origin/2.5.x'.
Switched to a new branch '2.6.x'
branch '2.6.x' set up to track 'origin/2.6.x'.
Documentation source content folder layout:
/home/jenkins/agent/workspace/Test_Website@tmp/durable-ebdc33c6/script.sh.copy: line 46: tree: command not found
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Commit and push web site)
Stage "Commit and push web site" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] step