[Buildbot-devel] newbie building on Solaris 10

Robyn Landers rblander at mfcf.math.uwaterloo.ca
Tue Nov 3 21:04:48 UTC 2009


I'm new here.

Trying to get a Buildbot slave going on Solaris 10.
(The buildbot master is on a Linux server.)
I've installed twisted and zope, and python 2.4 is already there.
Buildbot passes the simple test of buildbot --version.
When I try to start the buildbot slave, it fails.
Details below.


Robyn

----------------

Start-up messages:

  Following twistd.log until startup finished..
  /usr/lib/python2.4/site-packages/buildbot/scripts/logwatcher.py:48: 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.
    env=os.environ,
  ERR: 'tail: cannot open input
  '
  Removing stale pidfile /fsys1/u/builds/buildslave/twistd.pid
  
  The buildmaster took more than 10 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.
  

------------------

twistd.log entries (timestamps removed to shorten lines for readability):

 [-] Log opened.
 [-] twistd 8.2.0 (/usr/bin/python 2.4.4) starting up.
 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
 [-] Traceback (most recent call last):
 [-]   File "/software/buildbot/bin/buildbot", line 4, in ?
 [-]     runner.run()
 [-]   File "/usr/lib/python2.4/site-packages/buildbot/scripts/runner.py", line 1010, in run
 [-]     start(so)
 [-]   File "/usr/lib/python2.4/site-packages/buildbot/scripts/startup.py", line 90, in start
 [-]     launch(config)
 [-]   File "/usr/lib/python2.4/site-packages/buildbot/scripts/startup.py", line 127, in launch
 [-]     run()
 [-]   File "/.software/arch/python-2.4/lib/python2.4/site-packages/twisted/scripts/twistd.py", line 27, in run
 [-]   File "/.software/arch/python-2.4/lib/python2.4/site-packages/twisted/application/app.py", line 694, in run
 [-]   File "/.software/arch/python-2.4/lib/python2.4/site-packages/twisted/scripts/twistd.py", line 23, in runApp
 [-]   File "/.software/arch/python-2.4/lib/python2.4/site-packages/twisted/application/app.py", line 423, in run
 [-]   File "/.software/arch/python-2.4/lib/python2.4/site-packages/twisted/scripts/_twistd_unix.py", line 206, in postApplication
 [-]   File "/.software/arch/python-2.4/lib/python2.4/site-packages/twisted/scripts/_twistd_unix.py", line 320, in startApplication
 [-]   File "/.software/arch/python-2.4/lib/python2.4/site-packages/twisted/application/app.py", line 714, in startApplication
 [-]   File "/.software/arch/python-2.4/lib/python2.4/site-packages/twisted/application/service.py", line 278, in startService
 [-]   File "/usr/lib/python2.4/site-packages/buildbot/slave/bot.py", line 501, in startService
 [-]     service.MultiService.startService(self)
 [-]   File "/.software/arch/python-2.4/lib/python2.4/site-packages/twisted/application/service.py", line 278, in startService
 [-]   File "/usr/lib/python2.4/site-packages/buildbot/slave/bot.py", line 277, in startService
 [-]     assert os.path.isdir(self.basedir)
 [-] AssertionError





More information about the devel mailing list