[users at bb.net] py2 master <==> py3 worker, problem

Craig Rodrigues rodrigc at crodrigues.org
Wed Jun 14 10:18:05 UTC 2017


Hi,

>From the buildbot master branch, I experimented with setting up
a Python 2.7 master and a Python 3.6 worker.  I was able to start the
master and worker,
and saw that they connected to each other.

However, when I triggered a build, I got:


Traceback (most recent call last):
  File
"/home/vagrant/buildbot-venv-2.7/lib/python2.7/site-packages/twisted/internet/defer.py",
line 459, in callback
    self._startRunCallbacks(result)
  File
"/home/vagrant/buildbot-venv-2.7/lib/python2.7/site-packages/twisted/internet/defer.py",
line 567, in _startRunCallbacks
    self._runCallbacks()
  File
"/home/vagrant/buildbot-venv-2.7/lib/python2.7/site-packages/twisted/internet/defer.py",
line 653, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File
"/home/vagrant/buildbot-venv-2.7/lib/python2.7/site-packages/twisted/internet/defer.py",
line 1442, in gotResult
    _inlineCallbacks(r, g, deferred)
--- <exception caught here> ---
  File
"/home/vagrant/buildbot-venv-2.7/lib/python2.7/site-packages/twisted/internet/defer.py",
line 1386, in _inlineCallbacks
    result = g.send(result)
  File "/home/vagrant/buildbot/master/buildbot/process/buildstep.py", line
704, in run
    results = yield self._start_deferred
buildbot.process.remotecommand.RemoteException: buildbot_worker.base.
UnknownCommand: unrecognized WorkerCommand 'b'shell''
Traceback unavailable


Any ideas what the problem could be?

--
Craig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20170614/c2a205f1/attachment.html>


More information about the users mailing list