gparker42
(Greg Parker)
1
I don't know what broke here, so I'm going to revert all of these changes in about an hour unless somebody knows what is wrong.
• IRGen: Consider the conforming type’s accessibility for lazy witness (detail)
• [sil-generic-specializer] Provide a possibility to disable the (detail)
• [capture-propagation] Support generic partial_apply instructions (detail)
• Support Implicit Value Construction under Opaque value mode (detail)
• Sema: Fix assertion when performing conformance check of protocol in (detail)
···
On Mar 14, 2017, at 10:27 PM, no-reply@swift.org wrote:
[FAILURE] oss-swift-incremental-RA-osx [#8805]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/8805/
Project: oss-swift-incremental-RA-osx
Date of build: Tue, 14 Mar 2017 22:07:03 -0700
Build duration: 19 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 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/8805/consoleFull#-1737180537ee1a197b-acac-4b17-83cf-a53b95139a76>
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-incremental-RA-osx/8805/consoleFull#-755088552fca400bf-2f4a-462e-b517-e058d770b2d7>
Tests:
Name: Swift(macosx-x86_64)
Failed: 1 test(s), Passed: 9073 test(s), Total: 9074 test(s)
Failed: Swift(macosx-x86_64).SILOptimizer.eager_specialize.sil <https://ci.swift.org/job/oss-swift-incremental-RA-osx/8805/testReport/junit/Swift(macosx-x86_64)/SILOptimizer/eager_specialize_sil>
Name: Swift-Unit
Failed: 0 test(s), Passed: 475 test(s), Total: 475 test(s)
Changes
Commit 1e2945d63c2d535fc4de7b5c7409cf2aa9441470 by eeckstein:
IRGen: Consider the conforming type’s accessibility for lazy witness
edit: test/IRGen/lazy_metadata.swift
edit: test/IRGen/protocol_resilience.sil
edit: lib/IRGen/IRGenModule.cpp
Commit b3f558321a639241a6227fb16b461c8622a6cd5c by rlevenstein:
[sil-generic-specializer] Provide a possibility to disable the
edit: include/swift/SILOptimizer/Utils/Generics.h
edit: lib/SILOptimizer/Utils/Generics.cpp
Commit 78f5211164f08f4229ba10dc0cfcadb03671acb4 by rlevenstein:
[capture-propagation] Support generic partial_apply instructions
edit: lib/SILOptimizer/IPO/CapturePropagation.cpp
edit: test/SILOptimizer/capture_propagation.sil
Commit c8618fa57d6ae1853a0d347784a4ede76a6420a7 by shajrawi:
Support Implicit Value Construction under Opaque value mode
edit: lib/SILGen/SILGenConstructor.cpp
edit: test/SILGen/opaque_values_silgen.swift
Commit 78094467357291fb8d6362f046ef847d23960c9d by spestov:
Sema: Fix assertion when performing conformance check of protocol in
edit: lib/Sema/TypeCheckDecl.cpp
add: test/multifile/requirement-signature.swift
add: test/multifile/Inputs/requirement-signature.swift
gparker42
(Greg Parker)
2
This was [sil-capture-propagation] Switch to the new notifyAddFunction API by swiftix · Pull Request #8099 · apple/swift · GitHub . I reverted it. The rest of you are off the hook.
···
On Mar 14, 2017, at 11:31 PM, Greg Parker via swift-dev <swift-dev@swift.org> wrote:
I don't know what broke here, so I'm going to revert all of these changes in about an hour unless somebody knows what is wrong.
• IRGen: Consider the conforming type’s accessibility for lazy witness (detail)
• [sil-generic-specializer] Provide a possibility to disable the (detail)
• [capture-propagation] Support generic partial_apply instructions (detail)
• Support Implicit Value Construction under Opaque value mode (detail)
• Sema: Fix assertion when performing conformance check of protocol in (detail)
On Mar 14, 2017, at 10:27 PM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:
[FAILURE] oss-swift-incremental-RA-osx [#8805]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/8805/
Project: oss-swift-incremental-RA-osx
Date of build: Tue, 14 Mar 2017 22:07:03 -0700
Build duration: 19 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 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/8805/consoleFull#-1737180537ee1a197b-acac-4b17-83cf-a53b95139a76>
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-incremental-RA-osx/8805/consoleFull#-755088552fca400bf-2f4a-462e-b517-e058d770b2d7>
Tests:
Name: Swift(macosx-x86_64)
Failed: 1 test(s), Passed: 9073 test(s), Total: 9074 test(s)
Failed: Swift(macosx-x86_64).SILOptimizer.eager_specialize.sil <https://ci.swift.org/job/oss-swift-incremental-RA-osx/8805/testReport/junit/Swift(macosx-x86_64)/SILOptimizer/eager_specialize_sil>
Name: Swift-Unit
Failed: 0 test(s), Passed: 475 test(s), Total: 475 test(s)
Changes
Commit 1e2945d63c2d535fc4de7b5c7409cf2aa9441470 by eeckstein:
IRGen: Consider the conforming type’s accessibility for lazy witness
edit: test/IRGen/lazy_metadata.swift
edit: test/IRGen/protocol_resilience.sil
edit: lib/IRGen/IRGenModule.cpp
Commit b3f558321a639241a6227fb16b461c8622a6cd5c by rlevenstein:
[sil-generic-specializer] Provide a possibility to disable the
edit: include/swift/SILOptimizer/Utils/Generics.h
edit: lib/SILOptimizer/Utils/Generics.cpp
Commit 78f5211164f08f4229ba10dc0cfcadb03671acb4 by rlevenstein:
[capture-propagation] Support generic partial_apply instructions
edit: lib/SILOptimizer/IPO/CapturePropagation.cpp
edit: test/SILOptimizer/capture_propagation.sil
Commit c8618fa57d6ae1853a0d347784a4ede76a6420a7 by shajrawi:
Support Implicit Value Construction under Opaque value mode
edit: lib/SILGen/SILGenConstructor.cpp
edit: test/SILGen/opaque_values_silgen.swift
Commit 78094467357291fb8d6362f046ef847d23960c9d by spestov:
Sema: Fix assertion when performing conformance check of protocol in
edit: lib/Sema/TypeCheckDecl.cpp
add: test/multifile/requirement-signature.swift
add: test/multifile/Inputs/requirement-signature.swift
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev
Should be fixed here: [sil-capture-propagation] Support generic partial_apply instructions by swiftix · Pull Request #8113 · apple/swift · GitHub
It runs a full CI test now. Hopefully this time, it will be a clean merge ;-) Sorry for the inconvenience it introduced.
-Roman
···
On Mar 15, 2017, at 1:11 AM, Greg Parker via swift-dev <swift-dev@swift.org> wrote:
This was [sil-capture-propagation] Switch to the new notifyAddFunction API by swiftix · Pull Request #8099 · apple/swift · GitHub . I reverted it. The rest of you are off the hook.
On Mar 14, 2017, at 11:31 PM, Greg Parker via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
I don't know what broke here, so I'm going to revert all of these changes in about an hour unless somebody knows what is wrong.
• IRGen: Consider the conforming type’s accessibility for lazy witness (detail)
• [sil-generic-specializer] Provide a possibility to disable the (detail)
• [capture-propagation] Support generic partial_apply instructions (detail)
• Support Implicit Value Construction under Opaque value mode (detail)
• Sema: Fix assertion when performing conformance check of protocol in (detail)
On Mar 14, 2017, at 10:27 PM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:
[FAILURE] oss-swift-incremental-RA-osx [#8805]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/8805/
Project: oss-swift-incremental-RA-osx
Date of build: Tue, 14 Mar 2017 22:07:03 -0700
Build duration: 19 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 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/8805/consoleFull#-1737180537ee1a197b-acac-4b17-83cf-a53b95139a76>
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-incremental-RA-osx/8805/consoleFull#-755088552fca400bf-2f4a-462e-b517-e058d770b2d7>
Tests:
Name: Swift(macosx-x86_64)
Failed: 1 test(s), Passed: 9073 test(s), Total: 9074 test(s)
Failed: Swift(macosx-x86_64).SILOptimizer.eager_specialize.sil <https://ci.swift.org/job/oss-swift-incremental-RA-osx/8805/testReport/junit/Swift(macosx-x86_64)/SILOptimizer/eager_specialize_sil>
Name: Swift-Unit
Failed: 0 test(s), Passed: 475 test(s), Total: 475 test(s)
Changes
Commit 1e2945d63c2d535fc4de7b5c7409cf2aa9441470 by eeckstein:
IRGen: Consider the conforming type’s accessibility for lazy witness
edit: test/IRGen/lazy_metadata.swift
edit: test/IRGen/protocol_resilience.sil
edit: lib/IRGen/IRGenModule.cpp
Commit b3f558321a639241a6227fb16b461c8622a6cd5c by rlevenstein:
[sil-generic-specializer] Provide a possibility to disable the
edit: include/swift/SILOptimizer/Utils/Generics.h
edit: lib/SILOptimizer/Utils/Generics.cpp
Commit 78f5211164f08f4229ba10dc0cfcadb03671acb4 by rlevenstein:
[capture-propagation] Support generic partial_apply instructions
edit: lib/SILOptimizer/IPO/CapturePropagation.cpp
edit: test/SILOptimizer/capture_propagation.sil
Commit c8618fa57d6ae1853a0d347784a4ede76a6420a7 by shajrawi:
Support Implicit Value Construction under Opaque value mode
edit: lib/SILGen/SILGenConstructor.cpp
edit: test/SILGen/opaque_values_silgen.swift
Commit 78094467357291fb8d6362f046ef847d23960c9d by spestov:
Sema: Fix assertion when performing conformance check of protocol in
edit: lib/Sema/TypeCheckDecl.cpp
add: test/multifile/requirement-signature.swift
add: test/multifile/Inputs/requirement-signature.swift
_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto: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