Comment 1 for bug 1252137

Revision history for this message
Clark Boylan (cboylan) wrote :

It is failing to set up the workspace because fetching zuul refs errors out. You can see this happen in http://logs.openstack.org/20/56820/2/check/check-tempest-devstack-vm-full/5ad4bdb/logs/devstack-gate-setup-workspace-new.txt. I think this may be due to network hiccups between slave and zuul. We should probably add a retry in d-g like we do with git remote update.

Fetching origin
+ git remote prune origin
+ FALLBACK_ZUUL_REF=
+ git branch -a
+ grep remotes/origin/master
+ '[' master == master ']'
+ git_fetch_at_ref openstack/nova
+ local project=openstack/nova
+ local ref=
+ '[' '' '!=' '' ']'
+ return 1
+ git_fetch_at_ref openstack/nova refs/zuul/master/Z200fa6a20dc7464c8e7713d1443c996d
+ local project=openstack/nova
+ local ref=refs/zuul/master/Z200fa6a20dc7464c8e7713d1443c996d
+ '[' refs/zuul/master/Z200fa6a20dc7464c8e7713d1443c996d '!=' '' ']'
+ git fetch http://zuul.openstack.org/p/openstack/nova refs/zuul/master/Z200fa6a20dc7464c8e7713d1443c996d
error: RPC failed; result=7, HTTP code = 0
fatal: The remote end hung up unexpectedly
+ return 128
+ git_fetch_at_ref openstack/nova
+ local project=openstack/nova
+ local ref=
+ '[' '' '!=' '' ']'
+ return 1
+ '[' openstack/nova == openstack/nova ']'
+ echo 'Unable to find ref refs/zuul/master/Z200fa6a20dc7464c8e7713d1443c996d for openstack/nova'
Unable to find ref refs/zuul/master/Z200fa6a20dc7464c8e7713d1443c996d for openstack/nova
+ exit 1