[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #916

Arnold, these backtraces imply that it’s your change.

···

Sent from my iPhone

On Dec 13, 2017, at 9:54 PM, swift-ci@swift.org wrote:

[FAILURE] swift-master-source-compat-suite [#916]

Build URL: https://ci.swift.org/job/swift-master-source-compat-suite/916/
Project: swift-master-source-compat-suite
Date of build: Wed, 13 Dec 2017 20:35:21 -0600
Build duration: 3 hr 18 min

Changes

Commit beed602bdc4eb7eeaa56fb637e4660451fb26879 by dgregor:
[NFC] Fix new file headers

edit: lib/AST/RequirementEnvironment.cpp
edit: include/swift/AST/RequirementEnvironment.h

Commit dc5888d8878854436fa359a3a649efbc1c854104 by blangmuir:
[parse] Recover better from malformed subscript decls for

edit: lib/Sema/TypeCheckDecl.cpp
edit: lib/AST/Decl.cpp
edit: lib/Parse/ParseDecl.cpp
edit: test/Parse/subscripting.swift
add: test/IDE/complete_type_subscript.swift

Commit 8610670d0e967a02a30d9dfac41885cf6908bcd2 by aschwaighofer:
IRGen: The partial application forwarder needs to cast {

edit: lib/IRGen/GenFunc.cpp
add: test/IRGen/objc_partial_apply_forwarder.swift

Commit cabdf841795279c390af9bbb8ae56ba4e7a71c7e by dgregor:
Suggest @objc for overrides of declarations from/in extensions.

edit: test/decl/inherit/override.swift
edit: test/Compatibility/attr_override.swift
edit: test/decl/class/classes.swift
edit: lib/Sema/TypeChecker.h
edit: include/swift/AST/DiagnosticsSema.def
edit: test/decl/func/static_func.swift
edit: test/attr/attr_objc_override.swift
edit: test/decl/var/properties.swift
edit: lib/Sema/TypeCheckDecl.cpp
edit: lib/Sema/TypeCheckType.cpp
edit: test/attr/attr_override.swift

Commit 2254c586a4f5f6915be5f673e7edf636d0038e08 by spestov:
Serialization: Use castTo instead of getAs in a few places to turn null

edit: lib/Serialization/DeserializeSIL.cpp

Commit 22edb62dc709b4bbc8bfda881e08e046199a8087 by spestov:
Serialization: Fix crash when deserializing store_unowned SIL

edit: lib/Serialization/DeserializeSIL.cpp
edit: test/Serialization/Inputs/def_basic.sil

Commit 9ddd60d4ef753ca12ffb41ed360ca67f96e23eb1 by github:
libSyntax: create syntax nodes for closure signature. (#13415)

edit: test/Syntax/round_trip_parse_gen.swift
edit: lib/Parse/ParsePattern.cpp
edit: utils/gyb_syntax_support/ExprNodes.py
edit: lib/Parse/ParseExpr.cpp
edit: unittests/Syntax/DeclSyntaxTests.cpp
edit: utils/gyb_syntax_support/DeclNodes.py
edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds

Commit 796c51cb1f2532e51fb9266097bd55e69e5a41b4 by github:
libSyntax: specialize closure expression. (#13421)

edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
edit: utils/gyb_syntax_support/ExprNodes.py
edit: lib/Parse/ParseExpr.cpp
edit: test/Syntax/round_trip_parse_gen.swift

I’m checking that theory with

  Revert "IRGen: The partial application forwarder needs to cast { swift.refcounted* } to swift.refcounted* for AnyObject types on linux" by DougGregor · Pull Request #13427 · apple/swift · GitHub

and will complete the revert if that PR runs clean.

···

On Dec 13, 2017, at 10:08 PM, Douglas Gregor via swift-dev <swift-dev@swift.org> wrote:

Arnold, these backtraces imply that it’s your change.

Sent from my iPhone

On Dec 13, 2017, at 9:54 PM, swift-ci@swift.org <mailto:swift-ci@swift.org> wrote:

[FAILURE] swift-master-source-compat-suite [#916]

Build URL: https://ci.swift.org/job/swift-master-source-compat-suite/916/
Project: swift-master-source-compat-suite
Date of build: Wed, 13 Dec 2017 20:35:21 -0600
Build duration: 3 hr 18 min

Changes

Commit beed602bdc4eb7eeaa56fb637e4660451fb26879 by dgregor:
[NFC] Fix new file headers

edit: lib/AST/RequirementEnvironment.cpp
edit: include/swift/AST/RequirementEnvironment.h

Commit dc5888d8878854436fa359a3a649efbc1c854104 by blangmuir:
[parse] Recover better from malformed subscript decls for

edit: lib/Sema/TypeCheckDecl.cpp
edit: lib/AST/Decl.cpp
edit: lib/Parse/ParseDecl.cpp
edit: test/Parse/subscripting.swift
add: test/IDE/complete_type_subscript.swift

Commit 8610670d0e967a02a30d9dfac41885cf6908bcd2 by aschwaighofer:
IRGen: The partial application forwarder needs to cast {

edit: lib/IRGen/GenFunc.cpp
add: test/IRGen/objc_partial_apply_forwarder.swift

Commit cabdf841795279c390af9bbb8ae56ba4e7a71c7e by dgregor:
Suggest @objc for overrides of declarations from/in extensions.

edit: test/decl/inherit/override.swift
edit: test/Compatibility/attr_override.swift
edit: test/decl/class/classes.swift
edit: lib/Sema/TypeChecker.h
edit: include/swift/AST/DiagnosticsSema.def
edit: test/decl/func/static_func.swift
edit: test/attr/attr_objc_override.swift
edit: test/decl/var/properties.swift
edit: lib/Sema/TypeCheckDecl.cpp
edit: lib/Sema/TypeCheckType.cpp
edit: test/attr/attr_override.swift

Commit 2254c586a4f5f6915be5f673e7edf636d0038e08 by spestov:
Serialization: Use castTo instead of getAs in a few places to turn null

edit: lib/Serialization/DeserializeSIL.cpp

Commit 22edb62dc709b4bbc8bfda881e08e046199a8087 by spestov:
Serialization: Fix crash when deserializing store_unowned SIL

edit: lib/Serialization/DeserializeSIL.cpp
edit: test/Serialization/Inputs/def_basic.sil

Commit 9ddd60d4ef753ca12ffb41ed360ca67f96e23eb1 by github:
libSyntax: create syntax nodes for closure signature. (#13415)

edit: test/Syntax/round_trip_parse_gen.swift
edit: lib/Parse/ParsePattern.cpp
edit: utils/gyb_syntax_support/ExprNodes.py
edit: lib/Parse/ParseExpr.cpp
edit: unittests/Syntax/DeclSyntaxTests.cpp
edit: utils/gyb_syntax_support/DeclNodes.py
edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds

Commit 796c51cb1f2532e51fb9266097bd55e69e5a41b4 by github:
libSyntax: specialize closure expression. (#13421)

edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
edit: utils/gyb_syntax_support/ExprNodes.py
edit: lib/Parse/ParseExpr.cpp
edit: test/Syntax/round_trip_parse_gen.swift

_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev

Reverted. Thanks Doug.

···

Sent from my iPhone

On Dec 13, 2017, at 10:54 PM, Douglas Gregor via swift-dev <swift-dev@swift.org> wrote:

I’m checking that theory with

  Revert "IRGen: The partial application forwarder needs to cast { swift.refcounted* } to swift.refcounted* for AnyObject types on linux" by DougGregor · Pull Request #13427 · apple/swift · GitHub

and will complete the revert if that PR runs clean.

On Dec 13, 2017, at 10:08 PM, Douglas Gregor via swift-dev <swift-dev@swift.org> wrote:

Arnold, these backtraces imply that it’s your change.

Sent from my iPhone

On Dec 13, 2017, at 9:54 PM, swift-ci@swift.org wrote:

[FAILURE] swift-master-source-compat-suite [#916]

Build URL: https://ci.swift.org/job/swift-master-source-compat-suite/916/
Project: swift-master-source-compat-suite
Date of build: Wed, 13 Dec 2017 20:35:21 -0600
Build duration: 3 hr 18 min

Changes

Commit beed602bdc4eb7eeaa56fb637e4660451fb26879 by dgregor:
[NFC] Fix new file headers

edit: lib/AST/RequirementEnvironment.cpp
edit: include/swift/AST/RequirementEnvironment.h

Commit dc5888d8878854436fa359a3a649efbc1c854104 by blangmuir:
[parse] Recover better from malformed subscript decls for

edit: lib/Sema/TypeCheckDecl.cpp
edit: lib/AST/Decl.cpp
edit: lib/Parse/ParseDecl.cpp
edit: test/Parse/subscripting.swift
add: test/IDE/complete_type_subscript.swift

Commit 8610670d0e967a02a30d9dfac41885cf6908bcd2 by aschwaighofer:
IRGen: The partial application forwarder needs to cast {

edit: lib/IRGen/GenFunc.cpp
add: test/IRGen/objc_partial_apply_forwarder.swift

Commit cabdf841795279c390af9bbb8ae56ba4e7a71c7e by dgregor:
Suggest @objc for overrides of declarations from/in extensions.

edit: test/decl/inherit/override.swift
edit: test/Compatibility/attr_override.swift
edit: test/decl/class/classes.swift
edit: lib/Sema/TypeChecker.h
edit: include/swift/AST/DiagnosticsSema.def
edit: test/decl/func/static_func.swift
edit: test/attr/attr_objc_override.swift
edit: test/decl/var/properties.swift
edit: lib/Sema/TypeCheckDecl.cpp
edit: lib/Sema/TypeCheckType.cpp
edit: test/attr/attr_override.swift

Commit 2254c586a4f5f6915be5f673e7edf636d0038e08 by spestov:
Serialization: Use castTo instead of getAs in a few places to turn null

edit: lib/Serialization/DeserializeSIL.cpp

Commit 22edb62dc709b4bbc8bfda881e08e046199a8087 by spestov:
Serialization: Fix crash when deserializing store_unowned SIL

edit: lib/Serialization/DeserializeSIL.cpp
edit: test/Serialization/Inputs/def_basic.sil

Commit 9ddd60d4ef753ca12ffb41ed360ca67f96e23eb1 by github:
libSyntax: create syntax nodes for closure signature. (#13415)

edit: test/Syntax/round_trip_parse_gen.swift
edit: lib/Parse/ParsePattern.cpp
edit: utils/gyb_syntax_support/ExprNodes.py
edit: lib/Parse/ParseExpr.cpp
edit: unittests/Syntax/DeclSyntaxTests.cpp
edit: utils/gyb_syntax_support/DeclNodes.py
edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds

Commit 796c51cb1f2532e51fb9266097bd55e69e5a41b4 by github:
libSyntax: specialize closure expression. (#13421)

edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
edit: utils/gyb_syntax_support/ExprNodes.py
edit: lib/Parse/ParseExpr.cpp
edit: test/Syntax/round_trip_parse_gen.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