<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">It seems like we have a bug to fix in the timeout logic if it didn’t stop after 12 (seconds I assume) and instead went for 45 minutes.<div class=""><br class=""></div><div class="">Perhaps we need to accelerate plans to have our test suite start up some kind of local socket to send data over, so these tests are not connecting over the real network.</div><div class=""><br class=""></div><div class="">- Tony</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 25, 2016, at 3:06 PM, Philippe Hausler &lt;<a href="mailto:phausler@apple.com" class="">phausler@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">This is an un-related timeout on the build.&nbsp;</div><div class=""><br class=""></div><div class="">This test took 8 seconds to pass</div><div class=""><br class=""></div><div class="">&nbsp; &nbsp;&nbsp;func&nbsp;test_downloadTaskWithURL() {<br class="">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;let&nbsp;urlString =&nbsp;"<a href="https://swift.org/LICENSE.txt" class="">https://swift.org/LICENSE.txt</a>"<br class="">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;let&nbsp;url =&nbsp;URL(string: urlString)!&nbsp; &nbsp;<br class="">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;let&nbsp;d =&nbsp;DownloadTask(with:&nbsp;expectation(description:&nbsp;"download task with delegate"))<br class="">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;d.run(with: url)<br class="">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;waitForExpectations(timeout:&nbsp;12)<br class="">&nbsp; &nbsp;&nbsp;}<br class=""><br class="">This one caused the tests to timeout which actually caused a hang for 45 minutes)</div><div class=""><br class="">&nbsp; &nbsp;&nbsp;func&nbsp;test_downloadTaskWithURLRequest() {<br class="">&nbsp; &nbsp; &nbsp; &nbsp;let&nbsp;urlString =&nbsp;"<a href="https://swift.org/LICENSE.txt" class="">https://swift.org/LICENSE.txt</a>"<br class="">&nbsp; &nbsp; &nbsp; &nbsp;let&nbsp;urlRequest =&nbsp;NSURLRequest(url:&nbsp;URL(string: urlString)!)&nbsp;&nbsp;<br class="">&nbsp; &nbsp; &nbsp; &nbsp;let&nbsp;d =&nbsp;DownloadTask(with:&nbsp;expectation(description:&nbsp;"download task with delegate"))<br class="">&nbsp; &nbsp; &nbsp; &nbsp;d.run(with: urlRequest)<br class="">&nbsp; &nbsp; &nbsp; &nbsp;waitForExpectations(timeout:&nbsp;12)<br class="">&nbsp; &nbsp;&nbsp;}</div><div class=""><br class=""></div><div class="">@Tony, what do we want to do with these tests? they are validating things but I am not certain we can really have tests like this be flaky.</div><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Aug 25, 2016, at 2:48 PM, <a href="mailto:no-reply@swift.org" class="">no-reply@swift.org</a> wrote:</div><br class="Apple-interchange-newline"><div class=""><h2 style="font-family: 'Helvetica Neue', sans-serif; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; width: 1746px; background-color: red; color: white; text-align: center;" class=""></h2><h1 style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">[<font class="FAILURE" style="color: red;">FAILURE</font>] oss-swift-incremental-RA-linux-ubuntu-14_04 [#7167]</h1><table style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><tbody class=""><tr style="text-align: left;" class=""><th class="">Build URL:</th><td class=""><a href="https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/7167/" style="color: rgb(0, 122, 255); text-decoration: none;" class="">https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/7167/</a></td></tr><tr style="text-align: left;" class=""><th class="">Project:</th><td class="">oss-swift-incremental-RA-linux-ubuntu-14_04</td></tr><tr style="text-align: left;" class=""><th class="">Date of build:</th><td class="">Thu, 25 Aug 2016 13:48:19 -0700</td></tr><tr style="text-align: left;" class=""><th class="">Build duration:</th><td class="">1 hr 0 min</td></tr></tbody></table><h2 style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">Identified problems:</h2><ul style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><li class="">Timeout: This build was marked as FAIL because it timed out.<ul class=""><li class=""><a href="https://ci.swift.org//job/oss-swift-incremental-RA-linux-ubuntu-14_04/7167/consoleFull#89513194756633f0f-8823-4f82-9a4a-0c0d97ce7760" style="color: rgb(0, 122, 255); text-decoration: none;" class="">Indication 1</a></li></ul></li></ul><h2 style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">Tests:</h2><table width="100%" style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><tbody class=""><tr style="text-align: left;" class=""><td class="bg1" colspan="2"></td></tr><tr style="text-align: left;" class=""><td class="bg2" colspan="2">Name:<span class="Apple-converted-space">&nbsp;</span><b class="">Swift(linux-x86_64)</b><br class="">Failed: 0 test(s), Passed: 8274 test(s), Total: 8274 test(s)</td></tr><tr style="text-align: left;" class=""><td class=""></td></tr><tr style="text-align: left;" class=""><td class="bg2" colspan="2">Name:<span class="Apple-converted-space">&nbsp;</span><b class="">Swift-Unit</b><br class="">Failed: 0 test(s), Passed: 230 test(s), Total: 230 test(s)</td></tr><tr style="text-align: left;" class=""><td class=""></td></tr></tbody></table><br style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><h2 style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">Changes</h2><ul style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">99493a4928c083e42a92b72d71d5ec28a02291cd</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">github:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Remove the dep on CUUID for Foundation (#595)</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/UUID.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">80e0f056716497f30525ae423ab56602595d5b25</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Enable NSLocale keyed archiving unit tests (#596)</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLocale.swift</li></ul></li></ul></div></blockquote></div><br class=""></div></div></blockquote></div><br class=""></div></body></html>