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

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

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/4590/
Project: oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build: Thu, 05 Nov 2020 23:08:53 -0600
Build duration: 2 hr 24 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 4068d1baceed012a9a28f3046ea38ea1b3bb4718 by mgottesman:

[sil-combine] Add a 'sil_combine_*' prefix to some sil combine tests.

  • add: test/SILOptimizer/sil_combine_pa_removal.sil

  • delete: test/SILOptimizer/pa_removal.sil

  • delete: test/SILOptimizer/pure_apply.swift

  • add: test/SILOptimizer/sil_combine_pure_apply.sil

  • add: test/SILOptimizer/sil_combine_simp_enum.sil

  • delete: test/SILOptimizer/simp_enum.sil

  • Commit c291eb596b7af96c4d186710a5fe87d87c706369 by dgregor:

    [Concurrency] Add cancelAsyncTask() builtin.

    • edit: include/swift/AST/Builtins.def
    • edit: include/swift/Runtime/RuntimeFunctions.def
    • edit: lib/SILGen/SILGenBuiltin.cpp
    • edit: lib/AST/Builtins.cpp
    • edit: lib/SIL/IR/ValueOwnership.cpp
    • edit: test/IRGen/async/builtins.sil
    • edit: lib/SIL/IR/OperandOwnership.cpp
    • edit: stdlib/public/Concurrency/Task.swift
    • edit: lib/SIL/Utils/MemAccessUtils.cpp
    • edit: include/swift/ABI/Task.h
    • edit: lib/IRGen/GenCall.cpp
    • edit: lib/IRGen/GenCall.h
    • edit: lib/IRGen/GenBuiltin.cpp
    • edit: lib/SILOptimizer/Transforms/AccessEnforcementReleaseSinking.cpp
    • edit: stdlib/public/Concurrency/TaskStatus.cpp
    • edit: test/SILGen/async_builtins.swift
  • Commit 49c6ae3da574e6a58f7329b6bcc850d44e50199a by konrad_malawski:

    [Concurrency] Nurseries are now Task.Groups

    • delete: stdlib/public/Concurrency/TaskNurseries.swift
    • add: stdlib/public/Concurrency/TaskGroup.swift
    • edit: include/swift/ABI/TaskStatus.h
    • delete: test/Concurrency/async_nurseries.swift
    • add: test/Concurrency/async_task_groups.swift
    • edit: stdlib/public/Concurrency/CMakeLists.txt
  • Commit 7cee600bcdc342be608b2966ce110d875fb6aaae by ben_barham:

    [SILGen] Add flag to skip typechecking and SIL gen for function bodies

    • add: test/Frontend/skip-function-bodies.swift
    • edit: include/swift/AST/Decl.h
    • edit: lib/SILGen/SILGen.cpp
    • edit: lib/Frontend/Frontend.cpp
    • edit: include/swift/SILOptimizer/PassManager/Passes.def
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/SILOptimizer/UtilityPasses/CMakeLists.txt
    • edit: include/swift/AST/SILOptions.h
    • edit: lib/Frontend/ArgsToFrontendInputsConverter.cpp
    • edit: include/swift/AST/DiagnosticsFrontend.def
    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
    • edit: include/swift/Option/FrontendOptions.td
    • add: include/swift/Basic/FunctionBodySkipping.h
    • edit: include/swift/Basic/LangOptions.h
    • delete: lib/SILOptimizer/UtilityPasses/NonInlinableFunctionSkippingChecker.cpp
    • add: lib/SILOptimizer/UtilityPasses/SILSkippingChecker.cpp
    • edit: include/swift/Option/Options.td
    • edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp
    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
    • delete: test/Frontend/skip-non-inlinable-function-bodies.swift
  • Commit 58a3ddb4a8b810a43cfc25be1f806e0a1ad330bc by github:

    add caches directory accesssor to FileSystem (#161)

    • edit: Sources/TSCBasic/FileSystem.swift
    • edit: Tests/TSCUtilityTests/DownloaderTests.swift
  • Commit 173756d6f33eee039eaeccdbc1152142d2538b83 by compnerd:

    TSCBasic: repair the Windows build

    • edit: Sources/TSCBasic/Lock.swift
  • Commit 1776442099df820e08c21bcf4c4f81cdbead7776 by jonas:

    [dwarfdump] Recognize __apple sections as debug info sections

    • edit: llvm/test/tools/llvm-dwarfdump/X86/section_sizes_macho.test
    • edit: llvm/lib/Object/MachOObjectFile.cpp
  • Commit 8a4ca43471c910d9b30f074d18f5448e67df891f by jonas:

    [MachO] Also recongize __swift_ast as a debug info section

    • edit: llvm/lib/Object/MachOObjectFile.cpp
    • edit: llvm/test/tools/dsymutil/X86/swift-ast-x86_64.test
  • Commit 5ad2592b5dc039608eab8a07ce3bd0d8923f0516 by tstellar:

    [X86] Fix cpu name typos

    • edit: llvm/lib/Support/Host.cpp
  • Commit 701addff1b713ee13d85daa0e3f7a0504d84b1af by tstellar:

    [clang][Sema] Fix PR47676: Handle dependent AltiVec C-style cast

    • add: clang/test/SemaTemplate/pr47676.cpp
    • edit: clang/lib/Sema/SemaExpr.cpp
  • Commit 3c687677678c382e8d13d6583c3f8cdf3fd301dd by tstellar:

    DeferredDiagnosticsEmitter crashes

    • edit: clang/lib/Sema/UsedDeclVisitor.h
  • Commit ef4ffcafbb2deeb30ccc30ebcdf9a5a843a27ec1 by tstellar:

    [DAE] MarkLive in MarkValue(MaybeLive) if any use is live

    • edit: llvm/include/llvm/Transforms/IPO/DeadArgumentElimination.h
    • add: llvm/test/Transforms/DeadArgElim/preserve-used-ret.ll
    • edit: llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
  • Commit e9aa87857e96db2d1d90406c271240c54530dd2f by github:

    Revert "Use a better workaround for rdar://problem/25587546"

    • edit: lldb/test/API/commands/frame/diagnose/complicated-expression/TestComplicatedExpression.py
    • edit: lldb/test/API/macosx/macCatalyst/TestMacCatalyst.py
    • edit: lldb/test/API/commands/frame/diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py
    • edit: lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
    • delete: lldb/test/API/assert_messages_test/TestAssertMessages.py
    • edit: lldb/test/API/commands/frame/diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py
    • edit: lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
    • edit: lldb/test/API/commands/frame/diagnose/inheritance/TestDiagnoseInheritance.py
    • edit: lldb/test/API/types/TestRecursiveTypes.py
    • edit: lldb/test/API/commands/settings/TestSettings.py
    • edit: lldb/test/API/functionalities/data-formatter/data-formatter-objc/cmtime/TestDataFormatterCMTime.py
    • edit: lldb/test/API/commands/frame/diagnose/local-variable/TestLocalVariable.py
    • edit: lldb/test/API/commands/frame/diagnose/dereference-this/TestDiagnoseDereferenceThis.py
    • edit: lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSError.py
    • edit: lldb/test/API/driver/batch_mode/TestBatchMode.py
    • edit: lldb/packages/Python/lldbsuite/test/lldbtest.py
    • edit: lldb/test/API/commands/frame/diagnose/bad-reference/TestBadReference.py
  • Commit eebb52b712e46957857d7501fbbf7d481b4685e0 by arphaman:

    Address ABI issues introduced with CXCursor_CXXAddrspaceCastExpr

    • edit: clang/include/clang-c/Index.h
  • Commit 8e148e7dfaf63fb80f75863fc987c5b7178238c8 by michellecasbon:

    Wrap constructor in #ifndef NDEBUG

    • edit: lldb/unittests/Symbol/TestSwiftASTContext.cpp
  • Commit 5cd85d086d7f7bc1bc0b691e5cb99baadd5307e2 by flo:

    [ScheduleDAGRRList] Limit number of candidates to explore.

    • add: llvm/test/CodeGen/X86/stress-scheduledagrrlist.ll
    • edit: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
  • Commit 7ef283ad575a73f6df918edf60b5dfec8535a32b by flo:

    DADCombiner: Don't simplify the token factor if the node's number of operands already exceeds TokenFactorInlineLimit

    • edit: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    • add: llvm/test/CodeGen/AMDGPU/token-factor-inline-limit-test.ll
  • Commit 33ddbb97a11d89d9ab9be6b438d712d4c4860dea by vsk:

    [TargetList] Simplify dummy target creation

    • edit: lldb/source/Target/TargetList.cpp
    • edit: lldb/include/lldb/Target/TargetList.h
    • edit: lldb/source/Core/Debugger.cpp
    • edit: lldb/include/lldb/Target/Target.h
  • Commit 2390c033844aec966a26d9b5e2bdc4327ece2efc by anders:

    Adjust to addition of cachesDirectory property in FileSystem

    • edit: Sources/SPMTestSupport/InMemoryGitRepository.swift
    • edit: Sources/SourceControl/GitRepository.swift
  • Commit 575308d0c6d8d36b86ba52c60782f1c42b422f04 by anders:

    Sync vendored copy of TSC up to 58a3ddb4a8b810a43cfc25be1f806e0a1ad330bc

    • edit: swift-tools-support-core/Package.swift
    • edit: swift-tools-support-core/Sources/TSCLibc/libc.swift
    • edit: swift-tools-support-core/Sources/TSCUtility/PkgConfig.swift
    • edit: swift-tools-support-core/Sources/TSCBasic/CMakeLists.txt
    • edit: swift-tools-support-core/Sources/TSCUtility/IndexStore.swift
    • edit: swift-tools-support-core/Sources/TSCBasic/FileSystem.swift
    • edit: swift-tools-support-core/Sources/TSCUtility/PersistenceCache.swift
    • add: swift-tools-support-core/Sources/TSCBasic/Closable.swift
    • edit: swift-tools-support-core/Tests/TSCUtilityTests/PkgConfigParserTests.swift
    • edit: swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift
    • edit: swift-tools-support-core/Tests/TSCBasicTests/LockTests.swift
    • edit: swift-tools-support-core/Tests/TSCBasicTests/PathTests.swift
    • delete: swift-tools-support-core/Tests/TSCBasicTests/processInputs/in-to-out
    • edit: swift-tools-support-core/Sources/TSCBasic/Path.swift
    • edit: swift-tools-support-core/Sources/TSCLibc/CMakeLists.txt
    • edit: swift-tools-support-core/Sources/TSCUtility/CMakeLists.txt
    • edit: swift-tools-support-core/Sources/TSCUtility/Versioning.swift
    • edit: swift-tools-support-core/Tests/TSCUtilityTests/DownloaderTests.swift
    • edit: swift-tools-support-core/Sources/TSCBasic/Process.swift
    • edit: swift-tools-support-core/Tests/TSCBasicTests/ProcessTests.swift