Ben Shi via llvm-dev
2020-Nov-17 11:07 UTC
[llvm-dev] Do the build failure related to my commit?
I made a commit just now, and received many build failures. It seems they all began to fail after my commit. http://lab.llvm.org:8011/#/builders/112 http://lab.llvm.org:8011/#/builders/121 http://lab.llvm.org:8011/#/builders/33 I can't understand why. It seems my commit is only a small change. The "make check-all" does pass without any failure on my local PC. Ben Shi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201117/33351052/attachment.html>
Jeremy Morse via llvm-dev
2020-Nov-17 12:08 UTC
[llvm-dev] Do the build failure related to my commit?
Hi Ben, On Tue, Nov 17, 2020 at 11:08 AM Ben Shi via llvm-dev <llvm-dev at lists.llvm.org> wrote:> I made a commit just now, and received many build failures. It seems they all began to fail after my commit.The buildbots test several commits at a time, it's normal to receive emails about build and test errors introduced by nearby commits. When that happens, take a look at the buildbot build/test output to see whether the fault is anything that could be related to your change, or if it's obviously caused by someone else's commit. In the case of the bots you've linked to, it looks like an unrelated configuration commit had a problem that was quickly addressed, and the bots are now returning to green. -- Thanks, Jeremy