[Swift CI] Build Failure: 2. Swift Sourcekit Stress Tester (master) #815

Report

[FAILURE] swift-master-sourcekitd-stress-tester [#815]

Build URL:
https://ci.swift.org/job/swift-master-sourcekitd-stress-tester/815/
Project:
swift-master-sourcekitd-stress-tester
Date of build:
Fri, 28 Jun 2019 20:59:20 -0500
Build duration:
3 hr 32 min

Changes

  • Commit a56543023935fbe835484e4a15613244e6766483 by nhawes:
    [IDE][Index] Fix syntax coloring, index, and rename support for custom

    • edit: test/Index/local.swift
    • add: test/refactoring/SyntacticRename/FindRangeOutputs/custom-attrs/Foo.swift.expected
    • edit: lib/IDE/SwiftSourceDocInfo.cpp
    • edit: test/Index/function_builders.swift
    • add: test/refactoring/SyntacticRename/FindRangeOutputs/property-wrapper-init/init.swift.expected
    • add: test/refactoring/SyntacticRename/FindRangeOutputs/custom-attrs/Other.swift.expected
    • add: test/refactoring/SyntacticRename/Outputs/property-wrapper-init/init.swift.expected
    • edit: lib/IDE/SyntaxModel.cpp
    • add: test/refactoring/SyntacticRename/FindRangeOutputs/property-wrapper-init/body.swift.expected
    • add: test/refactoring/SyntacticRename/property-wrapper-init.swift
    • edit: lib/AST/ASTWalker.cpp
    • edit: include/swift/IDE/Utils.h
    • edit: test/Index/property_wrappers.swift
    • add: test/refactoring/SyntacticRename/custom-attrs.swift
    • edit: test/IDE/coloring_configs.swift
    • add: test/refactoring/SyntacticRename/Outputs/custom-attrs/Foo.swift.expected
    • edit: test/IDE/coloring.swift
    • add: test/refactoring/SyntacticRename/Outputs/custom-attrs/Other.swift.expected
    • add: test/refactoring/SyntacticRename/Outputs/property-wrapper-init/body.swift.expected
    • edit: lib/IDE/SourceEntityWalker.cpp
    • edit: lib/Index/Index.cpp
  • Commit d389652998f00c602fb573360a6ab0f09b4fc2b6 by nhawes:
    [IDE][Index] Renaming a wrapped property should also rename the

    • edit: test/Index/property_wrappers.swift
    • edit: test/refactoring/SyntacticRename/Outputs/custom-attrs/Other.swift.expected
    • edit: tools/swift-refactor/swift-refactor.cpp
    • edit: test/refactoring/SyntacticRename/Outputs/custom-attrs/Foo.swift.expected
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/custom-attrs/Foo.swift.expected
    • edit: test/refactoring/SyntacticRename/custom-attrs.swift
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/custom-attrs/Other.swift.expected
    • edit: lib/Index/Index.cpp
    • add: test/refactoring/SyntacticRename/Outputs/custom-attrs/wrapped.swift.expected
    • add: test/refactoring/SyntacticRename/FindRangeOutputs/custom-attrs/wrapped.swift.expected
    • edit: lib/IDE/SwiftSourceDocInfo.cpp
  • Commit 91e2e35a775ab664fb79e178399b2d5775dfc721 by nhawes:
    [IDE] Update CursorInfo and FindRelatedIdents to treat property wrapper

    • edit: test/SourceKit/RelatedIdents/related_idents.swift
    • edit: lib/Index/Index.cpp
    • add: test/SourceKit/CursorInfo/cursor_info_property_wrappers.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
    • edit: lib/IDE/SwiftSourceDocInfo.cpp
  • Commit c7e8b3f693439bab43c5d5d357b64883584d802c by nhawes:
    [test] Update Index/refactoring property wrapper tests to use

    • edit: test/refactoring/SyntacticRename/Outputs/property-wrapper-init/body.swift.expected
    • edit: test/refactoring/SyntacticRename/custom-attrs.swift
    • edit: lib/AST/ASTWalker.cpp
    • edit: lib/IDE/SwiftSourceDocInfo.cpp
    • edit: include/swift/IDE/Utils.h
    • edit: test/refactoring/SyntacticRename/property-wrapper-init.swift
    • edit: test/Index/property_wrappers.swift
    • edit: lib/IDE/SourceEntityWalker.cpp
    • edit: test/refactoring/SyntacticRename/Outputs/custom-attrs/Foo.swift.expected
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/property-wrapper-init/init.swift.expected
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/property-wrapper-init/body.swift.expected
    • edit: lib/Index/Index.cpp
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/custom-attrs/Other.swift.expected
    • edit: test/refactoring/SyntacticRename/Outputs/custom-attrs/Other.swift.expected
    • edit: test/refactoring/SyntacticRename/Outputs/property-wrapper-init/init.swift.expected
    • edit: test/refactoring/SyntacticRename/Outputs/custom-attrs/wrapped.swift.expected
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/custom-attrs/Foo.swift.expected
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/custom-attrs/wrapped.swift.expected
  • Commit c547e6885e802a1eb15981ac79be1fd752dfd045 by nhawes:
    [test] Add more index/refactoring/cursor-info tests for property

    • edit: test/Index/property_wrappers.swift
    • add: test/refactoring/SyntacticRename/property-wrapper-split.swift
    • edit: lib/Index/Index.cpp
    • edit: test/SourceKit/CursorInfo/cursor_info_property_wrappers.swift
    • add: test/refactoring/SyntacticRename/FindRangeOutputs/property-wrapper-split/someValue.swift.expected
    • add: test/refactoring/SyntacticRename/FindRangeOutputs/property-wrapper-split/split.swift.expected
    • edit: lib/IDE/SourceEntityWalker.cpp
  • Commit e08a6c19943aa73606d7f6de684a8709e6777c63 by nhawes:
    [IDE][Index][test] Update sourcekit/indexing support for latest property

    • edit: lib/Index/Index.cpp
    • edit: include/swift/AST/PrintOptions.h
    • edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
    • edit: test/refactoring/SyntacticRename/Outputs/custom-attrs/wrapped.swift.expected
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/custom-attrs/Other.swift.expected
    • edit: test/refactoring/SyntacticRename/custom-attrs.swift
    • edit: test/SourceKit/CursorInfo/cursor_info_property_wrappers.swift
    • edit: test/refactoring/SyntacticRename/Outputs/custom-attrs/Other.swift.expected
    • edit: test/Index/property_wrappers.swift
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/custom-attrs/wrapped.swift.expected
    • edit: test/refactoring/SyntacticRename/Outputs/custom-attrs/Foo.swift.expected
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/custom-attrs/Foo.swift.expected
    • edit: test/SourceKit/RelatedIdents/related_idents.swift
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/IDE/SwiftSourceDocInfo.cpp
  • Commit 6ec03da6b0352df0f58f4a6eb07a2f72edac3b52 by pyaskevich:
    Sema: Add property wrapper diagnostic for unnecessary $ in member access

    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/CSDiagnostics.h
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: test/decl/var/property_wrappers.swift
  • Commit 7054fcb270d0ce30a8c44abf6d9d6b4c0048b7ff by pyaskevich:
    Sema: Stop anon closure params from being diagnosed like property

    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/AST/Decl.cpp
    • edit: include/swift/AST/Decl.h
    • edit: lib/Sema/CSGen.cpp
  • Commit 55b17feac1e1fa08054e3b9b9fcf63579d6b58be by pyaskevich:
    Sema: Handle storage wrappers correctly in diagnostics

    • edit: lib/Sema/CSSimplify.cpp
    • edit: include/swift/AST/Decl.h
    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/AST/Decl.cpp
    • edit: test/decl/var/property_wrappers.swift
  • Commit bd54febb3783f56036700c178c58e349181c0e04 by pyaskevich:
    Sema: Change property wrappers fixit to always remove the correct number

    • edit: lib/AST/Decl.cpp
    • edit: test/decl/var/property_wrappers.swift
    • edit: include/swift/AST/Decl.h
    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSFix.cpp
  • Commit 70bdcfd370434cbe9eaf382a0ec4f4f11ec298c7 by pyaskevich:
    Sema: Add handling for fixes when member is present on $$ version of

    • edit: lib/Sema/CSDiagnostics.h
    • edit: test/decl/var/property_wrappers.swift
    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSFix.cpp
  • Commit e3a6b67c639c103e5a832cbb80a197ab306f7216 by github:
    Revert "[Diagnostic] Improve diagnostic for trailing closures in

    • edit: lib/Parse/ParseExpr.cpp
    • edit: test/expr/closure/trailing.swift
    • edit: lib/Sema/MiscDiagnostics.cpp
  • Commit f855764953c9a4232c629301d6c621dbae985da0 by compnerd:
    test: make the static library test actually test something

    • edit: test/Driver/static-archive.swift
  • Commit 25629bed20c77403f8b1115e464bd98cf0f8014f by pyaskevich:
    [Diagnostics] Enhance property wrapper diagnostics with member kind

    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSFix.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: test/decl/var/property_wrappers.swift
  • Commit 4d076e85c7d2b7c6ca2235ef591bd060ebdef06c by rishizaki:
    [CodeCompletion] Enable 'openArchetypes' when checking if convertible

    • edit: test/IDE/complete_unresolved_members.swift
    • edit: lib/IDE/TypeContextInfo.cpp
    • edit: lib/IDE/ExprContextAnalysis.cpp
    • edit: lib/IDE/IDETypeChecking.cpp
    • edit: test/IDE/complete_call_arg.swift
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/Sema/CSGen.cpp
    • edit: include/swift/Sema/IDETypeChecking.h
  • Commit 02e1a11e35723be4e6b02466f885c42aad7270f0 by github:
    [Index] Don't index non-public imported declarations (#25865)

    • edit: test/SourceKit/Indexing/Inputs/test_module.index.response
    • edit: test/Index/Inputs/my_system_overlay/my_system_overlay.swift
    • edit: lib/Index/Index.cpp
    • edit: lib/AST/Decl.cpp
    • add: test/Index/Inputs/implementation-only-imports-helper.swift
    • edit: test/SourceKit/Indexing/Inputs/test_module.swift
    • edit: test/Index/index_module.swift
    • add: test/Index/implementation-only-imports.swift
    • edit: test/Index/index_system_module.swift