[Buildbot-devel] Problem upgrading to 0.8.4p1
Dustin J. Mitchell
dustin at v.igoro.us
Thu Jun 30 05:03:30 UTC 2011
On Wed, Jun 29, 2011 at 8:56 PM, Matthew Morse <matt at apple.com> wrote:
> exceptions.UnboundLocalError: local variable 'conn1' referenced before assignment
It sounds like you ran the master in a directory to which it did not
have write permission. That code tries to create a test db in the
current directory to detect and work around an sqlite bug, and doesn't
handle a failure to create that db very well.
It's fixed in 7aac17fe5e1f8bbfe794ecec1db99d7b7528d8b0 on master:
https://github.com/djmitche/buildbot/commit/7aac17fe5e1f8bbfe794ecec1db99d7b7528d8b0.patch
Sorry about that!
Dustin
More information about the devel
mailing list