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-Web-Site_Pipeline #241

See <https://ci.eclipse.org/hono/job/Hono-Web-Site_Pipeline/241/display/redirect>

------------------------------------------
Started by timer
Obtained jenkins/Hono-Website-Pipeline.groovy from git https://github.com/eclipse/hono.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace
[Pipeline] {
[Pipeline] readTrusted
Obtained jenkins/Hono-PipelineUtils.groovy from git https://github.com/eclipse/hono.git
[Pipeline] properties
[Pipeline] deleteDir
[Pipeline] stage
[Pipeline] { (Cloning Hono repository)
[Pipeline] echo
Cloning Hono repository...
[Pipeline] sh
+ echo 'cloning Hono web site repository...'
cloning Hono web site repository...
+ git clone ssh://git@xxxxxxxxxx/eclipse/hono.git /home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace/hono
Cloning into '/home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace/hono'...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cloning Hugo Material Docs theme)
[Pipeline] echo
cloning Hugo Material Docs theme...
[Pipeline] sh
+ echo 'cloning Hugo Material Docs theme...'
cloning Hugo Material Docs theme...
+ git clone https://github.com/digitalcraftsman/hugo-material-docs.git /home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace/hono/site/themes/hugo-material-docs
Cloning into '/home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace/hono/site/themes/hugo-material-docs'...
+ cd /home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace/hono/site/themes/hugo-material-docs
+ git checkout 194c497216c8389e02e9719381168a668a0ffb05
Note: checking out '194c497216c8389e02e9719381168a668a0ffb05'.

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 194c497 Update documentation
[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-FteJPDj62BET/agent.20677
SSH_AGENT_PID=20680
Running ssh-add (command line suppressed)
Identity added: /home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace@tmp/private_key_8869427984581697968.key (/home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace@tmp/private_key_8869427984581697968.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] echo
cloning Hono web site repository...
[Pipeline] sh
+ echo 'cloning Hono web site repository...'
cloning Hono web site repository...
+ git clone ssh://genie.hono@xxxxxxxxxxxxxxx:29418/www.eclipse.org/hono /home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace/hono-web-site
Cloning into '/home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace/hono-web-site'...
Total 6083 (delta 0), reused 6083 (delta 0)
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 20680 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Building web site using Hugo)
[Pipeline] echo
scrubbing web site target directory...
[Pipeline] sh
+ echo 'scrubbing web site target directory...'
scrubbing web site target directory...
/home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace@tmp/durable-d5f8ad2b/script.sh: line 4: syntax error near unexpected token `('
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Error: hudson.AbortException: script returned exit code 2
[Pipeline] echo
Build status: FAILURE
[Pipeline] step


Back to the top