verm__ changed the topic of #buildbot to: A Software Freedom Conservancy Project | Buildbot-3.5.0 | docs: http://docs.buildbot.net/current/ | tutorial: http://docs.buildbot.net/current/tutorial | irclogs: https://libera.irclog.whitequark.org/buildbot
ewong has quit [Quit: systemreboot]
<Zorry> glogan: have debug some more now and looks like _setBuildWaitTimer set the timer after the build has started https://dpaste.com/GK4ARFGTF
<Zorry> and that is wrong for it should be set to None
<Zorry> in buildFinished it call machine.machine.notifyBuildFinished and check fail or it should not call machine.notifyBuildFinished
<glogan> That sounds like a bug to me. I'm not a bb dev tho
<Zorry> it should not call _setBuildWaitTimer when we have started next build
<Zorry> hit it all the time if the steps take longer the build_wait_timeout when i run next build
<Zorry> fixed in tree trying that :)