Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 15.10 - Long Test (master) #827

2016-09-02 Thread Douglas Gregor via swift-dev
Foundation/NSData.swift:19:8: error: module file was created by an older version of the compiler; rebuild 'Dispatch' and try again: /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10-long-test/buildbot_incremental/libdispatch-linux-x86_64/src/swift/Dispatch.swiftmodule

Re: [swift-dev] [swift-evolution] [Swift 4] Organizing source stability

2016-09-02 Thread Graydon Hoare via swift-dev
> On Jul 29, 2016, at 5:20 PM, Jacob Bandes-Storch via swift-evolution > wrote: > > I am curious whether the team has thoughts on how to organize the compiler > codebase in such a way that new features can be added, and possibly > source-breaking changes made, while still keeping the old func

Re: [swift-dev] Linux Foundation test failure

2016-09-02 Thread Philippe Hausler via swift-dev
TestFoundation has a dependency upon libFoundation.so, however if the naming rules of symbols has changed then it probably needs to re-compile everything in Foundation. This looks like it had a stale build around. > On Aug 29, 2016, at 10:43 AM, Dave Abrahams via swift-dev > wrote: > > > Thi

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 15.10 (swift 3.0) #154

2016-09-02 Thread Jacob Bandes-Storch via swift-dev
This and the LLDB failure seem to be unrelated, but I'm not sure since I can't really see logs besides the "FAIL" result. On Fri, Sep 2, 2016 at 12:16 PM, wrote: > [FAILURE] oss-swift-3.0-incremental-RA-linux-ubuntu-15_10 [#154] > Build URL: https://ci.swift.org/job/oss-swift-3.0-incremental-RA-

[swift-dev] Linux Foundation test failure

2016-09-02 Thread Dave Abrahams via swift-dev
This appears to be due to some missing dependency information in the build system for Foundation's tests. Some stdlib names not used directly by the overlay or tests were changed and now linking fails with: + env LD_LIBRARY_PATH=//usr//lib/swift/:/home/buildnode/disk2/workspace/oss-swift-increm