[Buildbot-commits] [Buildbot] #1956: Can't cancel builds which haven't started.
Buildbot
nobody at buildbot.net
Wed May 11 19:55:07 UTC 2011
#1956: Can't cancel builds which haven't started.
-----------------------+-----------------------
Reporter: tom.prince | Owner:
Type: undecided | Status: new
Priority: major | Milestone: undecided
Version: 0.8.3p1 | Keywords:
-----------------------+-----------------------
djmitche suggests this is due to having a single master.
{{{
2011-05-11 15:52:35-0400 [-] Cancelling
<buildbot.process.buildrequest.BuildRequestControl instance at 0x3511cb0>
2011-05-11 15:52:35-0400 [-] while cancelling build request
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 503, in __bootstrap
self.__bootstrap_inner()
File "/usr/lib/python2.7/threading.py", line 530, in
__bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 483, in run
self.__target(*self.__args, **self.__kwargs)
--- <exception caught here> ---
File "/usr/lib/python2.7/site-
packages/twisted/python/threadpool.py", line 207, in _worker
result = context.call(ctx, function, *args, **kwargs)
File "/usr/lib/python2.7/site-
packages/twisted/python/context.py", line 118, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args,
**kw)
File "/usr/lib/python2.7/site-
packages/twisted/python/context.py", line 81, in callWithContext
return func(*args,**kw)
File "/Depot/BuildBot/bbot/lib/python2.7/site-
packages/buildbot/db/pool.py", line 91, in thd
rv = callable(conn, *args, **kwargs)
File "/Depot/BuildBot/bbot/lib/python2.7/site-
packages/buildbot/db/buildrequests.py", line 320, in thd
raise NotClaimedError
buildbot.db.buildrequests.NotClaimedError:
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/1956>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list