[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[hono-dev] Build failed in Jenkins: hono-website-test #3
|
See <https://ci.eclipse.org/hono/job/hono-website-test/3/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 434ccce4aabb7d5fd5b2294573e385633238644e (refs/remotes/origin/push_website_to_github_repo)
> git config core.sparsecheckout # timeout=10
> git checkout -f 434ccce4aabb7d5fd5b2294573e385633238644e # timeout=10
Commit message: "[#3405] Push generated HTML pages to GitHub repo"
> git rev-list --no-walk 8a8de3b150c2d2160c2733b8df4d96260da1c9f5 # 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-79wmp-pcqqz
Agent my-agent-pod-79wmp-pcqqz is provisioned from template my-agent-pod-79wmp
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/hono-website-test/3/"
runUrl: "job/hono-website-test/3/"
labels:
jenkins: "slave"
jenkins/label-digest: "138f65105f5cdc059253961c36a46c19eb0d2751"
jenkins/label: "my-agent-pod"
name: "my-agent-pod-79wmp-pcqqz"
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-79wmp-pcqqz"
- name: "JENKINS_NAME"
value: "my-agent-pod-79wmp-pcqqz"
- 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-79wmp-pcqqz 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 434ccce4aabb7d5fd5b2294573e385633238644e (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 434ccce4aabb7d5fd5b2294573e385633238644e # 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
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-g9hOFlZhvVzY/agent.346
SSH_AGENT_PID=348
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/hono-website-test@tmp/private_key_4923253351981348853.key (/home/jenkins/agent/workspace/hono-website-test@tmp/private_key_4923253351981348853.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...
/home/jenkins/agent/workspace/hono-website-test@tmp/durable-3927fed9/script.sh: line 6: syntax error near unexpected token `('
/home/jenkins/agent/workspace/hono-website-test@tmp/durable-3927fed9/script.sh: line 6: ` rm -rf !(LICENSE|README.md)'
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 348 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build home page)
Stage "Build home page" skipped due to earlier failure(s)
[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