[Buildbot-devel] [help] my buildslave status is always pending...

Mark Pauley mpauley at apple.com
Thu Jan 11 21:18:08 UTC 2007


So I see the following:

2007/01/10 17:43 EST [HTTPChannel,0,127.0.0.1] web ping of builder  
'svn-hello'
2007/01/10 17:43 EST [HTTPChannel,0,127.0.0.1] sending ping
2007/01/10 17:43 EST [HTTPChannel,0,127.0.0.1] 127.0.0.1 - - [10/Jan/ 
2007:22:43:19 +0000] "GET /svn-hello/ping? HTTP/1.1" 302 182 "http://localhost:8010/svn-hello 
" "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.8.1.1) Gecko/20061208  
Firefox/2.0.0.1"
2007/01/10 17:43 EST [Broker,0,127.0.0.1] ping finished: success
2007/01/10 17:43 EST [HTTPChannel,0,127.0.0.1] 127.0.0.1 - - [10/Jan/ 
2007:22:43:19 +0000] "GET / HTTP/1.1" 200 13725 "http://localhost:8010/svn-hello 
" "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.8.1.1) Gecko/20061208  
Firefox/2.0.0.1"
2007/01/10 17:43 EST [HTTPChannel,0,127.0.0.1] 127.0.0.1 - - [10/Jan/ 
2007:22:43:21 +0000] "GET /svn-hello HTTP/1.1" 200 1973 "http://localhost:8010/ 
" "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.8.1.1) Gecko/20061208  
Firefox/2.0.0.1"
2007/01/10 17:43 EST [HTTPChannel,0,127.0.0.1] web forcebuild of  
builder 'svn-hello', branch='', revision='21'
2007/01/10 17:43 EST [HTTPChannel,0,127.0.0.1] maybeStartBuild  
<Builder 'svn-hello' at -1218320148>:  
[<buildbot.process.base.BuildRequest instance at 0xb762ea8c>]  
[<buildbot.process.builder.SlaveBuilder instance at 0xb762e72c>]
2007/01/10 17:43 EST [HTTPChannel,0,127.0.0.1] <Builder 'svn-hello' at  
-1218320148>: want to start build, but we don't have a remote

strange... you've got a buildslave (named jerry) on that builder, but  
forcing a build doesn't seem to work.  I'll check this out later on if  
nobody else has any ideas.

_Mark

On Jan 10, 2007, at 5:18 PM, blue blue wrote:

> Hi, Mark,
>
> The attached files are the twistd.log for master and slave.
> Thanks for your help!
>
> regards,
> Jerry
>
>
> 2007/1/10, Mark Pauley <mpauley at apple.com>:
>> Could you send us your twistd.log (on the master) as well as the
>> buildbot.log (on the slave)?
>>
>>
>> _Mark
>>
>> On Jan 10, 2007, at 2:39 AM, blue blue wrote:
>>
>> > Hi, all,
>> >
>> > I am a newer to use buildbot.
>> > I need to set the buildmaster with subverion VC system and make the
>> > buildslave to build the source.
>> >
>> > I've followed the steps in user manual to setup the information in
>> > master.cfg
>> > I could browse the status html page provided by buildmaster.
>> > I can ping the buildslave successfully.
>> > But when I clicked the "force build" button, the status always is  
>> "1
>> > pending" and the buildslave won't do the svn update and build!
>> >
>> > Here's the part of my settings for SVN in master.cfg
>> > ====================================
>> > from buildbot.scheduler import Scheduler
>> > c['schedulers'] = []
>> > c['schedulers'].append(Scheduler(name="svn-hello", branch=None,
>> >                                  treeStableTimer=30,
>> >                                  builderNames=["svn-hello"]))
>> >
>> > from buildbot import master
>> > from buildbot.process import factory
>> > from buildbot.steps.source import SVN
>> > from buildbot.steps.shell import Configure, Compile, Test
>> > from buildbot.status import html, client
>> > from buildbot.changes.pb import PBChangeSource
>> > s = factory.s
>> >
>> > c['bots'] = [["jerry", "1234"]]
>> >
>> > c['sources'] = []
>> > c['sources'].append(PBChangeSource())
>> > c['builders'] = []
>> >
>> > svnrep="svn://10.7.14.161/repos"
>> > steps = [
>> >         s(SVN,
>> >           svnurl=svnrep+"/helloword",
>> >           mode="update",
>> >           ),
>> >         s(Configure),
>> >         s(Compile, command=["make", "all"]),
>> >         s(Test, command=["make", "check"]),
>> >         ]
>> > b1 = {"name": "svn-hello",
>> >       "slavename": "jerry",
>> >       "builddir": "helloword",
>> >       "factory": factory.BuildFactory(steps),
>> >      }
>> > c['builders'].append(b1)
>> > ==========================================
>> >
>> > Is there any setting wrong?
>> > Or how should I modify the setting to make the buildslave to build?
>> >
>> > thanks for your help!!
>> >
>> > regards,
>> > Jerry
>> >
>> >  
>> -------------------------------------------------------------------------
>> > Take Surveys. Earn Cash. Influence the Future of IT
>> > Join SourceForge.net's Techsay panel and you'll get the chance to
>> > share your
>> > opinions on IT & business topics through brief surveys - and earn  
>> cash
>> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> > _______________________________________________
>> > Buildbot-devel mailing list
>> > Buildbot-devel at lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>>
>>
>> <twistd.log.master><twistd.log.slave>





More information about the devel mailing list