[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (main) #12842

# [FAILURE] oss-swift-incremental-RA-osx [#12842]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/12842/
Project: oss-swift-incremental-RA-osx
Date of build: Tue, 06 Oct 2020 15:27:30 -0500
Build duration: 26 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 121babae56e9f08acedf3d6d44757e35556d0a37 by hans:

[SelectionDAG] Don't remove unused negated constant immediately

  • edit: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

  • edit: llvm/test/CodeGen/X86/pr47517.ll

  • Commit 010ad17dcbc092fbab46bbddd8c1ce8dd6cd0450 by dungar:

    DriverDependencyGraph & unit tests

    • add: Sources/SwiftDriver/Incremental Compilation/DependencyGraph.swift
    • add: Sources/SwiftDriver/Incremental Compilation/TwoDMap.swift
    • add: Tests/SwiftDriverTests/TwoDMapTests.swift
    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
    • add: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
    • add: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/Utilities/Diagnostics.swift
  • Commit fab9a5f9c0f4492bccb9a16885ee750edb384d5e by dungar:

    Separate out ModuleDepGraphNodes

    • add: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
  • Commit 48316f1330fcc274c59314826e942ebcda50e0a0 by dungar:

    Factor out multidictionary

    • add: Sources/SwiftDriver/Incremental Compilation/Multdictionary.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
    • edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DependencyGraph.swift
    • edit: Tests/SwiftDriverTests/TwoDMapTests.swift
    • add: Sources/SwiftDriver/Incremental Compilation/DictionaryOfDictionaries.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/TwoDMap.swift
    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
  • Commit ef22c2b7fec25b8c5350e2223bab1c72721cc814 by dungar:

    nil for empty context and name

    • edit: Sources/SwiftDriver/Incremental Compilation/DependencyGraph.swift
    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
    • edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
  • Commit aa40922b36b175bfa84fe0b7747817bf58f236d4 by dungar:

    Pull DependencyKey into its own file

    • delete: Sources/SwiftDriver/Incremental Compilation/DependencyGraph.swift
    • add: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
  • Commit 71c260c20643e5efaac158d5c45e6bd5233b684c by dungar:

    centralize source file invars

    • edit: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
  • Commit f3491a88aff1ce5e8ed922171badba46477a8e4c by dungar:

    Use enum for whole DependencyKey

    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
    • edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
  • Commit 5bda5f8f834629ed98234b3c5c881d1d5c7e1730 by dungar:

    Key -> DependencyKey

    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
  • Commit 8121179e39862b624c23276ab82ad154c466a659 by dungar:

    Cosmetic

    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
  • Commit 79a436aae1ba46c228998922e12806795eabdbee by dungar:

    Factor nodeMap key for a node into a function

    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
  • Commit 829a761a5d3673adf6f42e80e2277fda94a54b79 by dungar:

    Tweak expat handling

    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
  • Commit a9370b3510d0cc4194599ae27094a612a7b5d77d by dungar:

    Factor out integrator

    • add: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
    • edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
  • Commit 6c044c582f6ebec02634fc9287dc4ffce0a2f712 by dungar:

    Factor out job tracker

    • edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
    • add: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
  • Commit 84f7c2827e7c1ded15e0d0374e3ed57d5c4fda23 by dungar:

    Pull out node finder into separate file

    • add: Sources/SwiftDriver/Incremental Compilation/JobTracker.swift
    • add: Sources/SwiftDriver/Incremental Compilation/NodesAndUses.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
  • Commit 0abeb1f345c429b7ceb32c4cbfa64ca9eba82732 by dungar:

    Rename NodesAndUses -> NodeFinder

    • edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
    • add: Sources/SwiftDriver/Incremental Compilation/NodeFinder.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/NodesAndUses.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
  • Commit 483df846b270b839e4dfe44d4a50e1091e9d35bf by dungar:

    Pull state out of nodes

    • edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/JobTracker.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/TwoDMap.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DictionaryOfDictionaries.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/NodeFinder.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/Multdictionary.swift
  • Commit 83c47243e3de4ff068a4861dfc0db087788a3fdd by dungar:

    NFC: fxing review points

    • edit: Sources/SwiftDriver/Incremental Compilation/IncrementalCompilationState.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/InputIInfoMap.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
  • Commit f2350cb391509d13692295aac77ed3ea5176806e by dungar:

    reindented per Xcode

    • edit: Sources/SwiftDriver/Incremental Compilation/NodeFinder.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/Multdictionary.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/JobTracker.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/TwoDMap.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/IncrementalCompilationState.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DictionaryOfDictionaries.swift
  • Commit f700cfb04b5702d4589fb445062f17d95f009a91 by dungar:

    Closure line wraps

    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/TwoDMap.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/Multdictionary.swift
  • Commit 5dbf37f23b08d7fdcf74a790eebeb3c98eb31919 by dungar:

    functions and braces

    • edit: Sources/SwiftDriver/Incremental Compilation/Multdictionary.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/NodeFinder.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DictionaryOfDictionaries.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/IncrementalCompilationState.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/TwoDMap.swift
  • Commit fb9d2f55584754c1be5dd7848bbe8ed8949dc2c8 by dungar:

    wheres

    • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
  • Commit 7814b535bec785beb1b04256b7f9c4710d1bb3e6 by dungar:

    Redefined Changes

    • edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
  • Commit c1967b014bdf3c668d5803fe505a72738760c970 by dungar:

    enum for loaded graphs

    • edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
  • Commit fca7400156d39cad327a1936505b6d585da4e24c by dungar:

    small fixes

    • edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/JobTracker.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DictionaryOfDictionaries.swift
  • Commit 544c45e116aea2a5162f3c95ed5fa28d4d102171 by dungar:

    Use a type for SwiftDeps & ExternalDependency

    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/NodeFinder.swift
    • edit: Sources/SwiftDriver/Utilities/Diagnostics.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
    • edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/JobTracker.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
  • Commit b836698616f3d356a9150a52b1f4d9d0fd012d0a by dungar:

    Embed ModuleDependencyGraph part types into ModuleDependencyGraph

    • add: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Integrator.swift
    • add: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/SwiftDeps.swift
    • add: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/JobTracker.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/JobTracker.swift
    • add: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Tracer.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/NodeFinder.swift
    • add: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Node.swift
    • edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
    • delete: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
    • add: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/NodeFinder.swift
  • Commit 2252a83d5ab8f197659c0d92c4bf2e4e8f164a8d by dungar:

    Rm bogus comment

    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Node.swift
  • Commit 8159a0d1c6a6057604971f570ae61915e41690a1 by dungar:

    updated CMakeLists

    • edit: Sources/SwiftDriver/CMakeLists.txt
  • Commit fa1a839a1bcb3c860d3d887e18b2313a753fedb3 by achikin:

    [Explicit Module Builds] Refactor the InterModuleDependencyGraph to distinguish prebuilt external dependencies.

    • edit: Tests/SwiftDriverTests/Inputs/ExplicitModuleDependencyBuildInputs.swift
    • edit: Sources/SwiftDriver/Explicit Module Builds/InterModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/CMakeLists.txt
    • edit: Sources/SwiftDriver/Explicit Module Builds/ClangVersionedDependencyResolution.swift
    • edit: Tests/SwiftDriverTests/ExplicitModuleBuildTests.swift
    • add: Sources/SwiftDriver/Explicit Module Builds/CommonDependencyGraphOperations.swift
    • edit: Sources/SwiftDriver/Explicit Module Builds/ExplicitModuleBuildHandler.swift
    • edit: Sources/SwiftDriver/Explicit Module Builds/PlaceholderDependencyResolution.swift
  • Commit e7761cf997897aaa38af0d0969ca9acd7e504fbf by mgottesman:

    [DebuggingTheCompiler] Document a few flags for dumping llvm-ir.

    • edit: docs/DebuggingTheCompiler.md
  • Commit 20995ae0bbf765d39cb28c63318e301c27cc2157 by cassie_jones:

    [build] Add FILES_MATCHING to CMakeLists.txt

    • edit: stdlib/public/SwiftShims/CMakeLists.txt
    • edit: localization/CMakeLists.txt
  • Commit 141b032e7c6ad24133905b35a6080f872feb7dac by meghanavgupta:

    Enable --build-sil-debugging-stdlib for all of swift/stdlib/public (#34197)

    • edit: stdlib/public/CMakeLists.txt
    • edit: stdlib/public/core/CMakeLists.txt