Closed
Bug 493740
Opened 16 years ago
Closed 16 years ago
Fix the harmless exception -> 'NoneType' object has no attribute 'allSchedulers'
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: catlee)
References
Details
Attachments
(1 file)
|
2.61 KB,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
When I reconfigure my local setup which is a checkout of staging's config throws this exception which does not seem to have a harmful effect.
Is anyone else seeing it?
##############
2009-05-13 07:38:35-0700 [HTTPPageGetter,client] Starting factory
<HTTPClientFactory: http://hg.mozilla.org/mozilla-ce2009-05-13 07:38:34-0700
[-] notifying downstream schedulers of changes
2009-05-13 07:38:34-0700 [-] Unhandled error in Deferred:
2009-05-13 07:38:34-0700 [-] Unhandled Error
Traceback (most recent call last):
File
"/tools/buildbot/lib/python2.5/site-packages/buildbot-0.7.10p1-py2.5.egg/buildbot/master.py",
line 759, in <lambda>
d.addCallback(lambda res: self.loadConfig_Schedulers(schedulers))
File
"/tools/buildbot/lib/python2.5/site-packages/buildbot-0.7.10p1-py2.5.egg/buildbot/master.py",
line 835, in loadConfig_Schedulers
d.addCallback(updateDownstreams)
File
"/tools/twisted-8.0.1/lib/python2.5/site-packages/twisted/internet/defer.py",
line 194, in addCallback
callbackKeywords=kw)
File
"/tools/twisted-8.0.1/lib/python2.5/site-packages/twisted/internet/defer.py",
line 185, in addCallbacks
self._runCallbacks()
--- <exception caught here> ---
File
"/tools/twisted-8.0.1/lib/python2.5/site-packages/twisted/internet/defer.py",
line 323, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File
"/tools/buildbot/lib/python2.5/site-packages/buildbot-0.7.10p1-py2.5.egg/buildbot/master.py",
line 834, in updateDownstreams
s.checkUpstreamScheduler()
File
"/tools/buildbot/lib/python2.5/site-packages/buildbot-0.7.10p1-py2.5.egg/buildbot/scheduler.py",
line 350, in checkUpstreamScheduler
for s in self.parent.allSchedulers():
exceptions.AttributeError: 'NoneType' object has no attribute
'allSchedulers'
2009-05-13 07:38:34-0700 [HTTPPageGetter,client] onLoadConfig called
#################
| Assignee | ||
Comment 1•16 years ago
|
||
I believe this is upstream bug http://buildbot.net/trac/ticket/35
Comment 2•16 years ago
|
||
Futuring, unless someone wants to post an upstream patch.
Component: Release Engineering → Release Engineering: Future
| Assignee | ||
Comment 4•16 years ago
|
||
Assignee: nobody → catlee
Attachment #387456 -
Flags: review?(bhearsum)
| Assignee | ||
Updated•16 years ago
|
Component: Release Engineering: Future → Release Engineering
Updated•16 years ago
|
Attachment #387456 -
Flags: review?(bhearsum) → review+
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•