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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/3434/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Mon, 10 Jun 2019 22:38:52 -0500
Build duration:
3 hr 15 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 50f04b73a00bf1cd080458f5ca7963cff795d715 by kagemiku:
    Improve warning message for defer_stmt_at_block_end

    • edit: include/swift/AST/DiagnosticsSema.def
  • Commit fbba1f7c2f1ae47e9aa9bc2ca53da24c99eb051f by kagemiku:
    Fix tests for warning messages of defer_stmt_at_block_end

    • edit: test/SILOptimizer/diagnose_unreachable.swift
    • edit: test/SILOptimizer/definite_init_diagnostics_globals.swift
    • edit: test/SILGen/statements.swift
    • edit: test/stmt/statements.swift
    • edit: test/stmt/yield.swift
    • edit: test/Sema/diag_defer_block_end.swift
  • Commit 866f316e076b28c62caeb0e29460d18ddb220b79 by spestov:
    SILOptimizer: Simplify dead method elimination

    • edit: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp
    • edit: test/SILOptimizer/alive_method_with_thunk.swift
  • Commit f681cbe264b5ee18a6601a809ddca6f6f8410be3 by spestov:
    SIL: Remove SILVTable::Entry::Linkage

    • edit: lib/Serialization/SerializeSIL.cpp
    • edit: lib/ParseSIL/ParseSIL.cpp
    • edit: lib/SIL/SILPrinter.cpp
    • edit: test/SILGen/vtables_multifile.swift
    • edit: include/swift/SIL/SILVTable.h
    • edit: test/SILGen/Inputs/vtables_multifile_2.swift
    • edit: lib/SILGen/SILGenType.cpp
    • edit: test/SILGen/dynamic.swift
    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: lib/Serialization/DeserializeSIL.cpp
    • edit: test/SILGen/vtable_thunks.swift
    • edit: test/SIL/Parser/basic.sil
    • edit: lib/Serialization/SILFormat.h
    • edit: test/SILGen/vtable_thunks_reabstraction.swift
  • Commit 9cba37f39c46377215a4ea73c1d2905403d49b32 by me:
    Apply Override Fixit to Variable Declarations

    • edit: test/attr/attr_override.swift
    • edit: lib/Sema/TypeCheckDeclOverride.cpp
  • Commit 6fd332d62ca1152cdf3175934f6d82f322b3b232 by xi_ge:
    Doc-serialization: skip declarations with double-underscore as name

    • edit: lib/AST/Decl.cpp
    • edit: lib/Serialization/SerializeDoc.cpp
    • edit: include/swift/AST/ParameterList.h
    • edit: test/Serialization/comments-hidden.swift
  • Commit 0b27345d68fbc6191cbf6347580a9cf45d567f5c by christorogers:
    Swift should complain about weak references to classes that don't

    • edit: lib/Sema/TypeCheckAttr.cpp
    • add: test/Sema/diag_ownership_incompatibility.swift
    • edit: include/swift/AST/Decl.h
    • edit: lib/AST/Decl.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • add: test/Sema/Inputs/diag_ownership_incompatibility.h
    • edit: include/swift/AST/DiagnosticsSema.def
  • Commit da22342a83bf028f3659d17ea69cb41713d43443 by christorogers:
    Typo/grammar fixes

    • edit: lib/Sema/TypeCheckAttr.cpp
  • Commit c0da367fb5614bd05e3f12ee8daaf3c645a1f290 by christorogers:
    Remove duplicate include

    • edit: lib/Sema/TypeCheckAttr.cpp
  • Commit db6f15e5b1dc8595446349bab221bff3a5415b8b by christorogers:
    Fix broken test on Linux

    • edit: test/Sema/diag_ownership_incompatibility.swift
  • Commit 2bc648c26baccd95847cde2ad025c8c1b1fd0375 by scanon:
    [stdlib] Lemire’s Nearly Divisionless Random Integer Generation (#25286)

    • edit: stdlib/public/core/Random.swift
  • Commit cd1d086337871eabcba6752f2dc20befd136a797 by jfbastien:
    Reland "[Clang][PP] Add the FILE_NAME builtin macro"

    • edit: include/clang/Lex/Preprocessor.h
    • edit: lib/Lex/PPMacroExpansion.cpp
    • add: test/Preprocessor/Inputs/include-subdir/h
    • add: test/Preprocessor/Inputs/include-subdir/subdir1/hdr2.h
    • add: test/Preprocessor/file_name_macro.c
    • add: test/Preprocessor/Inputs/include-subdir/file_name_macro_include.h
    • add: test/Preprocessor/Inputs/include-subdir/subdir1/hdr1.h
  • Commit ab396e406c83532b9413a3de66f81c37e50836a1 by jfbastien:
    [Clang][Docs] Document FILE_NAME. NFC

    • edit: docs/LanguageExtensions.rst
  • Commit 095a4e81df02b3ee762e9112cb7097ebab92c92f by ankit_aggarwal:
    Fixed argument parser so it throws an error when given multiple value…

    • edit: Tests/UtilityTests/ArgumentParserTests.swift
    • edit: Tests/UtilityTests/XCTestManifests.swift
    • edit: Sources/SPMUtility/ArgumentParser.swift