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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/4561/
Project:
oss-swift-package-osx
Date of build:
Thu, 09 Apr 2020 02:32:22 -0500
Build duration:
4 hr 59 min

Identified problems:

  • Delete directory failed: A script tried to delete a directory with rm and it failed

Changes

  • Commit 8f96bfc925d7729a92bbb5a33173900afdd20379 by ryan:
    Replace deprecated CMake Python modules

    • edit: CMakeLists.txt
  • Commit 121fa9a0584358840ed79d0d426d4345d67f17fe by brentdax:
    Ignore transitive ObjC imports when cross-importing

    • edit: lib/AST/Module.cpp
    • edit: include/swift/ClangImporter/ClangImporter.h
    • edit: include/swift/AST/ClangModuleLoader.h
    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: lib/Sema/ImportResolution.cpp
    • edit: test/CrossImport/transitive.swift
    • edit: test/CrossImport/Inputs/lib-templates/lib/swift/UniversalExports.swiftinterface
    • edit: test/CrossImport/Inputs/lib-templates/include/module.modulemap
    • add: test/CrossImport/Inputs/lib-templates/include/core_mi6.swiftcrossimport/ThinLibrary.swiftoverlay
    • add: test/CrossImport/Inputs/lib-templates/include/core_mi6.h
    • edit: include/swift/AST/Module.h
    • add: test/CrossImport/Inputs/lib-templates/include/universal_exports.h
  • Commit 9f3a6cdeef45f908b6ee095982bc6d3fc7e59faa by gribozavr:
    utils/run-test: added lit's --filter option

    • edit: utils/run-test
  • Commit 4592c0ad2d8da6e79fefb1b8a0734b890fa101d0 by nhawes:
    [Index] Don't replace ' ' or '-' in group names when mapping them to a

    • edit: lib/Index/IndexRecord.cpp
  • Commit a22d0f229ca82a5f05b3c34ed2a565dd4255b61e by atrick:
    Add init_existential_metatype to CSE.

    • add: test/SILOptimizer/Inputs/cse_metatype_conformanceC.swift
    • edit: test/SILOptimizer/cse.sil
    • add: test/SILOptimizer/cse_metatype_conformance.swift
    • add: test/SILOptimizer/Inputs/cse_metatype_conformanceA.swift
    • edit: lib/SILOptimizer/Transforms/CSE.cpp
    • edit: lib/SIL/IR/SILInstruction.cpp
    • add: test/SILOptimizer/Inputs/cse_metatype_conformanceB.swift
  • Commit 06f52182c47f54a116777e7d2c0b71ef6ef275fd by danielzheng:
    Add negative test for SR-12548.

    • add: test/AutoDiff/compiler_crashers/sr12548-siloptimizer-rewrite-partial-apply-convention-method.swift
  • Commit 606c070e11c94c388c727ef7f55d0dee259854d3 by danielzheng:
    [SILOptimizer] Disable SILCombiner::visitPartialApplyInst for method

    • delete: test/AutoDiff/compiler_crashers/sr12548-siloptimizer-rewrite-partial-apply-convention-method.swift
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
    • edit: test/SILOptimizer/sil_combine_apply.sil
    • add: test/AutoDiff/compiler_crashers_fixed/sr12548-siloptimizer-rewrite-partial-apply-convention-method.swift
  • Commit 240fd09364a9d7170fe070acdf2abcfe33d7d01d by nate_chandler:
    [metadata prespecialization] Not always on for stdlib.

    • edit: lib/IRGen/IRGenModule.cpp
  • Commit 792ee14e0cc54d9a22128aec6ed9dc87822bfc79 by nullptr:
    [clangimporter] Include clang/AST/ASTContext.h to fix master-next build.

    • edit: include/swift/ClangImporter/SwiftAbstractBasicReader.h
  • Commit e76be9e4b5e5c48e9058b6c125a5811399dd8723 by nullptr:
    [siloptimizer] Use .str() on StringRef.

    • edit: lib/SILOptimizer/Utils/Differentiation/Common.cpp
  • Commit 105e3b298cca7bbef5b5a1063c64bc66bf1fb5a3 by marcrasi:
    [AutoDiff upstream] witness table IRGen test

    • add: test/AutoDiff/IRGen/witness_table_differentiable_requirements.sil
  • Commit dce9614bf4ddc498b146d7d5b63ce132b6f7922e by abdulras:
    runtime: provide AEABI shims for floating point conversion

    • edit: stdlib/public/runtime/Float16Support.cpp
  • Commit aee280ad65098879dbf56804adc7674eb0632443 by rishizaki:
    [SourceKit/Testing] Add %diff as an alias for 'diff --strip-trailing-cr'

    • edit: test/SourceKit/Refactoring/semantic-refactoring/extract-func.swift
    • edit: test/SourceKit/InterfaceGen/gen_header_swift_args.swift
    • edit: test/SourceKit/SyntaxMapData/syntaxmap-pound-keyword.swift.response
    • edit: test/SourceKit/Indexing/sr_3815.swift
    • edit: test/SourceKit/Refactoring/semantic-refactoring/extract-func-with-args.swift
    • edit: test/SourceKit/SyntaxMapData/syntaxmap-edit-del.swift
    • edit: test/SourceKit/SyntaxMapData/syntaxmap-object-literals.swift.response
    • edit: test/SourceKit/CodeComplete/complete_sort_order.swift
    • edit: test/SourceKit/CodeComplete/complete_optionalmethod.swift
    • edit: test/SourceKit/Indexing/index_is_test_candidate_objc.swift
    • edit: test/SourceKit/SyntaxMapData/syntaxmap-object-literals.swift
    • edit: test/SourceKit/DocumentStructure/mark_edit.swift
    • edit: test/SourceKit/Indexing/index_bad_modulename.swift
    • edit: test/SourceKit/Indexing/index_operators.swift
    • edit: test/SourceKit/SyntaxMapData/syntaxmap-edit.swift
    • edit: test/SourceKit/Indexing/index_func_import.swift
    • edit: test/SourceKit/SyntaxMapData/syntaxmap-pound-keyword.swift
    • edit: test/SourceKit/CodeComplete/complete_unresolvedmember.swift
    • edit: test/SourceKit/DocSupport/doc_source_file.swift
    • edit: test/SourceKit/Indexing/index_constructors.swift
    • edit: test/SourceKit/MarkupXML/basic.swift
    • edit: test/SourceKit/CodeComplete/complete_typerelation.swift
    • edit: test/SourceKit/InterfaceGen/gen_swift_module.swift
    • edit: test/SourceKit/Sema/sema_config.swift
    • edit: test/SourceKit/DocSupport/doc_swift_module_cross_import.swift
    • edit: test/SourceKit/Sema/sema_lazy_var.swift
    • edit: test/SourceKit/DocSupport/doc_swift_module.swift
    • edit: test/SourceKit/SyntaxMapData/diags.swift
    • edit: test/SourceKit/Indexing/index_implicit_vis.swift
    • edit: test/SourceKit/InterfaceGen/gen_swiftonly_systemmodule.swift
    • edit: test/SourceKit/DocumentStructure/access_parse.swift
    • edit: test/SourceKit/InterfaceGen/gen_swift_module_cross_import.swift
    • edit: test/SourceKit/Refactoring/syntactic-rename.swift
    • edit: test/SourceKit/Refactoring/semantic-refactoring/extract-repeated-expression.swift
    • edit: test/SourceKit/DocSupport/doc_clang_module.swift
    • edit: test/SourceKit/Refactoring/ordering.swift
    • edit: test/SourceKit/Indexing/rdar_21602898.swift
    • edit: test/SourceKit/Sema/sema_symlink.swift
    • edit: test/SourceKit/InterfaceGen/gen_clang_module.swift
    • edit: test/SourceKit/Sema/sema_playground.swift
    • edit: test/SourceKit/CursorInfo/rdar_18677108-2.swift
    • edit: test/SourceKit/Refactoring/rename-mismatch.swift
    • edit: test/SourceKit/Sema/sema_forbid_typecheck.swift
    • edit: test/SourceKit/SyntaxMapData/syntaxmap.swift
    • edit: test/SourceKit/Misc/print-response-as-json.swift
    • edit: test/SourceKit/Indexing/index_big_array.swift
    • edit: test/SourceKit/TypeContextInfo/typecontext_basic.swift
    • edit: test/SourceKit/CodeComplete/complete_constructor.swift
    • edit: test/SourceKit/DocumentStructure/structure_object_literals.swift.response
    • edit: test/SourceKit/Sema/sema_big_array.swift
    • edit: test/SourceKit/Sema/placeholders.swift
    • edit: test/SourceKit/DocSupport/doc_swift_module1.swift
    • edit: test/SourceKit/CodeComplete/complete_annotateddescription.swift
    • edit: test/SourceKit/InterfaceGen/gen_swift_source.swift
    • edit: test/SourceKit/Refactoring/semantic-refactoring/local-rename.swift
    • edit: test/SourceKit/Sema/sema_edits.swift
    • edit: test/SourceKit/CursorInfo/cursor_usr.swift
    • edit: test/SourceKit/Refactoring/semantic-refactoring/fill-stub.swift
    • edit: test/SourceKit/DocumentStructure/structure.swift
    • edit: test/SourceKit/Indexing/index_with_swift_module.swift
    • edit: test/SourceKit/CodeComplete/complete_filter.swift
    • edit: test/SourceKit/CodeComplete/complete_member.swift
    • edit: test/SourceKit/Indexing/index_forbid_typecheck.swift
    • edit: test/SourceKit/Refactoring/semantic-refactoring/localize-string.swift
    • edit: test/SourceKit/lit.local.cfg
    • edit: test/SourceKit/DocumentStructure/structure_object_literals.swift
    • edit: test/SourceKit/Indexing/index_objcMembers.swift
    • edit: test/SourceKit/CodeComplete/complete_override.swift
    • edit: test/SourceKit/ConformingMethods/generics.swift
    • edit: test/SourceKit/InterfaceGen/gen_header.swift
    • edit: test/SourceKit/Sema/enum-toraw/enum-toraw.swift
    • edit: test/SourceKit/ExtractComment/extract_comments.swift
    • edit: test/SourceKit/Refactoring/semantic-refactoring/extract-func-default.swift
    • edit: test/SourceKit/Refactoring/semantic-refactoring/expand-default.swift
    • edit: test/SourceKit/Indexing/index_enum_case.swift
    • edit: test/SourceKit/Indexing/index.swift
    • edit: test/SourceKit/Indexing/index_is_test_candidate.swift
    • edit: test/SourceKit/ConformingMethods/basic.swift
    • edit: test/SourceKit/TypeContextInfo/typecontext_generics.swift
    • edit: test/SourceKit/CodeComplete/complete_update.swift
  • Commit 2eb460de4d675a0947215bc1878bb61f1a3dcd49 by github:
    [AutoDiff upstream] Add forward-mode differentiation. (#30878)

    • edit: include/swift/AST/DiagnosticsSIL.def
    • edit: stdlib/public/Differentiation/DifferentiationUtilities.swift
    • edit: lib/SILOptimizer/Mandatory/Differentiation.cpp
    • edit: lib/SILOptimizer/Utils/Differentiation/CMakeLists.txt
    • add: include/swift/SILOptimizer/Utils/Differentiation/JVPEmitter.h
    • edit: lib/Frontend/CompilerInvocation.cpp
    • add: lib/SILOptimizer/Utils/Differentiation/JVPEmitter.cpp
    • edit: test/AutoDiff/SILOptimizer/derivative_sil.swift
    • edit: test/AutoDiff/SILOptimizer/differentiation_sil.swift
  • Commit ba75b3b3fb123fd0cb1eb16963fc801456c252c1 by atrick:
    Add Builtin.is_same_metatype to SILCombine.

    • edit: test/SILOptimizer/sil_combine.sil
    • add: test/SILOptimizer/existential_metatype.swift
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerBuiltinVisitors.cpp
  • Commit fb943cca8afe0d08403beb1d10c031ed62832659 by rkandhadaimadhav:
    [OSLogOptimization] Make emitCodeForSymbolicValue function generate

    • edit: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp
    • edit: test/SILOptimizer/OSLogMandatoryOptTest.swift
  • Commit 32c338f4650dc68e23447b63b1619c2ced2a660e by hborla:
    [Property Wrappers] Improve error recovery in buildStorageReference.

    • edit: test/decl/var/property_wrappers.swift
    • edit: lib/Sema/TypeCheckStorage.cpp
  • Commit 2704b6d737ea484f082e0802ce30c2757301a5bb by passos.luciano:
    [ConstraintSystem] Diagnose ambiguity for generic parameter bindings

    • edit: lib/Sema/ConstraintSystem.cpp
  • Commit 4c8f1c8b2d8452d5e900f84467dfbe41b499189b by passos.luciano:
    [test] Adding SR-9839 test cases

    • edit: test/expr/closure/closures.swift
  • Commit 426a2f8694f75dae23d9d9303936e6244c261e79 by passos.luciano:
    [ConstraintSystem] Checking for SK_Fix when diagnose ambiguity for

    • edit: lib/Sema/ConstraintSystem.cpp
  • Commit 51de63693a2687a8103a7a719b6699372037d038 by aschwaighofer:
    Fix test/IRGen/abitypes.swift on armv7

    • edit: test/IRGen/abitypes.swift
  • Commit e4aa8a90a454bd58918a178af927a966ceec173c by mishal_shah:
    [Checkout] Update checkout scheme for release/5.3

    • edit: utils/update_checkout/update-checkout-config.json
  • Commit 724f8c23dbd1a52b09e5d4ba97e328d87ac03021 by github:
    [Typechecker] Implement SE-0268 Refine didSet Semantics (#26632)

    • edit: include/swift/AST/StorageImpl.h
    • edit: lib/Serialization/Serialization.cpp
    • edit: test/attr/attr_native_dynamic.swift
    • edit: lib/Sema/TypeCheckStorage.cpp
    • add: test/SILGen/didset_oldvalue_not_accessed_silgen.swift
    • edit: test/SILOptimizer/di_property_wrappers.swift
    • edit: lib/Serialization/ModuleFormat.h
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: lib/Serialization/Deserialization.cpp
    • edit: test/SILGen/property_wrappers.swift
    • edit: test/SILGen/modify.swift
    • edit: include/swift/AST/Decl.h
    • edit: lib/SIL/IR/TypeLowering.cpp
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: include/swift/AST/KnownIdentifiers.def
    • edit: lib/AST/ASTDumper.cpp
    • edit: test/IDE/complete_in_accessors.swift
    • add: test/decl/var/didset_oldvalue.swift
    • edit: test/SILGen/properties_swift4.swift
    • edit: lib/AST/Decl.cpp
    • edit: test/SILGen/accessors.swift
    • edit: test/SILGen/properties_swift5.swift
    • edit: test/SILGen/objc_extensions.swift
    • edit: test/SILGen/observers.swift
    • edit: test/SILGen/multi_file.swift
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: test/ModuleInterface/inlinable-function.swift
    • edit: test/PCMacro/didset.swift
    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 5309f27cb4cb2336ecc3a24a9d9f057f6c22608a by compnerd:
    Fix #30819

    • edit: test/CrossImport/Inputs/lib-templates/include/universal_exports.h
  • Commit af6f986bb1f2e94e7c619bfc785565fe74d6457f by blangmuir:
    [build-script] Add --parallel to supress output on success

    • edit: Utilities/build-script-helper.py
  • Commit 6445a690291112a9ee06a989740c76afa2bc40de by blangmuir:
    [test] Fix double close in testCloseRace

    • edit: Tests/LanguageServerProtocolJSONRPCTests/ConnectionTests.swift
  • Commit 5fa2642eb3dfe7177800311b6249444f8b0bc40e by vsk:
    SwiftFormatters: Harden StringGuts formatter against invalid input

    • edit: lldb/source/Plugins/Language/Swift/SwiftFormatters.cpp
  • Commit 2dae05bbb1acb1e3971326888370b117e3ad1212 by blangmuir:
    [build-script] Add --parallel to supress output on success

    • edit: Utilities/build-script-helper.py