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

Report

[FAILURE] oss-swift-4.2-incremental-ASAN-RA-osx [#76]

Build URL:
https://ci.swift.org/job/oss-swift-4.2-incremental-ASAN-RA-osx/76/
Project:
oss-swift-4.2-incremental-ASAN-RA-osx
Date of build:
Tue, 03 Apr 2018 08:39:18 -0500
Build duration:
1 hr 0 min

Changes

  • Commit 9a7c225bf231d5e8256f1e17351ce0ad580a8935 by dmbryson:
    Upgrade to C API version 5

    • edit: examples/c-api/buildsystem/main.c
    • edit: products/libllbuild/BuildSystem-C-API.cpp
    • edit: products/libllbuild/include/llbuild/llbuild.h
    • edit: products/libllbuild/include/llbuild/version.h
    • edit: products/libllbuild/include/llbuild/buildsystem.h
    • edit: Xcode/Configs/Version.xcconfig
  • Commit 829210113b5aaf2f1fc436d5473c1e8bd75763df by vsk:
    Add a transform to help test lldb expression evaluation

    • edit: test/stdlib/DebuggerSupport.swift
    • edit: lib/Sema/CMakeLists.txt
    • edit: lib/Frontend/Frontend.cpp
    • edit: include/swift/Frontend/FrontendOptions.h
    • edit: include/swift/Subsystems.h
    • add: utils/lldb/lldb-check-expect.in
    • edit: test/stdlib/BridgedObjectDebuggerSupport.swift
    • edit: utils/lldb/CMakeLists.txt
    • edit: stdlib/public/core/DebuggerSupport.swift
    • add: test/DebuggerTestingTransform/basic-assignments.swift
    • add: lib/Sema/DebuggerTestingTransform.cpp
    • add: utils/lldb/lldbCheckExpect.py
    • edit: include/swift/Option/FrontendOptions.td
    • edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp
  • Commit ad454c7cdfede1f7007117971591b5d09439f2d8 by github:
    [IRGen] Be smarter about adding the FORCE_LINK symbols for overlays

    • edit: test/Serialization/autolinking.swift
    • edit: lib/IRGen/IRGenModule.cpp
    • add: test/IRGen/autolink-force-link.swift
  • Commit 93be3036a562725fce54b8cdc1430972483061ca by mishal_shah:
    [Update Checkout] Use swift-4.2-branch for corelibs in swift-4.2-branch

    • edit: utils/update-checkout-config.json
  • Commit bde66389a7de85dbb5342d0578a59472fbac081b by ghoare:
    [BatchMode] Sort batch inputs rather than asserting; they are not always

    • add: test/Driver/batch_mode_dependencies_make_wrong_order.swift
    • add: test/Driver/Inputs/abcd_filemap.yaml
    • edit: lib/Driver/ToolChain.cpp
  • Commit 0be027f26b951e29cecdaae8bd6b54d26de58e49 by vsapsai:
    [Sema] Make deprecation fix-it replace all multi-parameter ObjC method

    • edit: lib/Sema/SemaExprObjC.cpp
    • edit: include/clang/Sema/Sema.h
    • edit: unittests/Basic/CharInfoTest.cpp
    • edit: lib/Sema/DelayedDiagnostic.cpp
    • edit: lib/Sema/SemaDeclAttr.cpp
    • edit: lib/Sema/SemaExpr.cpp
    • edit: include/clang/Basic/CharInfo.h
    • edit: include/clang/Sema/DelayedDiagnostic.h
    • add: test/SemaObjC/attr-deprecated-replacement-fixit.m