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

# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04-long-test [#7723]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04-long-test/7723/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04-long-test
Date of build: Wed, 17 Feb 2021 20:19:00 -0600
Build duration: 55 min

Identified problems:- Swift Compile Error: Swift compiler error

  • Indication 1
  • 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 5798033fe3702d25ef9c6bb33be541902b7a1eb0 by jonas:

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

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

    • add: Fixtures/Miscellaneous/LocalPackageAsURL/Bar/main.swift
    • edit: Package.swift
    • edit: Sources/SPMTestSupport/misc.swift
    • add: Fixtures/Miscellaneous/LocalPackageAsURL/Bar/Package.swift
    • edit: Sources/PackageLoading/PackageDescription4Loader.swift
    • add: Fixtures/Miscellaneous/LocalPackageAsURL/Foo/Foo.swift
    • add: Fixtures/Miscellaneous/LocalPackageAsURL/Foo/Package.swift
    • edit: Tests/FunctionalTests/MiscellaneousTests.swift
    • edit: Sources/SourceControl/GitRepository.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