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

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

Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/6019/
Project: oss-swift-package-linux-ubuntu-16_04
Date of build: Tue, 16 Mar 2021 00:33:07 -0500
Build duration: 1 hr 38 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 7e6fb9f1271a13aa59b08c515187c67f5859db1e by varun_gandhi:

Remove USE_SWIFT_ASYNC_LOWERING CMake setting.

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

  • edit: lib/IRGen/IRGenModule.cpp

  • edit: CMakeLists.txt

  • edit: include/swift/Runtime/CMakeConfig.h.in

  • edit: include/swift/Runtime/Config.h

  • edit: include/swift/Config.h.in

  • Commit 11a641ff03d869d00f6cf0f7b1b9b2c50da70b91 by atrick:

    Enable mandatory copy propagation SIL pass.

    • edit: test/sil-passpipeline-dump/basic.test-sh
    • edit: test/Interpreter/builtin_bridge_object.swift
    • edit: test/IRGen/unmanaged_objc_throw_func.swift
    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
  • Commit 5b2afec56a5422c2d71a481a22297a9e685eeb80 by dgregor:

    Only produce ConcurrentValue-related diagnostics under -warn-concurrency.

    • edit: test/attr/attr_objc_async.swift
    • edit: lib/Sema/TypeCheckConcurrency.cpp
    • edit: test/Concurrency/actor_call_implicitly_async.swift
    • edit: test/Concurrency/actor_keypath_isolation.swift
    • edit: test/Concurrency/actor_isolation.swift
    • edit: test/Concurrency/concurrent_value_checking.swift
  • Commit 7ef9cc633eeca35a183d7f5e2705bb0fc5d79df4 by nate_chandler:

    [Gardening] Fixed sigil.

    • edit: docs/ABI/Mangling.rst
  • Commit a066ecb169d69c5348bc6b04aed5566efcb845cd by nate_chandler:

    [Gardening] Tweaked comment.

    • edit: include/swift/SIL/SILInstructionWorklist.h
  • Commit 218b9c029b3eb9789cf7adad38684c667a3c1d58 by nate_chandler:

    [IRGen] Added LinkEntity for partial apply forwarder.

    • edit: lib/IRGen/Linking.cpp
    • edit: include/swift/IRGen/Linking.h
  • Commit bf728e74d16d75595c11a3a85d6c5b74432b925d by nate_chandler:

    [IRGen] Added LinkEntity for AFP to PAF.

    • edit: lib/IRGen/Linking.cpp
    • edit: include/swift/IRGen/Linking.h
  • Commit 95a508a43561700c1ba0ce2205947b73d014f4c5 by nate_chandler:

    [Test] Mangling of second PAF for a function.

    • edit: test/Demangle/Inputs/manglings.txt
  • Commit 6c7063d4750eafebabc8d1a58280f1eaf2980f90 by nate_chandler:

    [Test] Gave async/partial_apply[_forwarder].sil pa'd funcs sizes.

    • edit: test/IRGen/async/partial_apply_forwarder.sil
    • edit: test/IRGen/async/partial_apply.sil
  • Commit c8c39f82b9732e07a4f1002fa678a89562c5956c by nate_chandler:

    [Test] Passed -g in IRGen/async/partial_apply.sil.

    • edit: test/IRGen/async/partial_apply.sil
  • Commit 9501371cb7dc09ca7f724bf1c58d5c437e275289 by nate_chandler:

    [Test] Added for part_ap of async @conv(method).

    • add: test/IRGen/async/run-partialapply-capture-classinstance_generic-and-int-to-string.sil
  • Commit fb5c4a10f573635a70689d36cca8d9b004681eea by nate_chandler:

    [Test] Updated FC'd PAF names.

    • edit: test/IRGen/async/run-partialapply-capture-generic_conformer-and-generic-to-void.sil
    • edit: test/IRGen/async/run-partialapply-capture-int64-to-generic.sil
  • Commit d29f8b6e2a6e4c5e5bae5d1f6466b4c8bb8a4c6d by nate_chandler:

    [Test] Tested @callee_guaranteed witness_method.

    • edit: test/IRGen/async/run-partialapply-capture-generic_conformer-and-generic-to-void.sil
  • Commit e371f55a7d9dc4f482ee9b44ec0c0a66801a4177 by nate_chandler:

    [Test] FC'd part_ap of async dyn witness_method.

    • edit: test/IRGen/async/run-partialapply-capture-generic_conformer-and-generic-to-void.sil
  • Commit dbe689a3f24d9ac61b0e8af40ede210e9c1fd4e4 by nate_chandler:

    [AST] De/mangling for functions with generic sigs.

    • edit: include/swift/Demangling/TypeDecoder.h
    • edit: lib/AST/ASTDemangler.cpp
    • edit: include/swift/Reflection/TypeRefBuilder.h
    • edit: include/swift/AST/ASTDemangler.h
    • edit: stdlib/public/runtime/MetadataLookup.cpp
  • Commit ee63777332120ca664cacb94b49672d5a78f24ca by nate_chandler:

    [IRGen] Fix ABI for thick async functions.

    • edit: test/IRGen/async/run-partialapply-capture-classinstance_generic-and-int-to-string.sil
    • add: test/IRGen/async/partial_apply_lowering.sil
    • edit: include/swift/SILOptimizer/PassManager/Passes.def
    • edit: lib/IRGen/GenFunc.cpp
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: stdlib/public/Concurrency/Task.cpp
    • add: lib/IRGen/PartialApplyLowering.cpp
    • edit: include/swift/IRGen/IRGenSILPasses.h
    • edit: lib/IRGen/CMakeLists.txt
    • edit: lib/IRGen/GenCall.cpp
    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
    • edit: test/IRGen/async/partial_apply.sil
  • Commit 2b72725d321474e37a93572b6660302ddcd2bf90 by dgregor:

    Special-case the relationship of Error and CodingKey to ConcurrentValue

    • edit: lib/AST/ASTPrinter.cpp
  • Commit 4e26d8466a224cfe1d445ecc95e903aa88bda054 by eeckstein:

    fix a use-after free in MemoryLocations

    • edit: lib/SIL/Utils/MemoryLocations.cpp
  • Commit fd2ba3091ccdbe740e3a7a7fdf9d8d4793ddbeea by davelee.com:

    Remove .#doc_clang_module.swift

    • delete: test/SourceKit/DocSupport/.#doc_clang_module.swift
  • Commit 7efff69d63d1f17e894d231a975c4eeebba18175 by aprantl:

    Delay requesting a scratch context in BindGenericTypeParameters()

    • edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
  • Commit 13f86660f2babfb1a1a5eeedec74633bcb19c1e5 by solszewski:

    Add symbols(inFilePath path: String)

    • edit: Sources/IndexStoreDB/IndexStoreDB.swift
    • edit: include/IndexStoreDB/Index/IndexSystem.h
    • edit: lib/CIndexStoreDB/CIndexStoreDB.cpp
    • edit: Sources/ISDBTestSupport/INPUTS/SwiftModules/c.swift
    • add: Sources/ISDBTestSupport/INPUTS/CProject/e.c
    • edit: Sources/ISDBTestSupport/INPUTS/SwiftModules/project.json
    • add: Sources/ISDBTestSupport/INPUTS/CProject/d.c
    • add: Sources/ISDBTestSupport/INPUTS/CProject/project.json
    • edit: lib/Index/SymbolIndex.cpp
    • edit: include/IndexStoreDB/Index/SymbolIndex.h
    • edit: lib/Index/IndexSystem.cpp
    • edit: Tests/IndexStoreDBTests/IndexTests.swift
    • add: Sources/ISDBTestSupport/INPUTS/CProject/d.h
    • edit: include/CIndexStoreDB/CIndexStoreDB.h
    • add: Sources/ISDBTestSupport/INPUTS/CProject/e.h

New issue found!