Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hono-dev] Build failed in Jenkins: Hono-Website-Declarative-Pipeline #1561

See <https://ci.eclipse.org/hono/job/Hono-Website-Declarative-Pipeline/1561/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: NONE
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.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/master^{commit} # timeout=10
Checking out Revision 6d92611666e4c2ca78182db929b70478d2c69106 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6d92611666e4c2ca78182db929b70478d2c69106 # timeout=10
Commit message: "[#3664] Fix site build scripts"
 > git rev-list --no-walk 6d92611666e4c2ca78182db929b70478d2c69106 # 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-jwrlz-hl1w1
Still waiting to schedule task
‘my-agent-pod-jwrlz-hl1w1’ is offline
Agent my-agent-pod-jwrlz-hl1w1 is provisioned from template my-agent-pod-jwrlz
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1733018890122"
    buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/Hono-Website-Declarative-Pipeline/1561/";
    runUrl: "job/Hono-Website-Declarative-Pipeline/1561/"
  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-jwrlz-hl1w1"
  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-jwrlz-hl1w1"
    - name: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "JENKINS_NAME"
      value: "my-agent-pod-jwrlz-hl1w1"
    - 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: "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-jwrlz-hl1w1 in /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline
[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/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.47.0'
 > git fetch --tags --force --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 6d92611666e4c2ca78182db929b70478d2c69106 (refs/remotes/origin/master)
Commit message: "[#3664] Fix site build scripts"
[Pipeline] }
[Pipeline] // stage
 > 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/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6d92611666e4c2ca78182db929b70478d2c69106 # 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/Hono-Website-Declarative-Pipeline/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/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'...
Submodule path 'site/documentation/themes/hugo-theme-relearn': checked out 'be030d4eab0e5648c83e32a888bc3084e44da02b'
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
SSH_AUTH_SOCK=/tmp/ssh-6hgP7qevEpTz/agent.268
SSH_AGENT_PID=270
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline@tmp/private_key_8366137212389442016.key (/home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline@tmp/private_key_8366137212389442016.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 270 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 114 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'.
[Pipeline] container
[Pipeline] {
[Pipeline] sh
building documentation...
Start building sites … 
hugo v0.123.8-5fed9c591b694f314e5939548e11cc3dcb79a79c+extended linux/amd64 BuildDate=2024-03-07T13:14:42Z VendorInfo=gohugoio

/home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline@tmp/durable-27d790a1/script.sh.copy: line 4:    72 Killed                  hugo -d "${WEBSITE_REPO_DIR}/docs" --config config.toml,config_version.toml
[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] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] step


Back to the top