Created
November 3, 2010 19:16
-
-
Save whiteley/661545 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2010/11/03 15:48 +0000 [-] Unhandled Error | |
Traceback (most recent call last): | |
File "/usr/lib/python2.5/threading.py", line 446, in run | |
self.__target(*self.__args, **self.__kwargs) | |
File "/usr/lib/python2.5/site-packages/twisted/python/threadpool.py", line 148, in _worker | |
context.call(ctx, function, *args, **kwargs) | |
File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 59, in callWithContext | |
return self.currentContext().callWithContext(ctx, func, *args, **kw) | |
File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 37, in callWithContext | |
return func(*args,**kw) | |
--- <exception caught here> --- | |
File "/usr/lib/python2.5/site-packages/twisted/internet/threads.py", line 25, in _putResultInDeferred | |
result = f(*args, **kwargs) | |
File "/usr/lib/python2.5/site-packages/twisted/enterprise/adbapi.py", line 374, in _runInteraction | |
result = interaction(trans, *args, **kw) | |
File "/usr/lib/python2.5/site-packages/buildbot-0.8.1-py2.5.egg/buildbot/schedulers/basic.py", line 110, in _process_changes | |
return self.decide_and_remove_changes(t, important, unimportant) | |
File "/usr/lib/python2.5/site-packages/buildbot-0.8.1-py2.5.egg/buildbot/schedulers/basic.py", line 142, in decide_and_remove_changes | |
self._add_build_and_remove_changes(t, all_changes) | |
File "/usr/lib/python2.5/site-packages/buildbot-0.8.1-py2.5.egg/buildbot/schedulers/basic.py", line 160, in _add_build_and_remove_changes | |
db.scheduler_retire_changes(self.schedulerid, changeids, t) | |
File "/usr/lib/python2.5/site-packages/buildbot-0.8.1-py2.5.egg/buildbot/db/connector.py", line 722, in scheduler_retire_changes | |
(schedulerid,) + tuple(changeids)) | |
File "/usr/lib/python2.5/site-packages/buildbot-0.8.1-py2.5.egg/buildbot/db/dbspec.py", line 105, in execute | |
result = self.cursor.execute(*args, **kw) | |
pysqlite2.dbapi2.OperationalError: too many SQL variables |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment