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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/4218/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Tue, 14 Jan 2020 06:20:54 -0600
Build duration:
3 hr 49 min

Changes

  • Commit 90f59e4336c5f62c473e35897bc80bac051f7f3c by xi_ge:
    TBDGen: teach the compiler to take a json file indicating previous

    • add: test/TBD/previous-install-name-map.swift
    • edit: include/swift/TBDGen/TBDGen.h
    • edit: include/swift/AST/DiagnosticsFrontend.def
    • edit: include/swift/Option/FrontendOptions.td
    • add: lib/TBDGen/ldPlatformKinds.def
    • add: test/TBD/Inputs/install-name-map.json
    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/TBDGen/TBDGen.cpp
  • Commit f12f0ccd0140f24050f0ad66c7dbc44c1bff279c by compnerd:
    test: adjust Migrator tests (NFCI)

    • edit: test/Migrator/double_fixit_ok.swift
    • edit: test/Migrator/no_extraneous_argument_labels.swift.expected
    • edit: test/Migrator/post_fixit_pass.swift.expected
    • edit: test/Migrator/no_var_to_let.swift
    • edit: test/Migrator/null_migration.swift
    • edit: test/Migrator/optional_try_migration.swift.expected
    • edit: test/Migrator/double_fixit_ok.swift.expected
    • edit: test/Migrator/insert_replace_fixit.swift.expected
    • edit: test/Migrator/no_extraneous_argument_labels.swift
    • edit: test/Migrator/optional_try_migration.swift
    • edit: test/Migrator/post_fixit_pass.swift
    • edit: test/Migrator/insert_replace_fixit.swift
  • Commit 3abf47a19164fdb66ef2dadd63a69431f02907f5 by spestov:
    Sema: Improve -require-explicit-availability diagnostic phrasing

    • edit: test/attr/require_explicit_availability.swift
    • edit: include/swift/AST/DiagnosticsSema.def
  • Commit b73adbe700520d615a020bf779b2093a35777eb8 by spestov:
    Driver: Actually pass -require-explicit-availability{,-target} to

    • edit: lib/Driver/ToolChains.cpp
    • edit: test/attr/require_explicit_availability.swift
  • Commit 4771ce092b593789da6f939a4fe0b217b546268d by spestov:
    AST: Weak-link declarations in extensions of weak-linked types

    • edit: lib/AST/Decl.cpp
    • add: test/IRGen/weak_import_extension.swift
    • add: test/IRGen/Inputs/weak_import_extension_helper.swift
  • Commit 29268e2a346f240044f7c27c06c905dd1c6c3b5b by github:
    [PropertyWrappers] Fix a bug with class property wrapper access control

    • edit: test/decl/var/property_wrappers.swift
    • edit: lib/Sema/TypeCheckPropertyWrapper.cpp