<Try2Code>
hi! can some enlighten why builders get into 'RETRY' mode? The docu gives a connection loss as the most likely reason. A normal build takes 30-60 mins and 50% of the builds end up in a RETRY (some of them 2 times).
<Try2Code>
I have an older system running (0.8.x) which does not show that behaviour. but 'automatic retry' might not be available in these old versions ...
Guest5 has joined #buildbot
<Guest5>
Hi guys, just wanted to post one short question: It looks like that sending the logs of a build-process to the master actually needs longer than building my application. I see that, because the buildbot-worker already finished building (theres no load anymore on htop) and the buildbot-master does print logs for another 20 Minutes or so. Is there a
<Guest5>
way to speed that log-send-process up a bit? :)
<Try2Code>
@Guest5 : Do you use "follow": True in the server config?
<Try2Code>
I also noticed some lag, but not too such an amount like you
<felixfontein>
Guest5: how many log lines do you have? and which database are you using?
<felixfontein>
I remember similar troubles when I used sqlite in the beginning; switching to MySQL/MariaDB fixed that
<Try2Code>
@felixfontain: Why did you switch in the first place?
<Guest5>
felixfontein there are about 145,000 lines per build. In addition, the build is highly parallelised. We deployed buildbot with sqlite3.
<Guest5>
Try2Code: I don't know for sure. We pretty much deployed standard configuration and I don't remember that I changed anything named like that. Where can I look up that option?