[Buildbot-devel] stalling when downloading log files ?

Charles Hardin chardin at 2wire.com
Thu Jun 23 06:00:38 UTC 2005


The following work for me on a twisted 1.3.0 unit... It looks like the
pauseProducing behaviour is different between 1.3.0 and 2.0.1 -
unfortunately, I don't have time to debug further, just had to hack
something in for our setup here...

diff -Naur buildbot-0.6.6.orig/buildbot/status/builder.py
buildbot-0.6.6/buildbot/status/builder.py
--- buildbot-0.6.6.orig/buildbot/status/builder.py	2005-05-23
15:21:35.000000000 -0700
+++ buildbot-0.6.6/buildbot/status/builder.py	2005-06-22
22:51:25.000000000 -0700
@@ -146,7 +146,8 @@
             self.subscribed = False
 
     def pauseProducing(self):
-        self.paused = True
+        # self.paused = True
+        pass
 
     def resumeProducing(self):
         self.paused = False


> -----Original Message-----
> From: buildbot-devel-admin at lists.sourceforge.net
[mailto:buildbot-devel-
> admin at lists.sourceforge.net] On Behalf Of Thomas Vander Stichele
> Sent: Wednesday, June 22, 2005 1:16 PM
> To: buildbot-devel
> Subject: [Buildbot-devel] stalling when downloading log files ?
> 
> Hi,
> 
> I upgraded two of my build masters to 0.6.6 (+ local mods) today.  I
> also noticed a strange problem - when trying to view log files, the
> download stalls around 100K.  Sometimes a bit later, but always below
> 150K.  It even happens if I'm downloading from localhost on the master
> machine.  I can't be sure that it's due to my upgrade, because I
didn't
> notice before.  Downloading from an apache on that machine works fine,
> so it doesn't look like a networking problem.
> 
> For example, try getting
> http://build.fluendo.com:8081/fc2-core-full/builds/70/distcheck/0
> 
> Can somebody verify if this happens for them as well on my master, and
> if someone is running a 0.6.6 buildmaster, can you paste me a link so
I
> can try and see on yours ? I'm really puzzled as to what could be
> causing this, and needless to say it's really annoying to not be able
to
> see why a build fails.
> 
> Thanks
> Thomas
> 
> Dave/Dina : future TV today ! - http://www.davedina.org/
> <-*- thomas (dot) apestaart (dot) org -*->
> Do you wanna have a party ?
> Do you want to have some fun ?
> Do you want to stick your hand in the sun ?
> <-*- thomas (at) apestaart (dot) org -*->
> URGent, best radio on the net - 24/7 ! - http://urgent.fm/
> 
> 
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel




More information about the devel mailing list