git clone fails with "fatal: Not a git repository", "git remote update failed."
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Core Infrastructure |
Fix Released
|
Critical
|
Jeremy Stanley | ||
OpenStack-Gate |
Fix Released
|
Critical
|
Jeremy Stanley |
Bug Description
The relevant error is
...
+ echo ' Need to clone nova'
Need to clone nova
+ git clone https:/
Cloning into 'nova'...
error: RPC failed; result=56, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: protocol error: bad pack header
+ cd nova
/home/jenkins/
+ git_remote_set_url origin https:/
+ git remote set-url origin https:/
fatal: Not a git repository (or any parent up to mount parent )
Stopping at filesystem boundary (GIT_DISCOVERY_
description: | updated |
Changed in openstack-ci: | |
status: | New → Fix Released |
importance: | Undecided → Critical |
assignee: | nobody → Jeremy Stanley (fungi) |
milestone: | none → icehouse |
Changed in openstack-gate: | |
status: | New → Fix Released |
importance: | Undecided → Critical |
assignee: | nobody → Jeremy Stanley (fungi) |
I accidentally filed a dupe of this in bug https:/ /bugs.launchpad .net/openstack- ci/+bug/ 1283038 ... copying my description here--
Attempting to `git clone` nova in logs/devstack- gate-setup- workspace- new.txt [1] resulted in:
+ git clone https:/ /git.openstack. org/openstack/ nova workspace/ gate-tempest- dsvm-large- ops/devstack- gate/functions. sh: line 98: cd: nova: No such file or directory /git.openstack. org/openstack/ nova /git.openstack. org/openstack/ nova ACROSS_ FILESYSTEM not set).
Cloning into 'nova'...
error: RPC failed; result=56, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: protocol error: bad pack header
+ cd nova
/home/jenkins/
+ git_remote_set_url origin https:/
+ git remote set-url origin https:/
fatal: Not a git repository (or any parent up to mount parent )
Stopping at filesystem boundary (GIT_DISCOVERY_
Which ultimately led to:
+ echo 'git remote update failed.'
git remote update failed.
[1]: http:// logs.openstack. org/99/ 73699/11/ gate/gate- tempest- dsvm-neutron/ 5d7df22/ logs/devstack- gate-setup- workspace- new.txt