[swift-dev] Swift CI PR builder dispatch linux failure

2016-09-21 Thread Ankit Aggarwal via swift-dev
This has been consistently failing on PRs, can someone look into this: :0: error: module file was created by an older version of the compiler; rebuild 'Dispatch' and try again: /home/buildnode/jenkins/workspace/swift-package-manager-PR-Linux/build/buildbot_linux/libdispatch-linux-x86_64/src/swif

Re: [swift-dev] Swift CI PR builder dispatch linux failure

2016-09-21 Thread David P Grove via swift-dev
I don't know how the PR jobs are setup, but the error suggests that they are trying to reuse too much of the workspace of previous runs. :0: error: module file was created by an older version of the compiler; rebuild 'Dispatch' and try again: /home/buildnode/jenkins/workspace/swift-package-manag

Re: [swift-dev] Swift CI PR builder dispatch linux failure

2016-09-21 Thread Michael Gottesman via swift-dev
+CC Mishal > On Sep 21, 2016, at 6:59 AM, David P Grove via swift-dev > wrote: > > I don't know how the PR jobs are setup, but the error suggests that they are > trying to reuse too much of the workspace of previous runs. > > :0: error: module file was created by an older version of the > co

Re: [swift-dev] Swift CI PR builder dispatch linux failure

2016-09-21 Thread Mishal Shah via swift-dev
We should look into why it's not rebuilding dependencies. Do we need to fix CMake logic? Can you please file a bug? Thanks, Mishal Shah > On Sep 21, 2016, at 9:28 AM, Michael Gottesman wrote: > > +CC Mishal > >> On Sep 21, 2016, at 6:59 AM, David P Grove via swift-dev >> wrote: >> >> I d

Re: [swift-dev] More Swift 3 Raspberry Pi 2 build problems

2016-09-21 Thread Eric Wing via swift-dev
Since you spotted a problem using QEMU, I did a rebuild on a real Pi 2. I think the segfaults during the build went away. However, I still get the install error about CMake Error at scripts/cmake_install.cmake:36 (file): file INSTALL cannot find "/home/pi/Source/SWIFT/build/Ninja-Release/lldb-

Re: [swift-dev] More Swift 3 Raspberry Pi 2 build problems

2016-09-21 Thread William Dillon via swift-dev
Hi Eric, I'm glad you're making progress. I've seen the swift-autolink-extract issue before. For some reason that symlink to swift isn't being made for you. You can try making a new symlink to `swift` and see if that gets you forward. I'd recommend using the github swift-arm repos, specifica

[swift-dev] CI outage tomorrow

2016-09-21 Thread Nicole Jacque via swift-dev
Hi All- The CI bots on swift.org will be down temporarily, starting at 11 AM (California time) while we install the newest Xcode beta. We’ll post a corresponding Swift 3.0.1 preview snapshot at that time as well. Thanks! Nicole ___ swift-dev mailin

Re: [swift-dev] More Swift 3 Raspberry Pi 2 build problems

2016-09-21 Thread Eric Wing via swift-dev
On 9/21/16, William Dillon wrote: > Hi Eric, > > I'm glad you're making progress. > > I've seen the swift-autolink-extract issue before. For some reason that > symlink to swift isn't being made for you. You can try making a new symlink > to `swift` and see if that gets you forward. > Thank you

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

2016-09-21 Thread mishal_shah via swift-dev
Hi Andy, This commit passed in PR testing on Ubuntu 14.04, however we are seeing failure on Ubuntu 16.04 and 15.10. PR test: https://ci.swift.org/job/swift-PR-Linux/3877/console https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/6/ https://ci.swift.org/job/oss-swift-increment

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

2016-09-21 Thread mishal_shah via swift-dev
Not sure what happened, looks like unstable test. Rebuilding made the failure go away on 15.10/16.04 https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/7/ https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7751/ Thanks, Mishal Shah > On Sep 21, 2016, at 6:20

[swift-dev] Ubuntu 16.04 Bots on ci.swift.org

2016-09-21 Thread mishal_shah via swift-dev
Ubuntu 16.04 support added to ci.swift.org! Starting tomorrow swift.org will also contain Ubuntu 16.04 toolchains. Master: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) 0. OSS - Swift Incremental RA - Ubuntu 16.04

Re: [swift-dev] [swift-lldb-dev] Ubuntu 16.04 Bots on ci.swift.org

2016-09-21 Thread Todd Fiala via swift-dev
Great, thanks Mishal! On Wed, Sep 21, 2016 at 7:14 PM, mishal_shah via swift-lldb-dev < swift-lldb-...@swift.org> wrote: > Ubuntu 16.04 support added to ci.swift.org! > > Starting tomorrow swift.org will also contain Ubuntu 16.04 toolchains. > > Master: > 0. OSS - Swift Incremental RA - Ubuntu 16

Re: [swift-dev] Are there any Swift/LLVM optimizations I could be assigned to?

2016-09-21 Thread Erik Eckstein via swift-dev
Hi Eddie, > On Sep 19, 2016, at 6:10 PM, Eddie Santos via swift-dev > wrote: > > Hi all, > > Are there any moderately do-able optimizations that can be done in the Swift > compiler that have not been done yet? > > I am a masters student at the University of Alberta in Dr. J. Nelson Amaral's

Re: [swift-dev] [swift-users] Swift 3.0 released!

2016-09-21 Thread Ted kremenek via swift-dev
The Xcode 8.0 that GM'ed on the App Store included Swift 3.0, the same tag we published to GitHub. > On Sep 14, 2016, at 10:28 AM, Patrice Kouame wrote: > > Congrats! Did it make it in Xcode 8 build 8A218a? So many GMs flying around > over the last few days. > >> On Sep 13, 2016, at 10:15 PM