<div dir="rtl"><div dir="ltr">May be a bug unrelated to these specific revisions that manifests itself randomally, I have seen such failures before, usually resulting from use after free/invalidated pointers. </div><div dir="ltr">asan build may catch the issue but not always due to the use of BumpPtr allocators that do not really free the memory so asan does not know about it. Running the test under a debugger is another option.</div><div dir="ltr"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div dir="ltr">2015-10-23 22:56 GMT+03:00 Sanjoy Das via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span>:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Okay, the bot is green now (since <a href="http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6445" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6445</a>) for some reason.  Any idea what happened?<span class="HOEnZb"><font color="#888888"><br>
<br>
-- Sanjoy</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
Sanjoy Das wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
Fedorova, Vera wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Sanjoy,<br>
<br>
I have rebooted windows7-buildbot machine, deleted start directory and<br>
started full build.<br>
These fails are still present :<br>
<a href="http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6429" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6429</a><br>
</blockquote>
<br>
I have still not been unable to figure out which revision causes the<br>
failure. For instance, in<br>
<br>
<a href="http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6444" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6444</a><br>
<br>
I built a rather old revision == 251040 which was supposed to be green;<br>
but it still fails the two tests.<br>
<br>
-- Sanjoy<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Vera Fedorova<br>
=============<br>
Software Engineer<br>
Intel Compiler Team<br>
Intel<br>
<br>
<br>
-----Original Message-----<br>
From: Sanjoy Das [mailto:<a href="mailto:sanjoy@playingwithpointers.com" target="_blank">sanjoy@playingwithpointers.com</a>]<br>
Sent: Friday, October 23, 2015 05:58<br>
To: Evgenii Stepanov<br>
Cc: Galina Kistanova; Artur Pilipenko via llvm-commits;<br>
<a href="mailto:mstester.llvm@gmail.com" target="_blank">mstester.llvm@gmail.com</a><br>
Subject: Re: buildbot failure in LLVM on clang-x64-ninja-win7<br>
<br>
Galina,<br>
<br>
Can you please take a look to see if I'm setting the 'clobber' flag<br>
correctly in the two builds above? Are there other ways I can force<br>
the bot do a "full" build?<br>
<br>
Generally speaking, I don't think the second stage of a bootstrap bot<br>
should do an incremental build -- that is equivalent to running only a<br>
small percentage of the test suite. :)<br>
<br>
-- Sanjoy<br>
<br>
<br>
On Thu, Oct 22, 2015 at 6:29 PM, Sanjoy<br>
Das<<a href="mailto:sanjoy@playingwithpointers.com" target="_blank">sanjoy@playingwithpointers.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I see the same problem with "clobber" builds.<br>
<br>
251048 with clobber fails:<br>
<a href="http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6418" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6418</a><br>
251045 with clobber fails:<br>
<a href="http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6420" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6420</a><br>
<br>
However, it does not look like that setting clobber to 1 actually<br>
worked -- for instance, SmallVector.cpp isn't in the build logs for<br>
6420 or 6418.<br>
<br>
-- Sanjoy<br>
<br>
On Thu, Oct 22, 2015 at 5:10 PM, Evgenii Stepanov<br>
<<a href="mailto:eugeni.stepanov@gmail.com" target="_blank">eugeni.stepanov@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You can request a full rebuild by adding "clobber" as "property 1<br>
name" and "1" as its value in the force build form, if you suspect<br>
that the problem lies there.<br>
<br>
<br>
On Thu, Oct 22, 2015 at 5:06 PM, Sanjoy Das via llvm-commits<br>
<<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It looks like both 251045 and 251048 trigger the same failure:<br>
<br>
<a href="http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6416" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6416</a><br>
-- 251045<br>
<a href="http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6415" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6415</a><br>
-- 251048<br>
<br>
251048 is my first change, and 251045 is the change right before.<br>
Also IIRC the buildbot *was* green on 251045. Any idea what's going<br>
on?<br>
<br>
It is possible that the changes I made miscompiled a .o file that<br>
was not re-built in the above two builds. However it was definitely<br>
re-built when going *from* 251045 to 251053 (since otherwise the<br>
miscompile would not have manifested), so the source file in 251045<br>
vs. in 251053 should be different; and that file have been re-built<br>
when coming back to 251045 as well.<br>
<br>
-- Sanjoy<br>
<br>
<br>
<br>
On Thu, Oct 22, 2015 at 4:24 PM, Sanjoy Das<br>
<<a href="mailto:sanjoy@playingwithpointers.com" target="_blank">sanjoy@playingwithpointers.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks Galina, this should help me discover the first breaking<br>
revision quickly.<br>
<br>
-- Sanjoy<br>
<br>
On Thu, Oct 22, 2015 at 4:17 PM, Galina<br>
Kistanova<<a href="mailto:gkistanova@gmail.com" target="_blank">gkistanova@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
PS: I noticed the `Force build` form, but wasn't sure if I was<br>
okay<br>
</blockquote>
using it<br>
<br>
It's ok. Please fill "Branch to build" and "Revision to build:"<br>
fields.<br>
<br>
Thanks<br>
<br>
Galina<br>
<br>
<br>
<br>
<br>
On Thu, Oct 22, 2015 at 4:10 PM, Sanjoy Das<br>
<<a href="mailto:sanjoy@playingwithpointers.com" target="_blank">sanjoy@playingwithpointers.com</a>><br>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have not been able to reproduce this issue on a Release without<br>
asserts bootstrap on OSX or Linux. I'm trying a Release+Asserts<br>
bootstrap now.<br>
<br>
Since I don't have access to a Windows box, some help on<br>
narrowing down the issue will be much appreciated.<br>
<br>
For instance, is it possible to build and test each of the<br>
revisions between r251045 and r251053? Narrowing down the<br>
failure to one revision will be very helpful.<br>
<br>
PS: I noticed the `Force build` form, but wasn't sure if I was<br>
okay using it.<br>
<br>
-- Sanjoy<br>
<br>
<br>
<a href="mailto:llvm.buildmaster@lab.llvm.org" target="_blank">llvm.buildmaster@lab.llvm.org</a> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The Buildbot has detected a new failure on builder<br>
clang-x64-ninja-win7 while building llvm.<br>
Full details are available at:<br>
<br>
<a href="http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6</a><br>
404<br>
<br>
Buildbot URL: <a href="http://lab.llvm.org:8011/" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/</a><br>
<br>
Buildslave for this Build: windows7-buildbot<br>
<br>
Build Reason: scheduler<br>
Build Source Stamp: [branch trunk] 251053<br>
Blamelist: sanjoy<br>
<br>
BUILD FAILED: failed ninja check 2<br>
<br>
sincerely,<br>
-The Buildbot<br>
<br>
<br>
<br>
</blockquote></blockquote>
<br>
</blockquote>
<br>
<br>
--<br>
Sanjoy Das<br>
<a href="http://playingwithpointers.com" rel="noreferrer" target="_blank">http://playingwithpointers.com</a><br>
</blockquote>
<br>
<br>
--<br>
Sanjoy Das<br>
<a href="http://playingwithpointers.com" rel="noreferrer" target="_blank">http://playingwithpointers.com</a><br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</blockquote></blockquote>
<br>
<br>
--<br>
Sanjoy Das<br>
<a href="http://playingwithpointers.com" rel="noreferrer" target="_blank">http://playingwithpointers.com</a><br>
</blockquote>
<br>
<br>
<br>
--<br>
Sanjoy Das<br>
<a href="http://playingwithpointers.com" rel="noreferrer" target="_blank">http://playingwithpointers.com</a><br>
<br>
--------------------------------------------------------------------<br>
Joint Stock Company Intel A/O<br>
Registered legal address: Krylatsky Hills Business Park,<br>
17 Krylatskaya Str., Bldg 4, Moscow 121614,<br>
Russian Federation<br>
<br>
This e-mail and any attachments may contain confidential material for<br>
the sole use of the intended recipient(s). Any review or distribution<br>
by others is strictly prohibited. If you are not the intended<br>
recipient, please contact the sender and delete all copies.<br>
</blockquote></blockquote>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div>