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

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

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/5194/
Project: oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build: Fri, 19 Mar 2021 16:01:16 -0500
Build duration: 2 hr 8 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 cbfcf77a53d1068fbff9a7ab28725829d05801f5 by mishal_shah:

Update the jobs to use clone-with-ssh to avoid network issue

  • edit: jobs/pull-request/pr-swift-tools-support-core.sh

  • edit: jobs/pull-request/pr-swift-stdlib-with-toolchain.sh

  • edit: jobs/pull-request/pr-swift-stdlib-with-toolchain-preset.sh

  • edit: jobs/pull-request/pr-apple-llvm-project-macos.sh

  • Commit db376a9627182a18421fb96858c0c4448ee207c1 by ahoppen:

    [sourcekitd] Add test case for rdar://70017224

    • add: test/SourceKit/CursorInfo/rdar_70017224.swift
  • Commit 94b3805bb0a6dbe07f28cec56e73cf2a9b866a47 by victoria_m:

    allow -emit-symbol-graph-dir and -supplementary-output-file-map at the same time

    • edit: test/SymbolGraph/EmitWhileBuilding.swift
    • edit: lib/Frontend/ArgsToFrontendOutputsConverter.cpp
  • Commit 79fb05b362ce4e0892f1022fcd2700e3aa96676d by jgroff:

    Concurrency: Hop back to the previous executor after actor calls.

    • edit: test/Concurrency/Runtime/executor_deinit2.swift
    • edit: lib/SILGen/SILGenBuiltin.cpp
    • edit: lib/SILOptimizer/Transforms/AccessEnforcementReleaseSinking.cpp
    • edit: lib/SIL/IR/OperandOwnership.cpp
    • edit: lib/SIL/IR/ValueOwnership.cpp
    • edit: test/SILGen/hop_to_executor_async_prop.swift
    • add: lib/SILGen/ExecutorBreadcrumb.h
    • edit: lib/SILGen/SILGenFunction.h
    • edit: include/swift/AST/Builtins.def
    • edit: lib/SILGen/SILGenLValue.cpp
    • edit: lib/AST/Builtins.cpp
    • edit: lib/SILGen/SILGenApply.cpp
    • edit: lib/SILGen/SILGenPoly.cpp
    • edit: stdlib/public/Concurrency/Actor.cpp
    • edit: test/Concurrency/Runtime/async_properties_actor.swift
    • edit: test/SILGen/hop_to_executor.swift
    • edit: lib/IRGen/GenBuiltin.cpp
    • edit: include/swift/Runtime/RuntimeFunctions.def
    • edit: lib/SILGen/SILGenStmt.cpp
    • edit: lib/SILGen/SILGenProlog.cpp
  • Commit c6181e6a698e0f975b146f27996e28d4537462c4 by nate_chandler:

    [ABI] Renamed method descriptor's SignedAsData to IsAsync.

    • edit: include/swift/ABI/MetadataValues.h
  • Commit c991347160a99550db4795787c06c1f3069ce68e by rishizaki:

    [IDE] Explicitly specify 'SerializedOK=false' to 'getRawComment()'

    • edit: lib/IDE/IDETypeChecking.cpp
    • edit: lib/IDE/ModuleInterfacePrinting.cpp
    • edit: lib/IDE/SwiftSourceDocInfo.cpp
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/IDE/SyntaxModel.cpp
  • Commit b9ee090605029e830ee9f82d18e57b854dcda17d by jgroff:

    Add tsan edges when actors transition in and out of running state.

    • edit: stdlib/public/Concurrency/Actor.cpp
    • edit: test/Sanitizers/tsan/actor_counters.swift
  • Commit ee5f2c3131de384a37e1c81b545702fc476e5881 by rwidmann:

    Redo getConditionalRequirements as a Request

    • edit: validation-test/compiler_crashers_2_fixed/0163-sr8033.swift
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/AST/ProtocolConformance.cpp
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: validation-test/compiler_crashers_2_fixed/0161-sr6569.swift
    • edit: validation-test/compiler_crashers_2_fixed/0162-sr8019.swift
    • edit: include/swift/AST/ProtocolConformance.h
  • Commit 3aa4fbec51f05dd44b99f3df9ca443c8e7b8583e by dgregor:

    Add MainActor.run to execute a synchronous closure on the main thread.

    • edit: stdlib/public/Concurrency/Actor.swift
  • Commit fa9f3f3337c4a992c4d94dcf3a4d07403d2b13ee by ahoppen:

    [Sema] Correctly diagnose passing tuple as only argument to function with multiple parameters

    • add: test/Sema/call_function_with_tuple.swift
    • edit: lib/Sema/MiscDiagnostics.cpp
    • edit: test/Constraints/argument_matching.swift
  • Commit 19e6144be4de3c5662327d1fdb4d35d794a76306 by victoria_m:

    always print enum elements

    • edit: lib/SymbolGraphGen/SymbolGraph.cpp