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

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

Build URL: https://ci.swift.org/job/swift-master-sourcekitd-stress-tester/2888/
Project: swift-master-sourcekitd-stress-tester
Date of build: Thu, 13 Aug 2020 11:36:17 -0500
Build duration: 5 hr 31 min

Changes- Commit 0ce281014464889b30ac1c807eb8c1a8106afce7 by kateinoigakukun:

[Serialization] Serialize subclassScope to keep linkage

  • edit: lib/Serialization/ModuleFormat.h

  • edit: lib/Serialization/SerializeSIL.cpp

  • add: test/Serialization/access-level.swift

  • edit: lib/Serialization/DeserializeSIL.cpp

  • edit: lib/Serialization/SILFormat.h

  • Commit 1ab4a4742ae7dbf0df3be48b298546f537bc402e by rishizaki:

    [AST] Formalize getBodySourceRange() for fast completion

    • edit: lib/IDE/CompletionInstance.cpp
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/AST/Decl.cpp
    • edit: include/swift/AST/Decl.h
  • Commit 5ad4fa8b07174671b55501b508153eabc9b429a8 by spestov:

    SIL: Don't canonicalize struct field and enum element types against the

    • add: validation-test/compiler_crashers_2_fixed/rdar65272763.swift
    • edit: lib/SIL/IR/TypeLowering.cpp
    • edit: lib/SIL/IR/SILFunctionType.cpp
  • Commit db2dd20ce6ab7be8d38dbe311744e68f7abfa99d by allevato:

    Parse concurrency syntax when parsing for syntax-tree-only mode.

    • edit: include/swift/Parse/Parser.h
    • edit: lib/Parse/ParsePattern.cpp
    • edit: tools/swift-syntax-test/swift-syntax-test.cpp
    • edit: lib/Parse/ParseType.cpp
    • add: test/Syntax/Parser/async.swift
    • edit: lib/Parse/ParseExpr.cpp
  • Commit ee6c6f4bf2145af89c6e6f3695973a55aa613aff by rishizaki:

    [CodeCompletion] Stop marking non-target function bodies 'Skipped'

    • edit: include/swift/AST/Decl.h
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/AST/Decl.cpp
  • Commit 198519c75ff0f0d618ce65a403e1a81e0f05d7bd by spestov:

    SIL: Fix TypeExpansionContext() constructor to get the right DeclContext

    • add: test/SILGen/opaque_result_type_private.swift
    • edit: lib/SIL/IR/SILFunctionType.cpp
  • Commit 6b61818fffe82ad41859327803084103e5eb1d8f by github:

    Revert "[cxx-interop] Import typedef-ed template instantiations

    • delete: test/Interop/Cxx/templates/Inputs/module.modulemap
    • delete: test/Interop/Cxx/templates/using-directive-module-interface.swift
    • delete: test/Interop/Cxx/templates/Inputs/decl-with-definition-including-members.h
    • delete: test/Interop/Cxx/templates/Inputs/decl-with-primitive-argument.h
    • delete: test/Interop/Cxx/templates/canonical-types-module-interface.swift
    • delete: test/Interop/Cxx/templates/using-directive.swift
    • delete: test/Interop/Cxx/templates/decl-with-primitive-argument.swift
    • edit: docs/CppInteroperabilityManifesto.md
    • edit: lib/ClangImporter/ImportName.cpp
    • delete: test/Interop/Cxx/templates/Inputs/decl-with-definition.h
    • delete: test/Interop/Cxx/templates/decl-with-definition-irgen.swift
    • edit: lib/ClangImporter/ImportDecl.cpp
    • delete: test/Interop/Cxx/templates/eager-instatiation-problems.swift
    • delete: test/Interop/Cxx/templates/mangling-irgen.swift
    • delete: test/Interop/Cxx/templates/decl-with-definition.swift
    • delete: test/Interop/Cxx/templates/Inputs/using-directive.h
    • edit: lib/AST/ASTMangler.cpp
    • delete: test/Interop/Cxx/templates/canonical-types.swift
    • delete: test/Interop/Cxx/templates/demangling.swift
    • delete: test/Interop/Cxx/templates/linkage-of-swift-symbols-for-imported-types-irgen.swift
    • delete: test/Interop/Cxx/templates/Inputs/decl-without-definition.h
    • edit: test/lit.cfg
    • edit: include/swift/Strings.h
    • delete: test/Interop/Cxx/templates/Inputs/mangling.h
    • edit: lib/ClangImporter/SwiftLookupTable.cpp
    • delete: test/Interop/Cxx/templates/decl-without-definition.swift
    • delete: test/Interop/Cxx/templates/mangling-silgen.swift
    • delete: test/Interop/Cxx/templates/Inputs/canonical-types.h
    • delete: test/Interop/Cxx/templates/Inputs/explicit-specialization.h
    • delete: test/Interop/Cxx/templates/decl-without-definition-module-interface.swift
    • delete: test/Interop/Cxx/templates/Inputs/eager-instantiation-problems.h
    • delete: test/Interop/Cxx/templates/decl-with-definition-silgen.swift
    • edit: docs/ABI/Mangling.rst
    • delete: test/Interop/Cxx/templates/decl-with-definition-including-members.swift
    • delete: test/Interop/Cxx/templates/Inputs/linkage-of-swift-symbols-for-imported-types.h
    • delete: test/Interop/Cxx/templates/explicit-specialization.swift
  • Commit 4ca3c232b7aa70b01b38dc2766fb5b7e23e295ce by atrick:

    Fix LICM to avoid hoisting never-executed traps

    • edit: include/swift/SIL/LoopInfo.h
    • edit: lib/SILOptimizer/LoopTransforms/LICM.cpp
    • edit: test/SILOptimizer/licm.sil
  • Commit 7d3d4de65b0863270c7391e419fd842a6181c25d by rwidmann:

    Fixup IdentifierInfo Key Confusion

    • edit: lib/ClangImporter/ClangImporter.cpp
  • Commit a535463062d64e811f69ad13466877984e856f65 by dgregor:

    [Concurrency] async autoclosures are only legal on async functions.

    • edit: test/expr/unary/async_await.swift
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
  • Commit eda621fb645b2eb443d8febe3c76dbbd92490eab by dgregor:

    [Concurrency] Only suggest adding 'async' to functions.

    • edit: test/expr/unary/async_await.swift
    • edit: lib/Sema/TypeCheckDecl.cpp