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

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

------------------------------------------
Started by user frederic.gurr@xxxxxxxxxxxxxxxxxxxxxx
Obtained jenkins/Hono-Website-Pipeline.groovy from git https://github.com/eclipse/hono.git
Running in Durability level: MAX_SURVIVABILITY
[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-Q6QVqVQrRfzR/agent.19476
SSH_AGENT_PID=19479
Running ssh-add (command line suppressed)
ssh_askpass: exec(/home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace@tmp/askpass_2054517824792400617.sh): No such file or directory
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Error: hudson.AbortException: Failed to run ssh-add
[Pipeline] echo
Build status: FAILURE
[Pipeline] step


Back to the top