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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/4562/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Wed, 01 Apr 2020 01:30:58 -0500
Build duration:
4 hr 6 min

Changes

  • Commit 15e865f0b543bc0ab814440c0d438b4a67cb85a1 by klorentey:
    [Foundation] Remove inlinable shim calls

    • edit: stdlib/public/SwiftShims/FoundationOverlayShims.h
    • edit: stdlib/public/Darwin/Foundation/Data.swift
  • Commit c9058f094677ec0c57b311651663f345b25886db by klorentey:
    [Foundation] Switch to private imports of Foundation shims

    • edit: stdlib/public/Darwin/Foundation/NSUndoManager.swift
    • edit: stdlib/public/Darwin/Foundation/CharacterSet.swift
    • edit: stdlib/public/Darwin/Foundation/IndexPath.swift
    • edit: stdlib/public/Darwin/Foundation/TimeZone.swift
    • edit: stdlib/public/Darwin/Foundation/FileManager.swift
    • edit: stdlib/public/Darwin/Foundation/NSError.swift
    • edit: stdlib/public/Darwin/Foundation/Locale.swift
    • edit: stdlib/public/Darwin/Foundation/Data.swift
    • edit: stdlib/public/Darwin/Foundation/IndexSet.swift
    • edit: stdlib/public/Darwin/Foundation/Calendar.swift
    • edit: stdlib/public/Darwin/Foundation/NSCoder.swift
    • edit: stdlib/public/Darwin/Foundation/NSDictionary.swift
  • Commit cdd99564e3e75d2b3500639f68334a49e8a2c3d3 by klorentey:
    [Foundation] Fix potential backdeployment regression in append

    • edit: stdlib/public/Darwin/Foundation/Data.swift
  • Commit 846e957278aeac991c6b3b52a75767d6ad5a5383 by klorentey:
    [Foundation] Switch to private imports of CoreFoundation shims

    • edit: stdlib/public/Darwin/Foundation/Decimal.swift
    • edit: stdlib/public/Darwin/Foundation/Data.swift
    • edit: stdlib/public/Darwin/Foundation/UUID.swift
    • edit: stdlib/public/Darwin/Foundation/DateInterval.swift
    • edit: stdlib/public/Darwin/Foundation/Measurement.swift
    • edit: stdlib/public/Darwin/Foundation/CharacterSet.swift
    • edit: stdlib/public/Darwin/Foundation/Date.swift
  • Commit 00d45769772f63095a3761e1ab2c482e3b21954b by mgottesman:
    [multimapcache] Add an efficient CRTP based write-once multimap cache

    • edit: unittests/Basic/CMakeLists.txt
    • add: unittests/Basic/MultiMapCacheTest.cpp
    • add: include/swift/Basic/MultiMapCache.h
  • Commit 3f8f3a89cb1eef651cb7e4f59713378ab650f266 by rwidmann:
    Teach the Evaluator about Incremental Dependencies

    • edit: include/swift/AST/Evaluator.h
    • add: include/swift/AST/EvaluatorDependencies.h
    • edit: include/swift/AST/SourceFile.h
    • edit: include/swift/AST/SimpleRequest.h
  • Commit a337b67f6926dc9c24555e88ed7010bfa81c1176 by rwidmann:
    Stage In Flags To Fall Back To Manual Tracking

    • edit: lib/AST/FrontendSourceFileDepGraphFactory.cpp
    • edit: lib/Frontend/DependencyVerifier.cpp
    • edit: include/swift/Option/Options.td
    • edit: include/swift/Frontend/DiagnosticVerifier.h
    • add: test/NameBinding/reference-dependencies-consistency-manual.swift
    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: include/swift/AST/SourceFile.h
    • edit: lib/AST/Module.cpp
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/FrontendTool/ReferenceDependencies.cpp
    • edit: include/swift/Basic/LangOptions.h
  • Commit 9b4e014cf28207d4f6e999454b6735d63368726d by rwidmann:
    Define high-level dependency sources

    • edit: include/swift/AST/IRGenRequests.h
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: lib/IRGen/IRGenRequests.cpp
    • edit: lib/Parse/ParseRequests.cpp
    • edit: lib/SILGen/SILGenRequests.cpp
    • edit: include/swift/AST/ParseRequests.h
    • edit: include/swift/AST/SILGenRequests.h
  • Commit 8c69814f5cfdf4f4bc204c388562cdf280673d23 by rwidmann:
    Define Dependency Sinks

    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: include/swift/AST/SimpleRequest.h
    • edit: lib/AST/NameLookupRequests.cpp
    • edit: test/NameLookup/reference-dependencies-members.swift
    • edit: include/swift/AST/EvaluatorDependencies.h
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
    • edit: docs/RequestEvaluator.md
    • edit: include/swift/AST/Evaluator.h
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: test/Incremental/single-file/AnyObject.swift
    • edit: test/NameLookup/reference-dependencies-members-fine.swift
    • edit: include/swift/AST/NameLookupRequests.h
    • edit: lib/AST/Module.cpp
    • edit: lib/AST/NameLookup.cpp
  • Commit 2b0ca2ae656065234eefdc490b6559c20bca8711 by rwidmann:
    Add the active tracker to the dependency sink points

    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: lib/AST/NameLookupRequests.cpp
    • edit: include/swift/AST/Evaluator.h
    • edit: lib/AST/Module.cpp
    • edit: include/swift/AST/NameLookupRequests.h
    • edit: include/swift/AST/SimpleRequest.h
  • Commit 3d09a00a0ad27045bcf82bdd5394460afa799d18 by rwidmann:
    CacheKind -> RequestFlags

    • edit: unittests/AST/ArithmeticEvaluator.cpp
    • edit: include/swift/AST/NameLookupRequests.h
    • edit: include/swift/AST/SILOptimizerRequests.h
    • edit: include/swift/AST/AccessRequests.h
    • edit: include/swift/AST/ParseRequests.h
    • edit: include/swift/AST/Evaluator.h
    • edit: include/swift/AST/IRGenRequests.h
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: include/swift/AST/SimpleRequest.h
    • edit: include/swift/IDE/IDERequests.h
    • edit: include/swift/Sema/IDETypeCheckingRequests.h
    • edit: include/swift/AST/SILGenRequests.h
    • edit: include/swift/AST/TBDGenRequests.h
  • Commit 42cfc7eb587d4ad5fe37621c42bc2f98fdeae06b by rwidmann:
    Add "Legacy" to the manual referenced name tracker

    • edit: lib/AST/Module.cpp
    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: include/swift/AST/SourceFile.h
    • edit: lib/AST/NameLookup.cpp
  • Commit ee723cd9534a80660d71c8a807292439789abb59 by rwidmann:
    Document Some Whys

    • edit: lib/AST/NameLookupRequests.cpp
    • edit: include/swift/AST/Evaluator.h
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: include/swift/AST/SimpleRequest.h
    • edit: docs/Lexicon.rst
    • edit: include/swift/AST/EvaluatorDependencies.h