[Buildbot] #3310: can't load CommandlineUserManager via plugins interface

Buildbot trac trac at buildbot.net
Thu Jul 16 20:53:39 UTC 2015


#3310: can't load CommandlineUserManager via plugins interface
-------------------+-----------------------
Reporter:  jmsy00  |      Owner:
    Type:  defect  |     Status:  new
Priority:  major   |  Milestone:  undecided
 Version:  0.8.12  |   Keywords:
-------------------+-----------------------
 {{{

 In [88]: util = buildbot.plugins.get_plugins('util')
 In [89]: util.get('CommandlineUserManager')
 ...
 PluginDBError: Unable to load buildbot.util:CommandlineUserManager:
 'module' object has no attribute 'CommandlineUserManager'
 > /.../lib/python2.7/site-
 packages/buildbot/plugins/db.py(182)_load_entry()
     181             raise PluginDBError('Unable to load %s:%s: %s' %
 --> 182                                 (self._group, entry.name,
 str(err)))
     183         if self._interface:

 ipdb> entry
 EntryPoint.parse('CommandlineUserManager =
 buildbot.process.properties:CommandlineUserManager')

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


More information about the bugs mailing list