[Swift CI] Build Failure: 1. OSS - Swift ASAN - OS X (swift 5.1) #146

Report

[FAILURE] oss-swift-5.1-incremental-ASAN-RA-osx [#146]

Build URL:
https://ci.swift.org/job/oss-swift-5.1-incremental-ASAN-RA-osx/146/
Project:
oss-swift-5.1-incremental-ASAN-RA-osx
Date of build:
Mon, 22 Apr 2019 18:13:49 -0500
Build duration:
3 hr 57 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 0d2d3c3307f6496c960a90ebe325d05e1b3a084a by mracek:
    Undo "Disable TSan in coroutine functions" (0ca3f79). (#23952)

    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: test/IRGen/tsan-attributes.swift
  • Commit c781723d04879d2d4914649d0c86edadaafeed30 by aprantl:
    Factor out the pre-registered MemoryBuffer functionality form

    • edit: lib/ASTSectionImporter/ASTSectionImporter.cpp
    • edit: lib/Frontend/Frontend.cpp
    • edit: lib/Serialization/SerializedModuleLoader.cpp
    • edit: include/swift/ASTSectionImporter/ASTSectionImporter.h
    • edit: include/swift/Serialization/SerializedModuleLoader.h
    • edit: include/swift/Basic/LangOptions.h
    • edit: tools/lldb-moduleimport-test/lldb-moduleimport-test.cpp
    • edit: include/swift/Frontend/Frontend.h
  • Commit b84b38774ef8f4473790b464d288a492dfd4afbd by gwen.mittertreiner:
    Get the pid of the current process using Foundation

    • edit: Sources/SourceKit/SourceKitServer.swift
  • Commit 84c7a7bdc4a9c32fce52e26eb83c0fa3867abd83 by vsk:
    rdar://49167240: [HotColdSplit] Reflect full cost of parameters in split

    • edit: test/Transforms/CodeExtractor/extract-assume.ll
    • edit: test/Transforms/HotColdSplit/apply-penalty-for-outputs.ll
    • edit: lib/Transforms/IPO/HotColdSplitting.cpp
    • edit: test/Transforms/HotColdSplit/apply-penalty-for-inputs.ll
    • edit: test/Transforms/HotColdSplit/apply-successor-penalty.ll
  • Commit 3d2549c06c75f58c00cb200aebf75e0f43a65628 by aprantl:
    [dsymutil] Collect parseable Swift interfaces in the .dSYM bundle.

    • edit: tools/dsymutil/dsymutil.cpp
    • edit: tools/dsymutil/DwarfLinker.h
    • add: test/tools/dsymutil/Inputs/swift-interface.ll
    • edit: include/llvm/DebugInfo/DWARF/DWARFFormValue.h
    • edit: tools/dsymutil/CompileUnit.h
    • edit: tools/dsymutil/DwarfLinker.cpp
    • edit: tools/dsymutil/LinkUtils.h
    • edit: tools/dsymutil/CompileUnit.cpp
    • add: test/tools/dsymutil/X86/swift-interface.test
  • Commit cbe3dd50cb7e379124b3bbbabaeb5a1a273b2226 by vsk:
    [GVN+LICM] Use line 0 locations for better crash attribution

    • edit: lib/Transforms/Scalar/GVN.cpp
    • edit: test/DebugInfo/Generic/licm-hoist-debug-loc.ll
    • edit: test/Transforms/GVN/PRE/phi-translate.ll
    • edit: lib/Transforms/Scalar/LICM.cpp