[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (main) #5971

# [FAILURE] oss-swift-package-linux-ubuntu-16_04 [#5971]

Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/5971/
Project: oss-swift-package-linux-ubuntu-16_04
Date of build: Fri, 26 Feb 2021 22:45:35 -0600
Build duration: 1 hr 50 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 59000e6ebed0f6d5fc85fcfb800937a5891badba by rwidmann:

[NFC] Inline DependencyKey::createForProvidedEntityInterface

  • edit: include/swift/AST/FineGrainedDependencies.h

  • edit: include/swift/AST/AbstractSourceFileDepGraphFactory.h

  • edit: lib/AST/FrontendSourceFileDepGraphFactory.cpp

  • Commit d4673467af4282dd0339c778a396bd448d575a4a by rwidmann:

    Switch the Subject of Dependency References to a DeclContext

    • edit: lib/Frontend/DependencyVerifier.cpp
    • edit: lib/AST/Evaluator.cpp
    • edit: lib/AST/FrontendSourceFileDepGraphFactory.cpp
    • edit: include/swift/AST/DependencyCollector.h
  • Commit d488f31940b7a2c10b20299734ee1bbe49a7dac7 by rwidmann:

    Use String Equality in the Dependency Verifier

    • edit: lib/Frontend/DependencyVerifier.cpp
  • Commit ef7dfadb53722f849779572c7e31775928a6f62c by rwidmann:

    Register Dependency Arcs for Extension Members

    • edit: include/swift/AST/FineGrainedDependencies.h
    • edit: lib/AST/FrontendSourceFileDepGraphFactory.cpp
    • edit: lib/AST/NameLookupRequests.cpp
  • Commit 49c89e27336a0159a6797659d79bda0d8e6b151d by rwidmann:

    Add a Test for Moving Declarations From One Extension to Another

    • add: test/Incremental/Fingerprints/Inputs/member-moves-extensions/definesS-after.swift
    • add: test/Incremental/Fingerprints/member-moves-extensions.swift
    • add: test/Incremental/Fingerprints/Inputs/member-moves-extensions/main.swift
    • add: test/Incremental/Fingerprints/Inputs/member-moves-extensions/ofm.json
    • add: test/Incremental/Fingerprints/Inputs/member-moves-extensions/definesS-before.swift
  • Commit db8e6cc783e18ed1e7d0d3e2bd973c48aba62abf by rwidmann:

    Add a Test for the Addition of an Extension

    • add: test/Incremental/Fingerprints/Inputs/nominal-adds-extension/definesS-before.swift
    • add: test/Incremental/Fingerprints/Inputs/nominal-adds-extension/definesS-after.swift
    • add: test/Incremental/Fingerprints/Inputs/nominal-adds-extension/ofm.json
    • add: test/Incremental/Fingerprints/Inputs/nominal-adds-extension/main.swift
    • add: test/Incremental/Fingerprints/nominal-adds-extension.swift
  • Commit a99d07a02b98c7c6e768d13ea2d0d76975aa4787 by rwidmann:

    Add a Test to Ensure That Changes to Extension Members Cause Rebuilds

    • add: test/Incremental/Fingerprints/Inputs/extension-changes-member/ofm.json
    • add: test/Incremental/Fingerprints/Inputs/extension-changes-member/main.swift
    • edit: test/Incremental/Fingerprints/extension-adds-member.swift
    • add: test/Incremental/Fingerprints/Inputs/extension-changes-member/definesS-before.swift
    • add: test/Incremental/Fingerprints/Inputs/extension-changes-member/definesS-after.swift
    • add: test/Incremental/Fingerprints/extension-changes-member.swift
  • Commit 755f1e3521aa0a4519a0aef9fd93f0e9e89c2b68 by varun_gandhi:

    Change swiftasynccc IRGen check to use alternate API.

    • edit: lib/IRGen/IRGenModule.cpp
  • Commit 8a660bb3609f99d48afc9d643a640d1b3bfce012 by nhawes:

    [CodeCompletion][CSRanking] Still allow some filtering of soltions when solving for code completion to improve performance

    • edit: lib/Sema/CSRanking.cpp
    • edit: test/IDE/complete_ambiguous.swift
    • edit: include/swift/Sema/ConstraintSystem.h
  • Commit 4c12c712a693d3db1b0e3f7e617d9260b42a74c2 by dungar:

    Add ability to decode a swiftmodule file

    • edit: tools/swift-dependency-tool/swift-dependency-tool.cpp
    • edit: lib/AST/FineGrainedDependencies.cpp
    • edit: include/swift/AST/FineGrainedDependencies.h
  • Commit f470b29747222b408f512c262806cea886a9ce7e by atrick:

    Disable fix_lifetime DCE.

    • edit: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp
    • edit: test/SILOptimizer/dead_code_elimination_ossa.sil
  • Commit d2a9b685699c6955d4d2366adc19bfee26b3fe16 by aprantl:

    PlaygroundTransform: Increase TmpNameIndex after allocating a temporary variable.

    • edit: lib/Sema/PlaygroundTransform.cpp
  • Commit bcd58edcefbc15036028283995d607ed5d3502b3 by pyaskevich:

    [ConstraintSystem] Remove unused default parameter from ConstraintSystem::simplify

    • edit: include/swift/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSSolver.cpp
  • Commit 8e0a260414cb12869e2aaa334b4dd3f03acbaa14 by github:

    [Sema]: Add Codable synthesis for enums with associated values (#34855)

    • edit: include/swift/Basic/LangOptions.h
    • add: test/decl/protocol/special/coding/enum_codable_simple_multi.swift
    • edit: lib/Sema/DerivedConformanceCodable.cpp
    • edit: test/SILGen/synthesized_conformance_enum.swift
    • edit: lib/Frontend/CompilerInvocation.cpp
    • add: test/decl/protocol/special/coding/enum_codable_failure_diagnostics.swift
    • add: test/decl/protocol/special/coding/enum_codable_simple_conditional_separate.swift
    • add: test/decl/protocol/special/coding/enum_codable_excluded_optional_properties.swift
    • add: test/decl/protocol/special/coding/Inputs/enum_codable_simple_multi2.swift
    • add: test/decl/protocol/special/coding/enum_codable_nonconforming_property.swift
    • edit: include/swift/Option/FrontendOptions.td
    • edit: test/IRGen/synthesized_conformance.swift
    • add: test/decl/protocol/special/coding/enum_codable_conflicting_parameter_identifier.swift
    • add: test/decl/protocol/special/coding/enum_codable_ignore_nonconforming_property.swift
    • edit: test/IRGen/synthesized_conformance_future.swift
    • edit: include/swift/AST/KnownIdentifiers.def
    • add: test/decl/protocol/special/coding/Inputs/enum_codable_simple_multi1.swift
    • edit: include/swift/AST/KnownStdlibTypes.def
    • add: test/decl/protocol/special/coding/enum_codable_member_type_lookup.swift
    • add: test/decl/protocol/special/coding/enum_codable_simple_conditional.swift
    • add: test/decl/protocol/special/coding/enum_codable_case_identifier_overloads.swift
    • add: test/decl/protocol/special/coding/enum_codable_reordered_codingkeys.swift
    • edit: lib/Sema/DerivedConformances.h
    • add: test/decl/protocol/special/coding/enum_codable_invalid_codingkeys.swift
    • edit: include/swift/AST/Decl.h
    • add: test/decl/protocol/special/coding/enum_codable_simple_extension.swift
    • add: test/decl/protocol/special/coding/enum_codable_codingkeys_typealias.swift
    • add: test/decl/protocol/special/coding/enum_codable_simple.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/DerivedConformances.cpp
    • add: test/decl/protocol/special/coding/enum_codable_simple_extension_flipped.swift