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

2016-07-26 Thread John McCall via swift-dev
> On Jul 26, 2016, at 2:29 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04-long-test [#599] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04-long-test/599/ > >

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

2016-07-26 Thread Andrew Trick via swift-dev
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Sources/Basic/OutputByteStream.swift:475:47: error: adjacent operators are in non-associative precedence group 'DefaultPrecedence' stream <<< Format.asJSON(key) <<< ":" <<< Format.asJSON(value)

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

2016-07-26 Thread Andrew Trick via swift-dev
CoreFoundation changes crossed paths with UnsafeRawPointer changes. I’m fixing those cases now. -Andy > On Jul 26, 2016, at 3:16 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#6862] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA

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

2016-07-26 Thread Andrew Trick via swift-dev
I already checked in a corelibs-foundation fix for this one (conflicting simultaneous commits): Foundation/NSJSONSerialization.swift:164:33: error: cannot invoke initializer for type 'UnsafeMutablePointer' with an argument list of type '(UnsafeRawPointer)' return stream.write(Unsafe

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

2016-07-26 Thread Andrew Trick via swift-dev
And this should be fixed on the next build. -Andy > On Jul 26, 2016, at 3:39 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#6530] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/6530/ >

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

2016-07-26 Thread Andrew Trick via swift-dev
I can reproduce this one... /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/swift/validation-test/stdlib/MicroStdlib/Inputs/Swift.swift:35:10: error: broken standard library: missing builtin precedence group 'AssignmentPrecedence' self = 0 ^ But can’t

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (swift-3.0-preview-5) #8

2016-07-26 Thread Joe Groff via swift-dev
Should be fixed by https://github.com/apple/swift/pull/3786. -Joe > On Jul 26, 2016, at 4:40 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-3.0-preview-5-incremental-RA-osx [#8] > > Build URL: > https://ci.swift.org/job/oss-swift-3.0-preview-5-incremental-RA-osx/8/ > Project: os

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

2016-07-26 Thread Andrew Trick via swift-dev
This was a conflicting commit that I fixed. -Andy > On Jul 26, 2016, at 5:10 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-package-linux-ubuntu-14_04 [#1787] > > Build URL: > https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/1787/ >

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

2016-07-26 Thread Andrew Trick via swift-dev
Phillipe, do you know if these have been fixed yet? -Andy Foundation/NSURLResponse.swift:372:38: error: value of optional type 'UnicodeScalar?' not unwrapped; did you mean to use '!' or '?'? case (.nonQuoted(let s), separator): ^

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

2016-07-26 Thread Tony Parker via swift-dev
Philippe is out. When was this error introduced? - Tony > On Jul 26, 2016, at 5:19 PM, Andrew Trick wrote: > > Phillipe, do you know if these have been fixed yet? > > -Andy > > Foundation/NSURLResponse.swift:372:38: error: value of optional type > 'UnicodeScalar?' not unwrapped; did you mea

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

2016-07-26 Thread Xin Tong via swift-dev
This one is mine. Working on a fix. -Xin > On Jul 26, 2016, at 5:20 PM, Tony Parker wrote: > > Philippe is out. > > When was this error introduced? > > - Tony > >> On Jul 26, 2016, at 5:19 PM, Andrew Trick > > wrote: >> >> Phillipe, do you know if these have been fi

Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - Ubuntu 15.10 (master) #1777

2016-07-26 Thread Andrew Trick via swift-dev
This is Xin’s. -Andy > On Jul 26, 2016, at 5:38 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-package-linux-ubuntu-15_10 [#1777] > > Build URL: > https://ci.swift.org/job/oss-swift-package-linux-ubuntu-15_10/1777/ >

[swift-dev] CI stabilization tomorrow

2016-07-26 Thread Nicole Jacque via swift-dev
Hello All- Currently we are seeing a number of failures in CI on master. In order to help stabilize master, we are going to be locking master for a bit tomorrow, starting at 10AM (CA time) and clean up issues in CI. This will make it easier to land changes with confidence, and complete pull

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

2016-07-26 Thread Roman Levenstein via swift-dev
I’m looking into it. This failure was not present on the Linux machine where I tested. Should be easy to fix. -Roman > On Jul 26, 2016, at 10:53 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#6877] > > Build URL: > https://ci.swift.org/job/oss-sw