[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 18.04 - Long Test (master) #3807

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-18_04-long-test [#3807]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/3807/
Project:
oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build:
Wed, 20 May 2020 18:16:28 -0500
Build duration:
2 hr 14 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/Inputs/RenamedObjc.h
    • add: test/diagnostics/pretty-printed-diags-in-clang-buffer.swift
    • add: test/diagnostics/Inputs/module.map
  • Commit d3c685d7350cf2356cf037c08843686b0dafb192 by aschwaighofer:
    IRGen: Correctly compute the offset for a non-fixed field after an empty

    • edit: test/IRGen/partial_apply.sil
    • edit: lib/IRGen/StructLayout.cpp
    • edit: lib/IRGen/StructLayout.h
    • 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_clangmodule.swift
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_otherfile.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:
    Remove BuildSystemList, merge it into BuildSystemManager

    • edit: Sources/SourceKit/clangd/ClangLanguageServer.swift
    • edit: Tests/SKCoreTests/BuildSystemManagerTests.swift
    • edit: Sources/SKCore/BuildSystemManager.swift
    • delete: Sources/SKCore/BuildSystemList.swift
    • edit: Sources/SKTestSupport/SKTibsTestWorkspace.swift
    • edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
    • edit: Tests/SourceKitTests/BuildSystemTests.swift
    • edit: Sources/SourceKit/SourceKitServer.swift
    • edit: Sources/SourceKit/Workspace.swift
  • Commit 8b78f3cd83d0ab15d5e5b11720232b6b8fb8c367 by davg:
    Make the fallback build system optional

    • edit: Tests/SKCoreTests/BuildSystemManagerTests.swift
    • edit: Sources/SourceKit/Workspace.swift
    • edit: Sources/SKCore/BuildSystemManager.swift
  • Commit 5363557fffbfca85d22e4409374a84fba021622a by cltnschlosser:
    Support -embed-bitcode and -driver-print-bindings

    • add: Sources/SwiftDriver/Jobs/BackendJob.swift
    • edit: Sources/SwiftDriver/Utilities/VirtualPath.swift
    • edit: Sources/SwiftDriver/Jobs/LinkJob.swift
    • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
    • edit: Sources/SwiftDriver/Jobs/Job.swift
    • edit: Sources/SwiftDriver/Driver/Driver.swift
    • edit: Sources/SwiftDriver/Jobs/CompileJob.swift
    • edit: Sources/SwiftDriver/Jobs/Planning.swift
    • edit: Sources/SwiftOptions/ParsedOptions.swift
  • Commit f5aba8b8d833642b6c0f937db386e7b22de81168 by cltnschlosser:
    Update README

    • edit: README.md
  • Commit 903a1ab1803125cc459a20471aaf2c34c3f7e9de by bbuegling:
    Allow linking an existing llbuild.framework

    • edit: Sources/SwiftDriver/Execution/llbuild.swift
    • edit: Package.swift
  • Commit b8e0c04124ed2eac4119eed77a291d8806bb4514 by owen:
    Add BackendJob.swift to cmake build

    • edit: Sources/SwiftDriver/CMakeLists.txt