Re: [swift-dev] Build failure on s390x

2016-08-10 Thread Vivian Kong via swift-dev
Thanks Jordan! I'll create a pull request. Regards, Vivian Kong Software Developer IBM Canada Toronto Lab From: Jordan Rose To: Vivian Kong/Toronto/IBM@IBMCA Cc: swift-dev , Robert Widmann Date: 2016/08/09 05:08 PM Subject:Re: [swift-dev] Build failure on s39

[swift-dev] Timeouts on Linux bots?

2016-08-10 Thread Jordan Rose via swift-dev
Hey, all. Any idea why the Linux bots would be timing out? (including my pull request testing ). I can see builds possibly taking longer than 30 minutes, but I wouldn’t expect the tests to do so, particularly not without the "long tests” enabled. J

Re: [swift-dev] Timeouts on Linux bots?

2016-08-10 Thread Mishal Shah via swift-dev
Hi Jordan, The job is configured to timeout if it does not show any activity on the console. In the PR build, we are seeing last test passed was 9:57am (PST) and Jenkins killed the job at 10:27am due to no activity for 30mins. 09:57:21 PASS: Swift(linux-x86_64) :: Driver/many-inputs.swift (16

Re: [swift-dev] Timeouts on Linux bots?

2016-08-10 Thread Jordan Rose via swift-dev
Hm. That’s a very slow test, but not 30 minutes slow. And it’s my test. I guess I should take a look. > On Aug 10, 2016, at 11:01, Mishal Shah wrote: > > Hi Jordan, > > The job is configured to timeout if it does not show any activity on the > console. In the PR build, we are seeing last tes

Re: [swift-dev] swift-corelibs-foundation failing in object conversion when building on Darwin host

2016-08-10 Thread Tony Parker via swift-dev
We have fixes ready to go for this keyed archiver issue but the inability to get past CI has slowed us down on putting it in. - Tony > On Aug 9, 2016, at 12:02 PM, Joe Groff via swift-dev > wrote: > >> >> On Aug 4, 2016, at 1:21 PM, Philippe Hausler via swift-dev >> wrote: >> >> With a fr

[swift-dev] [Swift CI] LLDB test failing

2016-08-10 Thread mishal_shah via swift-dev
Hi, Can someone please look into LLDB test failure? This is currently blocking development snapshot from being built. https://ci.swift.org/job/oss-lldb-incremental-osx/4496/console = Issue Details = FAIL: test_swift_expression_errors_dsym (lang/swift/expression/errors

Re: [swift-dev] CI outage for SDK and source updates tomorrow

2016-08-10 Thread mishal_shah via swift-dev
Hi Everyone, Starting the Xcode update process on ci.swift.org, please do not trigger any PR testing. Thanks, Mishal Shah > On Aug 9, 2016, at 4:56 PM, Nicole Jacque via swift-dev > wrote: > > Hello All- > > Tomorrow we will be temporarily bringing down the CI, starting around 2 PM, > Cali

Re: [swift-dev] [SourceKit] Include sourcekitd.h in distributed toolchain

2016-08-10 Thread Argyrios Kyrtzidis via swift-dev
Hi Ryan, > On Aug 9, 2016, at 5:32 PM, Ryan Lovelett via swift-dev > wrote: > > The `soucekitd.framework` that comes bundled with Xcode does not include > the headers, specifically `sourcekitd.h` [1]. On the other hand, the > toolchains that get downloaded from Swift.org do come with the header

Re: [swift-dev] CI outage for SDK and source updates tomorrow

2016-08-10 Thread Mishal Shah via swift-dev
Xcode updated on ci.swift.org to Xcode 8 Beta 5. Thanks, Mishal Shah > On Aug 10, 2016, at 2:11 PM, mishal_shah wrote: > > Hi Everyone, > > Starting the Xcode update process on ci.swift.org , > please do not trigger any PR testing. > > Thanks, > Mishal Shah >> On Aug

Re: [swift-dev] [SourceKit] Include sourcekitd.h in distributed toolchain

2016-08-10 Thread Keith Smiley via swift-dev
I sent something last week about including the related CLIs as well, but it hasn't received any responses. https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20160725/002587.html I assume the problem here would be the same since these aren't particularly meant to be production ready tools.