[Swift CI] Build Failure: 2. Swift Sourcekit Stress Tester (swift 5.1) #462

Report

[FAILURE] swift-5.1-sourcekitd-stress-tester [#462]

Build URL:
https://ci.swift.org/job/swift-5.1-sourcekitd-stress-tester/462/
Project:
swift-5.1-sourcekitd-stress-tester
Date of build:
Fri, 28 Jun 2019 21:48:32 -0500
Build duration:
3 hr 36 min

Changes

  • Commit 096adfc67055ffa62ada8ab8b562ecdb4318ebd8 by jgroff:
    Demangler: Save state to allow reentrant demangling.

    • edit: include/swift/Demangling/Demangler.h
    • edit: test/Reflection/typeref_decoding.swift
    • edit: lib/Demangling/Demangler.cpp
    • edit: test/Reflection/Inputs/ConcreteTypes.swift
    • edit: lib/SILOptimizer/Utils/SpecializationMangler.cpp
  • Commit f3a458553673efdce0ad2c55afd652386227a4cd by xi_ge:
    SourceKit/ExpressionType: allow users to canonicalize collected

    • edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.h
    • edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
    • edit: test/IDE/expr_type.swift
    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • edit: include/swift/Sema/IDETypeChecking.h
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
    • edit: utils/gyb_sourcekit_support/UIDs.py
    • edit: lib/IDE/IDETypeChecking.cpp
    • edit: test/IDE/Inputs/ExprType.swift
  • Commit 09d9f5753b204a03f365430b11628031e66d8144 by github:
    [Demangle] Fix OldDemangler DependentMemberTypeName infinite loop

    • edit: test/Demangle/Inputs/manglings.txt
    • edit: lib/Demangling/OldDemangler.cpp
  • Commit 6a82a1c82be7be8ff49c10dfc7721780f08f38e7 by nhawes:
    [IDE][Index] Fix syntax coloring, index, and rename support for custom

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

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

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

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

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

    • edit: test/SourceKit/RelatedIdents/related_idents.swift
    • edit: test/SourceKit/CursorInfo/cursor_info_property_wrappers.swift
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/custom-attrs/wrapped.swift.expected
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/custom-attrs/Foo.swift.expected
    • edit: test/refactoring/SyntacticRename/Outputs/custom-attrs/Foo.swift.expected
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/IDE/SwiftSourceDocInfo.cpp
    • edit: lib/Index/Index.cpp
    • edit: test/refactoring/SyntacticRename/Outputs/custom-attrs/wrapped.swift.expected
    • edit: test/refactoring/SyntacticRename/custom-attrs.swift
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/custom-attrs/Other.swift.expected
    • edit: include/swift/AST/PrintOptions.h
    • edit: test/Index/property_wrappers.swift
    • edit: test/refactoring/SyntacticRename/Outputs/custom-attrs/Other.swift.expected
    • edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
  • Commit 22dc8dcd331794db2dcfef6067e6a7bd4b1ced76 by rishizaki:
    [CodeCompletion] Enable 'openArchetypes' when checking if convertible

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

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