<div dir="ltr"><div dir="ltr"><div>It has just been brought to my attention that our buildbots no longer report failures to compile/link files in the test-suite as failures for the build. As a result, we have at least one bot that is currently showing a green status, yet it aborts when building 3 test cases.</div><div><br></div><div>I assume that something has changed with how (presumably LNT) reports these failures and the Zorg code does not adequately detect this (I think the buildbot scripts grep for a string such as "FAIL:" in the log or something along those lines). Previously, a failure to compile would show up as two failures (a failure at compile time and a failure at link time). Now it just shows up as NOEXE.<br></div><div><br></div><div>This really seems like something we should fix ASAP.</div><div><br></div><div>For an example:</div><div><a href="http://lab.llvm.org:8011/builders/clang-s390x-linux-lnt/builds/11252/steps/test-suite/logs/stdio">http://lab.llvm.org:8011/builders/clang-s390x-linux-lnt/builds/11252/steps/test-suite/logs/stdio</a></div><div><br></div><div>The Vector-build test case shows up as NOEXE and we're clearly hitting an UNREACHABLE while compiling the test:</div><div><pre style="font-family:"Courier New",courier,monotype,monospace;color:rgb(0,0,0);font-size:medium;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial"><span class="gmail-stderr" style="font-family:"Courier New",courier,monotype,monospace;color:red">Unexpected node to lower
UNREACHABLE executed at ...</span></pre></div></div></div>