[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #8222

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#8222]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/8222/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build:
Wed, 18 Sep 2019 14:01:03 -0500
Build duration:
1 hr 8 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 40985b6eb7d8e1923a25d5c005783ce4e54cbc01 by hborla:
    [Diagnostics] Generalize the "protocol type cannot conform" error to

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: test/Constraints/generics.swift
    • edit: test/Constraints/function_builder_diags.swift
    • edit: test/decl/protocol/conforms/error_self_conformance.swift
    • edit: test/Constraints/operator.swift
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: validation-test/Sema/type_checker_crashers_fixed/rdar27830834.swift
    • edit: validation-test/compiler_crashers_2_fixed/0196-rdar48937223.swift
    • edit: test/Generics/conditional_conformances_literals.swift
    • edit: test/type/subclass_composition.swift
    • edit: test/Generics/existential_restrictions.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/type/opaque.swift
    • edit: test/stmt/foreach.swift
    • edit: validation-test/compiler_crashers_fixed/00017-llvm-foldingset-llvm-attributesetnode-nodeequals.swift
    • edit: test/Constraints/diagnostics.swift
  • Commit 73a218fd8ad57e405fa35bef03d87acda9698927 by hborla:
    [Test] Add test cases for missing protocol conformance failures for

    • edit: test/Constraints/diagnostics.swift
  • Commit 173e4526ee733d7fe6d2f4b0c8ab9d92d9b2015b by hborla:
    [Diagnostics] Adjust wording of type_cannot_conform error message.

    • edit: validation-test/compiler_crashers_2_fixed/0196-rdar48937223.swift
    • edit: test/Constraints/function_builder_diags.swift
    • edit: test/type/opaque.swift
    • edit: test/Constraints/diagnostics.swift
    • edit: lib/Sema/CSDiagnostics.h
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: validation-test/Sema/type_checker_crashers_fixed/rdar27830834.swift
  • Commit 2a7e0099d24a1d318cb5abf8e4409f1a186e398c by hborla:
    [Diagnostics] Add notes for the type_cannot_conform error that point to

    • edit: test/Constraints/function_builder_diags.swift
    • edit: validation-test/Sema/type_checker_crashers_fixed/rdar27830834.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: validation-test/compiler_crashers_2_fixed/0196-rdar48937223.swift
    • edit: test/Generics/existential_restrictions.swift
    • edit: lib/Sema/CSDiagnostics.h
    • edit: test/Constraints/diagnostics.swift
    • edit: test/Constraints/operator.swift
    • edit: test/decl/protocol/conforms/error_self_conformance.swift
    • edit: test/type/subclass_composition.swift
    • edit: test/Generics/conditional_conformances_literals.swift
    • edit: test/type/opaque.swift
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: test/Constraints/generics.swift
    • edit: validation-test/compiler_crashers_fixed/00017-llvm-foldingset-llvm-attributesetnode-nodeequals.swift
  • Commit 7687293b7b36e2b90e595354c8407305085427b8 by hborla:
    [Diagnostics] Adjust the description of existential types for the

    • edit: test/Generics/existential_restrictions.swift
    • edit: test/Constraints/operator.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/stmt/foreach.swift
    • edit: test/Constraints/generics.swift
    • edit: test/decl/protocol/conforms/error_self_conformance.swift
    • edit: test/Generics/conditional_conformances_literals.swift
    • edit: test/type/subclass_composition.swift
    • edit: validation-test/compiler_crashers_fixed/00017-llvm-foldingset-llvm-attributesetnode-nodeequals.swift
  • Commit ea2acc6f9509578a43f3711cf25d6bcce43ca788 by hborla:
    [Test] Update Parse/confusables.swift with the "type cannot conform"

    • edit: test/Parse/confusables.swift
  • Commit 85e6f73b1f40c27e96e34bed52d783259c040e0e by hborla:
    [Diagnostics] In MissingConformanceFailure, if the non-conforming type

    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 54defbc7f747cf9dd7396ec18cc1f93242bd2d5e by nhawes:

    [code-completion] Remove special handling for completion on the RHS of

    • edit: include/swift/Parse/CodeCompletionCallbacks.h
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: include/swift/IDE/CodeCompletion.h
    • edit: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp
    • edit: test/IDE/complete_associated_types.swift
    • edit: lib/Parse/ParseExpr.cpp