[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[hono-dev] Build failed in Jenkins: hono-website-test #9
|
See <https://ci.eclipse.org/hono/job/hono-website-test/9/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 4ce70221cc83f9c9f46e3f5017cf39676d6e3c36 (refs/remotes/origin/push_website_to_github_repo)
> git config core.sparsecheckout # timeout=10
> git checkout -f 4ce70221cc83f9c9f46e3f5017cf39676d6e3c36 # timeout=10
Commit message: "[#3405] Push generated HTML pages to GitHub repo"
> git rev-list --no-walk c1a0cb639a4b1bd1665a9a7252e94d5ab26a2d15 # 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-l192z-92b2d
Still waiting to schedule task
‘my-agent-pod-l192z-92b2d’ is offline
Agent my-agent-pod-l192z-92b2d is provisioned from template my-agent-pod-l192z
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/hono-website-test/9/"
runUrl: "job/hono-website-test/9/"
labels:
jenkins: "slave"
jenkins/label-digest: "138f65105f5cdc059253961c36a46c19eb0d2751"
jenkins/label: "my-agent-pod"
name: "my-agent-pod-l192z-92b2d"
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-l192z-92b2d"
- name: "JENKINS_NAME"
value: "my-agent-pod-l192z-92b2d"
- 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-l192z-92b2d 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 4ce70221cc83f9c9f46e3f5017cf39676d6e3c36 (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 4ce70221cc83f9c9f46e3f5017cf39676d6e3c36 # 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-pyT2hPHLh4Ww/agent.352
SSH_AGENT_PID=354
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/hono-website-test@tmp/private_key_11078393200488940096.key (/home/jenkins/agent/workspace/hono-website-test@tmp/private_key_11078393200488940096.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
cloning Hono web site repository...
Cloning into '/home/jenkins/agent/workspace/hono-website-test/hono-website'...
Checking out files: 77% (4752/6138)
Checking out files: 78% (4788/6138)
Checking out files: 79% (4850/6138)
Checking out files: 80% (4911/6138)
Checking out files: 81% (4972/6138)
Checking out files: 81% (4986/6138)
Checking out files: 82% (5034/6138)
Checking out files: 83% (5095/6138)
Checking out files: 84% (5156/6138)
Checking out files: 85% (5218/6138)
Checking out files: 86% (5279/6138)
Checking out files: 87% (5341/6138)
Checking out files: 88% (5402/6138)
Checking out files: 89% (5463/6138)
Checking out files: 90% (5525/6138)
Checking out files: 91% (5586/6138)
Checking out files: 92% (5647/6138)
Checking out files: 93% (5709/6138)
Checking out files: 94% (5770/6138)
Checking out files: 95% (5832/6138)
Checking out files: 96% (5893/6138)
Checking out files: 97% (5954/6138)
Checking out files: 98% (6016/6138)
Checking out files: 99% (6077/6138)
Checking out files: 99% (6098/6138)
Checking out files: 100% (6138/6138)
Checking out files: 100% (6138/6138), done.
scrubbing web site directory...
/home/jenkins/agent/workspace/hono-website-test@tmp/durable-2ad5d082/script.sh: line 5: syntax error near unexpected token `('
/home/jenkins/agent/workspace/hono-website-test@tmp/durable-2ad5d082/script.sh: line 5: ` (cd "${WEBSITE_REPO_DIR}"; git rm -r --quiet -- !(README.md); cp "${WORKSPACE}/hono/LICENSE" .)'
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 354 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