Ticket #911 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

status.words fails in requestSubmitted

Reported by: dustin Owned by: dustin
Priority: major Milestone: 0.8.2
Version: 0.8.0 Keywords:
Cc:

Description

2010-06-29 15:44:34-0500 [-] Unhandled Error
        Traceback (most recent call last):
          File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 273, in runReactorWithLogging
            reactor.run()
          File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 1048, in run
            self.mainLoop()
          File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 1057, in mainLoop
            self.runUntilCurrent()
          File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 705, in runUntilCurrent
            call.func(*call.args, **call.kw)
        --- <exception caught here> ---
          File "/usr/lib/python2.5/site-packages/buildbot-latest-py2.5.egg/buildbot/util/eventual.py", line 31, in _turn
            cb(*args, **kwargs)
          File "/usr/lib/python2.5/site-packages/buildbot-latest-py2.5.egg/buildbot/status/words.py", line 288, in requestSubmitted
            (brstatus.getSourceStamp(), brstatus.builderName))
        exceptions.AttributeError: BuildRequestStatus instance has no attribute 'builderName'

Change History

comment:1 Changed 3 years ago by Dustin J. Mitchell

  • Status changed from new to closed
  • Resolution set to fixed

don't try to get buildername for BuildRequestStatus? just to log it - fixes #911

Changeset: 7fdbcb7f38bd394f412098fadaefb710b1512829

Note: See TracTickets for help on using tickets.