<div dir="ltr">Bots are generally configured not to send email if they didn't start /newly/ failing on the commit (or, unfortunately, the range of commits) in question. If you're seeing that (an already failing bot send fail-mail to a newer commit that wasn't involved in the change of state from green to red) - certainly something we should all look into.<br><br>Beyond that - some bots have longer cycle times which tends to mean larger commit ranges, which leads to a higher chance that any given cycle will fail (more changes, each with usually an independent/average chance of failure... etc). That's unfortunate, but about the only solution is to find some way for the bot to run faster (so it can have smaller commit ranges between each run) or use more machines on that bot configuration (so each one kicks off a smaller range/runs in parallel with others) - if a bot has a really long cycle time such that the blame is rarely useful, I think it's reasonable to push back a bit on the bot owner & perhaps they should be responsible for first level triage so as not to waste a lot of developers time looking at blames taht aren't theirs.<br><br>As Zach said - looks like perhaps it picked up some other change along with yours that was, probably briefly, out of conformance with warnings?<br><br><div class="gmail_quote"><div dir="ltr">On Fri, Oct 19, 2018 at 9:03 AM Kristina Brooks via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm not really sure how the CI system works but I've consistently had failures<br>
on that particular buildbot and it always seems on something completely unrelated<br>
to any specific commit since the other bots work just fine when I look at the build<br>
console and it seems to run fine (everything is green) and after committing it starts<br>
failing for odd reasons.<br>
<br>
In this particular case it was this:<br>
<br>
```<br>
/home/buildslave/ps4-buildslave1/clang-with-thin-lto-ubuntu/llvm.src/tools/clang/lib/<br>
AST/ASTImporter.cpp:92:5: error: default label in switch which covers all enumeration<br>
values [-Werror,-Wcovered-switch-default]<br>
    default:<br>
    ^<br>
1 error generated.<br>
```<br>
<br>
Not entirely sure if I've been unlucky with timing or if there's an issue with it so<br>
just wanted to check.<br>
<br>
Thank you.<br>
- Kristina<br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div></div>