David Blaikie via llvm-dev
2017-May-20 04:32 UTC
[llvm-dev] Clang Stage 1: cmake, RA, using system compiler (Check) - Build # 31591 - Failure!
Looks like a flaky test perhaps? Adam - have you looked into this? On Fri, May 19, 2017, 9:28 PM <llvm.greendragon at gmail.com> wrote:> [FAILURE] clang-stage1-configure-RA_check [#31591] > Build URL: > http://green.lab.llvm.org/green/job/clang-stage1-configure-RA_check/31591/ > Project: clang-stage1-configure-RA_check > Date of build: Fri, 19 May 2017 21:15:09 -0700 > Build duration: 13 min Identified problems: > > - Ninja target failed: Below is a link to the first failed ninja > target. > - Indication 1 > <http://green.lab.llvm.org/green//job/clang-stage1-configure-RA_check/31591/consoleFull#-1417328700a1ca8a51-895e-46c6-af87-ce24fa4cd561> > - Missing test results: The test result file Jenkins is looking for > does not exist after the build. > - Indication 1 > <http://green.lab.llvm.org/green//job/clang-stage1-configure-RA_check/31591/consoleFull#-15796076f80f5c9c-2aaa-47fb-b15d-be39b7128d72> > - Compile Error: This build failed because of a compile error. Below > is a list of all errors in the build log: > - Indication 1 > <http://green.lab.llvm.org/green//job/clang-stage1-configure-RA_check/31591/consoleFull#-168773426049ba4694-19c4-4d7e-bec5-911270d8a58c> > - Regression test failed: This build failed because a regression test > in the test suite FAILed. See the test report <http://testReport/> for > details. > - Indication 1 > <http://green.lab.llvm.org/green//job/clang-stage1-configure-RA_check/31591/consoleFull#2370303068254eaf0-7326-4999-85b0-388101f2d404> > > > Changes > > - Commit *303483* by *dblaikie:* > > Fix -Wunneeded-internal-declaration by removing constant arrays only > used in sizeof expressions, in favor of constants containing the size > directly > - *edit*: llvm-revision.src/llvm/trunk/lib/Object/WindowsResource.cpp > > - Commit *303482* by *dblaikie:* > > llvm-symbolizer: Support multiple CUs in a single DWO file > - *edit*: > llvm-revision.src/llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFUnit.h > - *edit*: > llvm-revision.src/llvm/trunk/lib/DebugInfo/DWARF/DWARFUnit.cpp > - *add*: > llvm-revision.src/llvm/trunk/test/DebugInfo/Inputs/split-dwarf-multiple-cu.dwo > - *add*: > llvm-revision.src/llvm/trunk/test/DebugInfo/Inputs/split-dwarf-multiple-cu.o > - *edit*: > llvm-revision.src/llvm/trunk/test/DebugInfo/llvm-symbolizer.test > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170520/d9cfe5fc/attachment.html>
Adam Nemet via llvm-dev
2017-May-20 05:08 UTC
[llvm-dev] Clang Stage 1: cmake, RA, using system compiler (Check) - Build # 31591 - Failure!
Yeah, looks like two builds before this, the same test was failing and then it turned green in the subsequent build.> On May 19, 2017, at 9:32 PM, David Blaikie <dblaikie at gmail.com> wrote: > > Looks like a flaky test perhaps? > > Adam - have you looked into this? > > On Fri, May 19, 2017, 9:28 PM <llvm.greendragon at gmail.com <mailto:llvm.greendragon at gmail.com>> wrote: > [FAILURE] clang-stage1-configure-RA_check [#31591] > > Build URL: http://green.lab.llvm.org/green/job/clang-stage1-configure-RA_check/31591/ <http://green.lab.llvm.org/green/job/clang-stage1-configure-RA_check/31591/> > Project: clang-stage1-configure-RA_check > Date of build: Fri, 19 May 2017 21:15:09 -0700 > Build duration: 13 min > Identified problems: > > Ninja target failed: Below is a link to the first failed ninja target. > Indication 1 <http://green.lab.llvm.org/green//job/clang-stage1-configure-RA_check/31591/consoleFull#-1417328700a1ca8a51-895e-46c6-af87-ce24fa4cd561> > Missing test results: The test result file Jenkins is looking for does not exist after the build. > Indication 1 <http://green.lab.llvm.org/green//job/clang-stage1-configure-RA_check/31591/consoleFull#-15796076f80f5c9c-2aaa-47fb-b15d-be39b7128d72> > Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log: > Indication 1 <http://green.lab.llvm.org/green//job/clang-stage1-configure-RA_check/31591/consoleFull#-168773426049ba4694-19c4-4d7e-bec5-911270d8a58c> > Regression test failed: This build failed because a regression test in the test suite FAILed. See the test report <http://testreport/> for details. > Indication 1 <http://green.lab.llvm.org/green//job/clang-stage1-configure-RA_check/31591/consoleFull#2370303068254eaf0-7326-4999-85b0-388101f2d404> > Changes > > Commit 303483 by dblaikie: > Fix -Wunneeded-internal-declaration by removing constant arrays only used in sizeof expressions, in favor of constants containing the size directly > > edit: llvm-revision.src/llvm/trunk/lib/Object/WindowsResource.cpp > > Commit 303482 by dblaikie: > llvm-symbolizer: Support multiple CUs in a single DWO file > > edit: llvm-revision.src/llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFUnit.h > edit: llvm-revision.src/llvm/trunk/lib/DebugInfo/DWARF/DWARFUnit.cpp > add: llvm-revision.src/llvm/trunk/test/DebugInfo/Inputs/split-dwarf-multiple-cu.dwo > add: llvm-revision.src/llvm/trunk/test/DebugInfo/Inputs/split-dwarf-multiple-cu.o > edit: llvm-revision.src/llvm/trunk/test/DebugInfo/llvm-symbolizer.test >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170519/d893ebf8/attachment.html>