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

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

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/4998/
Project: oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build: Thu, 04 Feb 2021 11:40:14 -0600
Build duration: 2 hr 22 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 764df6dc70223f5eb62ae22b91b7123076d3fedb by rwidmann:

Fold Incremental External Dependency Nodes Into External Dependency Nodes

  • edit: include/swift/Driver/FineGrainedDependencyDriverGraph.h

  • edit: include/swift/Basic/ReferenceDependencyKeys.h

  • edit: unittests/Driver/UnitTestSourceFileDepGraphFactory.cpp

  • edit: lib/AST/FineGrainedDependencies.cpp

  • edit: tools/swift-dependency-tool/swift-dependency-tool.cpp

  • edit: lib/AST/FrontendSourceFileDepGraphFactory.cpp

  • edit: lib/Driver/FineGrainedDependencyDriverGraph.cpp

  • edit: lib/Driver/Compilation.cpp

  • Commit 752cf7f2ac5a31907c4a783a33e1f5ac88b2e7d6 by hborla:

    [ConstraintSystem] Consider the number of resolved argument types

    • edit: lib/Sema/CSSolver.cpp
    • edit: include/swift/Sema/ConstraintSystem.h
    • add: validation-test/Sema/type_checker_perf/fast/rdar73892556.gyb
    • edit: include/swift/Sema/Constraint.h
    • edit: lib/Sema/Constraint.cpp
  • Commit 6fb61785c162973f2dcc1601c93d4b0fc3b5bf8f by aprantl:

    Support SILBoxWithLayout in TypeDecoder and factor out decodeRequirement() from

    • edit: include/swift/Reflection/TypeRef.h
    • edit: stdlib/public/runtime/MetadataLookup.cpp
    • edit: stdlib/public/Reflection/TypeRefBuilder.cpp
    • edit: include/swift/AST/Requirement.h
    • edit: include/swift/Reflection/TypeRefs.def
    • edit: test/Reflection/capture_descriptors.sil
    • edit: include/swift/Reflection/TypeRefBuilder.h
    • edit: stdlib/public/Reflection/TypeRef.cpp
    • edit: lib/AST/ASTDemangler.cpp
    • edit: include/swift/Demangling/TypeDecoder.h
    • edit: include/swift/Remote/MetadataReader.h
    • add: include/swift/AST/LayoutConstraintKind.h
    • edit: stdlib/public/Reflection/TypeLowering.cpp
    • add: include/swift/AST/RequirementBase.h
    • edit: include/swift/AST/Type.h
    • edit: include/swift/AST/LayoutConstraint.h
    • edit: include/swift/AST/ASTDemangler.h
  • Commit b3f5ac32812cae6b6284eb4cda5725b0609a28ec by aprantl:

    Add debug info support for boxed arguments in async functions.

    • add: test/DebugInfo/async-boxed-arg.swift
    • edit: lib/IRGen/IRGenDebugInfo.h
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: lib/IRGen/IRGenDebugInfo.cpp
  • Commit dd83f17fbc1d055c59e236fefda4c291c1d60aec by xi_ge:

    Frontend: allow retrying expanding response files in argument lists

    • edit: include/swift/Driver/FrontendUtil.h
    • edit: lib/Driver/FrontendUtil.cpp
    • edit: tools/driver/driver.cpp
  • Commit 6f3fda136983ec396281240521b71580adbe487f by achikin:

    Avoid false FileDependnecies among Implicitly-build Swift and Clang modules

    • add: test/ModuleInterface/Inputs/implicit-options-inheritance/module.modulemap
    • add: test/ModuleInterface/Inputs/implicit-options-inheritance/CIMod.h
    • add: test/ModuleInterface/no-implicit-extra-clang-opts.swift
    • edit: lib/Frontend/ModuleInterfaceLoader.cpp
    • add: test/ModuleInterface/Inputs/implicit-options-inheritance/test-dummy.modulemap
    • add: test/ModuleInterface/Inputs/implicit-options-inheritance/SIMod.swiftinterface
  • Commit 726ce3504410fd96b2a05819697efe61d9ae0df8 by compnerd:

    IRGen: repair the windows build of Foundation

    • edit: lib/IRGen/IRGenModule.cpp
  • Commit 08485b4de785533e767c87d5566d26f814f70cc6 by ahoppen:

    Fix a nondeterministic sourcektid crash recovery test failure

    • edit: Tests/SourceKitDTests/CrashRecoveryTests.swift
  • Commit c607fea98aa48a773536287d03d70f5bd3876781 by owen:

    Ensure REPL arguments are processed by the ArgsResolver

    • edit: Sources/SwiftDriverExecution/SwiftDriverExecutor.swift
    • edit: Sources/SwiftDriver/Jobs/Job.swift
    • edit: Tests/SwiftDriverTests/JobExecutorTests.swift
    • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
    • edit: Sources/SwiftDriver/Execution/ArgsResolver.swift
    • edit: Sources/SwiftDriver/Jobs/CommandLineArguments.swift
    • edit: Sources/SwiftDriver/Jobs/ReplJob.swift
  • Commit 219fbcdfb67336c6c0ef9113e47bee94f3251339 by owen:

    Shell escape arguments when printing jobs with -###

    • edit: Tests/SwiftDriverTests/JobExecutorTests.swift
    • edit: Sources/SwiftDriverExecution/SwiftDriverExecutor.swift
  • Commit 5e62d5608591db75025889deb69c999127f7d56f by dylansturg:

    Handle ignore-unparsable-files option in LintFrontend.

    • edit: Sources/swift-format/Frontend/LintFrontend.swift