<div dir="ltr">Hi Michael<div><br></div><div>Thanks for following up!</div><div><br></div><div>I&#39;ve found some extra time too to give it few more tries.</div><div>As a matter of fact, I&#39;ve tried quite a few things.</div><div>Spoiler alert - none of them worked :)</div><div>Here&#39;s the list of things anyways:</div><div>- A completely clean checkout of sift repo and all submodules (still same laptop, but to be 100% there&#39;s no left overs of any kind)</div><div>- Change LANG env var from en_GB.UTF-8 to en_US.UTF-8</div><div>- Use exactly the same version of CMake as on CI: 3.6.3</div><div>- Remove all extra software which is not on CI: python v3, Z3, cmake from Homebrew</div><div>- Make sure python 2.x version is almost the same as on CI (Jenkins has 2.7.10, while I have 2.7.13, recently bumped to 2.7.14)</div><div><br></div><div>- Checkout 100% identical source code as it is used by Jenkins</div><div>For this one I checked build #354 <a href="https://ci.swift.org/job/oss-swift-package-osx/354/parameters/">https://ci.swift.org/job/oss-swift-package-osx/354/parameters/</a> and made sure all submodules have identical commits.</div><div>This is where I noticed that I was using latest ninja version 1.8.2, while Jenkins uses 1.7.2.</div><div>I also noticed that llvm is build from 1 commit above the swift-DEVELOPMENT-SNAPSHOT-2017-09-25-a tag somehow... (418d91a243e)</div><div><br></div><div>This one wasn&#39;t intentional, but I ended up trying to build 2017-09-25-a snapshot using 2017-09-25-a toolchain downloaded from <a href="http://swift.org">swift.org</a>.</div><div><br></div><div>All of that lands me with the same 3 failing tests for iPhone 5 simulator.</div><div><br></div><div>I know that I can work on code base without running the tests.</div><div><br></div><div>But I really wanted to be able to build the toolchain and try it out in Xcode, especially since blog post on refactoring just says &quot;Use build-toolchain script to build your own toolchain&quot;...</div><div><br></div><div>Regards,</div><div>Max</div>





</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 27, 2017 at 3:11 AM, Michael Gottesman <span dir="ltr">&lt;<a href="mailto:mgottesman@apple.com" target="_blank">mgottesman@apple.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Ok. My side machine info:<div><br></div><div>```</div><div>$ sw_vers<br>ProductName:<span class="m_-5153177594578927515Apple-tab-span" style="white-space:pre-wrap">        </span>Mac OS X<br>ProductVersion:<span class="m_-5153177594578927515Apple-tab-span" style="white-space:pre-wrap">        </span>10.12.6<br>BuildVersion:<span class="m_-5153177594578927515Apple-tab-span" style="white-space:pre-wrap">        </span>16G26<br>$ xcodebuild -version<span class=""><br>Xcode 9.0<br>Build version 9M214v</span></div><div>$ cmake --version<br>cmake version 3.8.2<br><br>CMake suite maintained and supported by Kitware (<a href="http://kitware.com/cmake" target="_blank">kitware.com/cmake</a>).</div><div>$</div><div>```</div><div><br></div><div>So I think I should be able to reproduce since we have the same xcode/os version. I am starting a build now.</div><div><div class="h5"><div><br><div><blockquote type="cite"><div>On Sep 26, 2017, at 9:44 AM, Michael Gottesman &lt;<a href="mailto:mgottesman@apple.com" target="_blank">mgottesman@apple.com</a>&gt; wrote:</div><br class="m_-5153177594578927515Apple-interchange-newline"><div><div style="word-wrap:break-word">Ok. I am looking at this now on my side machine.<div><br></div><div>Sorry for the delay, I had to land code and then I had vacation = (.</div><div><br></div><div>Michael</div><div><br><div><blockquote type="cite"><div>On Sep 20, 2017, at 10:05 PM, Michael Gottesman via swift-dev &lt;<a href="mailto:swift-dev@swift.org" target="_blank">swift-dev@swift.org</a>&gt; wrote:</div><br class="m_-5153177594578927515Apple-interchange-newline"><div><div style="word-wrap:break-word"><div>FYI, I haven&#39;t forgotten you! I just need to land some code tonight ; ). I want to try to reproduce exactly what you are doing.</div><div><br></div><div>Michael</div><div><br></div><div><blockquote type="cite"><div>On Sep 20, 2017, at 6:08 AM, Maksym Grebenets &lt;<a href="mailto:mgrebenets@gmail.com" target="_blank">mgrebenets@gmail.com</a>&gt; wrote:</div><br class="m_-5153177594578927515Apple-interchange-newline"><div><div dir="ltr">I tried few more options.<div><br></div><div>I tried switching my shell to bash and giving it a go.</div><div>This time I got some unusual configuration error.</div><div>The error came from /usr/local/Cellar/cmake/<wbr>3.9.2/share/cmake/Modules/<wbr>FindPythonInterp.cmake.</div><div>Unfortunately the error message was in stderr, while I only captured stdout: <a href="https://gist.github.com/mgrebenets/bf3a54cb90141c17c715f5ddfddf6c04" target="_blank">https://gist.github.<wbr>com/mgrebenets/<wbr>bf3a54cb90141c17c715f5ddfddf6c<wbr>04</a></div><div><br></div><div>So then I added CMake.app bin to the path</div><div>export PATH=/Applications/CMake.app/<wbr>Contents/bin:PATH<br></div><div>and ran the build again.</div><div>This time it didn&#39;t fail with configuration error, but failed with &quot;too many files open&quot; and somehow still using cmake 3.9.2 from Homebrew installation:</div><div><a href="https://gist.github.com/mgrebenets/100cf995fbb9c5415a26e0968aa7ed58" target="_blank">https://gist.github.com/<wbr>mgrebenets/<wbr>100cf995fbb9c5415a26e0968aa7ed<wbr>58</a><br></div><div><br></div><div>So finally, I decided to use CMake.app only:</div><div>brew unlink cmake<br></div><div>Run again, and same 3 tests fail on same i386 simulator: </div><div><a href="https://gist.github.com/mgrebenets/cf722b3e19894e7cbeeb3c4fa6d2511e" target="_blank">https://gist.github.com/<wbr>mgrebenets/<wbr>cf722b3e19894e7cbeeb3c4fa6d251<wbr>1e</a><br></div><div><br></div><div>Regards,</div><div>Max</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 20, 2017 at 2:59 PM, Maksym Grebenets <span dir="ltr">&lt;<a href="mailto:mgrebenets@gmail.com" target="_blank">mgrebenets@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I see.<div><br></div><div>I gave it another go: <a href="https://gist.github.com/mgrebenets/e2c981951586910c679df17d377c9e69" target="_blank">https://gist.github.com/mg<wbr>rebenets/e2c981951586910c679df<wbr>17d377c9e69</a></div><div><br></div><div>Looking at the build logs, I can definitely see llvm source code being built.<br>I&#39;ve looked up a bunch of llvm .cpp files in the build log, e.g. LLVMTargetMachine.cpp.</div><div>Unless I&#39;m not looking in the right place.</div><div><br></div><div>Still same 3 failures in the end.</div><div><br></div><div>I have noticed that in certain places Jenkings builds are using /Applications/CMake.app, while on my machine it is <b style="color:rgb(69,69,69);font-family:&quot;Helvetica Neue&quot;;font-size:12px">/usr/local/Cellar/cmake/3.9<wbr>.1/bin/cmake.</b></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">So I&#39;ve tried to upgrade to 3.9.2 and run same test command manually - same failures. </span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">Same for using CMake.app downloaded from <a href="http://cmake.org/" target="_blank">cmake.org</a> (3.9.2) version.</span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px"><b><br></b></span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">I&#39;ve double checked python version that I have, it&#39;s 2.7.10, same as on Jenkins instances.</span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px"><br></span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">I do have python3 installed in /usr/local/bin/python3, not sure if this could be related.<br><br></span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">Looking at the failing tests, it seems like all of them are related to encoding.</span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">The first one is related to Unicode 9 graphemes.</span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">For a string </span></font><span class="m_-5153177594578927515m_8825358364639058251gmail-s1" style="color:rgb(69,69,69)">&quot;</span><span style="color:rgb(69,69,69);font-family:&quot;.Apple Color Emoji UI&quot;;font-size:12px">🇺🇸🇨🇦🇩🇰🏳️‍🌈</span><span class="m_-5153177594578927515m_8825358364639058251gmail-s1" style="color:rgb(69,69,69)">&quot; the expected count is 4, while on my machine it&#39;s 5.</span></div><div><span class="m_-5153177594578927515m_8825358364639058251gmail-s1" style="color:rgb(69,69,69)">Other failures are in CodableTests.swift, but all of them report an error like:</span></div><div><span class="m_-5153177594578927515m_8825358364639058251gmail-s1" style="color:rgb(69,69,69)"><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:Menlo,Monaco,&quot;Courier New&quot;,monospace;font-size:12px;line-height:18px;white-space:pre-wrap">Decoded URLComponents &lt;//<a href="http://0.0.0.0/" target="_blank">0.0.0.0</a>&gt; not equal to original &lt;//<a href="http://0.0.0.0/" target="_blank">0.0.0.0</a>&gt;</div></span></div>







<div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">I can&#39;t really spot the difference, unless there&#39;s some invisible escape character...</span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px"><b><br></b></span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">Last failing test is for NSValue bridging:</span></font></div><span><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:Menlo,Monaco,&quot;Courier New&quot;,monospace;font-size:12px;line-height:18px;white-space:pre-wrap"><div>stdout&gt;&gt;&gt; check failed at /Users/grebenma/Projects/oss/s<wbr>wift/swift/stdlib/private/Stdl<wbr>ibUnittestFoundationExtras/Std<wbr>libUnittestFoundationExtras.<wbr>swift, line 130</div><div>stdout&gt;&gt;&gt; expected: &lt;00000000 00003140 00000000 00004340&gt; (of type NSConcreteValue)</div><div>stdout&gt;&gt;&gt; actual: &lt;00000000 00003140 00000000 00004340&gt; (of type NSConcreteValue)</div></div></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px"><b><br></b></span></font></div></span><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">It appears that all failures are for iPhone Simulator i386.</span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">So it must be related to 32-bit platforms only.</span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px"><br></span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">I don&#39;t have much ideas on what it could be.</span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">Is it something set in my bash (zsh) profile?</span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">E.g. something in the path, or some 3rd party tool installed.</span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">Are there any hints in the log that may point me in the right direction?</span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px"><br></span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px">Thanks.</span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px"><br></span></font></div><div><font color="#454545" face="Helvetica Neue"><span style="font-size:12px"><br></span></font></div>







</div>
</blockquote></div><br></div>
</div></blockquote></div><br></div>______________________________<wbr>_________________<br>swift-dev mailing list<br><a href="mailto:swift-dev@swift.org" target="_blank">swift-dev@swift.org</a><br><a href="https://lists.swift.org/mailman/listinfo/swift-dev" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-dev</a><br></div></blockquote></div><br></div></div></div></blockquote></div><br></div></div></div></div></blockquote></div><br></div>