[swift-dev] ABI dashboard now up

2017-04-11 Thread Ted Kremenek via swift-dev
Hi everyone,

We now have a dashboard up on Swift.org to track remaining tasks for ABI 
stability:

  https://swift.org/abi-stability/

The contents of the dashboard (which we may refine over time*) are largely 
drawn from JIRA and the ABI manifesto:

  https://github.com/apple/swift/blob/master/docs/ABIStabilityManifesto.md

The tasks currently tracked on the dashboard are fairly low-level details 
concerning the ABI itself.  These include details that should be re-reviewed 
and finalized, or finishing up areas we know are incomplete.

Ted

* - One area that is currently under represented in the dashboard is the work 
on the standard library.  The work needed to be done is fairly well understood; 
there's just some effort needed to aggregate that information into rows in the 
dashboard.
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


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 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 
> "
>  <>TestFoundation/TestNSXMLDocument.swift:309: error: 
> TestNSXMLDocument.test_validation_success : failed - 
> ["NSLocalizedDescription": "Could not load the external subset 
> \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\ 
> "\n"]
> Test Case 'TestNSXMLDocument.test_validation_success' failed (0.202 seconds)
> 
> Thanks,
> Mishal Shah
>> On Apr 11, 2017, at 12:16 PM, no-re...@swift.org  
>> wrote:
>> 
>> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#2577]
>> 
>> Build URL:   
>> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/2577/ 
>> 
>> Project: oss-swift-incremental-RA-linux-ubuntu-16_04
>> Date of build:   Tue, 11 Apr 2017 11:11:14 -0700
>> Build duration:  1 hr 4 min
>> Identified problems:
>> 
>> Compile Error: This build failed because of a compile error. Below is a list 
>> of all errors in the build log:
>> Indication 1 
>> 
>> Tests:
>> 
>> Name: Swift(linux-x86_64)
>> Failed: 0 test(s), Passed: 9164 test(s), Total: 9164 test(s)
>> Name: Swift-Unit
>> Failed: 0 test(s), Passed: 416 test(s), Total: 416 test(s)
>> 
>> Changes
>> 
>> Commit 464b61fb36975b8d06c5c91837b35208d9e6ebf6 by Michael Gottesman:
>> [semantic-sil] Copy DIMemoryUseCollector.{cpp,h} =>
>> 
>> add: lib/SILOptimizer/Mandatory/DIMemoryUseCollectorOwnership.cpp
>> edit: lib/SILOptimizer/Mandatory/CMakeLists.txt
>> add: lib/SILOptimizer/Mandatory/DIMemoryUseCollectorOwnership.h
>> 
>> Commit 601b1e6bd4a6fb489a33b9f5ab3fbd3fb28cae1f by Arnold Schwaighofer:
>> SILOptimizer: Add a zero cost for inlining const_string_literal
>> 
>> edit: lib/SILOptimizer/Utils/SILInliner.cpp
>> 
>> Commit 712f3497f37fe989677a541e8d2b96a5be7c4273 by David Dunn:
>> Added fast path for Int and UInt
>> 
>> edit: Foundation/NSJSONSerialization.swift
>> edit: TestFoundation/TestNSJSONSerialization.swift
>> 
>> Commit 78de7ea5352c7dd5d6f15bab7da62567c9ff23c2 by David Dunn:
>> Make reserveCapacity values more readable & test fixes
>> 
>> edit: TestFoundation/TestNSJSONSerialization.swift
>> edit: Foundation/NSJSONSerialization.swift
>> 
>> Commit 313cc93d792b419102b3fa2203d65ceef1b3e52b by David Dunn:
>> Fix a typo in the tests
>> 
>> edit: TestFoundation/TestNSJSONSerialization.swift
>> 
>> Commit ae7c8e9f4eb2d7dc38341dab5e58fa08d0225c7b by Mamatha Busi:
>> Fix for SR-3634: Error while accessing Locale.availableIdentifiers
>> 
>> edit: Foundation/NSLocale.swift
>> edit: TestFoundation/TestNSLocale.swift
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


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. 
> 
> 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 
> "
>  <>TestFoundation/TestNSXMLDocument.swift:309: error: 
> TestNSXMLDocument.test_validation_success : failed - 
> ["NSLocalizedDescription": "Could not load the external subset 
> \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\ 
> "\n"]
> Test Case 'TestNSXMLDocument.test_validation_success' failed (0.202 seconds)
> 
> Thanks,
> Mishal Shah
>> On Apr 11, 2017, at 12:16 PM, no-re...@swift.org  
>> wrote:
>> 
>> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#2577]
>> 
>> Build URL:   
>> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/2577/ 
>> 
>> Project: oss-swift-incremental-RA-linux-ubuntu-16_04
>> Date of build:   Tue, 11 Apr 2017 11:11:14 -0700
>> Build duration:  1 hr 4 min
>> Identified problems:
>> 
>> Compile Error: This build failed because of a compile error. Below is a list 
>> of all errors in the build log:
>> Indication 1 
>> 
>> Tests:
>> 
>> Name: Swift(linux-x86_64)
>> Failed: 0 test(s), Passed: 9164 test(s), Total: 9164 test(s)
>> Name: Swift-Unit
>> Failed: 0 test(s), Passed: 416 test(s), Total: 416 test(s)
>> 
>> Changes
>> 
>> Commit 464b61fb36975b8d06c5c91837b35208d9e6ebf6 by Michael Gottesman:
>> [semantic-sil] Copy DIMemoryUseCollector.{cpp,h} =>
>> 
>> add: lib/SILOptimizer/Mandatory/DIMemoryUseCollectorOwnership.cpp
>> edit: lib/SILOptimizer/Mandatory/CMakeLists.txt
>> add: lib/SILOptimizer/Mandatory/DIMemoryUseCollectorOwnership.h
>> 
>> Commit 601b1e6bd4a6fb489a33b9f5ab3fbd3fb28cae1f by Arnold Schwaighofer:
>> SILOptimizer: Add a zero cost for inlining const_string_literal
>> 
>> edit: lib/SILOptimizer/Utils/SILInliner.cpp
>> 
>> Commit 712f3497f37fe989677a541e8d2b96a5be7c4273 by David Dunn:
>> Added fast path for Int and UInt
>> 
>> edit: Foundation/NSJSONSerialization.swift
>> edit: TestFoundation/TestNSJSONSerialization.swift
>> 
>> Commit 78de7ea5352c7dd5d6f15bab7da62567c9ff23c2 by David Dunn:
>> Make reserveCapacity values more readable & test fixes
>> 
>> edit: TestFoundation/TestNSJSONSerialization.swift
>> edit: Foundation/NSJSONSerialization.swift
>> 
>> Commit 313cc93d792b419102b3fa2203d65ceef1b3e52b by David Dunn:
>> Fix a typo in the tests
>> 
>> edit: TestFoundation/TestNSJSONSerialization.swift
>> 
>> Commit ae7c8e9f4eb2d7dc38341dab5e58fa08d0225c7b by Mamatha Busi:
>> Fix for SR-3634: Error while accessing Locale.availableIdentifiers
>> 
>> edit: Foundation/NSLocale.swift
>> edit: TestFoundation/TestNSLocale.swift
> 

___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


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 
"
 <>TestFoundation/TestNSXMLDocument.swift:309: error: 
TestNSXMLDocument.test_validation_success : failed - ["NSLocalizedDescription": 
"Could not load the external subset 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\ 
"\n"]
Test Case 'TestNSXMLDocument.test_validation_success' failed (0.202 seconds)

Thanks,
Mishal Shah
> On Apr 11, 2017, at 12:16 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#2577]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/2577/ 
> 
> Project:  oss-swift-incremental-RA-linux-ubuntu-16_04
> Date of build:Tue, 11 Apr 2017 11:11:14 -0700
> Build duration:   1 hr 4 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Tests:
> 
> Name: Swift(linux-x86_64)
> Failed: 0 test(s), Passed: 9164 test(s), Total: 9164 test(s)
> Name: Swift-Unit
> Failed: 0 test(s), Passed: 416 test(s), Total: 416 test(s)
> 
> Changes
> 
> Commit 464b61fb36975b8d06c5c91837b35208d9e6ebf6 by Michael Gottesman:
> [semantic-sil] Copy DIMemoryUseCollector.{cpp,h} =>
> 
> add: lib/SILOptimizer/Mandatory/DIMemoryUseCollectorOwnership.cpp
> edit: lib/SILOptimizer/Mandatory/CMakeLists.txt
> add: lib/SILOptimizer/Mandatory/DIMemoryUseCollectorOwnership.h
> 
> Commit 601b1e6bd4a6fb489a33b9f5ab3fbd3fb28cae1f by Arnold Schwaighofer:
> SILOptimizer: Add a zero cost for inlining const_string_literal
> 
> edit: lib/SILOptimizer/Utils/SILInliner.cpp
> 
> Commit 712f3497f37fe989677a541e8d2b96a5be7c4273 by David Dunn:
> Added fast path for Int and UInt
> 
> edit: Foundation/NSJSONSerialization.swift
> edit: TestFoundation/TestNSJSONSerialization.swift
> 
> Commit 78de7ea5352c7dd5d6f15bab7da62567c9ff23c2 by David Dunn:
> Make reserveCapacity values more readable & test fixes
> 
> edit: TestFoundation/TestNSJSONSerialization.swift
> edit: Foundation/NSJSONSerialization.swift
> 
> Commit 313cc93d792b419102b3fa2203d65ceef1b3e52b by David Dunn:
> Fix a typo in the tests
> 
> edit: TestFoundation/TestNSJSONSerialization.swift
> 
> Commit ae7c8e9f4eb2d7dc38341dab5e58fa08d0225c7b by Mamatha Busi:
> Fix for SR-3634: Error while accessing Locale.availableIdentifiers
> 
> edit: Foundation/NSLocale.swift
> edit: TestFoundation/TestNSLocale.swift

___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


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, John McCall  wrote:

>> 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 Swift. If you define the wrappers as static inline 
>> functions in a header file there won’t be any runtime overhead.
> 
> If this is a real LLVM IR intrinsic, it's probably better hack the compiler 
> to add a Builtin function.  But, as always, What Are You Trying To Do?
> 
> John.
> 
> 
>> 
>> Slava
>> 
>>> On Apr 11, 2017, at 2:27 PM, Richard Wei via swift-dev 
>>>  wrote:
>>> 
>>> 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
>>> ___
>>> swift-dev mailing list
>>> swift-dev@swift.org
>>> https://lists.swift.org/mailman/listinfo/swift-dev
>> 
>> ___
>> swift-dev mailing list
>> swift-dev@swift.org
>> https://lists.swift.org/mailman/listinfo/swift-dev
> 
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


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 Swift. If you define the wrappers as static inline 
> functions in a header file there won’t be any runtime overhead.

If this is a real LLVM IR intrinsic, it's probably better hack the compiler to 
add a Builtin function.  But, as always, What Are You Trying To Do?

John.


> 
> Slava
> 
>> On Apr 11, 2017, at 2:27 PM, Richard Wei via swift-dev  
>> wrote:
>> 
>> 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
>> ___
>> swift-dev mailing list
>> swift-dev@swift.org
>> https://lists.swift.org/mailman/listinfo/swift-dev
> 
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


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 runtime overhead.

Slava

> On Apr 11, 2017, at 2:27 PM, Richard Wei via swift-dev  
> wrote:
> 
> 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
> ___
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


[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
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


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
"

TestFoundation/TestNSXMLDocument.swift:309: error: 
TestNSXMLDocument.test_validation_success : failed - ["NSLocalizedDescription": 
"Could not load the external subset 
\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"\n";]
---

Has anyone seen this before?

vedant


> On Apr 11, 2017, at 12:43 PM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-3.1-incremental-RA-linux-ubuntu-16_04 [#473]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-3.1-incremental-RA-linux-ubuntu-16_04/473/
> Project:  oss-swift-3.1-incremental-RA-linux-ubuntu-16_04
> Date of build:Tue, 11 Apr 2017 11:51:28 -0700
> Build duration:   51 min
> Identified problems:
> 
>   • Compile Error: This build failed because of a compile error. Below is 
> a list of all errors in the build log:
>   • Indication 1
> Tests: 
> 
> Name: Swift(linux-x86_64)
> Failed: 0 test(s), Passed: 8903 test(s), Total: 8903 test(s)
> Name: Swift-Unit
> Failed: 0 test(s), Passed: 239 test(s), Total: 239 test(s)
> 
> Changes
> 
>   • Commit ccc36ed762f2246d6c22694f46c5019e7b927a30 by Vedant Kumar:
> [Coverage] Audit uses of getCurrentCounter() (SR-4453)
> 
>   • edit: lib/SILGen/SILGenProfiling.cpp
>   • edit: test/SILGen/coverage_toplevel.swift
> 
>   • Commit 2c41a06f784c2044496516a5fb028266ee5a5146 by Vedant Kumar:
> [Coverage] Simplify a check (NFC)
> 
>   • edit: lib/SILGen/SILGenProfiling.cpp

___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


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 11-Apr-2017, at 10:06 PM, mishal_shah > > wrote:
>> 
>> 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 : failed - 
>> Couldn't launch the process
>> Test Case 'MiscellaneousTestCase.testCanKillSubprocessOnSigInt' failed 
>> (11.063 seconds)
>> 
>> Thanks,
>> Mishal Shah
>>> On Apr 11, 2017, at 9:09 AM, no-re...@swift.org  
>>> wrote:
>>> 
>>> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#1989]
>>> 
>>> Build URL:  
>>> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/1989/ 
>>> 
>>> Project:oss-swift-incremental-RA-linux-ubuntu-14_04
>>> Date of build:  Tue, 11 Apr 2017 08:26:30 -0700
>>> Build duration: 42 min
>>> Identified problems:
>>> 
>>> Compile Error: This build failed because of a compile error. Below is a 
>>> list of all errors in the build log:
>>> Indication 1 
>>> 
>>> Changes
>>> 
>>> Commit a8a8a5b9f032823be097e1ec9ae536f1903e6fe0 by Ankit Aggarwal:
>>> [Basic] Add Path.contains(other:) method
>>> 
>>> edit: Sources/Basic/Path.swift
>>> edit: Tests/BasicTests/PathTests.swift
>> 
> 

___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


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
>  
> <>/home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swiftpm/Tests/FunctionalTests/MiscellaneousTests.swift:457:
>  error: MiscellaneousTestCase.testCanKillSubprocessOnSigInt : failed - 
> Couldn't launch the process
> Test Case 'MiscellaneousTestCase.testCanKillSubprocessOnSigInt' failed 
> (11.063 seconds)
> 
> Thanks,
> Mishal Shah
>> On Apr 11, 2017, at 9:09 AM, no-re...@swift.org  
>> wrote:
>> 
>> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#1989]
>> 
>> Build URL:   
>> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/1989/ 
>> 
>> Project: oss-swift-incremental-RA-linux-ubuntu-14_04
>> Date of build:   Tue, 11 Apr 2017 08:26:30 -0700
>> Build duration:  42 min
>> Identified problems:
>> 
>> Compile Error: This build failed because of a compile error. Below is a list 
>> of all errors in the build log:
>> Indication 1 
>> 
>> Changes
>> 
>> Commit a8a8a5b9f032823be097e1ec9ae536f1903e6fe0 by Ankit Aggarwal:
>> [Basic] Add Path.contains(other:) method
>> 
>> edit: Sources/Basic/Path.swift
>> edit: Tests/BasicTests/PathTests.swift
> 

___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


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 : failed - Couldn't 
launch the process
Test Case 'MiscellaneousTestCase.testCanKillSubprocessOnSigInt' failed (11.063 
seconds)

Thanks,
Mishal Shah
> On Apr 11, 2017, at 9:09 AM, no-re...@swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#1989]
> 
> Build URL:
> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/1989/ 
> 
> Project:  oss-swift-incremental-RA-linux-ubuntu-14_04
> Date of build:Tue, 11 Apr 2017 08:26:30 -0700
> Build duration:   42 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list 
> of all errors in the build log:
> Indication 1 
> 
> Changes
> 
> Commit a8a8a5b9f032823be097e1ec9ae536f1903e6fe0 by Ankit Aggarwal:
> [Basic] Add Path.contains(other:) method
> 
> edit: Sources/Basic/Path.swift
> edit: Tests/BasicTests/PathTests.swift

___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev