[Buildbot-devel] Problems with buildbot on windows

Brian Warner warner-buildbot at lothar.com
Thu Jul 29 00:02:48 UTC 2004


> Setup:
> Python32,
> buildbot0.5.0,
> Twisted 1.30 including :
>     pyOpenSSL-0.5.1.win32-py2.3.exe,
>     pycrypto-1.9a6.win32-py2.3.exe
>     pywin32-202.win32-py2.3.exe
> 
> 
> I get errors running the buildbot test cases to start with.  Attached is 
> my test output.

That's odd.. it seems like some basic twisted functionality is just plain
failing. Does the Twisted test suite pass?

You might need to run both the tests and twistd itself under a different
reactor, as I think windows doesn't really offer the services needed by the
default one (which uses select()). Try adding "--reactor=win32" or
"--reactor=iocp" to the trial and twistd command lines. You shouldn't need
the extra option for running mktap, as that doesn't involve the reactor..
only for running the .tap file that it creates.

Cory Dodt is running the win32 buildslave for the Twisted buildbot
installation.. perhaps he could mention how he's got that slave set up.

hope that helps,
 -Brian




More information about the devel mailing list