zuul-merge Host key verification failed

Bug #1325059 reported by Longgeek
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zuul
Invalid
Undecided
Longgeek

Bug Description

2014-05-30 05:33:17,225 ERROR zuul.Repo: Unable to initialize repo for ssh://<email address hidden>:29418/openstack/glance
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/zuul/merger/merger.py", line 38, in __init__
    self._ensure_cloned()
  File "/usr/local/lib/python2.7/dist-packages/zuul/merger/merger.py", line 50, in _ensure_cloned
    git.Repo.clone_from(self.remote_url, self.local_path)
  File "/usr/local/lib/python2.7/dist-packages/git/repo/base.py", line 739, in clone_from
    return cls._clone(Git(os.getcwd()), url, to_path, GitCmdObjectDB, progress, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/git/repo/base.py", line 691, in _clone
    finalize_process(proc)
  File "/usr/local/lib/python2.7/dist-packages/git/remote.py", line 64, in finalize_process
    proc.wait()
  File "/usr/local/lib/python2.7/dist-packages/git/cmd.py", line 100, in wait
    raise GitCommandError(self.args, status, self.proc.stderr.read())
GitCommandError: 'git clone -v ssh://<email address hidden>:29418/openstack/glance /var/lib/zuul/git/openstack/glance' returned exit status 128: Host key verification failed.^M
fatal: The remote end hung up unexpectedly

zuul user's private key in /var/lib/zuul/ssh/id_rsa, and the user does not know zuul.

Tags: zuul
Longgeek (longgeek)
Changed in openstack-ci:
assignee: nobody → Longgeek (longgeek)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to config (master)

Fix proposed to branch: master
Review: https://review.openstack.org/96892

Revision history for this message
Jeremy Stanley (fungi) wrote :

This error simply means that the host key for the Gerrit server at review.openstack.org was not recognized by the zuul user, and either it needs to be manually accepted or preinstalled through some means.

On our zuul server, we do it with http://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/manifests/zuul_prod.pp#n65 but your local configuration needs may vary.

affects: openstack-ci → zuul
Changed in zuul:
status: In Progress → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.