[Buildbot-devel] Nightly schedulers not running
Dustin J. Mitchell
dustin at v.igoro.us
Sun Nov 27 17:38:01 UTC 2011
On Sun, Nov 27, 2011 at 2:57 AM, Thomas Middeldorp
<thomas at ranzer.geek.nz> wrote:
> Any advice on what might have caused this and how it can be fixed would be
> appreciated, or if any other info is needed to figure this out please let me know.
First, keep in mind that (at least in released versions) you can't
trigger a schedule "manually" -- I think what you mean is that you can
force builds successfully.
It sounds like there are some corrupt JSON values in your database.
Can you provide a dump of the object_state table? Assuming you're
using sqlite, that's
$ sqlite3 $MASTER_BASEDIR/state.sqlite 'select * from object_state'
Dustin
More information about the devel
mailing list