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 #158

See <https://ci.eclipse.org/hono/job/Hono-Website-Declarative-Pipeline/158/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 to read jenkins/Hono-Website-Pipeline-Declarative.groovy
The recommended git tool is: git
No credentials specified
 > git rev-parse --is-inside-work-tree # 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.26.2'
 > 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 28e1cd2dd8d626418864757487266d441ae7b5bd (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 28e1cd2dd8d626418864757487266d441ae7b5bd # timeout=10
Commit message: "[#2469] Only set bootstrap.servers property when Kafka profile is enabled"
 > git rev-list --no-walk bc686392bb607d45a9107a3d0fe142830e08e2ab # timeout=10
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘my-agent-pod-0tgqv-pwl38’
Created Pod: hono/my-agent-pod-m61dk-r5hgx
[Normal][hono/my-agent-pod-m61dk-r5hgx][Scheduled] Successfully assigned hono/my-agent-pod-m61dk-r5hgx to okdnode-vm2
[Normal][hono/my-agent-pod-m61dk-r5hgx][AddedInterface] Add eth0 [10.40.13.8/23]
[Normal][hono/my-agent-pod-m61dk-r5hgx][Pulling] Pulling image "eclipsecbi/hugo:0.58.3"
[Normal][hono/my-agent-pod-m61dk-r5hgx][Pulled] Successfully pulled image "eclipsecbi/hugo:0.58.3" in 5.030662654s
[Normal][hono/my-agent-pod-m61dk-r5hgx][Created] Created container hugo
[Normal][hono/my-agent-pod-m61dk-r5hgx][Started] Started container hugo
[Normal][hono/my-agent-pod-m61dk-r5hgx][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][hono/my-agent-pod-m61dk-r5hgx][Created] Created container jnlp
[Normal][hono/my-agent-pod-m61dk-r5hgx][Started] Started container jnlp
Agent my-agent-pod-m61dk-r5hgx is provisioned from template my-agent-pod-m61dk
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/Hono-Website-Declarative-Pipeline/158/";
    runUrl: "job/Hono-Website-Declarative-Pipeline/158/"
  labels:
    jenkins: "slave"
    jenkins/label: "my-agent-pod"
  name: "my-agent-pod-m61dk-r5hgx"
spec:
  containers:
  - command:
    - "cat"
    image: "eclipsecbi/hugo:0.58.3"
    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
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.hono.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "my-agent-pod-m61dk-r5hgx"
    - name: "JENKINS_NAME"
      value: "my-agent-pod-m61dk-r5hgx"
    - 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-4.5"
    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
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on my-agent-pod-m61dk-r5hgx 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
Avoid second fetch
 > 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
Checking out Revision 28e1cd2dd8d626418864757487266d441ae7b5bd (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 28e1cd2dd8d626418864757487266d441ae7b5bd # timeout=10
Commit message: "[#2469] Only set bootstrap.servers property when Kafka profile is enabled"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 15 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare workspace)
[Pipeline] echo
Cloning Hono repository...
[Pipeline] sh
+ git clone https://github.com/eclipse/hono.git /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono
Cloning into '/home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono'...
[Pipeline] echo
Copying Documentation directory from master branch...
[Pipeline] sh
+ cp -r /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/documentation /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono-documentation-assembly
+ mkdir -p /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono-documentation-assembly/content_dirs
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cloning Hugo themes)
[Pipeline] echo
cloning Hugo Learn theme...
[Pipeline] sh
+ git clone https://github.com/matcornic/hugo-theme-learn.git /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono-documentation-assembly/themes/hugo-theme-learn
Cloning into '/home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono-documentation-assembly/themes/hugo-theme-learn'...
+ cd /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono-documentation-assembly/themes/hugo-theme-learn
+ git checkout 2.5.0
Note: checking out '2.5.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 3efb327 Ship tag 2.5.0
[Pipeline] echo
cloning Hugo Universal theme...
[Pipeline] sh
+ git clone https://github.com/devcows/hugo-universal-theme.git /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme
Cloning into '/home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme'...
+ cd /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme
+ git checkout 1.1.1
Note: checking out '1.1.1'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at e45210f Avoid markify footer. (#251)
+ echo Remove images from theme
Remove images from theme
+ rm /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/apple-touch-icon.png /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/banner.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/banner2.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/basketsquare.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/blog-avatar.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/blog-avatar2.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/blog-medium.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/blog-recent-2.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/blog-recent-3.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/blog-recent.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/blog.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/blog2.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/detailbig1.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/detailbig2.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/detailbig3.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/detailsquare.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/detailsquare2.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/detailsquare3.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/favicon.ico /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/fixed-background-1.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/fixed-background-2.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/grabbing.png /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/home-try.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/home.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/homepage-slider.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/logo-small.png /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/logo.png /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/main-slider1.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/main-slider2.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/main-slider3.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/main-slider4.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/marker.png /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/men.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/page-1.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/page-2.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/page-3.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/payment.png /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/photogrid.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/placeholder.png /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/portfolio-1.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/portfolio-2.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/portfolio-3.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/portfolio-4.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/portfolio-5.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/portfolio-6.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/portfolio-7.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/portfolio-8.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/portfolio-9.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/product1.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/product2.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/product3.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/product4.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/slide1.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/slide2.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/slide3.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/slide4.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/slide5.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/slide6.jpg /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/texture-bw.png /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/texture-green.png /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/texture-turquoise.png /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/texture-violet.png /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono/site/homepage/themes/hugo-universal-theme/static/img/women.jpg
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cloning Hono web site repository)
[Pipeline] sshagent
[ssh-agent] Using credentials genie.hono (ssh://genie.hono@xxxxxxxxxxxxxxx)
[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-OcALoE0sCzN7/agent.265
SSH_AGENT_PID=267
Running ssh-add (command line suppressed)
ssh_askpass: exec(/home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline@tmp/askpass_8107234374108671161.sh): No such file or directory
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Preparing web site source)
Stage "Preparing web site source" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Building documentation using Hugo)
Stage "Building documentation using Hugo" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Building homepage using Hugo)
Stage "Building homepage using Hugo" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Commit and push)
Stage "Commit and push" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] step


Back to the top