<div dir="ltr">I see.<div><br></div><div>I gave it another go: <a href="https://gist.github.com/mgrebenets/e2c981951586910c679df17d377c9e69">https://gist.github.com/mgrebenets/e2c981951586910c679df17d377c9e69</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.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">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="gmail-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="gmail-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="gmail-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="gmail-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">Decoded URLComponents &lt;//<a href="http://0.0.0.0">0.0.0.0</a>&gt; not equal to original &lt;//<a href="http://0.0.0.0">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><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"><div>stdout&gt;&gt;&gt; check failed at /Users/grebenma/Projects/oss/swift/swift/stdlib/private/StdlibUnittestFoundationExtras/StdlibUnittestFoundationExtras.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><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>