[Buildbot-commits] [SPAM] [Buildbot] #910: Boto errors handled incorrectly

Buildbot buildbot-devel at lists.sourceforge.net
Tue Jun 29 20:34:34 UTC 2010


#910: Boto errors handled incorrectly
-------------------+--------------------------------------------------------
Reporter:  dustin  |       Owner:  dustin
    Type:  defect  |      Status:  new   
Priority:  major   |   Milestone:  0.8.2 
 Version:  0.8.0   |    Keywords:        
-------------------+--------------------------------------------------------
 On a misconfiguration with EC2:
 {{{
 2010-06-29 15:33:12-0500 [-] Unhandled Error
         Traceback (most recent call last):
           File "/usr/lib/python2.5/site-
 packages/twisted/scripts/_twistd_unix.py", line 310, in startApplication
             app.startApplication(application, not self.config['no_save'])
           File "/usr/lib/python2.5/site-
 packages/twisted/application/app.py", line 635, in startApplication
             service.IService(application).startService()
           File "/usr/lib/python2.5/site-
 packages/twisted/application/service.py", line 260, in startService
             service.startService()
           File "/usr/lib/python2.5/site-packages/buildbot-latest-
 py2.5.egg/buildbot/master.py", line 463, in startService
             self.loadTheConfigFile()
         --- <exception caught here> ---
           File "/usr/lib/python2.5/site-packages/buildbot-latest-
 py2.5.egg/buildbot/master.py", line 496, in loadTheConfigFile
             d = self.loadConfig(f)
           File "/usr/lib/python2.5/site-packages/buildbot-latest-
 py2.5.egg/buildbot/master.py", line 520, in loadConfig
             exec f in localDict
           File "/var/lib/buildbot/master.cfg", line 2, in <module>
             from metabbotcfg.slaves import slaves
           File "/var/lib/buildbot/metabbotcfg/slaves.py", line 82, in
 <module>
             security_name='buildslaves',
           File "/var/lib/buildbot/metabbotcfg/slaves.py", line 31, in
 __init__
             EC2LatentBuildSlave.__init__(self, name, password, ec2type,
 **kwargs)
           File "/usr/lib/python2.5/site-packages/buildbot-latest-
 py2.5.egg/buildbot/ec2buildslave.py", line 110, in __init__
             if e.code != 'InvalidKeyPair.NotFound':
         exceptions.AttributeError: 'EC2ResponseError' object has no
 attribute 'code'
 }}}

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


More information about the Commits mailing list