<div dir="ltr">Hello Sanjoy,<div><br></div><div>This particular builder does not accept a "clean" property from the UI.</div><div></div><div>I'll update it later to make it do so.<br><br></div><div>Thanks<br><br></div><div>Galina<br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 22, 2015 at 7:57 PM, Sanjoy Das <span dir="ltr"><<a href="mailto:sanjoy@playingwithpointers.com" target="_blank">sanjoy@playingwithpointers.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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 Das<br>
<div class="HOEnZb"><div class="h5"><<a href="mailto:sanjoy@playingwithpointers.com">sanjoy@playingwithpointers.com</a>> wrote:<br>
> 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">eugeni.stepanov@gmail.com</a>> wrote:<br>
>> 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">llvm-commits@lists.llvm.org</a>> wrote:<br>
>>> 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> -- 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> -- 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 was<br>
>>> 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">sanjoy@playingwithpointers.com</a>> wrote:<br>
>>>> 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 Kistanova <<a href="mailto:gkistanova@gmail.com">gkistanova@gmail.com</a>> wrote:<br>
>>>>>>PS: I noticed the `Force build` form, but wasn't sure if I was okay<br>
>>>>> using it<br>
>>>>><br>
>>>>> It's ok. Please fill "Branch to build" and "Revision to build:" fields.<br>
>>>>><br>
>>>>> Thanks<br>
>>>>><br>
>>>>> Galina<br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> On Thu, Oct 22, 2015 at 4:10 PM, Sanjoy Das <<a href="mailto:sanjoy@playingwithpointers.com">sanjoy@playingwithpointers.com</a>><br>
>>>>> wrote:<br>
>>>>>><br>
>>>>>> 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 narrowing<br>
>>>>>> down the issue will be much appreciated.<br>
>>>>>><br>
>>>>>> For instance, is it possible to build and test each of the revisions<br>
>>>>>> between r251045 and r251053?  Narrowing down the failure to one<br>
>>>>>> revision will be very helpful.<br>
>>>>>><br>
>>>>>> PS: I noticed the `Force build` form, but wasn't sure if I was okay<br>
>>>>>> using it.<br>
>>>>>><br>
>>>>>> -- Sanjoy<br>
>>>>>><br>
>>>>>><br>
>>>>>> <a href="mailto:llvm.buildmaster@lab.llvm.org">llvm.buildmaster@lab.llvm.org</a> wrote:<br>
>>>>>> > The Buildbot has detected a new failure on builder clang-x64-ninja-win7<br>
>>>>>> > while building llvm.<br>
>>>>>> > Full details are available at:<br>
>>>>>> >   <a href="http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6404" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/6404</a><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>
>>>>><br>
>>>>><br>
>>>><br>
>>>><br>
>>>><br>
>>>> --<br>
>>>> Sanjoy Das<br>
>>>> <a href="http://playingwithpointers.com" rel="noreferrer" target="_blank">http://playingwithpointers.com</a><br>
>>><br>
>>><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">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>
><br>
><br>
><br>
> --<br>
> Sanjoy Das<br>
> <a href="http://playingwithpointers.com" rel="noreferrer" target="_blank">http://playingwithpointers.com</a><br>
<br>
<br>
<br>
--<br>
Sanjoy Das<br>
<a href="http://playingwithpointers.com" rel="noreferrer" target="_blank">http://playingwithpointers.com</a><br>
</div></div></blockquote></div><br></div>