[Buildbot-commits] [Buildbot] #2190: MailNotifier fails to send message

Buildbot nobody at buildbot.net
Sat Feb 4 00:14:35 UTC 2012


#2190: MailNotifier fails to send message
----------------------+-----------------------
Reporter:  kevbroch   |      Owner:
    Type:  undecided  |     Status:  new
Priority:  major      |  Milestone:  undecided
 Version:  master     |   Keywords:  mail
----------------------+-----------------------
 2012-02-03 16:10:16-0800 [-] Exception caught notifying
 <buildbot.status.mail.MailNotifier instance at 0x104fe0b48> of
 buildFinished event
 2012-02-03 16:10:16-0800 [-] Unhandled Error
         Traceback (most recent call last):
           File
 "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
 packages/buildbot-0.8.5_384_gc76684e-py2.7.egg/buildbot/status/build.py",
  line 285, in buildFinished
             w.callback(self)
           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/defe
 r.py", line 362, in callback
             self._startRunCallbacks(result)
           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/defe
 r.py", line 458, in _startRunCallbacks
             self._runCallbacks()
           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/defe
 r.py", line 545, in _runCallbacks
             current.result = callback(current.result, *args, **kw)
         --- <exception caught here> ---
           File
 "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
 packages/buildbot-0.8.5_384_gc76684e-py2.7.egg/buildbot/status/builder.py
 ", line 512, in _buildFinished
             w.buildFinished(name, s, results)
           File
 "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
 packages/buildbot-0.8.5_384_gc76684e-py2.7.egg/buildbot/status/mail.py",
 line 430, in buildFinished
             return self.buildMessage(name, [build], results)
           File
 "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
 packages/buildbot-0.8.5_384_gc76684e-py2.7.egg/buildbot/status/mail.py",
 line 649, in buildMessage
             d = self.useUsers(build)
           File
 "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
 packages/buildbot-0.8.5_384_gc76684e-py2.7.egg/buildbot/status/mail.py",
 line 668, in useUsers
             d = self.parent.db.changes.getChangeUids(change.number)
         exceptions.AttributeError: 'NoneType' object has no attribute
 'changes'

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


More information about the Commits mailing list