[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[hono-dev] Build failed in Jenkins: Test_Website #1
|
See <https://ci.eclipse.org/hono/job/Test_Website/1/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
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/hono.git
> git init /var/jenkins/jobs/Test_Website/workspace@script/77b22289f26d822505a78c577149f1016dbf9fc38a53ec133d1e0e39723333c3 # 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 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
> git rev-parse refs/remotes/origin/fix_doc_generation^{commit} # timeout=10
Checking out Revision 301b5d14dd50dd8b1a5eddb9ea5b6ac8511e2dc6 (refs/remotes/origin/fix_doc_generation)
> git config core.sparsecheckout # timeout=10
> git checkout -f 301b5d14dd50dd8b1a5eddb9ea5b6ac8511e2dc6 # timeout=10
Commit message: "[#3664] Put dev docs into distinct language folder"
First time build. Skipping changelog.
[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-5w0ww-xh87z
Still waiting to schedule task
Waiting for next available executor on ‘my-agent-pod-5w0ww-xh87z’
Agent my-agent-pod-5w0ww-xh87z is provisioned from template my-agent-pod-5w0ww
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1733331903591"
buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/Test_Website/1/"
runUrl: "job/Test_Website/1/"
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-5w0ww-xh87z"
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-5w0ww-xh87z"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "my-agent-pod-5w0ww-xh87z"
- 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-5w0ww-xh87z 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
> 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 301b5d14dd50dd8b1a5eddb9ea5b6ac8511e2dc6 (refs/remotes/origin/fix_doc_generation)
Commit message: "[#3664] Put dev docs into distinct language folder"
[Pipeline] }
[Pipeline] // stage
> git rev-parse refs/remotes/origin/fix_doc_generation^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 301b5d14dd50dd8b1a5eddb9ea5b6ac8511e2dc6 # timeout=10
[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...
mv: cannot stat '/home/jenkins/agent/workspace/Test_Website/hono-documentation-assembly/content': No such file or directory
mv: cannot stat '/home/jenkins/agent/workspace/Test_Website/hono-documentation-assembly/dev': No such file or directory
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Clone Hono web site repository)
Stage "Clone Hono web site repository" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build home page)
Stage "Build home page" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation)
Stage "Build documentation" skipped due to earlier failure(s)
[Pipeline] getContext
[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