Report
[FAILURE] oss-swift-incremental-ASAN-RA-osx [#4125]
Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/4125/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Fri, 06 Dec 2019 18:18:47 -0600
Build duration:
3 hr 56 min
Identified problems:
- Swift Compile Error: Swift compiler error
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Changes
-
Commit b84562003ececcb0c2fcbfd8bbab17c302ae711c by owen:
[Diagnostics] Add an educational note explaining closure type inference- edit: include/swift/AST/EducationalNotes.def
- add: userdocs/diagnostics/complex-closure-inference.md
-
Commit 8b378626e44fe595580dcdbf44873c30fc5401ee by jacque:
bumping swift version number to 5.2 rdar://problem/56622958- edit: utils/build_swift/defaults.py
- edit: test/Serialization/Recovery/types-5-to-4.swift
- edit: CMakeLists.txt
-
Commit 8a83440ce15aa3d74b55f65129f4694537581bb3 by hamishknight:
[CS] Resolve callees for callAsFunction ".member" exprs- edit: test/Sema/call_as_function_simple.swift
- edit: lib/Sema/CSApply.cpp
- edit: lib/Sema/ConstraintSystem.cpp
- edit: test/SILGen/default_arguments.swift
-
Commit 343b4002e51d245412526bbf5527efb56bbe9032 by mgottesman:
[outliner] Add end sil function patterns to FileCheck tests so that- edit: test/SILOptimizer/outliner.swift
-
Commit d6e30b5aa82939cef6c47e3ee24d1c7a948abc02 by mgottesman:
[outliner] Add support for passing bridging args as guaranteed if we do- edit: lib/Demangling/Demangler.cpp
- edit: lib/SILOptimizer/Transforms/Outliner.cpp
- edit: test/Demangle/Inputs/manglings.txt
-
Commit 67ff2ae69e7dab4072273f3d7b0b462d282f95af by mgottesman:
[semantic-arc-opts] Change to always use the worklist.- edit: lib/SILOptimizer/Mandatory/SemanticARCOpts.cpp
- edit: test/SILOptimizer/outliner.swift
-
Commit fe35d4af7898009ab14bacfb19426643df5a40f0 by jacque:
fixing version in test/SourceKit/Misc/compiler_version.swift- edit: test/SourceKit/Misc/compiler_version.swift
-
Commit 3ee6e7b04ec84a83a08e981370c11279b717b377 by jacque:
updated test/IRGen/objc.swift for version bump- edit: test/IRGen/objc.swift
-
Commit 585213b5692079e4756981279a751fc8830635c6 by ahoppen:
Update ClientCapabilities to match version 3.14 of the spec- edit: Sources/LanguageServerProtocol/ClientCapabilities.swift
-
Commit 54d53246131f328f07094bd848d905eda09d9987 by compnerd:
build: add CMake build system- add: CMakeLists.txt
- add: Sources/Csourcekitd/CMakeLists.txt
- add: Sources/SKCore/CMakeLists.txt
- add: Sources/SourceKit/CMakeLists.txt
- add: Sources/sourcekit-lsp/CMakeLists.txt
- add: Sources/SKSwiftPMWorkspace/CMakeLists.txt
- add: Sources/BuildServerProtocol/CMakeLists.txt
- add: Sources/LSPLogging/CMakeLists.txt
- add: Sources/SKSupport/CMakeLists.txt
- add: Sources/CMakeLists.txt
- add: cmake/modules/SwiftSupport.cmake
- add: Sources/LanguageServerProtocol/CMakeLists.txt
- add: Sources/LanguageServerProtocolJSONRPC/CMakeLists.txt
-
Commit a75a288a4583966077ed23e3621106b126b470f3 by ahoppen:
Update Completion to match version 3.14 of the spec- edit: Sources/LanguageServerProtocol/Completion.swift
- edit: Tests/LanguageServerProtocolTests/CodingTests.swift
-
Commit fa012d738689be815dc72a10b370ce6e059afac4 by ahoppen:
Update CompletionItem to match version 3.14 of the spec- edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
- edit: Tests/SourceKitTests/SwiftPMIntegration.swift
- edit: Sources/LanguageServerProtocol/CompletionItem.swift
- edit: Tests/SourceKitTests/SourceKitTests.swift
- edit: Tests/LanguageServerProtocolTests/CodingTests.swift
-
Commit 711d7827dd7252bc30ad79d3a35614a68ff7aa17 by ahoppen:
Update DefinitionRequest to match version 3.14 of the spec- edit: Sources/SourceKit/SourceKitServer.swift
- edit: Tests/SourceKitTests/SourceKitTests.swift
- add: Sources/LanguageServerProtocol/LocationLink.swift
- edit: Sources/LanguageServerProtocol/DefinitionRequest.swift
- edit: Tests/LanguageServerProtocolTests/CodingTests.swift
-
Commit bcadf01539317c4636e75ac51a898ec7eca7f729 by ahoppen:
Update DocumentSymbolRequest to match version 3.14 of the LSP spec- edit: Tests/SourceKitTests/DocumentSymbolTests.swift
- edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
- edit: Tests/LanguageServerProtocolTests/CodingTests.swift
- edit: Sources/LanguageServerProtocol/DocumentSymbol.swift
- edit: Sources/LanguageServerProtocol/WorkspaceSymbols.swift
-
Commit de7d1e55fa8f7e367baa14bb3aac66dec7d4c685 by ahoppen:
Make unknown case of WorkspaceSettingsChange have an LSPAny associated- edit: Sources/LanguageServerProtocol/WorkspaceSettings.swift
-
Commit 7ebf1036451d1ca6dfa802bccebdbb89c8eed81a by ahoppen:
Update ImplementationRequest to match version 3.14 of the LSP spec- edit: Sources/LanguageServerProtocol/DefinitionRequest.swift
- edit: Tests/LanguageServerProtocolTests/CodingTests.swift
- edit: Sources/SourceKit/SourceKitServer.swift
- add: Sources/LanguageServerProtocol/LocationsOrLocationLinksResponse.swift
- edit: Tests/SourceKitTests/ImplementationTests.swift
- edit: Sources/LanguageServerProtocol/ImplementationRequest.swift
-
Commit 82be88f6963f1e2e54e636253ee06220c9c142eb by ahoppen:
Update ReferencesRequest to match version 3.14 of the LSP spec- edit: Sources/SourceKit/SourceKitServer.swift
- edit: Sources/LanguageServerProtocol/ReferencesRequest.swift
- edit: Tests/SourceKitTests/SourceKitTests.swift
- edit: Tests/SourceKitTests/SwiftPMIntegration.swift
-
Commit 5f0b2bca3d73b915557df11b5f5be4eb9cfc17b4 by ahoppen:
Update decoding error message for HoverRequest to match others- edit: Sources/LanguageServerProtocol/Hover.swift
-
Commit 329a4ba7d767b3cb533599404d9883b7a214c52b by jonas:
Revert "[Reproducer] Make reproducer capture on-by-default for the- edit: lldb/tools/driver/Driver.cpp
- edit: lldb/lit/Reproducer/TestDriverOptions.test
-
Commit 2d86ce173547669845811d84ed029ce3eb8b578e by jonas:
[Reproducer] Make reproducer capture on-by-default for the driver.- edit: lldb/tools/driver/Driver.cpp
-
Commit 5bfabc60f091009d1768aa85d0cf9248628c6c05 by compnerd:
build: always enable a dependency on intrinsics_gen- edit: lldb/CMakeLists.txt