[Buildbot] #3585: Can't create buildbot master with 0.9.0rc1 on Fedora 23

Buildbot trac trac at buildbot.net
Wed Jul 27 06:50:04 UTC 2016


#3585: Can't create buildbot master with 0.9.0rc1 on Fedora 23
-------------------+---------------------------
Reporter:  pmatos  |      Owner:
    Type:  defect  |     Status:  new
Priority:  major   |  Milestone:  0.9.0
 Version:  master  |   Keywords:  create-master
-------------------+---------------------------
 Hello,

 On Fedora 23 with python 3.4 I can't create a build master.
 I create a virtualenv with 3.4 and follow the following steps:

 {{{
 $ mkdir bb
 $ cd bb
 $ virtualenv bbenv
 $ source bbenv/bin/activate
 }}}

 and then I install buildbot:


 {{{
 $ pip install --upgrade pip
 $ pip install buildbot_pkg
 $ pip install mock
 $ pip install buildbot[bundle]==0.9.0rc1
 $ pip install buildbot_worker
 }}}

 and trying to create a master results in:


 {{{
 $ buildbot create-master my-master
 Traceback (most recent call last):
   File "/home/pmatos/tmp/buildbot-09/bbenv/bin/buildbot", line 3, in
 <module>
     from buildbot.scripts import runner
   File "/home/pmatos/tmp/buildbot-09/bbenv/lib/python3.4/site-
 packages/buildbot/scripts/runner.py", line 30, in <module>
     from buildbot.scripts import base
   File "/home/pmatos/tmp/buildbot-09/bbenv/lib/python3.4/site-
 packages/buildbot/scripts/base.py", line 28, in <module>
     from buildbot import config as config_module
   File "/home/pmatos/tmp/buildbot-09/bbenv/lib/python3.4/site-
 packages/buildbot/config.py", line 28, in <module>
     from buildbot import interfaces
   File "/home/pmatos/tmp/buildbot-09/bbenv/lib/python3.4/site-
 packages/buildbot/interfaces.py", line 49, in <module>
     locals(), WorkerTooOldError, compat_name="BuildSlaveTooOldError")
   File "/home/pmatos/tmp/buildbot-09/bbenv/lib/python3.4/site-
 packages/buildbot/worker_transition.py", line 201, in deprecated
     attribute_name = scope.keys()[scope.values().index(attribute)]
 AttributeError: 'dict_values' object has no attribute 'index'
 }}}

--
Ticket URL: <http://trac.buildbot.net/ticket/3585>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list