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

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04-long-test [#5680]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04-long-test/5680/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04-long-test
Date of build:
Wed, 11 Mar 2020 20:19:00 -0500
Build duration:
1 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:

Changes

  • Commit 54d3e5bdfecd2f91d8726f765e6f2dcdc2d16c02 by daniel_dunbar:
    [Ninja] Add support for dumping to JSON.

    • add: tests/Ninja/Loader/json-dumping.ninja
    • edit: lib/Commands/NinjaCommand.cpp
  • Commit ce97d22f21de44831f51c2f29240c5bb2d34c0d2 by dgregor:
    [Function builders] Add support for buildFinalResult().

    • edit: test/Constraints/function_builder_diags.swift
    • edit: include/swift/AST/KnownIdentifiers.def
    • edit: lib/Sema/BuilderTransform.cpp
  • Commit f0530d0a774da7d95955e4d321f6e885ccfb336e by dgregor:
    [Function builders] Support buildOptional(:) in lieu of buildIf(:).

    • edit: include/swift/AST/KnownIdentifiers.def
    • edit: lib/Sema/BuilderTransform.cpp
    • edit: test/Constraints/function_builder.swift
  • Commit 4842e23ed5a0a3796e0c83990e94b407fae12b1b by mgottesman:
    [semantic-arc-opts] Rename LiveRange::{general,ownership}ForwardingUse.

    • edit: lib/SILOptimizer/Transforms/SemanticARCOpts.cpp
  • Commit 09cfcbf50eb0215d3cdafab4f9688333f3152484 by mgottesman:
    [semantic-arc-opts] Rename LiveRange::has{,Unknown}ConsumingUse.

    • edit: lib/SILOptimizer/Transforms/SemanticARCOpts.cpp
  • Commit 4ee87d4f6d0eb0fb3d0bff41954e6e21d6a5e638 by rjmccall:
    Use the right generic signature when producing a substituted function

    • edit: lib/SIL/TypeLowering.cpp
    • add: test/SILGen/variant_overrides.swift
    • edit: lib/SIL/SILFunctionType.cpp
    • edit: include/swift/SIL/TypeLowering.h
  • Commit 52c5f721b91c55f49e94249863b1269344c21180 by mgottesman:
    [passmanager] Change SIL pass pipeline plan to use an LLVM YAML

    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
    • edit: test/sil-passpipeline-dump/basic.test-sh
    • edit: tools/sil-passpipeline-dumper/CMakeLists.txt
    • edit: lib/Serialization/CMakeLists.txt
  • Commit fbc79d2f4711ae0dcd631142135af7ac4811c125 by rishizaki:
    [CodeCompletion] Support SE-0253 callAsFunction()

    • edit: lib/IDE/ExprContextAnalysis.cpp
    • edit: lib/IDE/CodeCompletion.cpp
    • add: test/IDE/complete_call_as_function.swift
  • Commit ab2bc1597d311cbb73a54facad9063802a90d126 by aprantl:
    Add a verification mechanism to CompilerType.

    • edit: lldb/include/lldb/Symbol/TypeSystemClang.h
    • edit: lldb/include/lldb/Symbol/TypeSystem.h
    • edit: lldb/source/Symbol/CompilerType.cpp
    • edit: lldb/include/lldb/Symbol/CompilerType.h
    • edit: lldb/source/Symbol/TypeSystem.cpp
    • edit: lldb/source/Symbol/TypeSystemClang.cpp
  • Commit b5cc4c1876622a666059b8099c2404552c08adac by aprantl:
    Adapt to upstream changes (CompilerType::Verify())

    • edit: lldb/include/lldb/Symbol/SwiftASTContext.h
    • edit: lldb/source/Symbol/SwiftASTContext.cpp