[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 18.04 - Long Test (main) #5041

# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-18_04-long-test [#5041]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/5041/
Project: oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build: Mon, 15 Feb 2021 18:14:18 -0600
Build duration: 2 hr 36 min

Identified problems:- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes- Commit 84eac935687254cff84f8986062893337713f9ab by aschwaighofer:

[IRGen] Use the result polymorphic coro.suspend.async intrinsic

  • edit: test/IRGen/async/hop_to_executor.sil

  • edit: lib/IRGen/GenCall.cpp

  • edit: test/IRGen/async/get_async_continuation.sil

  • Commit 034c2be004dee63db4b4c65cda9b803e86d3ab51 by spestov:

    GSB: An unresolved DependentMemberType might resolve to a concrete TypeAliasDecl with a dependent underlying type

    • add: validation-test/compiler_crashers_2_fixed/sr11639.swift
    • edit: lib/AST/GenericSignatureBuilder.cpp
  • Commit fc33728613023754481890295be5bfb6cebb8395 by z.zoelec2:

    [cxx-interop] Skip already-imported sub decls.

    • edit: test/Interop/Cxx/class/Inputs/nested-records.h
    • edit: test/Interop/Cxx/class/nested-records-module-interface.swift
    • edit: lib/ClangImporter/ImportDecl.cpp
  • Commit 70d09b511be4d12e492558a3ce6f28f218ba9016 by atrick:

    OSSA: Disable cond_br arguments

    • edit: test/SILOptimizer/accesspath_uses.sil
    • edit: test/SILOptimizer/redundant_load_elim_ossa.sil
    • edit: lib/SIL/Verifier/SILVerifier.cpp
    • edit: test/SILOptimizer/accessed_storage.sil
    • edit: test/SILOptimizer/dead_code_elimination_ossa.sil
    • edit: test/SILOptimizer/accessed_storage_ossa.sil
    • edit: test/SILOptimizer/loop_unroll_ossa.sil
    • edit: test/SILOptimizer/accesspath_uses_ossa.sil
    • edit: test/SILOptimizer/looprotate_ossa.sil
  • Commit 75088cde3eb54d63475238e63874df4c561e0ee7 by rxwei:

    [AutoDiff] Mangle derivative vtable thunks.

    • edit: docs/ABI/Mangling.rst
    • edit: test/Demangle/Inputs/manglings.txt
    • edit: lib/SILGen/SILGen.h
    • edit: lib/AST/ASTMangler.cpp
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: include/swift/AST/ASTMangler.h
    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: test/AutoDiff/SILGen/vtable.swift
    • edit: lib/SILGen/SILGenType.cpp
    • edit: lib/Demangling/Demangler.cpp
    • edit: include/swift/Demangling/Demangler.h
    • edit: lib/Demangling/Remangler.cpp
    • edit: lib/IRGen/IRGenMangler.h
    • edit: lib/SILGen/SILGenThunk.cpp
    • edit: lib/SIL/IR/SILDeclRef.cpp
    • edit: lib/SILOptimizer/Utils/DifferentiationMangler.cpp
    • edit: lib/Demangling/OldRemangler.cpp
  • Commit a17f8c2f3f37a8d0661b84b3860f419be6615748 by eeckstein:

    SILOptimizer: add a diagnostics pass to warn about lifetime issues with weak references.

    • edit: lib/SILOptimizer/Utils/PrunedLiveness.cpp
    • edit: test/SILOptimizer/definite_init_diagnostics.swift
    • edit: include/swift/SILOptimizer/PassManager/Passes.def
    • edit: include/swift/AST/DiagnosticsSIL.def
    • add: lib/SILOptimizer/Mandatory/DiagnoseLifetimeIssues.cpp
    • add: test/SILOptimizer/diagnose_lifetime_issues.swift
    • edit: lib/SILOptimizer/Utils/CanonicalOSSALifetime.cpp
    • edit: lib/SILOptimizer/Mandatory/CMakeLists.txt
    • edit: include/swift/SILOptimizer/Utils/PrunedLiveness.h
    • edit: lib/Sema/MiscDiagnostics.cpp
    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
  • Commit 6a5dfb8aa46bc5bcafecac9db7fbcd066b48e385 by dgregor:

    Mark Task.runDetached as @discardableResult.

    • edit: stdlib/public/Concurrency/Task.swift
  • Commit b9092e4944c27830557db91a6e0197f840235a8f by spestov:

    Temporarily disable three SILOptimizer tests on 32-bit

    • edit: test/SILOptimizer/OSLogFullOptTest.swift
    • edit: test/SILOptimizer/dead_array_elim.swift
    • edit: test/SILOptimizer/string_optimization.swift
  • Commit 9ec81acb17ec998a61ac4d80e51571249e875f7c by aschwaighofer:

    Add support for polymorphic return typed coro.suspend.async

    • edit: llvm/lib/Transforms/Coroutines/Coroutines.cpp
    • edit: llvm/lib/Transforms/Coroutines/CoroSplit.cpp
    • edit: llvm/test/Transforms/Coroutines/coro-async.ll
    • edit: llvm/include/llvm/IR/Intrinsics.td
    • edit: llvm/lib/Transforms/Coroutines/CoroInternal.h
  • Commit 9bdf6743a4cc3cba4568c71efa24a6f1ad6a879d by github:

    [Collections] Improve error message for 'describe' command (#3274)

    • edit: Sources/Commands/SwiftPackageCollectionsTool.swift
  • Commit 0c0a9eafcbce5142646ba5195db1d953f0876602 by dungar:

    Support cross-module incrementalism.

    • edit: Sources/SwiftDriver/Jobs/Planning.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/NodeFinder.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/Multidictionary.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/InitialStateComputer.swift
    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
    • edit: Sources/SwiftDriver/CMakeLists.txt
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Tracer.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Node.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/IncrementalCompilationState.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Integrator.swift
    • edit: Tests/SwiftDriverTests/DependencyGraphSerializationTests.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
    • edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/BidirectionalMap.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/BuildRecordInfo.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/DependencySource.swift
    • edit: Tests/SwiftDriverTests/Helpers/MockingIncrementalCompilation.swift
  • Commit aa7e646c57a5dbce99a6903b7d8956fd816f6fae by dungar:

    populate map when reading from priors

    • edit: Sources/SwiftDriver/IncrementalCompilation/InitialStateComputer.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
  • Commit 934f60f411587cb095a297ac6882562cebdd73da by dungar:

    fix

    • edit: Sources/SwiftDriver/IncrementalCompilation/InitialStateComputer.swift
  • Commit 5e7e6ebfe99a7f5932430143d08103bc3a7957c5 by xi_ge:

    Ignore interruption signal sent from the build system

    • edit: Sources/swift-driver/main.swift