[Swift CI] Build Failure: OSS - Swift Package - OS X (master) #4442

Report

[FAILURE] oss-swift-package-osx [#4442]

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/4442/
Project:
oss-swift-package-osx
Date of build:
Fri, 13 Mar 2020 18:52:39 -0500
Build duration:
4 hr 44 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
  • Delete directory failed: A script tried to delete a directory with rm and it failed

Changes

  • Commit 3eff694bad6292653ff81e8c0fe0fcaf57b42df9 by blangmuir:
    [index] Add implicit callAsFunction reference to index

    • edit: include/swift/IDE/SourceEntityWalker.h
    • add: test/Index/index_callasfunction.swift
    • edit: lib/IDE/SourceEntityWalker.cpp
    • edit: lib/Index/Index.cpp
  • Commit 2d25b6603e687dce93ca15d0b213c2ef8ae30ddc by rjmccall:
    More descriptive names and comments; NFC.

    • edit: lib/IRGen/IRGen.cpp
  • Commit e676286c976050bbe1aea9e4664f52ed05c4136b by aprantl:
    build-script: Rerun all lldb Swift tests with DWARFImporter.

    • edit: utils/build-script-impl
  • Commit 7145a80fa2a2fe524f217a6a421ca90d7fcbc44d by atrick:
    Fix MemBehavior calls to getAccessedAddress to avoid an assert.

    • edit: test/SILOptimizer/mem-behavior-all.sil
    • edit: lib/SILOptimizer/Analysis/MemoryBehavior.cpp
    • edit: test/SILOptimizer/access_marker_verify.swift
  • Commit 56309f6b4973e2824e35b04451aea7d3a7d7f9e5 by aprantl:
    Debug Info: Store the SDK in the DICompileUnit.

    • edit: lib/IRGen/IRGenDebugInfo.cpp
    • add: test/DebugInfo/compileunit-sysroot-sdk.swift
  • Commit 1fc0799e8b897ca9bbfc3151af2b946b142174d3 by xi_ge:
    TBDGen: omit witness table symbol for imported resilient protocols

    • add: test/TBD/omit-witness-table.swift
    • edit: lib/TBDGen/TBDGen.cpp
  • Commit 81e2688c5d61e7864b525c59b9628ec79af9d16b by github:
    Support for clangd's go-to-definition for #include/#import (#247)

    • edit: Tests/SourceKitTests/SourceKitTests.swift
    • add: Tests/INPUTS/BasicCXX/main.c
    • edit: Sources/SourceKit/SourceKitServer.swift
    • edit: Tests/LanguageServerProtocolTests/LanguageServerProtocolTests.swift
    • edit: Sources/SourceKit/ToolchainLanguageServer.swift
    • edit: Tests/SKCoreTests/BuildServerBuildSystemTests.swift
    • edit: Sources/SourceKit/clangd/ClangLanguageServer.swift
    • add: Tests/INPUTS/BasicCXX/Object.h
    • edit: Sources/LanguageServerProtocol/SupportTypes/DocumentURI.swift
    • edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
    • add: Tests/INPUTS/BasicCXX/project.json
    • edit: Tests/SourceKitTests/XCTestManifests.swift
  • Commit a7cdbdbdd67827cc6c39c1bc193c563e08053fdc by aprantl:
    Convert settings list into a tuple so it can be matched by the

    • edit: lldb/packages/Python/lldbsuite/test/dotest.py
  • Commit abe1f1d9473ff248d774e200f74ddc353c0fac85 by aprantl:
    Add support for XFAILing a test based on a setting.

    • edit: lldb/packages/Python/lldbsuite/test/decorators.py
    • edit: lldb/test/API/sanity/TestSettingSkipping.py
  • Commit afc11b25fe45282eddd79afb043a31711b35affe by aprantl:
    Upstream catalyst support

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit edd876858e02d8be364f72e5a4a40b6ca8c14df3 by aprantl:
    Add an lldb setting to disable ClangImporter (in favor of

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
    • edit: lldb/include/lldb/Core/ModuleList.h
    • edit: lldb/source/Core/ModuleList.cpp
    • edit: lldb/source/Core/CoreProperties.td
  • Commit 150d09ac40599ec735b1536a511189796d99820a by aprantl:
    Add support for XFAILing a test based on a setting.

    • edit: lldb/test/API/sanity/TestSettingSkipping.py
    • edit: lldb/packages/Python/lldbsuite/test/decorators.py
  • Commit d5b72b34096890de8b161294552acfe1ea82ca97 by aprantl:
    Skip/XFAIL tests that do not yet work with ClangImporter disabled.

    • edit: lldb/test/API/lang/swift/clangimporter/bridging_header_headermap/TestSwiftBridgingHeaderHeadermap.py
    • edit: lldb/test/API/functionalities/mtc/swift-property/TestMTCSwiftProperty.py
    • delete: lldb/test/API/lang/swift/clangimporter/union/main.swift
    • add: lldb/test/API/lang/swift/union/module.modulemap
    • add: lldb/test/API/lang/swift/union/Makefile
    • edit: lldb/test/API/lang/swift/clangimporter/rewrite_clang_paths/TestSwiftRewriteClangPaths.py
    • edit: lldb/test/API/lang/swift/objc_inherited_ivars/TestSwiftAtObjCIvars.py
    • edit: lldb/test/API/lang/swift/foundation_value_types/decimal/TestSwiftFoundationTypeDecimal.py
    • edit: lldb/test/API/lang/swift/foundation_value_types/url/TestSwiftFoundationTypeURL.py
    • edit: lldb/packages/Python/lldbsuite/test/dotest.py
    • add: lldb/test/API/lang/swift/union/union.h
    • edit: lldb/test/API/functionalities/mtc/swift/TestMTCSwift.py
    • edit: lldb/test/API/lang/swift/enum_objc/TestEnumObjC.py
    • edit: lldb/test/API/lang/swift/unknown_self/TestSwiftUnknownSelf.py
    • edit: lldb/test/API/lang/swift/clangimporter/macro_conflict/TestSwiftMacroConflict.py
    • edit: lldb/test/API/lang/swift/protocol_extension_computed_property/TestProtocolExtensionComputerProperty.py
    • edit: lldb/test/API/lang/swift/clangimporter/include_conflict/TestSwiftIncludeConflict.py
    • edit: lldb/test/API/lang/swift/array_tuple_resilient/TestSwiftArrayTupleResilient.py
    • edit: lldb/test/API/lang/swift/foundation_value_types/data/TestSwiftFoundationTypeData.py
    • edit: lldb/test/API/lang/swift/variables/objc_optionals/TestSwiftObjCOptionals.py
    • edit: lldb/test/API/lang/swift/swiftieformatting/TestSwiftieFormatting.py
    • edit: lldb/test/API/lang/swift/variables/objc/TestObjCImportedTypes.py
    • edit: lldb/test/API/lang/swift/clangimporter/config_macros/TestSwiftDedupMacros.py
    • edit: lldb/test/API/lang/swift/clangimporter/dynamic_type_resolution_import_conflict/TestSwiftDynamicTypeResolutionImportConflict.py
    • add: lldb/test/API/lang/swift/union/main.swift
    • edit: lldb/test/API/lang/swift/objc_runtime_ivars/TestObjCIvarDiscovery.py
    • delete: lldb/test/API/lang/swift/clangimporter/union/TestSwiftCUnion.py
    • edit: lldb/test/API/lang/swift/clangimporter/objcmain_conflicting_dylibs/TestSwiftObjCMainConflictingDylibs.py
    • edit: lldb/test/API/lang/swift/multilang_category/TestMultilangFormatterCategories.py
    • edit: lldb/test/API/lang/swift/bridged_metatype/TestSwiftBridgedMetatype.py
    • edit: lldb/test/API/lang/swift/expression/classes/fromobjc/TestSwiftExpressionsInMethodsFromObjc.py
    • edit: lldb/test/API/lang/swift/clangimporter/objcmain_conflicting_dylibs_bridging_headers/TestSwiftObjCMainConflictingDylibsBridgingHeader.py
    • edit: lldb/test/API/lang/swift/implementation_only_imports/main_executable/TestMainExecutable.py
    • delete: lldb/test/API/lang/swift/clangimporter/union/union.h
    • edit: lldb/test/API/lang/swift/protocols/class_protocol/TestClassConstrainedProtocolArgument.py
    • delete: lldb/test/API/lang/swift/clangimporter/union/Makefile
    • edit: lldb/test/API/lang/swift/clangimporter/extra_clang_flags/TestSwiftExtraClangFlags.py
    • edit: lldb/test/API/lang/swift/tagged_pointer/TestSwiftTaggedPointer.py
    • edit: lldb/test/API/lang/swift/mix_any_object/TestSwiftMixAnyObjectType.py
    • add: lldb/test/API/lang/swift/union/TestSwiftCUnion.py
    • edit: lldb/test/API/lang/swift/clangimporter/headermap_conflict/TestSwiftHeadermapConflict.py
    • edit: lldb/test/API/lang/swift/clangimporter/static_archive/TestSwiftStaticArchiveTwoSwiftmodules.py
    • delete: lldb/test/API/lang/swift/clangimporter/union/module.modulemap
    • edit: lldb/test/API/lang/swift/variables/dict_nsobj_anyobj/TestSwiftDictionaryNSObjectAnyObject.py
    • edit: lldb/test/API/lang/swift/deployment_target/TestSwiftDeploymentTarget.py
    • edit: lldb/test/API/lang/swift/nsarray_code_running_formatter/TestSwiftNSArrayCodeRunningFormatter.py
    • edit: lldb/test/API/lang/swift/first_expr_module_load/TestFirstExprModuleLoad.py
    • edit: lldb/test/API/lang/swift/optionset/TestSwiftOptionSetType.py
    • edit: lldb/test/API/lang/swift/foundation_value_types/notification/TestSwiftFoundationTypeNotification.py
    • edit: lldb/test/API/lang/swift/foundation_value_types/measurement/TestSwiftFoundationTypeMeasurement.py
    • edit: lldb/test/API/lang/swift/clangimporter/remoteast_import/TestSwiftRemoteASTImport.py
    • edit: lldb/test/API/lang/swift/clangimporter/objcmain_conflicting_dylibs_failing_import/TestSwiftObjCMainConflictingDylibsFailingImport.py
    • edit: lldb/test/API/lang/swift/unknown_reference/TestSwiftUnknownReference.py
  • Commit 2668f69a7fea8d42cc64f5ab8ed12d5b8138bc2b by ejarnea:
    Expose the name of every symbol in the index

    • edit: Sources/IndexStoreDB/IndexStoreDB.swift
  • Commit f57557420df577c70f9a59cb362bdde9ab3a4b97 by ejarnea:
    Changed IndexStoreDB.allSymbolNames() to return an array of names Add

    • edit: Tests/IndexStoreDBTests/XCTestManifests.swift
    • edit: Tests/IndexStoreDBTests/IndexTests.swift
    • edit: Sources/IndexStoreDB/IndexStoreDB.swift