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

See <https://ci.eclipse.org/hono/job/Hono-Website-Declarative-Pipeline/314/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 --resolve-git-dir /var/jenkins/jobs/Hono-Website-Declarative-Pipeline/workspace@script/.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.20.1'
 > 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 18f7e508999b3ba44f01be49d83e283b434f6617 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 18f7e508999b3ba44f01be49d83e283b434f6617 # timeout=10
Commit message: "Use vert.x Base64 decoding of JSON property"
 > git rev-list --no-walk 18f7e508999b3ba44f01be49d83e283b434f6617 # timeout=10
Running in Durability level: PERFORMANCE_OPTIMIZED
[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-x3krl-zmv71
[Normal][hono/my-agent-pod-x3krl-zmv71][Scheduled] Successfully assigned hono/my-agent-pod-x3krl-zmv71 to okdnode-17
[Normal][hono/my-agent-pod-x3krl-zmv71][AddedInterface] Add eth0 [10.40.36.131/23]
[Normal][hono/my-agent-pod-x3krl-zmv71][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][hono/my-agent-pod-x3krl-zmv71][Created] Created container jnlp
[Normal][hono/my-agent-pod-x3krl-zmv71][Started] Started container jnlp
[Normal][hono/my-agent-pod-x3krl-zmv71][Pulled] Container image "eclipsecbi/hugo:0.81.0" already present on machine
[Normal][hono/my-agent-pod-x3krl-zmv71][Created] Created container hugo
[Normal][hono/my-agent-pod-x3krl-zmv71][Started] Started container hugo
Agent my-agent-pod-x3krl-zmv71 is provisioned from template my-agent-pod-x3krl
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/Hono-Website-Declarative-Pipeline/314/";
    runUrl: "job/Hono-Website-Declarative-Pipeline/314/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "138f65105f5cdc059253961c36a46c19eb0d2751"
    jenkins/label: "my-agent-pod"
  name: "my-agent-pod-x3krl-zmv71"
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-x3krl-zmv71"
    - name: "JENKINS_NAME"
      value: "my-agent-pod-x3krl-zmv71"
    - 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
  - command:
    - "cat"
    image: "eclipsecbi/hugo:0.81.0"
    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-x3krl-zmv71 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
Checking out Revision 18f7e508999b3ba44f01be49d83e283b434f6617 (refs/remotes/origin/master)
 > 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 18f7e508999b3ba44f01be49d83e283b434f6617 # timeout=10
Commit message: "Use vert.x Base64 decoding of JSON property"
[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/banner2.jpg /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/basketsquare.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/blog-avatar2.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.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/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/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/detailsquare.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.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/home-try.jpg /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/logo-small.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-lbq0p2Mqj7VI/agent.226
SSH_AGENT_PID=228
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline@tmp/private_key_17824035904350970326.key (/home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline@tmp/private_key_17824035904350970326.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ echo 'cloning Hono web site repository...'
cloning Hono web site repository...
+ git clone ssh://genie.hono@xxxxxxxxxxxxxxx:29418/www.eclipse.org/hono.git /home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono-web-site
Cloning into '/home/jenkins/agent/workspace/Hono-Website-Declarative-Pipeline/hono-web-site'...
ssh_exchange_identification: Connection closed by remote host
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 228 killed;
[ssh-agent] Stopped.
[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