[Buildbot-commits] [Buildbot] #2166: MailNotifier configuration problem: exceptions.AttributeError: Status instance has no attribute 'getStatus'
Buildbot
nobody at buildbot.net
Tue Dec 20 00:38:36 UTC 2011
#2166: MailNotifier configuration problem: exceptions.AttributeError: Status
instance has no attribute 'getStatus'
---------------------+--------------------------
Reporter: kevbroch | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: master | Keywords: mail, status
---------------------+--------------------------
{{{
buildbot --version
Buildbot version: 0.8.5-227-ga3bf540
Twisted version: 11.1.0
Usiing standard create-master template and just adding basic mail notify
cfg (see attached)
2011-12-19 16:37:57-0800 [-] while starting BuildMaster
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
packages/Twisted-11.1.0-py2.7-macosx-10.6-intel.egg/twisted/internet/defer.py",
line 910, in gotResult
_deferGenerator(g, deferred)
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
packages/Twisted-11.1.0-py2.7-macosx-10.6-intel.egg/twisted/internet/defer.py",
line 885, in _deferGenerator
result = g.next()
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
packages/buildbot-0.8.5_227_ga3bf540-py2.7.egg/buildbot/config.py", line
693, in reconfigService
d = svc.reconfigService(new_config)
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
packages/Twisted-11.1.0-py2.7-macosx-10.6-intel.egg/twisted/internet/defer.py",
line 983, in unwindGenerator
return _deferGenerator(f(*args, **kwargs), Deferred())
--- <exception caught here> ---
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
packages/Twisted-11.1.0-py2.7-macosx-10.6-intel.egg/twisted/internet/defer.py",
line 885, in _deferGenerator
result = g.next()
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
packages/buildbot-0.8.5_227_ga3bf540-py2.7.egg/buildbot/status/master.py",
line 78, in reconfigService
sr.setServiceParent(self)
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
packages/buildbot-0.8.5_227_ga3bf540-py2.7.egg/buildbot/status/mail.py",
line 353, in setServiceParent
self.setup()
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
packages/buildbot-0.8.5_227_ga3bf540-py2.7.egg/buildbot/status/mail.py",
line 356, in setup
self.master_status = self.parent.getStatus()
exceptions.AttributeError: Status instance has no attribute
'getStatus'
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2166>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list