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-test #5

See <https://ci.eclipse.org/hono/job/hono-website-test/5/display/redirect>

Changes:


------------------------------------------
Started by user Kai Hudalla
Running as Kai Hudalla
Checking out git https://github.com/bosch-io/hono.git into /var/jenkins/jobs/hono-website-test/workspace@script/4ce2f008c44cfee355db01c30b2510db51ce136e29fc3e4d6de3dbabe4629ab1 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-test/workspace@script/4ce2f008c44cfee355db01c30b2510db51ce136e29fc3e4d6de3dbabe4629ab1/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/bosch-io/hono.git # timeout=10
Fetching upstream changes from https://github.com/bosch-io/hono.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/bosch-io/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/push_website_to_github_repo^{commit} # timeout=10
Checking out Revision 9f7e8967f1db217aead94cd7712f939675f13cb5 (refs/remotes/origin/push_website_to_github_repo)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9f7e8967f1db217aead94cd7712f939675f13cb5 # timeout=10
Commit message: "[#3405] Push generated HTML pages to GitHub repo"
 > git rev-list --no-walk eb2ff42abdd7d5cdf2765c3f22c503ff2a15e550 # 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-6gv1d-0bj2h
Agent my-agent-pod-6gv1d-0bj2h is provisioned from template my-agent-pod-6gv1d
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/hono-website-test/5/";
    runUrl: "job/hono-website-test/5/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "138f65105f5cdc059253961c36a46c19eb0d2751"
    jenkins/label: "my-agent-pod"
  name: "my-agent-pod-6gv1d-0bj2h"
  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-6gv1d-0bj2h"
    - name: "JENKINS_NAME"
      value: "my-agent-pod-6gv1d-0bj2h"
    - 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.13.3"
    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-6gv1d-0bj2h in /home/jenkins/agent/workspace/hono-website-test
[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/bosch-io/hono.git
 > git init /home/jenkins/agent/workspace/hono-website-test # timeout=10
Fetching upstream changes from https://github.com/bosch-io/hono.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/bosch-io/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 9f7e8967f1db217aead94cd7712f939675f13cb5 (refs/remotes/origin/push_website_to_github_repo)
 > git config remote.origin.url https://github.com/bosch-io/hono.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/push_website_to_github_repo^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9f7e8967f1db217aead94cd7712f939675f13cb5 # timeout=10
Commit message: "[#3405] Push generated HTML pages to GitHub repo"
[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
GNU bash, version 5.0.3(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
cloning Hono repository...
Cloning into '/home/jenkins/agent/workspace/hono-website-test/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-test/hono/site/documentation/themes/hugo-theme-relearn'...
Cloning into '/home/jenkins/agent/workspace/hono-website-test/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-kaIEbWI30T7Q/agent.350
SSH_AGENT_PID=352
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/hono-website-test@tmp/private_key_8978135100344824300.key (/home/jenkins/agent/workspace/hono-website-test@tmp/private_key_8978135100344824300.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
cloning Hono web site repository...
Cloning into '/home/jenkins/agent/workspace/hono-website-test/hono-website'...
scrubbing web site directory...
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 352 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build home page)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
/home/jenkins/agent/workspace/hono-website-test@tmp/durable-d190a852/script.sh: line 3: syntax error near unexpected token `('
/home/jenkins/agent/workspace/hono-website-test@tmp/durable-d190a852/script.sh: line 3: `            rm -rf !(LICENSE|README.md)'
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation)
Stage "Build documentation" skipped due to earlier failure(s)
[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


Back to the top