在 2017年04月26日 16:51, Simon Dardis 写道:> Hi Leslie, > > I've been seeing those failures as well (I own those buildbots). Like yourself, I'm a bit > uncertain as to why they're occurring. I'm currently investigating. I suspect it's a case > that the build directory has gone stale.Perhaps! and buildbots cover how many LLVM Backend targets? thanks!> > Thanks, > Simon > >> -----Original Message----- >> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Leslie >> Zhai via llvm-dev >> Sent: 26 April 2017 07:56 >> To: llvm-dev at lists.llvm.org >> Subject: [llvm-dev] Buildbot clang-cmake-mips BUG? >> >> Hi LLVM developers, >> >> Buildbot clang-cmake-mips False Positive? >> >> I have looked build failures: >> >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3277 >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3278 >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3279 >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3281 >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3282 >> >> There are sanitizer testcase's Warning and Error, but not related with above >> commits! please give me some advice, thanks a lot! >> >> -- >> Regards, >> Leslie Zhai - a LLVM hacker https://reviews.llvm.org/p/xiangzhai/ >> >> >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- Regards, Leslie Zhai - a LLVM hacker https://reviews.llvm.org/p/xiangzhai/
> -----Original Message----- > From: Leslie Zhai [mailto:lesliezhai at llvm.org.cn] > Sent: 26 April 2017 10:14 > To: Simon Dardis > Cc: llvm-dev > Subject: Re: [llvm-dev] Buildbot clang-cmake-mips BUG? > > > > 在 2017年04月26日 16:51, Simon Dardis 写道: > > Hi Leslie, > > > > I've been seeing those failures as well (I own those buildbots). Like > > yourself, I'm a bit uncertain as to why they're occurring. I'm > > currently investigating. I suspect it's a case that the build directory has gone > stale. > Perhaps! and buildbots cover how many LLVM Backend targets? thanks!clang-cmake-mips covers mips big endian, clang-cmake-mipsel covers mips little endian. You can see the full list of public buildbots at http://lab.llvm.org:8011. The names tend to be fairly descriptive. Thanks, Simon> > > > > Thanks, > > Simon > > > >> -----Original Message----- > >> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of > >> Leslie Zhai via llvm-dev > >> Sent: 26 April 2017 07:56 > >> To: llvm-dev at lists.llvm.org > >> Subject: [llvm-dev] Buildbot clang-cmake-mips BUG? > >> > >> Hi LLVM developers, > >> > >> Buildbot clang-cmake-mips False Positive? > >> > >> I have looked build failures: > >> > >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3277 > >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3278 > >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3279 > >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3281 > >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3282 > >> > >> There are sanitizer testcase's Warning and Error, but not related > >> with above commits! please give me some advice, thanks a lot! > >> > >> -- > >> Regards, > >> Leslie Zhai - a LLVM hacker https://reviews.llvm.org/p/xiangzhai/ > >> > >> > >> > >> _______________________________________________ > >> LLVM Developers mailing list > >> llvm-dev at lists.llvm.org > >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > -- > Regards, > Leslie Zhai - a LLVM hacker https://reviews.llvm.org/p/xiangzhai/ > >
Because I know that Leslie is specifically interested in AVR The AVR buildbot is not on the 'production' buildmaster - it lives on a separate URL (which does not send out emails to LLVMcommits on failure) http://lab.llvm.org:8014/builders/llvm-avr-linux On Wed, Apr 26, 2017 at 11:34 PM, Simon Dardis via llvm-dev < llvm-dev at lists.llvm.org> wrote:> > > > -----Original Message----- > > From: Leslie Zhai [mailto:lesliezhai at llvm.org.cn] > > Sent: 26 April 2017 10:14 > > To: Simon Dardis > > Cc: llvm-dev > > Subject: Re: [llvm-dev] Buildbot clang-cmake-mips BUG? > > > > > > > > 在 2017年04月26日 16:51, Simon Dardis 写道: > > > Hi Leslie, > > > > > > I've been seeing those failures as well (I own those buildbots). Like > > > yourself, I'm a bit uncertain as to why they're occurring. I'm > > > currently investigating. I suspect it's a case that the build > directory has gone > > stale. > > Perhaps! and buildbots cover how many LLVM Backend targets? thanks! > > clang-cmake-mips covers mips big endian, clang-cmake-mipsel covers mips > little > endian. You can see the full list of public buildbots at > http://lab.llvm.org:8011. > > The names tend to be fairly descriptive. > > Thanks, > Simon > > > > > > > > > Thanks, > > > Simon > > > > > >> -----Original Message----- > > >> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of > > >> Leslie Zhai via llvm-dev > > >> Sent: 26 April 2017 07:56 > > >> To: llvm-dev at lists.llvm.org > > >> Subject: [llvm-dev] Buildbot clang-cmake-mips BUG? > > >> > > >> Hi LLVM developers, > > >> > > >> Buildbot clang-cmake-mips False Positive? > > >> > > >> I have looked build failures: > > >> > > >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3277 > > >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3278 > > >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3279 > > >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3281 > > >> http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/3282 > > >> > > >> There are sanitizer testcase's Warning and Error, but not related > > >> with above commits! please give me some advice, thanks a lot! > > >> > > >> -- > > >> Regards, > > >> Leslie Zhai - a LLVM hacker https://reviews.llvm.org/p/xiangzhai/ > > >> > > >> > > >> > > >> _______________________________________________ > > >> LLVM Developers mailing list > > >> llvm-dev at lists.llvm.org > > >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > > -- > > Regards, > > Leslie Zhai - a LLVM hacker https://reviews.llvm.org/p/xiangzhai/ > > > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170427/73450675/attachment.html>