[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (main) (Debug) #3556

# [FAILURE] swift-main-source-compat-suite-debug [#3556]

Build URL: https://ci.swift.org/job/swift-main-source-compat-suite-debug/3556/
Project: swift-main-source-compat-suite-debug
Date of build: Tue, 06 Oct 2020 20:29:01 -0500
Build duration: 7 hr 34 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 4cfadfae00f31fc66581ad270176e4916682bf51 by nate_chandler:

[NFC] Documented IRGenFunction::IndirectReturn.

  • edit: lib/IRGen/IRGenSIL.cpp

  • Commit 607772aaa21ce58db04236cb817b5958c72b2123 by nate_chandler:

    [Runtime] Stubbed entry points for task de/alloc.

    • add: stdlib/public/runtime/Concurrency.cpp
    • edit: include/swift/AST/ASTContext.h
    • edit: stdlib/public/runtime/CMakeLists.txt
    • edit: lib/AST/Availability.cpp
    • edit: lib/IRGen/IRGenModule.h
    • edit: include/swift/Runtime/RuntimeFunctions.def
    • edit: lib/IRGen/IRGenModule.cpp
  • Commit 59bb1fc23592bcc4eb18bca32dcbff9de4b7e751 by nate_chandler:

    [Concurrency] Pass "async" into SILFunctionTypes.

    • edit: lib/SIL/IR/SILFunctionType.cpp
  • Commit 6ab35727cf5baed7d7bab1bad7b1201f057c5d59 by github:

    Fixed docs link to Rust's demand-driven compilation guide

    • edit: docs/RequestEvaluator.md
  • Commit 8ffaf79ec2e106a58dff2402a06210bf9ca97357 by cassie_jones:

    [build] Support installing swift-driver without swiftpm

    • edit: utils/build-script
  • Commit e7761cf997897aaa38af0d0969ca9acd7e504fbf by mgottesman:

    [DebuggingTheCompiler] Document a few flags for dumping llvm-ir.

    • edit: docs/DebuggingTheCompiler.md
  • Commit 73727051fa61fe48b12bfc72233cdf28d804f58f by kyrtzidis:

    [AST] Fix linker errors with the parser-only build

    • edit: lib/AST/ExtInfo.cpp
    • edit: lib/AST/Decl.cpp
  • Commit 20995ae0bbf765d39cb28c63318e301c27cc2157 by cassie_jones:

    [build] Add FILES_MATCHING to CMakeLists.txt

    • edit: stdlib/public/SwiftShims/CMakeLists.txt
    • edit: localization/CMakeLists.txt
  • Commit ee88152d6baa1bef03790d3e6acfa7448ef467f3 by nate_chandler:

    [Concurrency] First steps towards async CC.

    • add: test/IRGen/async/run-call-void-throws-to-int-throwing_call-sync-nothrow_call-async-throw.sil
    • edit: lib/IRGen/GenObjC.cpp
    • add: test/IRGen/async/run-call-void-throws-to-int-throwing_call-async-throw.sil
    • add: test/IRGen/async/run-call-classinstance-int64-to-void.sil
    • edit: lib/IRGen/GenProto.cpp
    • edit: lib/IRGen/GenCall.h
    • add: test/IRGen/async/run-call-void-to-int64-and-int64.sil
    • add: test/IRGen/async/run-call-void-to-int64.sil
    • edit: lib/IRGen/GenProto.h
    • add: test/IRGen/async/run-call-int64-and-int64-to-void.sil
    • add: test/IRGen/async/run-call-genericEquatable-x2-to-bool.sil
    • add: test/IRGen/async/run-call-void-throws-to-int-throwing_call-async-nothrow_call-sync-throw.sil
    • add: test/IRGen/async/run-call-void-to-existential.sil
    • add: test/IRGen/async/run-call-classinstance-void-to-void.sil
    • add: test/IRGen/async/run-call-void-throws-to-int-throwing_call-sync-throw.sil
    • edit: lib/IRGen/GenFunc.cpp
    • edit: lib/IRGen/GenBuiltin.cpp
    • edit: lib/IRGen/IRGenFunction.h
    • edit: lib/IRGen/Explosion.h
    • edit: lib/IRGen/GenFunc.h
    • add: test/IRGen/async/run-call-existential-to-void.sil
    • add: test/IRGen/async/run-call-void-throws-to-int-throwing.sil
    • add: test/IRGen/async/run-call-structinstance-int64-to-void.sil
    • edit: lib/IRGen/GenCall.cpp
    • add: test/IRGen/async/run-call-void-to-struct_large.sil
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: lib/IRGen/NecessaryBindings.h
    • add: lib/IRGen/EntryPointArgumentEmission.h
    • add: test/IRGen/async/run-call-int64-to-void.sil
    • add: test/Inputs/print-shims.swift
    • add: test/IRGen/async/run-call-generic-to-generic.sil
    • edit: lib/IRGen/CallEmission.h
    • add: test/IRGen/async/run-call-generic-to-void.sil
  • Commit 141b032e7c6ad24133905b35a6080f872feb7dac by github:

    Enable --build-sil-debugging-stdlib for all of swift/stdlib/public (#34197)

    • edit: stdlib/public/CMakeLists.txt
    • edit: stdlib/public/core/CMakeLists.txt
  • Commit 0a21c4d96ff1dab4be29fe4a53b7fdac9d3c6c7d by github:

    Fix another use-after-free in SILCombine (#34168)

    • edit: include/swift/SILOptimizer/Utils/ValueLifetime.h
    • edit: test/SILOptimizer/sil_combine_apply.sil
    • edit: lib/SILOptimizer/Utils/ValueLifetime.cpp
    • edit: lib/SILOptimizer/Utils/InstOptUtils.cpp
    • edit: lib/SILOptimizer/Utils/PartialApplyCombiner.cpp