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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/3202/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Tue, 02 Apr 2019 02:38:26 -0500
Build duration:
3 hr 5 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 1cac0bedf125b53f4337d5ff463fde4569d55759 by jlettner:
    [Driver] TSan runtime now has a link-time dependency on libdispatch

    • edit: lib/Driver/UnixToolChains.cpp
    • edit: test/Driver/sanitizers.swift
  • Commit 09bc471e872fb5e726c086a61b676e40d80c5a1a by compnerd:
    test: add a test for ll suffixed types being promoted to ULL

    • add: test/ClangImporter/long-long-promotion.swift
    • edit: test/Inputs/clang-importer-sdk/usr/include/macros.h
  • Commit 13e805ebf8f759f14a8fb6d547df649ab276cd7f by jordan_rose:
    Merge the «declared here» diagnostics for Identifier and DeclName

    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/TypeCheckDeclObjC.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/Sema/TypeCheckStmt.cpp
    • edit: lib/Sema/TypeCheckType.cpp
  • Commit 1d7f98f3e359fc57dbe63a92dce82eef904c820f by shajrawi:
    [SILOptimizer] Add ‘llvm.cttz.*’ Intrinsic support to Constant Folding

    • edit: test/SILOptimizer/constant_propagation.sil
    • edit: lib/SILOptimizer/Utils/ConstantFolding.cpp
  • Commit ed3c03ac4f213f3882e28f25ae0596a7021928cd by danielrodriguez:
    [windows] Fix handling of Network Service username.

    • edit: test/ParseableInterface/Inputs/make-unreadable.py
  • Commit db13769ea884d84a0932593dd46c0a71fa18ba16 by mgottesman:
    [ownership] Change OwnershipDumper to also dump ownership kind map per

    • delete: lib/SILOptimizer/UtilityPasses/ValueOwnershipKindDumper.cpp
    • add: lib/SILOptimizer/UtilityPasses/OwnershipDumper.cpp
    • add: test/SILOptimizer/ownership-kind-dumper.sil
    • edit: include/swift/SILOptimizer/PassManager/Passes.def
    • edit: lib/SILOptimizer/UtilityPasses/CMakeLists.txt
  • Commit 5fb6ee866115bbcc21c8589b4a7f4f9eb31fd8f5 by davelee.com:
    Mark indexstore callbacks with noescape attribute

    • edit: include/indexstore/indexstore.h
    • edit: tools/IndexStore/IndexStore.cpp
  • Commit 664b2769e2b5e8b490e5cbdb4e3eacdf1fb92a09 by davelee.com:
    Remove noescape from set_unit_event_handler

    • edit: include/indexstore/indexstore.h
    • edit: tools/IndexStore/IndexStore.cpp
  • Commit 157b89d99e9418ac41a7fe96e6bb35569ec0b2b1 by davelee.com:
    Define default __has_attribute

    • edit: include/indexstore/indexstore.h
  • Commit 75da1809b565088577bbffe3cf6195c528099a45 by vsapsai:
    [Sema] Fix assertion when auto parameter in lambda has an attribute.

    • edit: test/SemaCXX/auto-cxx0x.cpp
    • edit: lib/Sema/SemaType.cpp