#2051: Triggerable exception on shutdown
--------------------+-------------------
Reporter:  dustin   |      Owner:
    Type:  defect   |     Status:  new
Priority:  major    |  Milestone:  0.8.5
 Version:  0.8.4p1  |   Keywords:
--------------------+-------------------
 {{{
 2011-07-13 17:22:26-0700 [-] Received SIGTERM, shutting down.
 2011-07-13 17:22:26-0700 [-] Unhandled error in Deferred:
 2011-07-13 17:22:26-0700 [-] Unhandled Error
         Traceback (most recent call last):
           File "/usr/lib/python2.7/site-
 packages/twisted/internet/defer.py", line 133, in maybeDeferred
             result = f(*args, **kw)
           File "/usr/lib/python2.7/site-
 packages/twisted/application/service.py", line 285, in stopService
             l.append(defer.maybeDeferred(service.stopService))
           File "/usr/lib/python2.7/site-
 packages/twisted/internet/defer.py", line 133, in maybeDeferred
             result = f(*args, **kw)
           File "/usr/lib/python2.7/site-
 packages/twisted/application/service.py", line 285, in stopService
             l.append(defer.maybeDeferred(service.stopService))
         --- <exception caught here> ---
           File "/usr/lib/python2.7/site-
 packages/twisted/internet/defer.py", line 133, in maybeDeferred
             result = f(*args, **kw)
           File "/var/lib/buildbot/prod_084/lib/python2.7/site-
 packages/buildbot/schedulers/triggerable.py", line 66, in stopService
             d.errback(failure.Failure(RuntimeError(msg)))
         exceptions.AttributeError: 'int' object has no attribute 'errback'

 2011-07-13 17:22:26-0700 [-] (TCP Port 8080 Closed)
 2011-07-13 17:22:26-0700 [-] Stopping factory
 <buildbot.status.web.baseweb.RotateLogSite instance at 0x2872d40>
 2011-07-13 17:22:26-0700 [-] (TCP Port 9998 Closed)
 2011-07-13 17:22:26-0700 [-] Stopping factory
 <twisted.conch.manhole_ssh.ConchFactory instance at 0x2e47128>
 2011-07-13 17:22:26-0700 [-] (TCP Port 9989 Closed)
 2011-07-13 17:22:26-0700 [-] Stopping factory
 <twisted.spread.pb.PBServerFactory instance at 0x2e5c1b8>

 }}}

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2051>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to