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

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

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/4737/
Project: oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build: Tue, 01 Dec 2020 23:57:21 -0600
Build duration: 2 hr 39 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 8d479f1ff67e40efce63fc63303583fa5e98338a by mgottesman:

[autodiff] Change getTangentStoredProperty() to use a Projection instead of FieldIndexCacheBase.

  • edit: lib/SILOptimizer/Differentiation/JVPCloner.cpp

  • edit: include/swift/SILOptimizer/Differentiation/Common.h

  • edit: lib/SILOptimizer/Differentiation/PullbackCloner.cpp

  • edit: lib/SILOptimizer/Differentiation/Common.cpp

  • Commit 84afba5cf0933627499e07d4b6b5cdae6933ecb4 by xi_ge:

    driver: forward driver invocation to the new driver by default

    • edit: test/Driver/tools_directory.swift
    • edit: include/swift/AST/DiagnosticsDriver.def
    • edit: test/Driver/opt-record.swift
    • edit: tools/driver/driver.cpp
  • Commit f0f78a1477b8b8660e3cc005cea7b536e8cfc8bd by mgottesman:

    [sil] Templatize base class of FieldIndexCacheBase.

    • edit: include/swift/SIL/SILNode.h
    • edit: include/swift/SIL/SILInstruction.h
    • edit: include/swift/Basic/InlineBitfield.h
  • Commit 33aec98fff39b420adecde5eeb9b6d69088529c0 by mgottesman:

    [ownership] Assume values/operands in SILGlobalVariable blocks are not in OSSA.

    • edit: lib/SIL/IR/OperandOwnership.cpp
    • edit: lib/SIL/IR/ValueOwnership.cpp
  • Commit 09ae2ef071b9e476030eca8f8351416958049608 by mgottesman:

    [ownership] Centralize all info about SILInstruction forwarding in the SILInstruction class hierarchy itself.

    • edit: lib/SIL/IR/OperandOwnership.cpp
    • edit: lib/SIL/Utils/OwnershipUtils.cpp
    • edit: lib/SILOptimizer/SemanticARC/SemanticARCOptVisitor.h
    • edit: lib/SIL/Verifier/SILVerifier.cpp
    • edit: include/swift/SIL/SILInstruction.h
    • edit: include/swift/SIL/OwnershipUtils.h
    • edit: lib/SIL/IR/SILInstructions.cpp
  • Commit 0992e7731ffa32892d55b33545f49ad5f28c4e6e by github:

    Enable GenericSpecializer on OSSA by default (#34899)

    • edit: test/IRGen/objc_super.swift
    • edit: test/SILOptimizer/specialize_inherited_ossa.sil
    • edit: test/SILOptimizer/specialize_ossa.sil
    • edit: test/SILOptimizer/specialize_opaque_ossa.sil
    • edit: lib/SILOptimizer/Transforms/GenericSpecializer.cpp
    • edit: test/SILOptimizer/specialize_default_witness_ossa.sil
    • edit: test/SILOptimizer/specialize_default_witness_resilience_ossa.sil
    • edit: test/SILOptimizer/specialize_opaque_result_types_ossa.sil
    • add: test/SILOptimizer/specialize_no_definition_ossa.sil
    • edit: test/SILOptimizer/specialize_reabstraction_ossa.sil
    • edit: test/SILOptimizer/specialize_recursive_generics_ossa.sil
    • edit: test/SILOptimizer/optionset.swift
    • add: test/SILOptimizer/specialize_metatypes_with_nondefault_representation_ossa.sil
  • Commit 0610b9b72c9a1bf07af46fac7b92d8c032760f71 by arphaman:

    [CMake][compiler-rt][libunwind] Compile assembly files as ASM not C, unify workarounds

    • edit: compiler-rt/cmake/Modules/AddCompilerRT.cmake
    • edit: clang/runtime/CMakeLists.txt
    • edit: libunwind/src/CMakeLists.txt
  • Commit a082c730b89fe5e544136ebe6370f452fd2772ee by tstellar:

    [WebAssembly] Fix FastISel address calculation bug

    • edit: llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
    • add: llvm/test/CodeGen/WebAssembly/fast-isel-pr47040.ll
  • Commit 8b89bc0de0e190be04991a9622c5866a2e93ef6d by tstellar:

    [WebAssembly] Don't fold frame offset for global addresses

    • edit: llvm/test/CodeGen/WebAssembly/userstack.ll
    • edit: llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
    • edit: llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
  • Commit 583b790b5f8dec5f71923bfc363fea7b4db3a9f4 by github:

    Rewrite describe command to emit more information, and to support both PlainText and JSON using the same model by using a plain-text encoder. (#3056)

    • edit: Sources/Commands/Describe.swift
    • edit: Tests/CommandsTests/PackageToolTests.swift