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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/3542/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Tue, 09 Jul 2019 23:04:03 -0500
Build duration:
6 hr 30 min

Changes

  • Commit 3ddfff92a6880534c12eb050f5f6697cc882a1a1 by numist:
    add CollectionDifference.inverse() and test coverage

    • edit: stdlib/public/core/CollectionDifference.swift
    • edit: test/stdlib/Diffing.swift
  • Commit 5e24f8d916b6cfc36b4945d83b05e209db66b6ac by rjmccall:
    Remove error-prone overload of Mangler::appendOperator.

    • edit: lib/AST/ASTMangler.cpp
    • edit: include/swift/Basic/Mangler.h
  • Commit cd2556d07d7907f9a16ae0a35e8baca1f45c5497 by marcrasi:
    fix memory leak in swift::sys::Cache

    • edit: unittests/Basic/CacheTest.cpp
    • edit: lib/Basic/Cache.cpp
  • Commit 1551e014b4df98a6faac5d0ff1474202fa3dd15e by plotfi:
    Adding -nostdinc++ to Android build of Swift.

    • edit: cmake/modules/AddSwift.cmake
  • Commit cca52d166a9b0e3f257be8c0bfc770c84d72cc6b by compnerd:
    test: fix the test on Windows

    • edit: test/IRGen/builtin_vector.sil
  • Commit 0d59bffd818a14209d69e8ef30bf37cdf89d0ac0 by nhawes:
    [SourceKit] Fix placeholder expansion not working inside #if

    • edit: test/SourceKit/CodeExpand/code-expand.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp
  • Commit 7095953f84d7b61ac45e5ac43e7f06877b4703d2 by rjmccall:
    Fix the demangling of dependent protocol conformance refs.

    • edit: docs/ABI/Mangling.rst
    • edit: test/Demangle/Inputs/manglings.txt
    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: include/swift/Demangling/Demangler.h
    • edit: lib/Demangling/Demangler.cpp
    • edit: lib/Demangling/Remangler.cpp
    • edit: test/SILGen/Inputs/RetroactiveB.swift
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: test/SILGen/mangling_retroactive.swift
    • edit: lib/AST/ASTMangler.cpp
    • edit: lib/Demangling/OldRemangler.cpp
  • Commit c099f0e498438e3f9b2266ea61ab990100a97a7b by danielrodriguez:
    [windows] Fix paths in test to work for Windows.

    • edit: test/Driver/sdk.swift
  • Commit 9fbdfdec7d1752d421434b0386d23e304f879f62 by jaskiewiczs:
    [utils] Fix PathSanitizingFileCheck to support paths with "weird" chars

    • edit: utils/PathSanitizingFileCheck
  • Commit b06137b2839fc5e3cc2376f4b0922b2be841b018 by david_smith:
    Add a private implementation of a String initializer with access to

    • edit: stdlib/public/core/SmallString.swift
    • edit: stdlib/public/core/String.swift
    • edit: stdlib/public/core/StringStorage.swift
    • edit: benchmark/single-source/NSStringConversion.swift
    • edit: stdlib/public/core/StringCreate.swift
  • Commit 02ff2ee4e6c80fc54f6843b60af27ddef89a6e71 by dgregor:
    [SE-0258] Diagnose uses of property wrappers in top-level code.

    • add: test/decl/var/property_wrappers_top_level.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckPropertyWrapper.cpp
  • Commit ee52e7317cef3231b682bf1abbfbae86f1d39894 by dgregor:
    [SE-0258] Don't ask for the nominal type decl of an unresolved property

    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: lib/Sema/TypeCheckPropertyWrapper.cpp
    • edit: test/decl/var/property_wrappers.swift
  • Commit da3ff59a272dafeabec4c26cffe883ee6e0bbaf4 by danielrodriguez:
    [android] Include api-level.h for Android and C++ interop.

    • edit: stdlib/public/SwiftShims/LibcShims.h
  • Commit 42fc98ec3b5d10328875dc8c1499e4be6d7d2625 by compnerd:
    UserToolchain: disable use of -sdk on !Darwin

    • edit: Sources/Workspace/UserToolchain.swift
  • Commit 7736d2b0a35b1e6c93493d894c254a232e06c44a by ankit_aggarwal:
    [PackageLoading] Emit warning if case in the manifest is different

    • edit: Sources/PackageLoading/Diagnostics.swift
    • edit: Sources/PackageLoading/PackageBuilder.swift