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

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

Build URL: https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/4756/
Project: oss-swift-incremental-ASAN-RA-osx
Date of build: Tue, 02 Jun 2020 17:17:50 -0500
Build duration: 4 hr 30 min

Identified problems:- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes- Commit 0e985be3f4814c6a6d1e4f7cb3e5447ee03a01db by mgottesman:

[silgen] Create a function level scope when open coding implicit value

  • edit: lib/SILGen/SILGenBuilder.h

  • edit: lib/SILGen/SILGenConstructor.cpp

  • edit: lib/SILGen/Scope.h

  • edit: lib/SILGen/SILGenBuilder.cpp

  • Commit ae624f3947e40dbf420266ff6e11adb9321ce0f3 by hamishknight:

    [gardening] Fix a double "the" in a comment

    • edit: lib/AST/ASTVerifier.cpp
  • Commit ab6c15f4b3c009a16cc6e54ca21b0af8a8731368 by hamishknight:

    [Frontend] Bail early if the stdlib is missing

    • edit: include/swift/Frontend/Frontend.h
    • edit: lib/Frontend/Frontend.cpp
    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: lib/IDE/CompletionInstance.cpp
  • Commit 71d4c3ac5591d7002d83486d7cddee6c2c1a19b6 by rwidmann:

    Add a Test Demonstrating Superfluous Cascading Across Module Boundaries

    • add: test/Incremental/Inputs/superfluous-cascade-across-modules/usesLib.swift
    • add: test/Incremental/Inputs/superfluous-cascade-across-modules/main.swift
    • add: test/Incremental/Inputs/superfluous-cascade-across-modules/doesNotUseLib.swift
    • add: test/Incremental/Inputs/superfluous-cascade-across-modules/submodule/ofm.json
    • add: test/Incremental/Inputs/superfluous-cascade-across-modules/submodule/lib-before.swift
    • add: test/Incremental/Inputs/superfluous-cascade-across-modules/usesLibTransitively.swift
    • add: test/Incremental/Inputs/superfluous-cascade-across-modules/submodule/lib-after.swift
    • add: test/Incremental/superfluous-cascade-across-modules.swift
    • add: test/Incremental/Inputs/superfluous-cascade-across-modules/ofm.json
  • Commit 564c1a5eec3d50d9529ba8017c5f3c67ef475dc0 by jgroff:

    Add a [nonoverridden] kind for SILVTable entries.

    • edit: lib/SIL/Parser/ParseSIL.cpp
    • edit: lib/Serialization/DeserializeSIL.cpp
    • edit: lib/Serialization/ModuleFormat.h
    • edit: lib/Serialization/SILFormat.h
    • edit: lib/SIL/IR/SILPrinter.cpp
    • edit: lib/Serialization/SerializeSIL.cpp
    • edit: include/swift/SIL/SILVTable.h
  • Commit e60c7fe547a17281e74bc32e4f1b5ea515b33f99 by hamishknight:

    Add request to query primary files

    • edit: include/swift/Frontend/Frontend.h
    • edit: lib/Frontend/Frontend.cpp
    • edit: include/swift/AST/Module.h
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/AST/Module.cpp
    • edit: include/swift/AST/SourceFile.h
  • Commit 4804616fc18c01eb32bdb147df8d3a3d0dacdfe8 by meghanavgupta:

    Fix an edge case in ExistentialSpecializer

    • edit: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.cpp
    • add: test/SILOptimizer/existential_spl_witness_method.swift
  • Commit 2711018bcd427b47593272ba07567179d3dfd326 by compnerd:

    test: adjust test to repair the test on Windows

    • edit: test/DebugInfo/curry_thunk.swift
  • Commit b19d18447d384cf2bfa57b49fbe581286cfef829 by jonas:

    [lldb/Bindings] Regenerate the static bindings

    • edit: lldb/bindings/python/static-binding/LLDBWrapPython.cpp
    • edit: lldb/bindings/python/static-binding/lldb.py
  • Commit 77ecbf21457101f5f6125445a9526413587f72fb by github:

    [InstCombine] prevent infinite loop with sub/abs of constant expression

    • edit: llvm/test/Transforms/InstCombine/abs-1.ll
    • edit: llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp