David Blaikie via llvm-dev
2020-Sep-10 20:19 UTC
[llvm-dev] Transient failure on sanitizer-x86_64-linux
This bot was failing from http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/29505 until it went green on http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/29534 Anyone happen to know why? I can't quite figure it out from the commits - would be good to know if it's a buildbot issue or a genuine LLVM problem that was in the LLVM code and fixed by one of those commits. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200910/95f5a5be/attachment.html>
Vitaly Buka via llvm-dev
2020-Sep-10 20:47 UTC
[llvm-dev] Transient failure on sanitizer-x86_64-linux
Actually it's broken from http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/29475 I think it's broken by b22910daab95be1ebc6ab8a74190e38130b0e6ef and fixed by 4e413e16216d0c94ada2171f3c59e0a85f4fa4b6 http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/29504 is just a manual rerun on an older revision. On Thu, 10 Sep 2020 at 13:19, David Blaikie <dblaikie at gmail.com> wrote:> This bot was failing from > http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/29505 > until it went green on > http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/29534 > > Anyone happen to know why? I can't quite figure it out from the commits - > would be good to know if it's a buildbot issue or a genuine LLVM problem > that was in the LLVM code and fixed by one of those commits. >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200910/ff473c78/attachment.html>
Nikita Popov via llvm-dev
2020-Sep-10 20:51 UTC
[llvm-dev] Transient failure on sanitizer-x86_64-linux
On Thu, Sep 10, 2020 at 10:47 PM Vitaly Buka <vitalybuka at google.com> wrote:> Actually it's broken from > http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/29475 > I think it's broken by b22910daab95be1ebc6ab8a74190e38130b0e6ef and fixed > by 4e413e16216d0c94ada2171f3c59e0a85f4fa4b6 > > http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/29504 is > just a manual rerun on an older revision. > > On Thu, 10 Sep 2020 at 13:19, David Blaikie <dblaikie at gmail.com> wrote: > >> This bot was failing from >> http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/29505 >> until it went green on >> http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/29534 >> >> Anyone happen to know why? I can't quite figure it out from the commits - >> would be good to know if it's a buildbot issue or a genuine LLVM problem >> that was in the LLVM code and fixed by one of those commits. >> >See also https://bugs.llvm.org/show_bug.cgi?id=47480 for the specific issue that affected the buildbot, and https://reviews.llvm.org/D87149 for a wider discussion. Regards, Nikita -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200910/673b0209/attachment.html>