[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (main) #15855

# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#15855]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/15855/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build: Wed, 17 Feb 2021 19:18:53 -0600
Build duration: 58 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 64323a01498957dc9a3dfb45b7f633e77e8450a2 by github:

Revert "[SR-12033] [Sema] Do not allow inferring defaultable closure () -> $T for autoclosure arguments result"

  • edit: lib/Sema/CSBindings.cpp

  • edit: test/Constraints/closures.swift

  • edit: lib/Sema/CSGen.cpp

  • Commit 90d825fc69ec2fd744301a85fec8aa37ef219fea by eeckstein:

    tests: fix command line in SILOptimizer/global-functionptr.swift

    • edit: test/SILOptimizer/global-functionptr.swift
  • Commit 5798033fe3702d25ef9c6bb33be541902b7a1eb0 by jonas:

    [lldb/test] Catch invalid calls to expect()

    • edit: lldb/test/API/functionalities/data-formatter/data-formatter-objc/cmtime/TestDataFormatterCMTime.py
    • edit: lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
    • edit: lldb/test/API/commands/frame/diagnose/complicated-expression/TestComplicatedExpression.py
    • edit: lldb/test/API/commands/settings/TestSettings.py
    • edit: lldb/test/API/commands/frame/diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py
    • edit: lldb/test/API/commands/frame/diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py
    • edit: lldb/test/API/driver/batch_mode/TestBatchMode.py
    • edit: lldb/test/API/commands/frame/diagnose/dereference-this/TestDiagnoseDereferenceThis.py
    • edit: lldb/test/API/commands/frame/diagnose/local-variable/TestLocalVariable.py
    • edit: lldb/test/API/macosx/macCatalyst/TestMacCatalyst.py
    • edit: lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
    • edit: lldb/packages/Python/lldbsuite/test/lldbtest.py
    • edit: lldb/test/API/commands/frame/diagnose/bad-reference/TestBadReference.py
    • edit: lldb/test/API/commands/frame/diagnose/inheritance/TestDiagnoseInheritance.py
  • Commit d4386ba2738f32cb190780f304c346940e569883 by jonas:

    [lldb] Fix invalid calls to expect() in TestSwiftAsyncFnArgs.py

    • edit: lldb/test/API/lang/swift/async/async_fnargs/TestSwiftAsyncFnArgs.py
  • Commit 14daa67b80511957bef79a00cd3910d4831ddcd7 by jonas:

    [lldb] Skip TestSwiftAsyncFnArgs.py

    • edit: lldb/test/API/lang/swift/async/async_fnargs/TestSwiftAsyncFnArgs.py
  • Commit 1334e978f8932f3e8b9b445062bd7877b169a788 by github:

    [Collections] Signing (apple, 2): signed collections (#3264)

    • add: Fixtures/Collections/Signing/TestIntermediateCA_rsa.cer
    • add: Fixtures/Collections/Signing/TestIntermediateCA_ec.cer
    • edit: Tests/PackageCollectionsSigningTests/Utilities.swift
    • edit: Sources/PackageCollectionsSigning/Key/Key.swift
    • add: Fixtures/Collections/Signing/TestRootCA_rsa.cer
    • add: Sources/PackageCollectionsSigning/PackageCollectionSigning.swift
    • add: Sources/PackageCollectionsSigning/Signing/Signing.swift
    • add: Tests/PackageCollectionsSigningTests/SigningTests+ECKey.swift
    • edit: Package.swift
    • add: Tests/PackageCollectionsSigningTests/SignatureTests.swift
    • add: Sources/PackageCollectionsSigning/Signing/Signing+RSAKey.swift
    • add: Sources/PackageCollectionsSigning/Utilities/Base64URL.swift
    • add: Tests/PackageCollectionsSigningTests/PackageCollectionSigningTest.swift
    • add: Sources/PackageCollectionsSigning/Certificate/CertificatePolicy.swift
    • add: Sources/PackageCollectionsSigning/Signing/Signing+ECKey.swift
    • edit: Sources/PackageCollectionsSigning/Key/Key+RSA.swift
    • edit: Sources/PackageCollectionsSigning/Utilities/Utilities.swift
    • add: Tests/PackageCollectionsSigningTests/SigningTests+RSAKey.swift
    • add: Fixtures/Collections/Signing/Test_ec_key.pem
    • add: Sources/PackageCollectionsSigning/Signing/Signature.swift
    • edit: Sources/PackageCollectionsSigning/CMakeLists.txt
    • add: Fixtures/Collections/Signing/Test_rsa_key.pem
  • Commit a783f11c29156a0e520d6a85e16e32cc7a53905e by github:

    Don't trap on empty resource lists (#3284)

    • edit: Sources/PackageLoading/PackageDescription4Loader.swift
  • Commit 42f4bcfd4c170322e75e9c29d6eb69524860fb35 by github:

    Improved the error message when using a local package dependency as 'url:' instead of 'path:' (#3236)

    • edit: Package.swift
    • edit: Sources/SPMTestSupport/misc.swift
    • edit: Sources/SourceControl/GitRepository.swift
    • edit: Tests/FunctionalTests/MiscellaneousTests.swift
    • edit: Sources/PackageLoading/PackageDescription4Loader.swift
    • add: Fixtures/Miscellaneous/LocalPackageAsURL/Foo/Foo.swift
    • add: Fixtures/Miscellaneous/LocalPackageAsURL/Bar/Package.swift
    • add: Fixtures/Miscellaneous/LocalPackageAsURL/Bar/main.swift
    • add: Fixtures/Miscellaneous/LocalPackageAsURL/Foo/Package.swift
  • Commit 15cd755041d6f4ff16e4e00003010f363c43eb41 by github:

    Allow the feature flag to enable package extensions to be controlled by input parameters to the package graph in addition to the SWIFTPM_ENABLE_EXTENSION_TARGETS environment variable, so that unit tests can selectively enable it for synthetic-package tests. (#3285)

    • edit: Sources/PackageLoading/PackageBuilder.swift
    • edit: Sources/SPMTestSupport/misc.swift
    • edit: Sources/PackageGraph/PackageGraph+Loading.swift