[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (main) #15561

# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#15561]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/15561/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build: Wed, 20 Jan 2021 00:19:58 -0600
Build duration: 59 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 1e5838792d7a982b9502650b42971824a6ca2de6 by davelee:

[Reflection] Support OpaqueExistential in RecordTypeInfo::readExtraInhabitantIndex

  • edit: stdlib/public/Reflection/TypeLowering.cpp

  • Commit 2e880af6a0f60ae001b0cdf3f9dc8ed952ac4ffa by nate_chandler:

    [TBDGen] Use effective linkage for class member async function pointers.

    • add: test/IRGen/async/run-call-nonresilient-classinstance-void-to-void.swift
    • add: test/IRGen/async/Inputs/class_open-1instance-void_to_void.swift
    • edit: test/TBD/async-function-pointer.swift
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: lib/TBDGen/TBDGenVisitor.h
  • Commit 340b85fe03009ec9cfd579af9366b0aafed7983f by davelee:

    add reflect_Optional_Any.swift

    • add: validation-test/Reflection/reflect_Optional.swift
  • Commit c4da4975ed61ec59dc46835b26591cf6dc685376 by z.zoelec2:

    [NFC] Cleanup function templates implementation. Address post-commmit review comments from #33053.

    • edit: lib/AST/ClangTypeConverter.h
    • edit: test/Interop/Cxx/templates/member-templates-silgen.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/Interop/Cxx/templates/function-template-irgen.swift
    • edit: test/Interop/Cxx/templates/Inputs/function-templates.h
    • delete: test/Interop/Cxx/templates/function-template-errors.swift
    • edit: test/Interop/Cxx/templates/function-template-silgen.swift
    • edit: test/Interop/Cxx/templates/Inputs/member-templates.h
    • edit: test/Interop/Cxx/templates/function-template.swift
    • edit: include/swift/AST/ASTContext.h
    • edit: lib/AST/ClangTypeConverter.cpp
    • edit: test/Interop/Cxx/templates/function-template-module-interface.swift
    • edit: include/swift/AST/ClangModuleLoader.h
    • add: test/Interop/Cxx/templates/function-template-typechecker-errors.swift
    • edit: test/Interop/Cxx/templates/member-templates-module-interface.swift
    • edit: test/Interop/Cxx/templates/member-templates.swift
  • Commit 7ed7122c6bcd8a1a58a32ff87d5444127f89c9e0 by davelee:

    test fixes

    • delete: validation-test/Reflection/reflect_Optional.swift
    • add: validation-test/Reflection/reflect_Optional_Any.swift
  • Commit 73db0134c82d34a4e041e7a57b61caaea60774e1 by tkientzle:

    Rename test case, fix typos

    • add: validation-test/Reflection/reflect_Optional_Any.swift
    • delete: validation-test/Reflection/reflect_Optional.swift
  • Commit 32d1c220573b614d520e11b1be6a34f8ecce6ec3 by mikeash:

    [Runtime] Scan backwards within conformance sections when scanSectionsBackwards is true.

    • edit: stdlib/public/runtime/ProtocolConformance.cpp
  • Commit cb1173d9284a648180d02b2a7bd44665d1ae4262 by tkientzle:

    More test adjustments

    • edit: validation-test/Reflection/reflect_Optional_Any.swift
  • Commit 4c72128372132e64858c83f8364d2fbf3bf367a4 by spestov:

    IRGen: Plumb through a GenericSignature when mangling types for debug info

    • edit: include/swift/AST/ASTMangler.h
    • add: test/DebugInfo/retroactive_conformance_witness_thunk.swift
    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • edit: lib/AST/ASTMangler.cpp
    • edit: lib/IRGen/IRGenDebugInfo.cpp
  • Commit f509d67e7cb491b7a8b79eeb945ea6879557c7dc by atrick:

    Fix -canonical-ossa-rewrite-borrows but leave it disabled.

    • edit: include/swift/SILOptimizer/Utils/CanonicalOSSALifetime.h
    • edit: test/SILOptimizer/copy_propagation.sil
    • edit: include/swift/SIL/OwnershipUtils.h
    • edit: lib/SILOptimizer/Transforms/CopyPropagation.cpp
    • edit: lib/SILOptimizer/Utils/CanonicalOSSALifetime.cpp
  • Commit ff131642f6bee850d08870046f04fb43cb5881a0 by github:

    [PkgConfig] Update PkgConfig documentation (#3200)

    • edit: Sources/PackageDescription/Target.swift
  • Commit 1eb13421dff5a1409cc78517f0233d7c34777c52 by github:

    Package collections: improve search performance (#3108)

    • add: Tests/PackageCollectionsTests/TrieTests.swift
    • add: Sources/PackageCollections/Storage/Trie.swift
    • edit: Sources/PackageCollections/Storage/PackageCollectionsStorage.swift
    • edit: Sources/PackageCollections/Storage/SQLitePackageCollectionsStorage.swift
    • edit: Sources/PackageCollections/CMakeLists.txt
    • edit: Sources/Basics/ConcurrencyHelpers.swift
    • edit: Sources/PackageCollections/Model/TargetListResult.swift
    • edit: Tests/PackageCollectionsTests/PackageCollectionsStorageTests.swift
  • Commit 06bc4f00bed9c9ca12ed0f3c4901b887c384be86 by owen:

    Delete temporaries after running unless -save-temps is passed or a job crashes

    • edit: Sources/SwiftDriver/Driver/Driver.swift
    • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
    • edit: Tests/SwiftDriverTests/JobExecutorTests.swift
    • edit: Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift
  • Commit 96caf87bdd66b34e21ac4e02856f2341703d8b5f by owen:

    Improve support for subcommands help in swift-help

    • edit: Sources/SwiftOptions/DriverKind.swift
    • edit: Package.swift
    • edit: Sources/swift-help/main.swift
    • edit: Sources/SwiftDriver/Jobs/Planning.swift
    • edit: Sources/SwiftOptions/OptionTable.swift
    • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
    • edit: Sources/swift-help/CMakeLists.txt

New issue found!