<div dir="ltr"><div>Hi all,<br><br></div>I have taken a look at the failure, looks like its not related to the changes in NSAttributedString.<br></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jan 9, 2018 at 4:19 PM <<a href="mailto:swift-ci@swift.org">swift-ci@swift.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
<div>
<h2 style="width:100%;background-color:red;color:white;text-align:center"></h2>
<h1>[<font class="m_-5216688141244519766FAILURE">FAILURE</font>] oss-swift-incremental-RA-linux-ubuntu-16_10 [#2255]</h1>
<table>
<tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/2255/" target="_blank">https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/2255/</a></td></tr>
<tr><th>Project:</th><td>oss-swift-incremental-RA-linux-ubuntu-16_10</td></tr>
<tr><th>Date of build:</th><td>Mon, 08 Jan 2018 21:00:59 -0600</td></tr>
<tr><th>Build duration:</th><td>18 min</td></tr>
</table>
<h2>Identified problems:</h2><ul><li>Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:<ul><li><a href="https://ci.swift.org//job/oss-swift-incremental-RA-linux-ubuntu-16_10/2255/consoleFull#-3002049213122a513-f36a-4c87-8ed7-cbc36a1ec144" target="_blank">Indication 1</a></li></ul></li></ul>
<h2>Tests: </h2>
<table width="100%">
<tr><td class="m_-5216688141244519766bg1" colspan="2"></td></tr>
<tr><td class="m_-5216688141244519766bg2" colspan="2"> Name: <b>Swift(linux-x86_64)</b><br> Failed: 0 test(s), Passed: 10157 test(s), Total: 10157 test(s)</td></tr>
<tr><td>
<tr><td class="m_-5216688141244519766bg2" colspan="2"> Name: <b>Swift-Unit</b><br> Failed: 0 test(s), Passed: 506 test(s), Total: 506 test(s)</td></tr>
<tr><td>
</td></tr></td></tr></table>
<br>
<h2>Changes</h2>
<ul>
<li>Commit <b>eb220dd130d532405f3f3a6eedf35679a09238da</b> by <b>eyeplum:</b> <p class="m_-5216688141244519766commit-message" style="white-space:pre-wrap">implement attributes mutating methods</p>
<ul>
<li class="m_-5216688141244519766change-edit"><b>edit</b>: Foundation/NSAttributedString.swift</li>
</ul>
</li>
<br>
<li>Commit <b>db3aeaa6ed9a82711e7e037d25ba42d1b660754c</b> by <b>eyeplum:</b> <p class="m_-5216688141244519766commit-message" style="white-space:pre-wrap">add tests</p>
<ul>
<li class="m_-5216688141244519766change-edit"><b>edit</b>: Foundation/NSAttributedString.swift</li>
<li class="m_-5216688141244519766change-edit"><b>edit</b>: TestFoundation/TestNSAttributedString.swift</li>
</ul>
</li>
<br>
<li>Commit <b>22654b072e34a4141cfd6cb6d792c26feea39c8c</b> by <b>eyeplum:</b> <p class="m_-5216688141244519766commit-message" style="white-space:pre-wrap">implement more methods by mapping CFAttributedString functions calls</p>
<ul>
<li class="m_-5216688141244519766change-edit"><b>edit</b>: Foundation/NSAttributedString.swift</li>
</ul>
</li>
<br>
<li>Commit <b>1c5b0074f82c79152c86e788755098ff0a8d04aa</b> by <b>eyeplum:</b> <p class="m_-5216688141244519766commit-message" style="white-space:pre-wrap">implement substring/insert/append</p>
<ul>
<li class="m_-5216688141244519766change-edit"><b>edit</b>: Foundation/NSAttributedString.swift</li>
</ul>
</li>
<br>
<li>Commit <b>722ed7271396065f94603fb3f4b191df3b5f467a</b> by <b>eyeplum:</b> <p class="m_-5216688141244519766commit-message" style="white-space:pre-wrap">add tests</p>
<ul>
<li class="m_-5216688141244519766change-edit"><b>edit</b>: Foundation/NSAttributedString.swift</li>
<li class="m_-5216688141244519766change-edit"><b>edit</b>: TestFoundation/TestNSAttributedString.swift</li>
</ul>
</li>
<br>
<li>Commit <b>df180849e954da81c549716d32e704a812a19ed6</b> by <b>eyeplum:</b> <p class="m_-5216688141244519766commit-message" style="white-space:pre-wrap">implement remaining methods and NS[Mutable]Copying</p>
<ul>
<li class="m_-5216688141244519766change-edit"><b>edit</b>: Foundation/NSAttributedString.swift</li>
</ul>
</li>
<br>
<li>Commit <b>3e541f90bc6c8f8cd618ea5396c08a5efeb36e05</b> by <b>eyeplum:</b> <p class="m_-5216688141244519766commit-message" style="white-space:pre-wrap">add tests</p>
<ul>
<li class="m_-5216688141244519766change-edit"><b>edit</b>: TestFoundation/TestNSAttributedString.swift</li>
<li class="m_-5216688141244519766change-edit"><b>edit</b>: Foundation/NSAttributedString.swift</li>
</ul>
</li>
<br>
<li>Commit <b>f43e647d0fc3cb42df9f760fe800852d149348a4</b> by <b>eyeplum:</b> <p class="m_-5216688141244519766commit-message" style="white-space:pre-wrap">override initializers in mutable attr string and add tests</p>
<ul>
<li class="m_-5216688141244519766change-edit"><b>edit</b>: TestFoundation/TestNSAttributedString.swift</li>
<li class="m_-5216688141244519766change-edit"><b>edit</b>: Foundation/NSAttributedString.swift</li>
</ul>
</li>
<br>
<li>Commit <b>ec1b067403c0bee5c71ad8009072d04f5b0a250f</b> by <b>eyeplum:</b> <p class="m_-5216688141244519766commit-message" style="white-space:pre-wrap">move dummy attr str creating from mutableCopy to init(attributedString:)</p>
<ul>
<li class="m_-5216688141244519766change-edit"><b>edit</b>: Foundation/NSAttributedString.swift</li>
</ul>
</li>
<br>
<li>Commit <b>fba70bbe1881eab7718f615b880baa0bd1779875</b> by <b>eyeplum:</b> <p class="m_-5216688141244519766commit-message" style="white-space:pre-wrap">cleanup tests</p>
<ul>
<li class="m_-5216688141244519766change-edit"><b>edit</b>: TestFoundation/TestNSAttributedString.swift</li>
</ul>
</li>
<br>
</ul>
</div></blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Regards,<br>Yan</div>