Report
[FAILURE] oss-swift-package-linux-ubuntu-16_04 [#5092]
Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/5092/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Wed, 20 May 2020 17:16:42 -0500
Build duration:
1 hr 44 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
- Swift Compile Error: Swift compiler error
Changes
-
Commit f00953c62d36c0d89b8dd8d4e0afb22bd7c07fef by owen:
[Diags-Experimental-Formatting] Fixes for printing diagnostics when- edit: include/swift/Basic/SourceManager.h
- add: test/diagnostics/pretty-printed-source-loc-directive-diags.swift
- edit: lib/Frontend/PrintingDiagnosticConsumer.cpp
-
Commit 96696c88231bebe3ed65ce164bd59bf8c94f9432 by owen:
[Diag-Experimental-Formatting] Add a formatting test for Swift diags- edit: lib/Frontend/PrintingDiagnosticConsumer.cpp
- add: test/diagnostics/pretty-printed-diags-in-clang-buffer.swift
- add: test/diagnostics/Inputs/module.map
- add: test/diagnostics/Inputs/RenamedObjc.h
-
Commit d3c685d7350cf2356cf037c08843686b0dafb192 by aschwaighofer:
IRGen: Correctly compute the offset for a non-fixed field after an empty- edit: lib/IRGen/StructLayout.h
- edit: lib/IRGen/StructLayout.cpp
- edit: test/IRGen/partial_apply.sil
- edit: lib/IRGen/GenHeap.cpp
-
Commit b01889c813fae41e600c20410a38dbed8075688d by aschwaighofer:
Acutally use the variable I introduced- edit: lib/IRGen/StructLayout.cpp
-
Commit 081fb11208c34074e32872c1f628bf173e05ca50 by aschwaighofer:
Fix test on linux- edit: test/IRGen/partial_apply.sil
-
Commit 3ae3a7b4597f8f20faef80e1d071367f7e37037f by github:
Restore documentation for the pattern-matching operator as applied to- edit: stdlib/public/core/Range.swift
-
Commit 28a61eaa19401677152bee78d9911cd7ef42d1ba by mikeash:
[Test] Have llvm-support-odr-violation.sh use platform-dylib-dir.- edit: test/stdlib/llvm-support-odr-violation.test-sh
-
Commit 0637e17957c821f9eb6ba5ca3431c988438980e8 by compnerd:
runtime: improve error handling path for the runtime- edit: stdlib/public/LLVMSupport/ErrorHandling.cpp
-
Commit 6116f7d528aa188e886f815bf693259cab09d9ea by rishizaki:
[CodeCompletion] Disable fast-completion dependecy checking test cases- edit: test/SourceKit/CodeComplete/complete_checkdeps_bridged.swift
- edit: test/SourceKit/CodeComplete/complete_checkdeps_swiftmodule.swift
- edit: test/SourceKit/CodeComplete/complete_checkdeps_otherfile.swift
- edit: test/SourceKit/CodeComplete/complete_checkdeps_clangmodule.swift
-
Commit ffca352dafe1a17bd8a8f08e51817f24a8cc2b4d by github:
[AutoDiff] Remove flaky SR-12650 negative test. (#31919)- delete: test/AutoDiff/compiler_crashers_fixed/sr12650-noderivative-parameter-type-mangling.swift
-
Commit 16d6e39f6aadbe7fcf52fd19a319880ff80f9ddc by davg:
RemoveBuildSystemList
, merge it intoBuildSystemManager
- edit: Sources/SourceKit/clangd/ClangLanguageServer.swift
- edit: Sources/SKTestSupport/SKTibsTestWorkspace.swift
- delete: Sources/SKCore/BuildSystemList.swift
- edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
- edit: Tests/SKCoreTests/BuildSystemManagerTests.swift
- edit: Sources/SKCore/BuildSystemManager.swift
- edit: Sources/SourceKit/Workspace.swift
- edit: Sources/SourceKit/SourceKitServer.swift
- edit: Tests/SourceKitTests/BuildSystemTests.swift
-
Commit 8b78f3cd83d0ab15d5e5b11720232b6b8fb8c367 by davg:
Make the fallback build system optional- edit: Sources/SKCore/BuildSystemManager.swift
- edit: Tests/SKCoreTests/BuildSystemManagerTests.swift
- edit: Sources/SourceKit/Workspace.swift
-
Commit 5363557fffbfca85d22e4409374a84fba021622a by cltnschlosser:
Support -embed-bitcode and -driver-print-bindings- edit: Sources/SwiftOptions/ParsedOptions.swift
- edit: Sources/SwiftDriver/Utilities/VirtualPath.swift
- edit: Sources/SwiftDriver/Jobs/Job.swift
- add: Sources/SwiftDriver/Jobs/BackendJob.swift
- edit: Sources/SwiftDriver/Jobs/LinkJob.swift
- edit: Sources/SwiftDriver/Jobs/CompileJob.swift
- edit: Sources/SwiftDriver/Jobs/Planning.swift
- edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
- edit: Sources/SwiftDriver/Driver/Driver.swift
-
Commit f5aba8b8d833642b6c0f937db386e7b22de81168 by cltnschlosser:
Update README- edit: README.md
-
Commit 903a1ab1803125cc459a20471aaf2c34c3f7e9de by bbuegling:
Allow linking an existing llbuild.framework- edit: Package.swift
- edit: Sources/SwiftDriver/Execution/llbuild.swift
-
Commit b8e0c04124ed2eac4119eed77a291d8806bb4514 by owen:
Add BackendJob.swift to cmake build- edit: Sources/SwiftDriver/CMakeLists.txt