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

2017-02-22 Thread mishal_shah via swift-dev
Hi Pierre, Can you please file a bug on bugs.swift.org? Thanks, Mishal Shah > On Feb 22, 2017, at 12:35 PM, Pierre Habouzit via swift-dev > wrote: > > Note that you’ll face another issue that Daniel noticed, which is that we > have a new dependency on the linux kernel headers, usually in th

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #301

2017-02-22 Thread Daniel A. Steffen via swift-dev
In file included from allocator.c:21: In file included from ./internal.h:628: In file included from ./shims.h:171: ./shims/lock.h:92:10: fatal error: 'linux/membarrier.h' file not found it sounds like that file may not be present on Ubuntu 14 ? I’ve disabled this include on intel for now https:/

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

2017-02-22 Thread Daniel A. Steffen via swift-dev
this only failed on ubuntu 14, I’m guessing that is the relevant difference https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/301/ in any case I disabled this include on intel for now since it is not actually used there https://github.com/apple/swift-corelibs-libdispatch/pull/221 <

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

2017-02-22 Thread Erik Eckstein via swift-dev
> On Feb 22, 2017, at 12:35 PM, Pierre Habouzit wrote: > > Note that you’ll face another issue that Daniel noticed, which is that we > have a new dependency on the linux kernel headers, usually in the > linux-libc-dev package on Debian and derivatives, and in linux-devel on > redhat derivative

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

2017-02-22 Thread Pierre Habouzit via swift-dev
Note that you’ll face another issue that Daniel noticed, which is that we have a new dependency on the linux kernel headers, usually in the linux-libc-dev package on Debian and derivatives, and in linux-devel on redhat derivatives. We will work around the fact that we need this for now as it is

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

2017-02-22 Thread Erik Eckstein via swift-dev
Thanks! I’ll give it a try > On Feb 22, 2017, at 10:55 AM, Daniel A. Steffen wrote: > > >> On Feb 22, 2017, at 10:48, Erik Eckstein via swift-dev > > wrote: >> >>> >>> On Feb 22, 2017, at 10:47 AM, Daniel A. Steffen >> > wrote: >>> >>> t

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

2017-02-22 Thread Daniel A. Steffen via swift-dev
> On Feb 22, 2017, at 10:48, Erik Eckstein via swift-dev > wrote: > >> >> On Feb 22, 2017, at 10:47 AM, Daniel A. Steffen > > wrote: >> >> thanks, I don’t think Dave saw that locally in his testing but I believe he >> is in the air now >> >> does this block anythi

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

2017-02-22 Thread Erik Eckstein via swift-dev
> On Feb 22, 2017, at 10:47 AM, Daniel A. Steffen wrote: > > thanks, I don’t think Dave saw that locally in his testing but I believe he > is in the air now > > does this block anything ? yes, it’s blocking PR testing. > I can disable the test temporarily if necessary, but one of the Linux g

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

2017-02-22 Thread Daniel A. Steffen via swift-dev
thanks, I don’t think Dave saw that locally in his testing but I believe he is in the air now does this block anything ? I can disable the test temporarily if necessary, but one of the Linux guys will probably have to debug (we certainly don’t see this on Darwin internally) > On Feb 22, 2017,

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

2017-02-22 Thread Erik Eckstein via swift-dev
Now there is a fail in the tests: https://ci.swift.org/job/swift-PR-Linux-smoke-test/5128/ FAIL: dispatch_context_for_key == == [TEST] Dispatch Queue Specific

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

2017-02-22 Thread Daniel A. Steffen via swift-dev
+Erik I merged https://github.com/apple/swift-corelibs-libdispatch/pull/218 which should fix this Daniel > On Feb 22, 2017, at 9:59, Daniel A. Steffen via swift-dev > wrote: > > +phausler > >> In file included from CoreF

[swift-dev] linux pr testing is broken

2017-02-22 Thread Erik Eckstein via swift-dev
Hi Danial, Looks like your recent merge in libdispatch broke the linux PR bot: https://ci.swift.org/job/swift-PR-Linux-smoke-test/5126/ /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/libdispatc

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

2017-02-22 Thread Daniel A. Steffen via swift-dev
+phausler > In file included from CoreFoundation/Collections.subproj/CFTree.c:12: > In file included from > ../buildbot_incremental/foundation-linux-x86_64/Foundation/usr//lib/swift/CoreFoundation/CFInternal.h:838: > In file included from > /home/buildnode/jenkins/workspace/oss-swift-incremental