[Buildbot-devel] question on updating python

Richard Woods rwoods at tresys.com
Mon Aug 16 15:00:16 UTC 2010


I believe I have all of the dependencies resolved.  Running 'buildbot
start .' shows:

Following twistd.log until startup finished..
2010-08-16 10:47:51-0400 [-] Log opened.
2010-08-16 10:47:51-0400 [-] twistd 10.1.0 (/usr/local/bin/python2.4
2.4.6) starting up.
2010-08-16 10:47:51-0400 [-] reactor class:
twisted.internet.selectreactor.SelectReactor.
2010-08-16 10:47:51-0400 [-] Starting factory <buildslave.bot.BotFactory
instance at 0x2a9a561a28>
2010-08-16 10:47:54-0400 [Uninitialized] <twisted.internet.tcp.Connector
instance at 0x2a9950b680> will retry in 2 seconds
2010-08-16 10:47:54-0400 [Uninitialized] Stopping factory
<buildslave.bot.BotFactory instance at 0x2a9a561a28>

The buildmaster took more than 5 seconds to start, so we were unable to
confirm that it started correctly. Please 'tail twistd.log' and look for
a
line that says 'configuration update complete' to verify correct
startup.

Running 'tail twistd.log' shows the last few lines repeating over time,
with the retry interval approximately tripling, capping at 300 seconds
plus or minus ~20 seconds.  I'm unfamiliar with Twisted -- what's
happening here, and what should I look for to fix the problem?

-----Original Message-----
From: Richard Woods [mailto:rwoods at tresys.com] 
Sent: Friday, August 13, 2010 4:56 PM
To: buildbot-devel at lists.sourceforge.net
Subject: Re: [Buildbot-devel] question on updating python

That did the trick, thanks!  I'm now running into a missing dependency
(Zope) that should be simple to tackle.

-----Original Message-----
From: Bob Hood [mailto:bhood2 at comcast.net]
Sent: Friday, August 13, 2010 4:38 PM
To: buildbot-devel at lists.sourceforge.net
Subject: Re: [Buildbot-devel] question on updating python

 On 8/13/2010 2:18 PM, Richard Woods wrote:
>
> Hey all ~
>
> I've just joined this list as a developer who's interested in learning

> more about using BuildBot.
>
> I have inherited a system where I believe BuildBot has been installed 
> incorrectly. It was installed on a machine whose latest version of 
> Python was 2.3. Running "buildbot start ." gives me a Python syntax 
> error where a function decorator is used.
>
> I installed Python 2.4 on the machine, then ran "python2.4 setup.py
build"
> and "python2.4 setup.py install". They seemed to complete. However 
> running the build master still gives me the same Python syntax error.
>
> Is there a specific procedure I must follow to get BuildBot to see the

> new version of python?
>

An easy solution would be to just make sure your new installation of
Python
(2.4) appears first in the PATH setting of the environment where you are
executing the "buildbot start" command. I do this on systems where I'm a
guest and can't go mucking about with the installed toolset.

------------------------------------------------------------------------
------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
Buildbot-devel mailing list
Buildbot-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/buildbot-devel

------------------------------------------------------------------------
------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
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