Re: [swift-dev] Swift CI is currently offline

2017-11-07 Thread Mishal Shah via swift-dev
ci.swift.org is back online. Thanks, Mishal Shah > On Nov 7, 2017, at 10:21 PM, Mishal Shah wrote: > > ci.swift.org is offline, I will send out email once > the server is back online. > > Sorry for any inconvenience caused by this outage. > > Thanks, > Mishal Shah >

[swift-dev] Swift CI is currently offline

2017-11-07 Thread Mishal Shah via swift-dev
ci.swift.org is offline, I will send out email once the server is back online. Sorry for any inconvenience caused by this outage. Thanks, Mishal Shah ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] [Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #671

2017-11-07 Thread Pavel Yaskevich via swift-dev
Looks like a hardware/OS problem: java.nio.file.FileSystemException: /jenkinshome/jenkins/jobs/swift-master-source-compat-suite/builds/671/archive/swift-source-compat-suite/PASS_BuildSwiftPackage_Serpent.log: Input/output error at sun.nio.fs.UnixException.translateToIOException(UnixException

[swift-dev] Preparing metadata records for ABI stability

2017-11-07 Thread Joe Groff via swift-dev
I’m trying to plan out changes to our type metadata record formats for ABI stability. I’ll start by looking at the current situation and then make suggestions about things we ought to change. We want to settle on a design that leaves room for future expansion and runtime changes, and still allow

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

2017-11-07 Thread Pavel Yaskevich via swift-dev
Looks like this is just one off flaky dispatch test failure, I’ll restart the build. > On Nov 7, 2017, at 5:49 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#1464] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_0

Re: [swift-dev] "Near-miss" warnings for protocol conformances

2017-11-07 Thread Douglas Gregor via swift-dev
> On Nov 2, 2017, at 6:07 PM, Brent Royal-Gordon wrote: > >> On Oct 26, 2017, at 9:28 PM, Douglas Gregor via swift-dev >> wrote: >> >> Unlabeled single-value initializers are probably going to cause a number of >> false positives, because we can’t figure out which one we meant. > > When we

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

2017-11-07 Thread Pavel Yaskevich via swift-dev
> On Nov 7, 2017, at 2:50 PM, Douglas Gregor wrote: > > > >> On Nov 7, 2017, at 2:48 PM, Pavel Yaskevich > > wrote: >> >> >> >>> On Nov 7, 2017, at 2:47 PM, Douglas Gregor >> > wrote: >>> >>> >>> On Nov 7, 2017, at 2:45 PM, Pav

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

2017-11-07 Thread Douglas Gregor via swift-dev
> On Nov 7, 2017, at 2:48 PM, Pavel Yaskevich wrote: > > > >> On Nov 7, 2017, at 2:47 PM, Douglas Gregor > > wrote: >> >> >> >>> On Nov 7, 2017, at 2:45 PM, Pavel Yaskevich >> > wrote: >>> >>> I don’t think this is related to your cha

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

2017-11-07 Thread Pavel Yaskevich via swift-dev
> On Nov 7, 2017, at 2:47 PM, Douglas Gregor wrote: > > > >> On Nov 7, 2017, at 2:45 PM, Pavel Yaskevich > > wrote: >> >> I don’t think this is related to your changes, Doug: >> >> env >> LD_LIBRARY_PATH=//usr//lib/swift/:/home/buildnode/jenkins/workspace/oss-s

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

2017-11-07 Thread Douglas Gregor via swift-dev
> On Nov 7, 2017, at 2:45 PM, Pavel Yaskevich wrote: > > I don’t think this is related to your changes, Doug: > > env > LD_LIBRARY_PATH=//usr//lib/swift/:/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/buildbot_incremental/foundation-linux-x86_64/Foundation:/home

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

2017-11-07 Thread Pavel Yaskevich via swift-dev
I don’t think this is related to your changes, Doug: env LD_LIBRARY_PATH=//usr//lib/swift/:/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/buildbot_incremental/foundation-linux-x86_64/Foundation:/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-

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

2017-11-07 Thread Mishal Shah via swift-dev
I think this is due to libdispatch not getting rebuild after swift changes. Hopefully this PR resolves the issue: https://github.com/apple/swift/pull/12736 Thanks, Mishal Shah > On Nov 7, 2017, at 11:42 AM, Pavel Yaskevich wrote: > > Build failed with following error: > > :0: error: module m

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

2017-11-07 Thread Pavel Yaskevich via swift-dev
Build failed with following error: :0: error: module map file '/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift-corelibs-libdispatch/dispatch/module.modulemap' not found :0: error: module map file '/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-lin

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

2017-11-07 Thread Nate Cook via swift-dev
Hi Pavel, I’m not seeing that failure, but I do see TestNSNumberBridging.testNSNumberBridgeFromInt32, which is from my changes. I have a PR for disabling the failing parts of that test here: https://github.com/apple/swift-corelibs-foundation/pull/1302#issuecomment-342508115 Thanks! Nat

[swift-dev] SR-3423 Starter questions

2017-11-07 Thread Mohammed Ennabah via swift-dev
Hi all, This is the first time I work on that deep of the compiler (in SR-3423 Enum with tuple raw value not allowed) and I’m not sure where to start and what do I need to do and what files this issue is related to. It would be great if anyone guided me. Thanks.

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

2017-11-07 Thread Pavel Yaskevich via swift-dev
Hi Nate, The failure is: AutolinkExtract/import_archive.swift would it be related to your changes? Best Regards, Pavel. > On Nov 6, 2017, at 9:28 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-4.1-package-linux-ubuntu-14_04 [#111] > > Build URL: > https://ci.swift.org/job/oss-sw