<div dir="ltr">Hey Monty, <div><br></div><div style>The issue is when we are using stack.sh, how do we use cache dir as oppose to going at git? </div><div style>Is there any option which can be set to utilize this feature? </div>
<div style><br></div><div style>-Sukhdev</div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 11, 2014 at 4:42 PM, Monty Taylor <span dir="ltr"><<a href="mailto:mordred@inaugust.com" target="_blank">mordred@inaugust.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Honestly not being snarky here ... The reason is that github if quite flaky. We try very hard to never touch it in infra. And by try, I mean we NEVER clone from it live, and if we absoluely can't avoid it for some reason, we are clone into a cache dir.<br>

<div><div class="h5"><br>
On Mar 11, 2014 4:28 PM, "Dane Leblanc (leblancd)" <<a href="mailto:leblancd@cisco.com">leblancd@cisco.com</a>> wrote:<br>
><br>
> Apologies if this is the wrong audience for this question…<br>
><br>
>  <br>
><br>
> I’m seeing intermittent failures running stack.sh whereby ‘git clone <a href="https://github.com/kanaka/noVNC.git" target="_blank">https://github.com/kanaka/noVNC.git</a> /opt/stack/noVNC’ is returning various errors.  Below are 2 examples.<br>

><br>
>  <br>
><br>
> Is this a known issue? Are there any localrc settings which might help here?<br>
><br>
>  <br>
><br>
> Example 1:<br>
><br>
>  <br>
><br>
> 2014-03-11 15:00:33.779 | + is_service_enabled n-novnc<br>
><br>
> 2014-03-11 15:00:33.780 | + return 0<br>
><br>
> 2014-03-11 15:00:33.781 | ++ trueorfalse False<br>
><br>
> 2014-03-11 15:00:33.782 | + NOVNC_FROM_PACKAGE=False<br>
><br>
> 2014-03-11 15:00:33.783 | + '[' False = True ']'<br>
><br>
> 2014-03-11 15:00:33.784 | + NOVNC_WEB_DIR=/opt/stack/noVNC<br>
><br>
> 2014-03-11 15:00:33.785 | + git_clone <a href="https://github.com/kanaka/noVNC.git" target="_blank">https://github.com/kanaka/noVNC.git</a> /opt/stack/noVNC master<br>
><br>
> 2014-03-11 15:00:33.786 | + GIT_REMOTE=<a href="https://github.com/kanaka/noVNC.git" target="_blank">https://github.com/kanaka/noVNC.git</a><br>
><br>
> 2014-03-11 15:00:33.788 | + GIT_DEST=/opt/stack/noVNC<br>
><br>
> 2014-03-11 15:00:33.789 | + GIT_REF=master<br>
><br>
> 2014-03-11 15:00:33.790 | ++ trueorfalse False False<br>
><br>
> 2014-03-11 15:00:33.791 | + RECLONE=False<br>
><br>
> 2014-03-11 15:00:33.792 | + [[ False = \T\r\u\e ]]<br>
><br>
> 2014-03-11 15:00:33.793 | + echo master<br>
><br>
> 2014-03-11 15:00:33.794 | + egrep -q '^refs'<br>
><br>
> 2014-03-11 15:00:33.795 | + [[ ! -d /opt/stack/noVNC ]]<br>
><br>
> 2014-03-11 15:00:33.796 | + [[ False = \T\r\u\e ]]<br>
><br>
> 2014-03-11 15:00:33.797 | + git_timed clone <a href="https://github.com/kanaka/noVNC.git" target="_blank">https://github.com/kanaka/noVNC.git</a> /opt/stack/noVNC<br>
><br>
> 2014-03-11 15:00:33.798 | + local count=0<br>
><br>
> 2014-03-11 15:00:33.799 | + local timeout=0<br>
><br>
> 2014-03-11 15:00:33.801 | + [[ -n 0 ]]<br>
><br>
> 2014-03-11 15:00:33.802 | + timeout=0<br>
><br>
> 2014-03-11 15:00:33.803 | + timeout -s SIGINT 0 git clone <a href="https://github.com/kanaka/noVNC.git" target="_blank">https://github.com/kanaka/noVNC.git</a> /opt/stack/noVNC<br>
><br>
> 2014-03-11 15:00:33.804 | Cloning into '/opt/stack/noVNC'...<br>
><br>
> 2014-03-11 15:03:13.694 | error: RPC failed; result=56, HTTP code = 200<br>
><br>
> 2014-03-11 15:03:13.695 | fatal: The remote end hung up unexpectedly<br>
><br>
> 2014-03-11 15:03:13.697 | fatal: early EOF<br>
><br>
> 2014-03-11 15:03:13.698 | fatal: index-pack failed<br>
><br>
> 2014-03-11 15:03:13.699 | + [[ 128 -ne 124 ]]<br>
><br>
> 2014-03-11 15:03:13.700 | + die 596 'git call failed: [git clone' <a href="https://github.com/kanaka/noVNC.git" target="_blank">https://github.com/kanaka/noVNC.git</a> '/opt/stack/noVNC]'<br>
><br>
> 2014-03-11 15:03:13.701 | + local exitcode=0<br>
><br>
> 2014-03-11 15:03:13.702 | [Call Trace]<br>
><br>
> 2014-03-11 15:03:13.703 | ./stack.sh:736:install_nova<br>
><br>
> 2014-03-11 15:03:13.705 | /var/lib/jenkins/devstack/lib/nova:618:git_clone<br>
><br>
> 2014-03-11 15:03:13.706 | /var/lib/jenkins/devstack/functions-common:543:git_timed<br>
><br>
> 2014-03-11 15:03:13.707 | /var/lib/jenkins/devstack/functions-common:596:die<br>
><br>
> 2014-03-11 15:03:13.708 | [ERROR] /var/lib/jenkins/devstack/functions-common:596 git call failed: [git clone <a href="https://github.com/kanaka/noVNC.git" target="_blank">https://github.com/kanaka/noVNC.git</a> /opt/stack/noVNC]<br>

><br>
>  <br>
><br>
>  <br>
><br>
> Example 2:<br>
><br>
>  <br>
><br>
> 2014-03-11 14:12:58.472 | + is_service_enabled n-novnc<br>
><br>
> 2014-03-11 14:12:58.473 | + return 0<br>
><br>
> 2014-03-11 14:12:58.474 | ++ trueorfalse False<br>
><br>
> 2014-03-11 14:12:58.475 | + NOVNC_FROM_PACKAGE=False<br>
><br>
> 2014-03-11 14:12:58.476 | + '[' False = True ']'<br>
><br>
> 2014-03-11 14:12:58.477 | + NOVNC_WEB_DIR=/opt/stack/noVNC<br>
><br>
> 2014-03-11 14:12:58.478 | + git_clone <a href="https://github.com/kanaka/noVNC.git" target="_blank">https://github.com/kanaka/noVNC.git</a> /opt/stack/noVNC master<br>
><br>
> 2014-03-11 14:12:58.479 | + GIT_REMOTE=<a href="https://github.com/kanaka/noVNC.git" target="_blank">https://github.com/kanaka/noVNC.git</a><br>
><br>
> 2014-03-11 14:12:58.480 | + GIT_DEST=/opt/stack/noVNC<br>
><br>
> 2014-03-11 14:12:58.481 | + GIT_REF=master<br>
><br>
> 2014-03-11 14:12:58.482 | ++ trueorfalse False False<br>
><br>
> 2014-03-11 14:12:58.483 | + RECLONE=False<br>
><br>
> 2014-03-11 14:12:58.484 | + [[ False = \T\r\u\e ]]<br>
><br>
> 2014-03-11 14:12:58.485 | + echo master<br>
><br>
> 2014-03-11 14:12:58.486 | + egrep -q '^refs'<br>
><br>
> 2014-03-11 14:12:58.487 | + [[ ! -d /opt/stack/noVNC ]]<br>
><br>
> 2014-03-11 14:12:58.488 | + [[ False = \T\r\u\e ]]<br>
><br>
> 2014-03-11 14:12:58.489 | + git_timed clone <a href="https://github.com/kanaka/noVNC.git" target="_blank">https://github.com/kanaka/noVNC.git</a> /opt/stack/noVNC<br>
><br>
> 2014-03-11 14:12:58.490 | + local count=0<br>
><br>
> 2014-03-11 14:12:58.491 | + local timeout=0<br>
><br>
> 2014-03-11 14:12:58.492 | + [[ -n 0 ]]<br>
><br>
> 2014-03-11 14:12:58.493 | + timeout=0<br>
><br>
> 2014-03-11 14:12:58.494 | + timeout -s SIGINT 0 git clone <a href="https://github.com/kanaka/noVNC.git" target="_blank">https://github.com/kanaka/noVNC.git</a> /opt/stack/noVNC<br>
><br>
> 2014-03-11 14:12:58.495 | Cloning into '/opt/stack/noVNC'...<br>
><br>
> 2014-03-11 14:14:02.315 | error: The requested URL returned error: 403 while accessing <a href="https://github.com/kanaka/noVNC.git/info/refs" target="_blank">https://github.com/kanaka/noVNC.git/info/refs</a><br>
><br>
> 2014-03-11 14:14:02.316 | fatal: HTTP request failed<br>
><br>
> 2014-03-11 14:14:02.317 | + [[ 128 -ne 124 ]]<br>
><br>
> 2014-03-11 14:14:02.318 | + die 596 'git call failed: [git clone' <a href="https://github.com/kanaka/noVNC.git" target="_blank">https://github.com/kanaka/noVNC.git</a> '/opt/stack/noVNC]'<br>
><br>
> 2014-03-11 14:14:02.319 | + local exitcode=0<br>
><br>
> 2014-03-11 14:14:02.321 | [Call Trace]<br>
><br>
> 2014-03-11 14:14:02.322 | ./stack.sh:736:install_nova<br>
><br>
> 2014-03-11 14:14:02.323 | /var/lib/jenkins/devstack/lib/nova:618:git_clone<br>
><br>
> 2014-03-11 14:14:02.324 | /var/lib/jenkins/devstack/functions-common:543:git_timed<br>
><br>
> 2014-03-11 14:14:02.326 | /var/lib/jenkins/devstack/functions-common:596:die<br>
><br>
> 2014-03-11 14:14:02.327 | [ERROR] /var/lib/jenkins/devstack/functions-common:596 git call failed: [git clone <a href="https://github.com/kanaka/noVNC.git" target="_blank">https://github.com/kanaka/noVNC.git</a> /opt/stack/noVNC]<br>

><br>
>  <br>
><br>
> Thanks,<br>
><br>
> Dane<br>
><br>
>  <br>
</div></div>_______________________________________________<br>
OpenStack-Infra mailing list<br>
<a href="mailto:OpenStack-Infra@lists.openstack.org">OpenStack-Infra@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra</a><br>
</blockquote></div><br></div>