<div dir="ltr">Moving the cctbx_project directory to cctbx_project.old forced svn to get the latest version from scratch so buildbot at LBL has no versioning issues like Jenkins at Diamond does.  Further, svn update on my local sources got the latest version, so I&#39;m inclined to agree with Markus that that&#39;s a Jenkins issue.<div><br></div><div>I installed git on the build nodes at LBL to accommodate the changes to bootstrap.py, however reconfig.sh still fails.  This new line from r22623 and r22626 is the culprit:</div><div><br></div><div><div>git_available = self.shell(command=[&#39;git&#39;, &#39;--version&#39;], haltOnFailure=False, quiet=True, silent=True).run() == 0<br></div><div><br></div><div>While this clearly works on Jenkins, when ran by buildbot, self.shell() is returning a buildbot shell object instead of a Builder shell object, so the .run call fails (not implemented).</div><div><br></div><div>I&#39;m out of time until this afternoon to look deeper.  I&#39;ve left the build bot server running using r22622 of bootstrap.py for now.</div><div><br></div><div>-Aaron</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jul 26, 2015 at 7:00 AM, Nigel Moriarty <span dir="ltr">&lt;<a href="mailto:nwmoriarty@lbl.gov" target="_blank">nwmoriarty@lbl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Aaron<div><br></div><div>Recent changes to include git in bootstrap.py have broken the buildbot master (won&#39;t start) because git is not available on the VM. I don&#39;t have time before I fly to ACA, so please install git when you can. </div><div><br></div><div>One reason I was hoping to see the buildbot website was because it has an interface to see all the commits to cctbx. This is likely on the buildbot master in some other format. It may be useful that I just moved the old cctbx_project to cctbx_project.old on all the builds.</div><div><br clear="all"><div><div><div dir="ltr"><div><div dir="ltr">Cheers<div><br></div><div>Nigel<div><br></div><div>---</div><div>Nigel W. Moriarty<br>Building 33R0349, Physical Biosciences Division<br>Lawrence Berkeley National Laboratory<br>Berkeley, CA 94720-8235<br>Phone : <a href="tel:510-486-5709" value="+15104865709" target="_blank">510-486-5709</a>     Email : NWMoriarty@LBL.gov<br>Fax   : <a href="tel:510-486-5909" value="+15104865909" target="_blank">510-486-5909</a>       Web  : <a href="http://CCI.LBL.gov" target="_blank">CCI.LBL.gov</a></div></div></div></div></div></div></div>
</div></div>
<br>_______________________________________________<br>
cctbxbb mailing list<br>
<a href="mailto:cctbxbb@phenix-online.org">cctbxbb@phenix-online.org</a><br>
<a href="http://phenix-online.org/mailman/listinfo/cctbxbb" rel="noreferrer" target="_blank">http://phenix-online.org/mailman/listinfo/cctbxbb</a><br>
<br></blockquote></div><br></div>