<div dir="ltr"><div><div><div>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:<br><br>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.<br><br></div>Is there any way I can fix or suppress these? It's generating thousands of these, even when Buildbot is sitting there idle.<br><br></div>My versions:<br><br>Twisted==16.6.0<br>buildbot==0.8.12<br>buildbot-slave==0.8.12<br><br></div>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*.<br></div>