I just upgraded a Buildbot's server to Ubuntu 16, and now I'm seeing
Buildbot's twistd.log balloon to several MB within a few seconds, because
it's populating it with thousands of lines of:

2017-01-17 19:13:51-0500 [-]
/usr/local/myproject/.env/local/lib/python2.7/site-packages/twisted/internet/utils.py:28:
exceptions.DeprecationWarning: Argument strings and environment keys/values
passed to reactor.spawnProcess should be bytes, not unicode.

Is there any way I can fix or suppress these? It's generating thousands of
these, even when Buildbot is sitting there idle.

My versions:

Twisted==16.6.0
buildbot==0.8.12
buildbot-slave==0.8.12

I tried upgrading Buildbot to the latest, but I received even more errors,
since it seems like a lot of non-backwards compatible changes were made in
buildbot 0.9*.
_______________________________________________
users mailing list
users@buildbot.net
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to