[swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (master) #178

Michael Gottesman mgottesman at apple.com
Thu Aug 31 15:59:26 CDT 2017


I don't think it is that. What is actually happening here is that I enabled the ownership verifier on a bunch of SILGen tests. This causes some syntactic changes (i.e. SILArugments must now specify an ownership convention textually. Looks like I missed a spot. I am on it!

Michael

> On Aug 31, 2017, at 1:46 PM, Michael Ilseman <milseman at apple.com> wrote:
> 
> +CC Michael G.
> 
>> On Aug 31, 2017, at 1:45 PM, Michael Ilseman via swift-dev <swift-dev at swift.org <mailto:swift-dev at swift.org>> wrote:
>> 
>> None of the changes look relevant to this error, unfortunately. This looks like it’s a @owned calling convention change.
>> 
>> 
>> /Users/buildnode/jenkins/workspace/oss-swift-package-osx/swift/test/SILGen/objc_bridging.swift:139:22: error: expected string not found in input
>> 15:23:59 // CHECK-ios-x86_64: bb0([[SELF:%.*]] : $Foo):
>> 15:23:59                      ^
>> 15:23:59 <stdin>:225:79: note: scanning from here
>> 15:23:59 sil hidden @_T013objc_bridging6getZimSbSo3FooCF : $@convention(thin) (@owned Foo) -> Bool {
>> 15:23:59                                                                               ^
>> 15:23:59 <stdin>:227:4: note: possible intended match here
>> 15:23:59 bb0(%0 : @owned $Foo):
>> 15:23:59    ^
>> 15:23:59 /Users/buildnode/jenkins/workspace/oss-swift-package-osx/swift/test/SILGen/objc_bridging.swift:183:22: error: expected string not found in input
>> 15:23:59 // CHECK-ios-x86_64: bb0([[ARG0:%.*]] : $Foo, [[ARG1:%.*]] : $Bool):
>> 15:23:59                      ^
>> 15:23:59 <stdin>:238:84: note: scanning from here
>> 15:23:59 sil hidden @_T013objc_bridging6setZimySo3FooC_Sb1btF : $@convention(thin) (@owned Foo, Bool) -> () {
>> 15:23:59                                                                                    ^
>> 15:23:59 <stdin>:241:17: note: possible intended match here
>> 15:23:59 bb0(%0 : @owned $Foo, %1 : @trivial $Bool):
>> 15:23:59                 ^
>> 15:23:59 
>> 15:23:59 --
>> 15:23:59 
>> 15:23:59 ********************
>> 
>> 
>>> On Aug 31, 2017, at 1:39 PM, no-reply at swift.org <mailto:no-reply at swift.org> wrote:
>>> 
>>> New issue found!
>>> 
>>> [FAILURE] oss-swift-package-osx [#178]
>>> 
>>> Build URL:	https://ci.swift.org/job/oss-swift-package-osx/178/ <https://ci.swift.org/job/oss-swift-package-osx/178/>
>>> Project:	oss-swift-package-osx
>>> Date of build:	Thu, 31 Aug 2017 14:01:42 -0500
>>> Build duration:	1 hr 38 min
>>> Identified problems:
>>> 
>>> Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
>>> Indication 1 <https://ci.swift.org//job/oss-swift-package-osx/178/consoleFull#1699826619ba62d58e-7248-467b-91e0-c7508d5cf947>
>>> Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
>>> Indication 1 <https://ci.swift.org//job/oss-swift-package-osx/178/consoleFull#13398593163122a513-f36a-4c87-8ed7-cbc36a1ec144>
>>> Changes
>>> 
>>> Commit 3c8f5fa04ace3292b052322fb3934f5ffd8cb8a7 by lance_parker:
>>> Add COW test for Array
>>> 
>>> edit: validation-test/stdlib/Dictionary.swift
>>> edit: validation-test/stdlib/Arrays.swift.gyb
>>> 
>>> Commit 0ebb2fecca8f1c468babe7d9633949c67ee70042 by lance_parker:
>>> Add COW test for String
>>> 
>>> edit: validation-test/stdlib/String.swift
>>> 
>>> Commit c623881c789cf7d18703602ed75401e65263e5e3 by lance_parker:
>>> Fix Linux tests
>>> 
>>> edit: validation-test/stdlib/String.swift
>>> 
>>> Commit 3f60f1c80fd08496614aa2c454538f51fd416abd by lance_parker:
>>> Remove commented out code
>>> 
>>> edit: validation-test/stdlib/String.swift
>>> 
>>> Commit 19d43c24d18831f4393de228872710ce2c72b9c4 by lance_parker:
>>> Some more test cleanup
>>> 
>>> edit: validation-test/stdlib/String.swift
>>> 
>>> Commit b14d5865797fb4ae36c121712d0b1daf82301ab1 by github:
>>> Strip obsolete constraints
>>> 
>>> edit: test/Prototypes/PatternMatching.swift
>>> 
>>> Commit fcb2797d6023b6ad7434dac11c0539fa9088757c by github:
>>> Strip obsolete workaround
>>> 
>>> edit: test/Prototypes/PatternMatching.swift
>>> 
>>> Commit 77b0f39cc297588d1b97dd1e0166c85e5bbd86e2 by lance_parker:
>>> Max's feedback
>>> 
>>> edit: validation-test/stdlib/String.swift
>>> edit: validation-test/stdlib/Arrays.swift.gyb
>>> 
>>> Commit d302f8caca057fed648254c562f205bcea7ba304 by mark.lacey:
>>> Add --invert-result option to scale-test.
>>> 
>>> edit: utils/scale-test
>>> 
>>> Commit c049b14bface46c43b28d6cf0e5ba74a0fc93941 by lance_parker:
>>> Removed useless parts of Array tests
>>> 
>>> edit: validation-test/stdlib/Arrays.swift.gyb
>>> 
>>> Commit 6e7b7f5f18617bcd15beaf2820196d8c928bd400 by mark.lacey:
>>> Update type checker performance tests to use --invert-result.
>>> 
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar20233198.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar30596744_2.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar18699199.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar24543332.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar33289839.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar25866240.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar33292740.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar21198787.swift.gyb
>>> add: validation-test/Sema/type_checker_perf/slow/rdar33688063.swift
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar21720888.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/array_of_tuples.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar18360240.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar32999041.swift.gyb
>>> add: validation-test/Sema/type_checker_perf/fast/rdar23327871.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar30729643.swift.gyb
>>> delete: validation-test/Sema/type_checker_perf/slow/rdar23327871.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar19394804.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar21930551.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar20818064.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/nil_coalescing.swift.gyb
>>> delete: validation-test/Sema/type_checker_perf/slow/rdar33688063.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar20959612.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar19181998.swift.gyb
>>> edit: validation-test/Sema/type_checker_perf/slow/rdar30596744_1.swift.gyb
>>> delete: validation-test/Sema/type_checker_perf/slow/rdar26939465.swift.gyb
>>> add: validation-test/Sema/type_checker_perf/fast/rdar26939465.swift.gyb
>>> 
>>> Commit 9d78fb6d37a36c9f6605387bdd7a64036b21aae2 by github:
>>> Pattern matching prototype: expunge Element_ hack
>>> 
>>> edit: test/Prototypes/PatternMatching.swift
>> 
>> _______________________________________________
>> swift-dev mailing list
>> swift-dev at swift.org <mailto:swift-dev at swift.org>
>> https://lists.swift.org/mailman/listinfo/swift-dev
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20170831/f237de07/attachment.html>


More information about the swift-dev mailing list