[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - macOS (main) #13281

# [FAILURE] oss-swift-incremental-RA-macos [#13281]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-macos/13281/
Project: oss-swift-incremental-RA-macos
Date of build: Thu, 11 Feb 2021 01:17:09 -0600
Build duration: 2 hr 0 min

Tests:

  • |
    Name: Swift(macosx-x86_64)
    Failed: 0 test(s), Passed: 13215 test(s), Total: 13489 test(s) |

Name: Swift-Unit
Failed: 0 test(s), Passed: 668 test(s), Total: 668 test(s) |

Changes- Commit 7600334ea90f44d39a80aff85c0ec33b4d87c94f by compte.adam.c:

[PkgConfig] Add checks for circular dependencies

  • edit: Sources/TSCUtility/PkgConfig.swift

  • Commit c91181b9410f4a355cdabf7b4040d52fbf53ff95 by compte.adam.c:

    [PkgConfig] add tests to ensure that it handles correctly circular deps

    • add: Tests/TSCUtilityTests/pkgconfigInputs/freetype2.pc
    • add: Tests/TSCUtilityTests/pkgconfigInputs/harfbuzz.pc
    • edit: Tests/TSCUtilityTests/PkgConfigParserTests.swift
  • Commit c3aba09f6cb4f868c0af9d6eb6cf86d27f13c7a0 by compte.adam.c:

    [PkgConfig] fix tests

    • edit: Tests/TSCUtilityTests/PkgConfigParserTests.swift
  • Commit 67e2c357c948393fd514242dc88abd0b9c89b865 by compte.adam.c:

    [PkgConfig] Fix test again

    • edit: Tests/TSCUtilityTests/PkgConfigParserTests.swift
  • Commit e423315f9b4e0bb2f9ebfac871379f5cd10d9bad by compte.adam.c:

    [PkgConfig] Fix reviewed code

    • edit: Sources/TSCUtility/PkgConfig.swift
  • Commit 41839190643acc402baa21cb419be226300c6719 by compte.adam.c:

    [PkgConfig] should finally fix tests.

    • edit: Tests/TSCUtilityTests/pkgconfigInputs/freetype2.pc
    • edit: Tests/TSCUtilityTests/pkgconfigInputs/harfbuzz.pc
  • Commit 1a03ded2f228eb602779add2ddf3f0c665384fbd by jake.petroules:

    Add backstop value for DEVELOPER_INSTALL_DIR build setting

    • edit: llbuild.xcodeproj/project.pbxproj
  • Commit bc8e968a14ebdf11e31e0a1ee5aea352fe9bfea8 by aprantl:

    Add missing nullptr check.

    • edit: llvm/lib/Transforms/Coroutines/CoroFrame.cpp
    • edit: llvm/test/Transforms/Coroutines/coro-debug.ll
  • Commit 19337f2522a0daa73e752ea200af134b2439c82c by github:

    [Collections] Update models to support version-specific manifests (#3226)

    • edit: Tests/PackageCollectionsTests/PackageCollectionsTests.swift
    • edit: Sources/PackageCollections/Model/TargetListResult.swift
    • edit: Sources/PackageCollectionsModel/PackageCollectionModel+v1.swift
    • edit: Fixtures/Collections/JSON/good.json
    • edit: Sources/PackageCollections/PackageCollections.swift
    • edit: Sources/PackageCollections/Utility.swift
    • edit: Tests/PackageCollectionsTests/Utility.swift
    • edit: Sources/Commands/SwiftPackageCollectionsTool.swift
    • edit: Sources/PackageCollections/PackageCollections+Validation.swift
    • edit: Fixtures/Collections/JSON/good_signed.json
    • edit: Sources/PackageCollections/Providers/JSONPackageCollectionProvider.swift
    • edit: Tests/PackageCollectionsTests/PackageCollectionValidationTests.swift
    • edit: Tests/PackageCollectionsTests/PackageCollectionsModelTests.swift
    • edit: Tests/PackageCollectionsTests/JSONPackageCollectionProviderTests.swift
    • edit: Sources/PackageCollections/Storage/SQLitePackageCollectionsStorage.swift
    • edit: Tests/PackageCollectionsTests/PackageCollectionsStorageTests.swift
    • edit: Tests/PackageCollectionsModelTests/PackageCollectionModelTests.swift
    • edit: Sources/PackageCollections/Model/Package.swift
    • add: Sources/PackageCollectionsModel/Formats/v1.md
  • Commit 7e60c2fe30074cbe19096d100d4b68ce85b13157 by github:

    [Gardening] remove extra "to let" from documentation of Product.library(name:type:targets:) (#3253)

    • edit: Sources/PackageDescription/Product.swift
  • Commit f2146acdfac04caadfdc97eb8be8cbb620a4ce60 by github:

    improve error message for deduced executableTarget (#3254)

    • edit: Sources/PackageLoading/PackageBuilder.swift
    • edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
  • Commit 3859ae6db66e9671588ce3638ef7753358d16711 by nhawes:

    [Driver] Don't check input file existence if a -vfsoverlay arg is present.

    • edit: lib/Driver/Driver.cpp
    • edit: test/Driver/vfs.swift
  • Commit b9ac9a867cdf46bd49816935c2da3b9c4460d8f9 by meghanavgupta:

    Fix redundant phi elimination for OSSA

    • add: test/SILOptimizer/redundant_phi_elimination_ossa.sil
    • edit: lib/SILOptimizer/Transforms/PhiArgumentOptimizations.cpp
  • Commit 94287ea6a965dff41ab04c3d02f8f91ca04d4c28 by spestov:

    AST: Fix bad interaction between vtable layout, access control and -enable-testing

    • edit: lib/SILGen/SILGenType.cpp
    • add: test/SILGen/Inputs/accessibility_vtables_testable_helper.swift
    • add: test/Interpreter/vtables_multifile_testable.swift
    • edit: include/swift/AST/Decl.h
    • add: test/SILGen/accessibility_vtables_testable.swift
    • add: test/Interpreter/Inputs/vtables_multifile_testable_helper.swift
    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit e43bad2c7165c08aad7df478d6c217cb1a58cb6f by alex:

    [libSyntax] Store the token's text in the SyntaxArena

    • edit: include/swift/Syntax/Serialization/SyntaxDeserialization.h
    • edit: lib/Parse/Parser.cpp
    • edit: lib/Syntax/SyntaxFactory.cpp.gyb
    • edit: lib/Syntax/RawSyntax.cpp
    • edit: utils/gyb_syntax_support/init.py
    • edit: lib/SyntaxParse/SyntaxTreeCreator.cpp
    • edit: include/swift/Syntax/TokenSyntax.h
    • edit: lib/SyntaxParse/RawSyntaxTokenCache.cpp
    • edit: include/swift/Syntax/RawSyntax.h
    • edit: include/swift/Syntax/SyntaxFactory.h.gyb
    • edit: lib/SyntaxParse/RawSyntaxTokenCache.h
  • Commit c1d65de89c680333febae18a4dc5a5c07a4bba85 by alex:

    [libSyntax] Optimise layout of RawSyntax to be more space efficient

    • edit: include/swift/Syntax/RawSyntax.h
    • edit: lib/Syntax/RawSyntax.cpp
  • Commit 648edaadbea760c5dc1b80eda32080bc46d2d853 by alex:

    [libSyntax] Mark parameters that are always passed with move semantics as move-types

    • edit: include/swift/Parse/ParsedSyntax.h
    • edit: include/swift/Parse/ParsedSyntaxRecorder.h.gyb
    • edit: lib/Parse/SyntaxParsingContext.cpp
    • edit: lib/Parse/ParsedSyntaxRecorder.cpp.gyb
    • edit: lib/Parse/ParsedSyntaxBuilders.cpp.gyb
    • edit: include/swift/Parse/ParsedSyntaxBuilders.h.gyb
    • edit: include/swift/Parse/SyntaxParsingContext.h
    • edit: include/swift/Parse/ParsedSyntaxNodes.h.gyb
  • Commit fc41826da96894fa2e4851a2c905b838a90a8cbc by ewilde:

    Rename 'actor class' -> 'actor'

    • edit: include/swift/AST/Attr.def
    • edit: include/swift/AST/Decl.h
    • edit: lib/Sema/TypeCheckConcurrency.cpp
    • edit: utils/gyb_syntax_support/DeclNodes.py
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/IRGen/GenClass.cpp
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/Serialization/ModuleFormat.h
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/Serialization/Deserialization.cpp
    • edit: lib/AST/Decl.cpp
  • Commit 748f15e0d504102e104469fc954721fd3e942daf by ewilde:

    Update standard library actor class

    • edit: stdlib/public/Concurrency/Actor.swift
  • Commit 8b80331c3ddefb08e7c4fe6e3631bcef11555c77 by ewilde:

    Updating tests to use actor

    • edit: test/Concurrency/closure_isolation.swift
    • edit: test/Interpreter/actor_subclass_metatypes.swift
    • edit: test/SIL/Parser/concurrency.sil
    • edit: test/IRGen/actor_class_objc.swift
    • edit: test/ModuleInterface/actor_protocol.swift
    • edit: test/Concurrency/Runtime/mainactor.swift
    • edit: test/attr/actorindependent.swift
    • edit: test/Concurrency/actor_isolation.swift
    • edit: test/Serialization/attr-actorindependent.swift
    • edit: test/attr/attr_objc_async.swift
    • edit: test/ClangImporter/objc_async.swift
    • edit: test/decl/protocol/special/Actor.swift
    • edit: test/ModuleInterface/actor_isolation.swift
    • edit: test/IRGen/actor_class.swift
    • edit: test/SILGen/hop_to_executor.swift
    • edit: test/decl/class/actor/global_actor_conformance.swift
    • edit: test/IRGen/ptrauth-actor.swift
    • edit: test/Concurrency/concurrent_value_checking.swift
    • edit: test/IRGen/async/run-switch-executor.swift
    • edit: test/attr/global_actor.swift
    • edit: test/Interpreter/actor_class_forbid_objc_assoc_objects.swift
    • edit: test/IRGen/actor_class_forbid_objc_assoc_objects.swift
    • edit: test/attr/actorindependent_unsafe.swift
    • edit: unittests/AST/TestContext.h
    • edit: test/decl/protocol/conforms/objc_async.swift
    • edit: test/decl/class/actor/basic.swift
    • edit: test/Concurrency/actor_call_implicitly_async.swift
    • edit: test/Serialization/Inputs/def_concurrency.sil
    • edit: test/SILOptimizer/optimize_hop_to_executor.sil
    • edit: test/attr/asynchandler.swift
    • edit: test/Concurrency/actor_isolation_objc.swift
    • edit: test/SILGen/synthesized_conformance_actor.swift
    • edit: test/decl/class/actor/conformance.swift
    • edit: test/Concurrency/actor_inout_isolation.swift
    • edit: test/Concurrency/default_actor_definit.swift
    • edit: test/Concurrency/global_actor_inference.swift
    • edit: test/Concurrency/Runtime/actor_counters.swift
    • edit: test/IRGen/async/hop_to_executor.sil
    • edit: test/Concurrency/async_let_isolation.swift
    • edit: test/SourceKit/CursorInfo/cursor_info_concurrency.swift
    • edit: test/ModuleInterface/Inputs/MeowActor.swift
    • edit: test/Concurrency/global_actor_from_ordinary_context.swift
  • Commit aab66eeebbb91d7b97fc6058f89228a75fcf2954 by dgregor:

    Split out macOS-specific part of test.

    • add: test/ClangImporter/objc_async_macos.swift
  • Commit c8c8f166cd2c707e2875a8d10a050c9cf8991bca by dgregor:

    Fix original test as well

    • edit: test/ClangImporter/objc_async.swift
  • Commit 64a3a25836a1066dbc61dd31bad8223d339914d7 by xi_ge:

    driver: use a non-op front-end argument to indicate new driver is getting used

    • edit: include/swift/AST/DiagnosticsDriver.def
    • edit: tools/driver/driver.cpp
    • edit: include/swift/Option/FrontendOptions.td
  • Commit 0bfff6beb6d3ec0518fb002d984d0f0f01cf75d2 by achikin:

    Add libSwiftScan entry-points to query supported compiler flags and compiler features

    • edit: unittests/DependencyScan/CMakeLists.txt
    • edit: tools/libSwiftScan/libSwiftScan.exports
    • add: unittests/DependencyScan/Features.cpp
    • edit: unittests/DependencyScan/ModuleDeps.cpp
    • edit: include/swift-c/DependencyScan/DependencyScan.h
    • edit: tools/libSwiftScan/libSwiftScan.cpp
  • Commit b3259eaac062b1be97ea2e34928d0bb818822d66 by achikin:

    Make string_set_dispose method a part of public API.

    • edit: tools/libSwiftScan/libSwiftScan.cpp
    • edit: tools/libSwiftScan/libSwiftScan.exports
    • edit: unittests/DependencyScan/Features.cpp
    • edit: include/swift-c/DependencyScan/DependencyScan.h
  • Commit 0e6f6a54d4587a571593a584a1e65bce3eaf6dd1 by achikin:

    Remove spurious comment

    • edit: tools/libSwiftScan/libSwiftScan.cpp
  • Commit 1c126eb09bcac7e7d45e29c68753cbf25ec7951f by 1094986+edymtt:

    Allow cross host compilation without stdlib build (#35858)

    • edit: utils/swift_build_support/swift_build_support/host_specific_configuration.py
    • edit: utils/swift_build_support/tests/test_host_specific_configuration.py
  • Commit da6c325365e0e50023475ea5dbe34a7c764377d9 by alexis.laf:

    Fix unchecked access to SPI decls from indirect clients

    • add: test/SPI/reexported_spi.swift
    • edit: lib/AST/ModuleNameLookup.cpp
  • Commit cfc1df388881ea35e7136b50768c9842140c9b88 by spestov:

    Document a couple of miscallaneous 5.4 changes in CHANGELOG.md

    • edit: CHANGELOG.md
  • Commit 07bd07926f226e9af5e4f2e251f421fd679021b1 by spestov:

    AST: Implement extractNearestSourceLoc() for ProtocolConformance

    • edit: lib/AST/ProtocolConformance.cpp
    • edit: test/decl/circularity.swift
    • edit: include/swift/AST/ProtocolConformance.h
  • Commit e2d4eb64e03e8c7f7f51097698e80e932fd68b80 by spestov:

    Sema: Fix recursion into associated conformances when checking for rethrows

    • edit: lib/Sema/TypeCheckEffects.cpp
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: test/attr/attr_rethrows_protocol.swift
    • edit: include/swift/AST/Effects.h
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: lib/AST/Effects.cpp
  • Commit 5246fefcef801866f0c7db7334bfb8e36b47e84e by spestov:

    Sema: Conformance witnesses that only rethrow via closure arguments don't contribute

    • edit: lib/Sema/TypeCheckEffects.cpp
    • edit: test/attr/attr_rethrows_protocol.swift
  • Commit af83f8814df60752e18f276c35321b40e05c1309 by spestov:

    Sema: Fix crash when enum case satisfies requirement in @rethrows protocol

    • edit: lib/Sema/TypeCheckEffects.cpp
    • edit: test/attr/attr_rethrows_protocol.swift
  • Commit e8b36abb63af423c72f2d9a2608d2fb982c03b5c by dario.rexin:

    [Concurrency] Enable concurrent global executor on non-Darwin platforms (#35871)

    • edit: test/Concurrency/Runtime/mainactor.swift
    • edit: unittests/runtime/CMakeLists.txt
    • edit: stdlib/public/Concurrency/TaskPrivate.h
    • edit: stdlib/public/Concurrency/CMakeLists.txt
  • Commit c781ac02adaa48fde67df01185dba02f97de6239 by spestov:

    SILGen: Fix assertion failure when accessing a property with a __consuming getter

    • edit: test/SILGen/value_ownership.swift
    • edit: lib/SILGen/SILGenApply.cpp
  • Commit 00117e875081c1d9bbf4591eda5853028edc98fd by dario.rexin:

    [Concurrency] Fix Android C libdispatch build (#35881)

    • edit: cmake/modules/SwiftConfigureSDK.cmake
    • edit: cmake/modules/Libdispatch.cmake