[Swift CI] Build Failure: 1. OSS - Swift ASAN - OS X (main) #5395

# [FAILURE] oss-swift-incremental-ASAN-RA-osx [#5395]

Build URL: https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/5395/
Project: oss-swift-incremental-ASAN-RA-osx
Date of build: Tue, 22 Dec 2020 02:40:53 -0600
Build duration: 10 hr

Changes- Commit 0fa84c14a02ceedbb4625fa052f654abf4a2ecca by spestov:

ASTScope: Remove the ExpandASTScopeRequest

  • edit: include/swift/AST/NameLookupTypeIDZone.def

  • edit: lib/AST/ASTScopeLookup.cpp

  • edit: include/swift/AST/ASTScope.h

  • edit: lib/AST/ASTScopeCreation.cpp

  • edit: include/swift/AST/NameLookupRequests.h

  • edit: include/swift/Basic/Statistics.def

  • Commit b1f9c10d07b1be8b25ab33e8d9d1ae78e90a94df by spestov:

    ASTScope: Small optimization to ASTScopeImpl memory layout

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 04ffcafaa54460d8a919a02e745f32bb02fb39c0 by mgottesman:

    [sil-combine] Enable dead alloc_ref elim for ossa.

    • delete: test/SILOptimizer/sil_combine_misc_visitor_opts_ossa.sil
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp
    • add: test/SILOptimizer/sil_combine_misc_opts.sil
  • Commit 5720d30c9a4eff070e7b55f1fa60ff7285a73cb4 by mgottesman:

    [sil-combine] Enable convert_escape_to_no_escape -> thin_to_thick_function for ossa.

    • add: test/SILOptimizer/sil_combine_casts.sil
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerCastVisitors.cpp
  • Commit 79215a4952b938ac52a5313a034c7f5fae1fb1ea by mgottesman:

    [sil-combine] Add sil_combine_ prefix to a test that is a sil-combine test.

    • delete: test/SILOptimizer/cast_foldings.sil
    • add: test/SILOptimizer/sil_combine_cast_foldings.sil
  • Commit 428516c0f87828bac2618cfd900cba57b7b283cc by ben_barham:

    [CodeCompletion] Zero check interval should always check dependencies

    • edit: lib/IDE/CompletionInstance.cpp
  • Commit be13b470aae8d86163ed175cb476596d321f74f4 by mattt:

    Fix typos

    • edit: stdlib/public/core/StringGutsRangeReplaceable.swift
    • edit: stdlib/public/core/UnicodeScalarProperties.swift
    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
    • edit: stdlib/public/core/Diffing.swift
    • edit: stdlib/public/core/Filter.swift
    • edit: stdlib/public/core/StringRangeReplaceableCollection.swift
    • edit: stdlib/public/core/Unmanaged.swift
    • edit: lib/AST/Attr.cpp
    • edit: stdlib/public/core/Flatten.swift
    • edit: stdlib/public/Darwin/Foundation/Publishers+NotificationCenter.swift
    • edit: stdlib/public/core/ContiguousArray.swift
    • edit: stdlib/public/core/Sequence.swift
    • edit: stdlib/public/core/ArraySlice.swift
    • edit: stdlib/public/Darwin/Foundation/DateInterval.swift
    • edit: stdlib/public/Darwin/Foundation/NSStringAPI.swift
    • edit: stdlib/public/core/DictionaryBuilder.swift
    • edit: stdlib/public/core/KeyPath.swift
    • edit: stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift
    • edit: stdlib/public/core/EitherSequence.swift
    • edit: stdlib/public/core/LegacyABI.swift
    • edit: stdlib/public/core/Slice.swift
    • edit: stdlib/public/core/Character.swift
    • edit: stdlib/public/Darwin/Foundation/Data.swift
    • edit: stdlib/public/core/Array.swift
  • Commit da224875b681a06eb160a1dd58eccb953792f41e by flo:

    [AnnotationRemarks] Also generate annotation remarks when using -O0.

    • edit: llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    • edit: llvm/test/Other/opt-O0-pipeline.ll
  • Commit 7c843b011f62b82bae2ef157989b7f21f8b6d00d by flo:

    [InstCombine] Precommit tests for !annotation metadata handling.

    • add: llvm/test/Transforms/InstCombine/annotations.ll
  • Commit d96295ea5025fee901aea27f9b39bfc33d895b48 by flo:

    [SimplifyCFG] Precommit test for preserving !annotation.

    • add: llvm/test/Transforms/SimplifyCFG/annotations.ll
  • Commit 1e15425862941a327ab341b3ffb47fe1cffc7f54 by flo:

    [InstCombine] Preserve !annotation for newly created instructions.

    • edit: llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    • edit: llvm/test/Transforms/InstCombine/annotations.ll
  • Commit 54eb1a24afcdb8e91a35288ee08c0c723125c7b6 by flo:

    [IRBuilder] Generalize debug loc handling for arbitrary metadata.

    • edit: llvm/include/llvm/IR/IRBuilder.h
    • edit: llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    • edit: llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
  • Commit 56e56e9e981a27a3099f9e57b17eb76ce8c9f3af by flo:

    [SimplifyCFG] Preserve !annotation in FoldBranchToCommonDest.

    • edit: llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    • edit: llvm/test/Transforms/SimplifyCFG/annotations.ll
  • Commit 0557af29dc3ef7deb85f93cf0ad285e74b4f2928 by flo:

    [InstCombine] Preserve !annotation on newly created instructions.

    • edit: llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    • edit: clang/test/CodeGenCXX/auto-var-init.cpp
    • edit: llvm/test/Transforms/InstCombine/annotations.ll
  • Commit 4fed86c0fc67e8e4ab0f05070a5b34965e1f2f77 by github:

    Add missing unit test for Make module map generation conditional by neonichu · Pull Request #2891 · apple/swift-package-manager · GitHub (#3140)

    • edit: Tests/XCBuildSupportTests/PIFBuilderTests.swift
  • Commit c39839a2505ee841aa7752d20b9c6bc6ed176529 by github:

    only cache successfully parsed manifets (#3141)

    • edit: Sources/PackageLoading/ManifestLoader.swift
  • Commit 5a5f9bd917fd03ed33c044b86fe9bf826e8351d8 by xi_ge:

    Remove spaces in source file paths

    • add: Sources/SwiftDriver/IncrementalCompilation/BuildRecordInfo.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Tracer.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/ModuleDependencyScanning.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/ClangVersionedDependencyResolution.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/BuildRecord.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/SerializableModuleArtifacts.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/ExplicitDependencyBuildPlanner.swift
    • edit: Sources/SwiftDriver/CMakeLists.txt
    • delete: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/SourceFileDependencyGraph.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/Inter Module Dependencies/InterModuleDependencyOracle.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/DictionaryOfDictionaries.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/Inter Module Dependencies/InterModuleDependencyGraph.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Node.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/IncrementalCompilationState.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/BuildRecordInfo.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/TwoDMap.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/NodeFinder.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/ClangModuleBuildJobCache.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/SerializableModuleArtifacts.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/BuildRecord.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/PlaceholderDependencyResolution.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/BidirectionalMap.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/InputInfo.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/ClangModuleBuildJobCache.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/InterModuleDependencies/CommonDependencyOperations.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Integrator.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/Multidictionary.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Integrator.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/IncrementalCompilationState.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/Multidictionary.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/PlaceholderDependencyResolution.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/TwoDMap.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/ClangVersionedDependencyResolution.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/NodeFinder.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/SwiftDeps.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/InterModuleDependencies/InterModuleDependencyOracle.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/DictionaryOfDictionaries.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/BidirectionalMap.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/SwiftDeps.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/InputInfo.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/DependencyKey.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/InterModuleDependencies/InterModuleDependencyGraph.swift
    • add: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Tracer.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/Inter Module Dependencies/CommonDependencyOperations.swift
    • add: Sources/SwiftDriver/ExplicitModuleBuilds/ExplicitDependencyBuildPlanner.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Node.swift
    • delete: Sources/SwiftDriver/Explicit Module Builds/ModuleDependencyScanning.swift