<br><br><div class="gmail_quote">2010/9/15 Hans-Christoph Steiner <span dir="ltr">&lt;<a href="mailto:hans@at.or.at">hans@at.or.at</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im"><br>
On Sep 14, 2010, at 5:08 PM, András Murányi wrote:<br>
<br>
</div><div><div></div><div class="h5"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
At the moment buildbot fails with &quot;exceptions.RuntimeError: Couldn&#39;t find executable for &#39;svn&#39;&quot;<br>
<br>
+ the same for git<br>
<br>
I added ~buildbot/.bashrc to hopefully add Fink stuff to buildbot&#39;s environment<br>
<br>
.hc<br>
<br>
<br>
Hmm, didn&#39;t work out, and net.sourceforge.buildbot.plist has sw/bin in the path too, and svn is there, so i really don&#39;t know...<br>
<br>
Andras<br>
</blockquote>
<br></div></div>
Ok, I was getting some builds from macosx104-i386, but then it disappeared, donno what happened there.  macosx104-powerpc seems to be running still tho.<br>
<br></blockquote><div><br>Yea the process died somehow. I have restarted it with the command:<br> /sw/bin/buildbot restart /Users/buildbot/macosx104-i386<br><br>The output had some complaints:<br>/sw/lib/python2.6/site-packages/twisted/persisted/sob.py:12: DeprecationWarning: the md5 module is deprecated; use hashlib instead<br>

  import os, md5, sys<br>/sw/lib/python2.6/site-packages/twisted/python/filepath.py:12: DeprecationWarning: the sha module is deprecated; use the hashlib module instead<br>  import sha<br>/sw/lib/python2.6/site-packages/twisted/internet/_sslverify.py:5: DeprecationWarning: the md5 module is deprecated; use hashlib instead<br>

  import itertools, md5<br>Following twistd.log until startup finished..<br>/sw/lib/python2.6/site-packages/buildbot/scripts/logwatcher.py:52: PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.<br>

  env=os.environ,<br>Removing stale pidfile /Users/buildbot/macosx104-i386/twistd.pid<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


I worked on the pd-master/master.cfg a bit, including changing some of the names to be more consistent.  I also got pure-data building from Miller&#39;s git.<br>
<br>
<a href="http://128.238.56.50:8010/builders/pure-data%20Linux%20debian-stable-i386/builds/6" target="_blank">http://128.238.56.50:8010/builders/pure-data%20Linux%20debian-stable-i386/builds/6</a><br>
<br>
.hc<br>
<br></blockquote><div><br>Good! I saw you stared experimenting with a builder for the externals too - do i understand right that at the end we will have every external built separately? I was thinking about breaking them out to a separate master, but then we&#39;d need to duplicate every slave setup, so finally i think they could stay in the main master, and we could have each of their have their own &quot;category&quot; name, which allows for some selection at the web page.<br>

Also note that for the builders, you can define an array with &quot;slavenames:&quot; instead of a single string &quot;slavename&quot;, so you can test the same builder on multiple slaves at the same time. At the end they have to broken down to one slave per builder, otherwise the diag output is not easy to understand.<br>

</div></div>Changing descriptionDone values to past tense like &quot;compiled&quot; may not make sense when the step fails and the output goes like &quot;compiled failed&quot;. Also there are things like &quot;autogen&quot; which don&#39;t have a proper past tense... :)<br>

Another thing i noticed an &quot;svn update&quot; by itself, i think we shall have the sources explicitly in master.cfg otherwise it will fail where the slave got reset. Also you told before we wanted &quot;clobber&quot; (tabula rasa) checkout not an update...<br>

I saw the &quot;make install&quot;, &quot;make uninstall&quot; steps in the output - having these would make much sense, fyi tests can be called with Test() which has some advantages over ShellCommand() like it doesn&#39;t make the whole build halt on failure.<br>

BTW switching the sources to git is easy, what we have to work out is Git polling. It&#39;s built into 0.8.1 but needs to triggered from git for 0.7.12. And then we have this thing with the poller to explain it which builder to start upon updates... a.k.a. the cake :)<br clear="all">

<br>Andras<br>