RESOLVED FIXED 83596
Trigger step on Lion build bots can get stuck, or take a long time
https://bugs.webkit.org/show_bug.cgi?id=83596
Summary Trigger step on Lion build bots can get stuck, or take a long time
Jon Lee
Reported 2012-04-10 10:48:01 PDT
The step responsible for adding requests on the test bots for Lion often taken a long time, or gets stuck. Not sure why this is the case.
Attachments
Mark Rowe (bdash)
Comment 1 2012-05-17 12:36:52 PDT
I had talked about this with Jon and Lucas back around the time that Jon filed this bug. I believe that the conclusion we arrived at was that this is due to a bug in the particular version of buildbot that we're using, and that upgrading to a newer version would address this.
Mark Rowe (bdash)
Comment 2 2012-05-17 12:40:19 PDT
I remember now: 2012-05-17 12:06:26-0700 [-] (ignored) while triggering builds: Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sqlalchemy/engine/default.py", line 330, in do_execute cursor.execute(statement, parameters) sqlalchemy.exc.OperationalError: (OperationalError) database is locked u'INSERT INTO sourcestamps (branch, revision, patchid, repository, project) VALUES (?, ?, ?, ?, ?)' (u'trunk', '117471', None, u'/svn/repositories/webkit', '') I believe that was tracked by <http://trac.buildbot.net/ticket/2005>, and is fixed in Buildbot v0.8.6 and newer.
Radar WebKit Bug Importer
Comment 3 2012-05-17 12:43:23 PDT
Lucas Forschler
Comment 4 2012-05-30 18:51:08 PDT
Upgraded to buildbot 0.8.6p1
Note You need to log in before you can comment on or make changes to this bug.