[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[hono-dev] Build failed in Jenkins: Hono-Website-Declarative-Pipeline #1162
|
See <https://ci.eclipse.org/hono/job/Hono-Website-Declarative-Pipeline/1162/display/redirect>
Changes:
------------------------------------------
Started by timer
Checking out git https://github.com/eclipse/hono.git into /var/jenkins/jobs/Hono-Website-Declarative-Pipeline/workspace@script/77b22289f26d822505a78c577149f1016dbf9fc38a53ec133d1e0e39723333c3 to read jenkins/Hono-Website-Pipeline-Declarative.groovy
The recommended git tool is: git
No credentials specified
> git rev-parse --resolve-git-dir /var/jenkins/jobs/Hono-Website-Declarative-Pipeline/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.42.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/master^{commit} # timeout=10
Checking out Revision ddaa96c3c4824698cb8d2c7dd82465952464c27e (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f ddaa96c3c4824698cb8d2c7dd82465952464c27e # timeout=10
Commit message: "[#3547] Update DEPENDENCIES"
> git rev-list --no-walk c291d27bc346165fd86bf4b1589023f9edf8d659 # 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-q9p2t-cqq3f
Still waiting to schedule task
‘my-agent-pod-q9p2t-cqq3f’ is offline
Agent my-agent-pod-q9p2t-cqq3f is provisioned from template my-agent-pod-q9p2t
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/Hono-Website-Declarative-Pipeline/1162/"
runUrl: "job/Hono-Website-Declarative-Pipeline/1162/"
labels:
jenkins: "slave"
jenkins/label-digest: "138f65105f5cdc059253961c36a46c19eb0d2751"
jenkins/label: "my-agent-pod"
name: "my-agent-pod-q9p2t-cqq3f"
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-q9p2t-cqq3f"
- name: "JENKINS_NAME"
value: "my-agent-pod-q9p2t-cqq3f"
- 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:remoting-3131.vf2b_b_798b_ce99"
name: "jnlp"
resources:
limits:
memory: "512Mi"
cpu: "1"
requests:
memory: "512Mi"
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.102"
name: "hugo"
resources:
limits:
memory: "512Mi"
cpu: "1"
requests:
memory: "512Mi"
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-q9p2t-cqq3f in /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline
[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/hono.git
> git init /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline # timeout=10
Fetching upstream changes from https://github.com/eclipse/hono.git
> git --version # timeout=10
> git --version # 'git version 2.20.1'
> git fetch --tags --force --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> 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
Avoid second fetch
Checking out Revision ddaa96c3c4824698cb8d2c7dd82465952464c27e (refs/remotes/origin/master)
Commit message: "[#3547] Update DEPENDENCIES"
[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/Hono-Website-Declarative-Pipeline/hono'...
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f ddaa96c3c4824698cb8d2c7dd82465952464c27e # timeout=10
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/Hono-Website-Declarative-Pipeline/hono/site/documentation/themes/hugo-theme-relearn'...
Cloning into '/home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme'...
>From https://github.com/McShelby/hugo-theme-relearn
* branch be030d4eab0e5648c83e32a888bc3084e44da02b -> FETCH_HEAD
Submodule path 'site/documentation/themes/hugo-theme-relearn': checked out 'be030d4eab0e5648c83e32a888bc3084e44da02b'
>From https://github.com/devcows/hugo-universal-theme
* branch 78887402aeca0ab44deb8f0de800f7a6974f8c8a -> FETCH_HEAD
Submodule path 'site/homepage/themes/hugo-universal-theme': checked out '78887402aeca0ab44deb8f0de800f7a6974f8c8a'
copying Documentation directory from master branch...
[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] Looking for ssh-agent implementation...
[ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-yoQP4vIAJGds/agent.323
SSH_AGENT_PID=325
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline@tmp/private_key_7957652716322018166.key (/home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline@tmp/private_key_7957652716322018166.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
cloning Hono web site repository...
Cloning into '/home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono-website'...
scrubbing web site directory...
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 325 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build home page)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
using hugo v0.102.3-b76146b129d7caa52417f8e914fc5b9271bf56fc+extended linux/amd64 BuildDate=2022-09-01T10:16:19Z VendorInfo=gohugoio
removing obsolete images that come with theme used for home page ...
building home page...
Start building sites …
hugo v0.102.3-b76146b129d7caa52417f8e914fc5b9271bf56fc+extended linux/amd64 BuildDate=2022-09-01T10:16:19Z VendorInfo=gohugoio
INFO 2023/11/05 02:10:28 syncing static files to /
| EN
-------------------+-----
Pages | 17
Paginator pages | 0
Non-page files | 2
Static files | 25
Processed images | 0
Aliases | 3
Sitemaps | 1
Cleaned | 0
Total in 197 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 remote branch '1.12.x' from 'origin'.
Switched to a new branch '2.0.x'
Branch '2.0.x' set up to track remote branch '2.0.x' from 'origin'.
Switched to a new branch '2.1.x'
Branch '2.1.x' set up to track remote branch '2.1.x' from 'origin'.
Switched to a new branch '2.2.x'
Branch '2.2.x' set up to track remote branch '2.2.x' from 'origin'.
Switched to a new branch '2.3.x'
Branch '2.3.x' set up to track remote branch '2.3.x' from 'origin'.
Switched to a new branch '2.4.x'
Branch '2.4.x' set up to track remote branch '2.4.x' from 'origin'.
[Pipeline] container
[Pipeline] {
[Pipeline] sh
building documentation...
INFO 2023/11/05 02:10:31 Translation func for language 2.4 not found, use default.
INFO 2023/11/05 02:10:31 Translation func for language 2.3 not found, use default.
INFO 2023/11/05 02:10:31 Translation func for language 2.2 not found, use default.
INFO 2023/11/05 02:10:31 Translation func for language 2.1 not found, use default.
INFO 2023/11/05 02:10:31 Translation func for language 2.0 not found, use default.
INFO 2023/11/05 02:10:31 Translation func for language 1.12 not found, use default.
INFO 2023/11/05 02:10:31 Translation func for language dev not found, use default.
Start building sites …
hugo v0.102.3-b76146b129d7caa52417f8e914fc5b9271bf56fc+extended linux/amd64 BuildDate=2022-09-01T10:16:19Z VendorInfo=gohugoio
INFO 2023/11/05 02:10:31 syncing static files to /
Error: Error building site: "/home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono-documentation-assembly/content_dirs/2.4/user-guide/amqp-adapter.md:162:6": failed to extract shortcode: shortcode "notice" has no .Inner, yet a closing tag was provided
Total in 487 ms
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Commit and push web site)
Stage "Commit and push web site" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] step