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

2017-04-11 Thread Robert Widmann via swift-dev
I think this is out of Swift or Foundation’s control. It looks like the DTD servers were recently switched to https and libXML is not a fan. I can disable the test and file a radar. > On Apr 11, 2017, at 6:40 PM, Mishal Shah via swift-dev > wrote: > > Hi, > > We are

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

2017-04-11 Thread Tony Parker via swift-dev
Did we lose connectivity to apple.com ? If this test accesses the network we should probably modify it. - Tony > On Apr 11, 2017, at 3:40 PM, Mishal Shah wrote: > > Hi, > > We are seeing this test failure in foundation, and it blocking PR testing.

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

2017-04-11 Thread Mishal Shah via swift-dev
Hi, We are seeing this test failure in foundation, and it blocking PR testing. Test Case 'TestNSXMLDocument.test_validation_success' started at 19:15:00.156 error : Unknown IO error I/O warning : failed to load external entity "http://www.apple.com/DTDs/PropertyList-1.0.dtd

Re: [swift-dev] IRGen variadic function declaration

2017-04-11 Thread Richard Wei via swift-dev
Thanks for the help. It's a target-dependent intrinsic for a custom LLVM pass. Probably not worth hacking the Swift compiler for now. A downside is that I have to wrap the intrinsic in a header for different numbers of arguments and different arg types. -Richard On Apr 11, 2017, at 16:46,

Re: [swift-dev] IRGen variadic function declaration

2017-04-11 Thread John McCall via swift-dev
> On Apr 11, 2017, at 5:33 PM, Slava Pestov via swift-dev > wrote: > Please don’t use @_silgen_name. Soon it will only be available within the > standard library. > > Instead, write C wrappers around your intrinsics and create a Clang module > that you can import from

Re: [swift-dev] IRGen variadic function declaration

2017-04-11 Thread Slava Pestov via swift-dev
Please don’t use @_silgen_name. Soon it will only be available within the standard library. Instead, write C wrappers around your intrinsics and create a Clang module that you can import from Swift. If you define the wrappers as static inline functions in a header file there won’t be any

[swift-dev] IRGen variadic function declaration

2017-04-11 Thread Richard Wei via swift-dev
Hello, I’m trying to declare (using _silgen_name) a Swift function that maps onto an IR intrinsic with argument (i32, …). Is there a way to emit the exact variadic function from Swift? -Richard signature.asc Description: Message signed with OpenPGP

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

2017-04-11 Thread Vedant Kumar via swift-dev
I see an "Unknown IO error", which looks unrelated to my change: --- Test Case 'TestNSXMLDocument.test_validation_success' started at 19:42:05.659 error : Unknown IO error I/O warning : failed to load external entity " http://www.apple.com/DTDs/PropertyList-1.0.dtd "

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

2017-04-11 Thread mishal_shah via swift-dev
Next build passed - https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/1990/ Mishal Shah > On Apr 11, 2017, at 9:40 AM, Ankit Aggarwal wrote: > > I am not sure why this happened but I'll keep an eye out. Can you restart the > job for now? > >> On

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

2017-04-11 Thread Ankit Aggarwal via swift-dev
I am not sure why this happened but I'll keep an eye out. Can you restart the job for now? > On 11-Apr-2017, at 10:06 PM, mishal_shah wrote: > > Hi, > > Test Case 'MiscellaneousTestCase.testCanKillSubprocessOnSigInt' started at > 16:06:36.733 > >

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

2017-04-11 Thread mishal_shah via swift-dev
Hi, Test Case 'MiscellaneousTestCase.testCanKillSubprocessOnSigInt' started at 16:06:36.733 <>/home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swiftpm/Tests/FunctionalTests/MiscellaneousTests.swift:457: error: MiscellaneousTestCase.testCanKillSubprocessOnSigInt :