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

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

Build URL: https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/4728/
Project: oss-swift-incremental-ASAN-RA-osx
Date of build: Thu, 21 May 2020 17:59:48 -0500
Build duration: 3 hr 40 min

Changes- Commit cfbcd85904ac7d89a3aefb89ed864165a924c120 by gribozavr:

Fix and reenable NewArray.swift.gyb

  • edit: validation-test/stdlib/NewArray.swift.gyb

  • Commit f57a6cfd6dd07d2aa4ed6e4f0c01a5f6f0d11bd6 by mgottesman:

    [silgen] Teach CleanupCloner how to handle OwnedValueWritebackCleanups

    • edit: lib/SILGen/SILGenFunction.h
    • edit: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp
    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: test/SILOptimizer/definite_init_markuninitialized_delegatingself.sil
    • edit: lib/SILGen/Cleanup.h
    • edit: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp
    • add: test/Interpreter/objc_failable_composed_with_throwing_initializers.swift
    • edit: lib/SILGen/Cleanup.cpp
    • edit: test/Interpreter/objc_throwing_initializers.swift
  • Commit 7789e2c87c8a577c65e661ca689b34f9140da117 by aschwaighofer:

    IRGen: Fix enumPayload value witness emission for huge types

    • add: test/IRGen/Inputs/huge_c_type.h
    • add: test/IRGen/huge_c_type.swift
    • edit: lib/IRGen/GenType.cpp
  • Commit 115bd2855b733266108a618e6bddc9c6c9ba947d by rwidmann:

    Naive Dependency Replay

    • edit: include/swift/AST/EvaluatorDependencies.h
    • edit: lib/AST/Evaluator.cpp
    • edit: include/swift/AST/Evaluator.h
    • edit: include/swift/AST/AnyRequest.h
  • Commit 097e451fbed08d788af1f8c36007841dd923f63d by aschwaighofer:

    Test does not work on linux

    • edit: test/IRGen/huge_c_type.swift
  • Commit 7d187d3517cb68275899b3bde89efb0b11bb4c2d by max:

    test: enable WebAssembly/WASI in lit.cfg

    • edit: test/lit.cfg
  • Commit 946796ce5b96c4abe9ce1c3caf7180e4cb6d6f9c by aqamoss3fan2010:

    Serialization: Use checked substitution map deserialization for type

    • edit: lib/Serialization/Deserialization.cpp
  • Commit b25c4665e4f3d8a6f247c8277daf87783a37fd88 by aqamoss3fan2010:

    GenericSignatureImpl, #31712: Plug remaining relevant methods with type

    • edit: lib/AST/SubstitutionMap.cpp
    • edit: lib/AST/GenericSignature.cpp
    • edit: include/swift/AST/GenericSignature.h
  • Commit 0a7929e80f07db947d6839c05207c54c3bce449c by rwidmann:

    Refine Naive Dependency Collection Algorithm

    • edit: include/swift/AST/SimpleRequest.h
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/AST/NameLookupRequests.cpp
    • edit: lib/SILGen/SILGenRequests.cpp
    • edit: lib/AST/Evaluator.cpp
    • edit: include/swift/AST/EvaluatorDependencies.h
    • edit: include/swift/AST/IRGenRequests.h
    • edit: lib/Parse/ParseRequests.cpp
    • edit: include/swift/AST/Evaluator.h
    • edit: include/swift/AST/NameLookupRequests.h
    • edit: include/swift/AST/ParseRequests.h
    • edit: include/swift/AST/SILGenRequests.h
    • edit: lib/IRGen/IRGenRequests.cpp
  • Commit 940a6d78fd98436371b4c831aab008d05934f6eb by aschwaighofer:

    Try renabling test on all platforms

    • edit: test/IRGen/huge_c_type.swift
    • edit: test/IRGen/Inputs/huge_c_type.h
  • Commit 2eb623ec4c7c9f8774fc0113f0340003aa9acdf4 by rishizaki:

    [CodeCompletion] Handle variadic parameter in expr context analysis

    • edit: test/IDE/complete_call_arg.swift
    • edit: lib/IDE/ExprContextAnalysis.cpp
  • Commit f7aaf5bc94814b11ef985c79f35843ffb91594da by rishizaki:

    [CodeCompletion] Stop suggesting static member on a protoco meta type

    • edit: test/IDE/complete_value_expr.swift
    • edit: lib/Sema/IDETypeCheckingRequests.cpp
  • Commit 4f54c75dc8c542be064d22f6ae13410b65333db5 by rjmccall:

    Use Clang's logic for adding the default IR attributes to a function.

    • edit: test/IRGen/generic_metatypes_future.swift
    • edit: lib/IRGen/IRGenModule.cpp
    • edit: test/IRGen/c_globals.swift
    • edit: test/IRGen/generic_metatypes.swift
    • edit: test/IRGen/ptrauth-functions.sil
    • edit: test/SILOptimizer/opt_mode.swift
  • Commit 870ca6da4ce8e999c3356b34210fe231ec213fa5 by gribozavr:

    Add instructions on how to create a 32-bit iOS simulator device

    • edit: docs/Testing.md
    • edit: test/lit.cfg
  • Commit e67e8ab0b29b3ef61427216333b4fdf09df63035 by github:

    Prespecialize common metadata (#31925)

    • add: stdlib/public/core/Prespecialize.swift
    • edit: stdlib/public/core/GroupInfo.json
    • edit: stdlib/public/core/CMakeLists.txt
  • Commit fb666589c51ecdca65af469f4a1b254119dfcc61 by github:

    [AutoDiff] NFC: shorten test name. (#31818)

    • delete: test/AutoDiff/SILOptimizer/differentiation_activity_analysis.swift
    • add: test/AutoDiff/SILOptimizer/activity_analysis.swift
  • Commit d53cd535bae1263afa096708d31943cec93a2527 by github:

    [Typechecker] Emit a specialised diagnostic for redeclaration errors

    • edit: test/AutoDiff/compiler_crashers_fixed/sr12642-differentiable-derivation-redeclared-property.swift
    • edit: lib/AST/Decl.cpp
    • edit: test/decl/var/property_wrappers.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
    • edit: test/Sema/enum_conformance_synthesis.swift
    • edit: include/swift/AST/Decl.h
  • Commit 695048428034c2d5d17b3a502ed8d4364525948a by rjmccall:

    Expose IRGen API to add the default IR attributes to a function

    • edit: clang/lib/CodeGen/CodeGenModule.h
    • edit: clang/lib/CodeGen/CodeGenABITypes.cpp
    • edit: clang/include/clang/CodeGen/CodeGenABITypes.h
    • edit: clang/lib/CodeGen/CGCall.cpp
    • edit: clang/lib/CodeGen/CodeGenAction.cpp
  • Commit 563d15778b34c9a454219a92e68ee70ea190324e by jonas:

    [lldb/Properties] Move OSPluginReportsAllThreads from Target to Process

    • edit: lldb/include/lldb/Target/Process.h
    • edit: lldb/source/Target/Process.cpp
    • edit: lldb/source/Target/Target.cpp
    • edit: lldb/source/Target/TargetProperties.td
    • edit: lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py
    • edit: lldb/include/lldb/Target/Target.h
  • Commit 6c9093358f2cc82b1419a8a5d94b2a2e016bb523 by aprantl:

    Enable DWARFImporter support for unions.

    • edit: lldb/test/API/lang/swift/union/TestSwiftCUnion.py
    • edit: lldb/source/Symbol/SwiftASTContext.cpp
    • edit: lldb/test/API/lang/swift/dwarfimporter/C/TestSwiftDWARFImporterC.py
  • Commit 458c4aa689e628c33c7ae690ade55d20e749225a by anders:

    Update swift-tools-version in newly created packages to 5.3. This

    • edit: Sources/Workspace/InitPackage.swift
  • Commit d8c6c24e98a946011830332ec9bc8f81a30dcbcb by achikin:

    [WIP] Print commands required to explicitly build module dependencies.

    • add: Tests/SwiftDriverTests/Inputs/ExplicitModuleDependencyBuildInputs.swift
    • add: Sources/SwiftDriver/Dependency Scanning/InterModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/Jobs/Planning.swift
    • edit: Sources/SwiftDriver/Utilities/FileType.swift
    • edit: Sources/SwiftDriver/Jobs/CompileJob.swift
    • edit: Sources/SwiftDriver/CMakeLists.txt
    • edit: Sources/SwiftDriver/Driver/Driver.swift
    • edit: Sources/SwiftOptions/ExtraOptions.swift
    • add: Sources/SwiftDriver/Dependency Scanning/ModuleDependencyBuildGeneration.swift
    • add: Sources/SwiftDriver/Driver/ModuleDependencyScanning.swift
    • add: Tests/SwiftDriverTests/ExplicitModuleBuildTests.swift