[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 18.04 (main) #3379

# [FAILURE] oss-swift-package-linux-ubuntu-18_04 [#3379]

Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/3379/
Project: oss-swift-package-linux-ubuntu-18_04
Date of build: Wed, 28 Oct 2020 12:36:23 -0500
Build duration: 2 hr 20 min

Changes- Commit 3128eae3f0cdfb5cc9cf9ba95a8ab3ed6accda3b by atrick:

Add NestedSemanticFunctionCheck diagnostic

  • edit: lib/SILOptimizer/Mandatory/CMakeLists.txt

  • edit: stdlib/public/core/ContiguousArray.swift

  • edit: lib/SILOptimizer/Analysis/ArraySemantic.cpp

  • edit: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp

  • edit: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp

  • edit: include/swift/SILOptimizer/Analysis/ArraySemantic.h

  • add: test/SILOptimizer/diagnose_nested_semantic.swift

  • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp

  • edit: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp

  • edit: test/SILOptimizer/inline_semantics.sil

  • edit: include/swift/SILOptimizer/PassManager/Passes.def

  • edit: stdlib/public/core/ArraySlice.swift

  • edit: lib/SILOptimizer/LoopTransforms/LoopUnroll.cpp

  • add: lib/SILOptimizer/Mandatory/NestedSemanticFunctionCheck.cpp

  • edit: include/swift/SILOptimizer/Utils/PerformanceInlinerUtils.h

  • edit: lib/SILOptimizer/IPO/GlobalPropertyOpt.cpp

  • edit: include/swift/AST/DiagnosticsSIL.def

  • Commit 40afb68dafbc16fd231e69e5633cfe1ae0ee00b1 by atrick:

    Remove internal references to "*_no_escaping_closure" semantics.

    • edit: test/SILOptimizer/escape_analysis.sil
    • edit: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp
  • Commit 72029d46e7f85ff34689cd1d9835308e285d29a7 by atrick:

    Add REQUIRES: swift_stdlib_no_asserts to dead_array_elim.swift

    • edit: test/SILOptimizer/dead_array_elim.swift
    • edit: test/SILOptimizer/OSLogFullOptTest.swift
  • Commit 79dd09c7f8b12a88c896f647fc8c39950672065f by nate_chandler:

    [Runtime] Auth args to compareTypeContextDescriptors.

    • edit: stdlib/public/runtime/Metadata.cpp
  • Commit 59a309c2ef016fc3aa57eaf4dc0dd0e8d6e336c0 by nate_chandler:

    [NFC] Matched decl arg nams to defn arg names.

    • edit: lib/IRGen/GenCall.h
  • Commit 5a6290f88795608c96086f010051ed098d353fe9 by nate_chandler:

    [NFC] Added lambda to add task continuation func.

    • edit: lib/IRGen/GenCall.cpp
  • Commit e3f92e4d1544e414a938eed2ee7474870934640b by nate_chandler:

    [NFC] Added lambda to add executor.

    • edit: lib/IRGen/GenCall.cpp
  • Commit c22c0c523aaef3971c8c068b74885903ddfdddbd by nate_chandler:

    [Async CC] Add Flags to context.

    • edit: lib/IRGen/GenCall.h
    • edit: lib/IRGen/GenCall.cpp
  • Commit 80d1f83b6def7048adb8faf22a0b9325ba1417e1 by nate_chandler:

    [Async CC] Add coroutine fields to context.

    • edit: lib/IRGen/GenCall.h
    • edit: lib/IRGen/GenCall.cpp
  • Commit e8e613bd6ad5b0358f15961627a70d8c1cddc982 by eeckstein:

    RCIdentity: fix another case of not-RC-identity-preserving casts.

    • edit: include/swift/SIL/DynamicCasts.h
    • edit: lib/SIL/Utils/DynamicCasts.cpp
    • edit: lib/SIL/Utils/MemAccessUtils.cpp
    • edit: test/SILOptimizer/retain_release_code_motion.sil
    • edit: lib/SIL/IR/SILInstruction.cpp
    • edit: lib/SILOptimizer/Analysis/RCIdentityAnalysis.cpp
  • Commit 64e5f763e61eac422e73586b22232a5e026c2aac by github:

    Add a failing test for SR-13785 (#34462)

    • add: test/Interop/C/implementation-only-imports/Inputs/user_a.h
    • add: test/Interop/C/implementation-only-imports/Inputs/helper.h
    • add: test/Interop/C/implementation-only-imports/Inputs/user_b.h
    • add: test/Interop/C/implementation-only-imports/prefer-a-visible-symbol-over-implementation-only-ones.swift
    • add: test/Interop/C/implementation-only-imports/Inputs/module.modulemap
  • Commit 782fa272064151ba17cde6f4d75011871d78c1ee by mikeash:

    [Runtime] Move ElementCapacity into the Elements allocation.

    • edit: include/swift/Runtime/Concurrent.h
    • edit: test/stdlib/symbol-visibility-linux.test-sh
  • Commit 419c20572ec830453b5b338f2704a26d819949ca by aprantl:

    Fix GetTypeInfo for arbitrarily-sized floats

    • edit: lldb/unittests/Symbol/TestTypeSystemSwiftTypeRef.cpp
    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
  • Commit 2e21a9ed3abe06d4a5244075b5a51e9be17ab29f by aprantl:

    Fix TypeSystemSwiftTypeRef::GetTypeInfo() results for bound generic enums.

    • edit: lldb/unittests/Symbol/TestTypeSystemSwiftTypeRef.cpp
    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
  • Commit 9dfb052ef416e3a452588040e6f722bf551907f5 by kgominyuk:

    Improve Error to NSError conversion

    • edit: Tests/Foundation/Tests/TestNSError.swift
    • edit: Sources/Foundation/NSError.swift
  • Commit ea501f4fbc445ce5bf161dd1fdb5be377bd4bb1a by bender:

    Improve cleanup in FileManager tests

    • edit: Tests/Foundation/Tests/TestFileManager.swift