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

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

------------------------------------------
Started by user mikael.barbero@xxxxxxxxxxxxxxxxxxxxxx
Replayed #70
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
[workspace] Running shell script
+ 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
[workspace] Running shell script
+ 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-FXT8xgn6Wm73/agent.6564
SSH_AGENT_PID=6568
Running ssh-add (command line suppressed)
Identity added: /home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace@tmp/private_key_9212742945614937125.key (/home/hudson/genie.hono/.jenkins/jobs/Hono-Web-Site_Pipeline/workspace@tmp/private_key_9212742945614937125.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] echo
cloning Hono web site repository...
[Pipeline] sh
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 6568 killed;
[ssh-agent] Stopped.
[workspace] Running shell script
+ echo 'cloning Hono web site repository...'
cloning Hono web site repository...
+ git clone 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'...
Received disconnect from 198.41.30.196: 2: Too many authentication failures for genie.hono
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
[Pipeline] }
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Error: hudson.AbortException: script returned exit code 128
[Pipeline] echo
Build status: FAILURE
[Pipeline] step


Back to the top