# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-18_04-long-test [#4427]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/4427/
Project: oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build: Tue, 06 Oct 2020 15:13:00 -0500
Build duration: 2 hr 31 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 6ab35727cf5baed7d7bab1bad7b1201f057c5d59 by github:
Fixed docs link to Rust's demand-driven compilation guide
-
edit: docs/RequestEvaluator.md
-
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 github:
Enable --build-sil-debugging-stdlib for all of swift/stdlib/public (#34197)
- edit: stdlib/public/CMakeLists.txt
- edit: stdlib/public/core/CMakeLists.txt
-
Commit 121babae56e9f08acedf3d6d44757e35556d0a37 by hans:
[SelectionDAG] Don't remove unused negated constant immediately
- edit: llvm/test/CodeGen/X86/pr47517.ll
- edit: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
-
Commit 010ad17dcbc092fbab46bbddd8c1ce8dd6cd0450 by dungar:
DriverDependencyGraph & unit tests
- add: Sources/SwiftDriver/Incremental Compilation/TwoDMap.swift
- add: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
- edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
- edit: Sources/SwiftDriver/Utilities/Diagnostics.swift
- add: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- add: Tests/SwiftDriverTests/TwoDMapTests.swift
- edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
- add: Sources/SwiftDriver/Incremental Compilation/DependencyGraph.swift
-
Commit fab9a5f9c0f4492bccb9a16885ee750edb384d5e by dungar:
Separate out ModuleDepGraphNodes
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- add: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
-
Commit 48316f1330fcc274c59314826e942ebcda50e0a0 by dungar:
Factor out multidictionary
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
- edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DependencyGraph.swift
- edit: Sources/SwiftDriver/Incremental Compilation/TwoDMap.swift
- edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
- add: Sources/SwiftDriver/Incremental Compilation/DictionaryOfDictionaries.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- edit: Tests/SwiftDriverTests/TwoDMapTests.swift
- add: Sources/SwiftDriver/Incremental Compilation/Multdictionary.swift
-
Commit ef22c2b7fec25b8c5350e2223bab1c72721cc814 by dungar:
nil for empty context and name
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
- edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DependencyGraph.swift
- edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
-
Commit aa40922b36b175bfa84fe0b7747817bf58f236d4 by dungar:
Pull DependencyKey into its own file
- add: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
- delete: Sources/SwiftDriver/Incremental Compilation/DependencyGraph.swift
-
Commit 71c260c20643e5efaac158d5c45e6bd5233b684c by dungar:
centralize source file invars
- edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
-
Commit f3491a88aff1ce5e8ed922171badba46477a8e4c by dungar:
Use enum for whole DependencyKey
- edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
- edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
-
Commit 5bda5f8f834629ed98234b3c5c881d1d5c7e1730 by dungar:
Key -> DependencyKey
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.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
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- add: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
- edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
-
Commit 6c044c582f6ebec02634fc9287dc4ffce0a2f712 by dungar:
Factor out job tracker
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
- edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
- add: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
-
Commit 84f7c2827e7c1ded15e0d0374e3ed57d5c4fda23 by dungar:
Pull out node finder into separate file
- add: Sources/SwiftDriver/Incremental Compilation/NodesAndUses.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- add: Sources/SwiftDriver/Incremental Compilation/JobTracker.swift
-
Commit 0abeb1f345c429b7ceb32c4cbfa64ca9eba82732 by dungar:
Rename NodesAndUses -> NodeFinder
- edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
- delete: Sources/SwiftDriver/Incremental Compilation/NodesAndUses.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- add: Sources/SwiftDriver/Incremental Compilation/NodeFinder.swift
-
Commit 483df846b270b839e4dfe44d4a50e1091e9d35bf by dungar:
Pull state out of nodes
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
- edit: Sources/SwiftDriver/Incremental Compilation/JobTracker.swift
- edit: Sources/SwiftDriver/Incremental Compilation/TwoDMap.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DictionaryOfDictionaries.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
- edit: Sources/SwiftDriver/Incremental Compilation/NodeFinder.swift
- edit: Sources/SwiftDriver/Incremental Compilation/Multdictionary.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
-
Commit 83c47243e3de4ff068a4861dfc0db087788a3fdd by dungar:
NFC: fxing review points
- edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
- edit: Sources/SwiftDriver/Incremental Compilation/IncrementalCompilationState.swift
- edit: Sources/SwiftDriver/Incremental Compilation/InputIInfoMap.swift
-
Commit f2350cb391509d13692295aac77ed3ea5176806e by dungar:
reindented per Xcode
- edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DictionaryOfDictionaries.swift
- edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- edit: Sources/SwiftDriver/Incremental Compilation/Multdictionary.swift
- edit: Sources/SwiftDriver/Incremental Compilation/IncrementalCompilationState.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
- edit: Sources/SwiftDriver/Incremental Compilation/NodeFinder.swift
- edit: Sources/SwiftDriver/Incremental Compilation/TwoDMap.swift
- edit: Sources/SwiftDriver/Incremental Compilation/JobTracker.swift
-
Commit f700cfb04b5702d4589fb445062f17d95f009a91 by dungar:
Closure line wraps
- edit: Sources/SwiftDriver/Incremental Compilation/TwoDMap.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- edit: Sources/SwiftDriver/Incremental Compilation/Multdictionary.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
-
Commit 5dbf37f23b08d7fdcf74a790eebeb3c98eb31919 by dungar:
functions and braces
- edit: Sources/SwiftDriver/Incremental Compilation/IncrementalCompilationState.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DictionaryOfDictionaries.swift
- edit: Sources/SwiftDriver/Incremental Compilation/TwoDMap.swift
- edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- edit: Sources/SwiftDriver/Incremental Compilation/NodeFinder.swift
- edit: Sources/SwiftDriver/Incremental Compilation/Multdictionary.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/DictionaryOfDictionaries.swift
- edit: Sources/SwiftDriver/Incremental Compilation/JobTracker.swift
-
Commit 544c45e116aea2a5162f3c95ed5fa28d4d102171 by dungar:
Use a type for SwiftDeps & ExternalDependency
- edit: Sources/SwiftDriver/Utilities/Diagnostics.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
- edit: Sources/SwiftDriver/Incremental Compilation/JobTracker.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
- edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
- edit: Sources/SwiftDriver/Incremental Compilation/NodeFinder.swift
-
Commit b836698616f3d356a9150a52b1f4d9d0fd012d0a by dungar:
Embed ModuleDependencyGraph part types into ModuleDependencyGraph
- add: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Node.swift
- delete: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphNode.swift
- add: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Tracer.swift
- edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
- add: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Integrator.swift
- add: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/JobTracker.swift
- delete: Sources/SwiftDriver/Incremental Compilation/NodeFinder.swift
- edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
- delete: Sources/SwiftDriver/Incremental Compilation/JobTracker.swift
- delete: Sources/SwiftDriver/Incremental Compilation/DepGraphIntegrator.swift
- add: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/NodeFinder.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
- delete: Sources/SwiftDriver/Incremental Compilation/ModuleDepGraphTracer.swift
- add: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/SwiftDeps.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: Sources/SwiftDriver/Explicit Module Builds/ClangVersionedDependencyResolution.swift
- edit: Sources/SwiftDriver/Explicit Module Builds/InterModuleDependencyGraph.swift
- add: Sources/SwiftDriver/Explicit Module Builds/CommonDependencyGraphOperations.swift
- edit: Sources/SwiftDriver/Explicit Module Builds/PlaceholderDependencyResolution.swift
- edit: Sources/SwiftDriver/CMakeLists.txt
- edit: Sources/SwiftDriver/Explicit Module Builds/ExplicitModuleBuildHandler.swift
- edit: Tests/SwiftDriverTests/ExplicitModuleBuildTests.swift
- edit: Tests/SwiftDriverTests/Inputs/ExplicitModuleDependencyBuildInputs.swift