[swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - Ubuntu 16.04 (master) #190

2016-11-18 Thread no-reply--- via swift-dev
New issue found!Title: Report [FAILURE] oss-swift-package-linux-ubuntu-16_04 [#190] Build URL:https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/190/ Project:oss-swift-package-linux-ubuntu-16_04 Date of build:Fri, 18 Nov 2016 21:04:22 -0800 Build duration:1 hr 27

Re: [swift-dev] build order? Glibc.swift: error: no such module 'SwiftGlibc'

2016-11-18 Thread Eric Wing via swift-dev
On 11/15/16, Will Stanton wrote: > Hello Eric, > > Wanted to share I ran into a similar/the same error message this week > rebuilding from scratch (clean build/ on AWS Linux like CentOS): the build > stops (almost certainly) because the native SwiftGlibc module isn’t > generated. It happens near t

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7279

2016-11-18 Thread Douglas Gregor via swift-dev
Mishal and I believe this is a problem with Clang not getting rebuilt enough when diagnostics are added to Clang. A clean build seemed to fix the issue Sent from my iPhone > On Nov 18, 2016, at 5:16 PM, Jordan Rose wrote: > > Everything was going so well this week…then compiler-rt decided to m

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7279

2016-11-18 Thread Jordan Rose via swift-dev
Everything was going so well this week…then compiler-rt decided to mess up my build czar record. Kuba, it looks like things got even worse with your latest fix. https://ci.swift.org/job/oss-swift-incremental-RA-osx/7280/ Jordan > On Nov 18, 2016, at 16:13, Douglas Gregor via swift-dev > wro

Re: [swift-dev] No commit emails

2016-11-18 Thread Jordan Rose via swift-dev
Thanks for the heads-up. I think our old notifier system is finally invalid after a network reconfiguration. We've been meaning to move it to be just another job on ci.swift.org but haven't gotten around to it yet. Most of Apple is on holiday for American Thanksgiving all

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7279

2016-11-18 Thread Douglas Gregor via swift-dev
Eh? ncremental-RA-osx/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc clang-3.8: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument] clang-3.8: warning: argument unused during compilation: '-mmacosx-version-min=10.9' [-Wunused-command-li

[swift-dev] Cutting new branch

2016-11-18 Thread Nicole Jacque via swift-dev
Hi All- We will be cutting a new branch today: "swift-3.1-branch" in order to begin setting up testing infrastructure and stabilization efforts. There will be additional information about the release and branching in the near future, however for now, you can safely ignore this branch. We will

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7271

2016-11-18 Thread Jordan Rose via swift-dev
Looks like a Clang change made it in before the LLVM commit it depended on. Bruno, confirm/deny? > On Nov 18, 2016, at 10:27, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-osx [#7271] > > Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/7271/ >

Re: [swift-dev] Magic Metadata Symbol In Stubs

2016-11-18 Thread Joe Groff via swift-dev
> On Nov 17, 2016, at 12:36 PM, Alexis via swift-dev > wrote: > > I’m currently looking at pushing the storage of the empty Dictionary > singleton into rodata, using Array as a reference. Most things are pretty > straightforward, except the symbol for the metadata for _EmptyArrayStorage > th