Re: [swift-dev] Changing ELF layout

2017-09-18 Thread Saleem Abdulrasool via swift-dev
On Mon, Sep 18, 2017 at 4:07 PM, Joe Groff wrote: > > > On Sep 18, 2017, at 3:31 PM, Saleem Abdulrasool via swift-dev < > swift-dev@swift.org> wrote: > > > On Mon, Sep 18, 2017 at 9:36 AM John McCall wrote: > >> On Sep 17, 2017, at 10:15 AM, Saleem Abdulrasool >> wrote: >> >> On Sat, Sep 16, 20

Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #596

2017-09-18 Thread Saleem Abdulrasool via swift-dev
PR#11994 On Mon, Sep 18, 2017 at 7:13 PM, Saleem Abdulrasool via swift-dev < swift-dev@swift.org> wrote: > Ugh, I think I see what the issue is. The build-script-impl wrapper is > pretty intricate and I missed the conditional check since it was pretty > similar to the one near it. I guess the t

Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #596

2017-09-18 Thread Saleem Abdulrasool via swift-dev
Ugh, I think I see what the issue is. The build-script-impl wrapper is pretty intricate and I missed the conditional check since it was pretty similar to the one near it. I guess the test for the original change didnt notice it due to caching effects. I'll have a fix up for this momentarily. On

Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #596

2017-09-18 Thread Saleem Abdulrasool via swift-dev
Yeah, Im looking into this. That is a really weird error. It seems like it would be related to the the switch to CMake for libdispatch. On Mon, Sep 18, 2017 at 6:34 PM, Vedant Kumar via swift-dev < swift-dev@swift.org> wrote: > I don't think I have changed this or control it: > > --install-dest

Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #596

2017-09-18 Thread Vedant Kumar via swift-dev
I don't think I have changed this or control it: --install-destdir is required to install products. /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift/utils/build-script: fatal error: command terminated with a non-zero exit status 1, aborting /home/buildnode/jenkin

Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #595

2017-09-18 Thread Vedant Kumar via swift-dev
The sync'd llvm change did not make it into this build. vedant > On Sep 18, 2017, at 5:24 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#595] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_0

Re: [swift-dev] Changing ELF layout

2017-09-18 Thread Joe Groff via swift-dev
> On Sep 18, 2017, at 3:31 PM, Saleem Abdulrasool via swift-dev > wrote: > > > On Mon, Sep 18, 2017 at 9:36 AM John McCall > wrote: >> On Sep 17, 2017, at 10:15 AM, Saleem Abdulrasool > > wrote: >> >> On Sat, Sep 16, 2017 at 6:19 PM,

[swift-dev] CI outage tomorrow

2017-09-18 Thread Nicole Jacque via swift-dev
Hi All- Tomorrow, we will be temporarily bringing down the CI, starting around 1 PM, California time, in order to upgrade Xcode and SDKs on the CI machines. We expect the upgrade process to take an hour or two. We’ll send out a message when the upgrade is complete. Thanks! nicole _

Re: [swift-dev] libdispatch switched to CMake

2017-09-18 Thread Michael Gottesman via swift-dev
> On Sep 18, 2017, at 3:28 PM, Saleem Abdulrasool wrote: > > Hello swift-dev, > > This change should be transparent to everyone, but, it still is a pretty big > milestone. > > As of this afternoon, the non-Darwin builds use CMake to build libdispatch. > This work has been underway for quite

Re: [swift-dev] Changing ELF layout

2017-09-18 Thread Saleem Abdulrasool via swift-dev
On Mon, Sep 18, 2017 at 9:36 AM John McCall wrote: > On Sep 17, 2017, at 10:15 AM, Saleem Abdulrasool > wrote: > > On Sat, Sep 16, 2017 at 6:19 PM, John McCall wrote: > >> > On Sep 16, 2017, at 6:06 PM, Saleem Abdulrasool via swift-dev < >> swift-dev@swift.org> wrote: >> > Hello, >> > >> > I'd

[swift-dev] libdispatch switched to CMake

2017-09-18 Thread Saleem Abdulrasool via swift-dev
Hello swift-dev, This change should be transparent to everyone, but, it still is a pretty big milestone. As of this afternoon, the non-Darwin builds use CMake to build libdispatch. This work has been underway for quite some time, and we have finally switched to that as the default on most target

Re: [swift-dev] Value-type bound protocols?

2017-09-18 Thread Ben Cohen via swift-dev
> On Sep 13, 2017, at 1:06 PM, David Zarzycki via swift-dev > wrote: > > > >> On Sep 13, 2017, at 15:23, Matthew Johnson via swift-dev >> wrote: >> >> >> >> Sent from my iPhone >> >>> On Sep 13, 2017, at 11:56 AM, David Zarzycki via swift-dev >>> wrote: >>> >>> >>> On Sep 13,

Re: [swift-dev] New to building Swift toolchain

2017-09-18 Thread Michael Gottesman via swift-dev
> On Sep 18, 2017, at 8:54 AM, Maksym Grebenets via swift-dev > wrote: > > Hi all > > I guess like many other iOS devs with c/c++ background I really wanted to get > into Swift development one day, at least a tiny bit, at least to understand > how things work. > > So new refactoring tools a

Re: [swift-dev] Changing ELF layout

2017-09-18 Thread John McCall via swift-dev
> On Sep 17, 2017, at 10:15 AM, Saleem Abdulrasool > wrote: > > On Sat, Sep 16, 2017 at 6:19 PM, John McCall > wrote: > > On Sep 16, 2017, at 6:06 PM, Saleem Abdulrasool via swift-dev > > mailto:swift-dev@swift.org>> wrote: > > Hello, > > > > I'd like to propose tha

[swift-dev] New to building Swift toolchain

2017-09-18 Thread Maksym Grebenets via swift-dev
Hi all I guess like many other iOS devs with c/c++ background I really wanted to get into Swift development one day, at least a tiny bit, at least to understand how things work. So new refactoring tools and starter tasks finally pulled me in. With a lot of struggle and a lot of help from communi

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #581

2017-09-18 Thread Ian Partridge via swift-dev
There's a PR open to fix this intermittent failure: https://github.com/apple/swift-corelibs-foundation/pull/1218 On 18 September 2017 at 11:07, Ankit Aggarwal via swift-dev < swift-dev@swift.org> wrote: > Looks like a failure in corelibs-foundation: > > Test Case 'TestThread.test_threadStart' sta

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #581

2017-09-18 Thread Ankit Aggarwal via swift-dev
Looks like a failure in corelibs-foundation: Test Case 'TestThread.test_threadStart' started at 2017-09-18 10:05:03.040 <>TestFoundation/TestThread.swift:54: error: TestThread.test_threadStart : XCTAssertTrue failed - NSCondition wait timed out Test Case 'TestThread.test_threadStart' failed (10.