[Twisted-Python] Please fix the broken buildbots

Glyph Lefkowitz glyph at twistedmatrix.com
Mon Aug 22 19:23:31 MDT 2016


> On Aug 22, 2016, at 5:40 PM, Craig Rodrigues <rodrigc at crodrigues.org> wrote:
> 
> Hi,
> 
> Someone has made changes in the past few days which have broken
> many of the buildbots.  For example, in this build:
> 
> https://buildbot.twistedmatrix.com/builders/debian8-py2.7/builds/1548/steps/select/logs/stdio <https://buildbot.twistedmatrix.com/builders/debian8-py2.7/builds/1548/steps/select/logs/stdio>
> 
> There is this:
> 
> python -m tox -r -e py27-tests "" in dir /buildslave/debian8-py2.7/Twisted (timeout 1200 secs) watching logfiles {'test.log': 'build/py27-tests/tmp/_trial_temp/test.log'} argv: ['python', '-m', 'tox', '-r', '-e', 'py27-tests', '']
> 
> The last argument being passed to python is an empty string.
> This is causing an empty string to be passed to trial, and
> consequently none of the tests are being run.
> 
> This empty string is causing none of the tests to run, which is causing
> the build to fail.  The fix is either to:
> 
> (1)  eliminate the last parameter
> 
> (2)  the last parameter should not be an empty string, but should be "twisted"
>       so that trial is invoked as "trial twisted".
> 
> I don't understand the buildbot scripts so don't know where to fix this.
> 
> Can someone fix this?

Just to be clear: these are changes to the buildbot scripts themselves, and not to the repo?

-glyph

-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20160822/408f0e3b/attachment-0002.html>


More information about the Twisted-Python mailing list