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

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#9693]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/9693/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Fri, 26 Jul 2019 12:35:35 -0500
Build duration:
1 hr 12 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 d3205b202ef979ecdb877fb417661786d21037b3 by pyaskevich:
    [ConstraintSystem] Remove UR_LabelMismatch overload unavailability

    • edit: lib/Sema/CSDiag.cpp
    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSSimplify.cpp
  • Commit c85deb1a8d315f6777b41dee7dd7afa0595aef3f by pyaskevich:
    [ConstraintSystem] NFC: Refactor

    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSSimplify.cpp
  • Commit ded44b4919928e8328a9238f07197b116a674b59 by pyaskevich:
    [CSStep] Attempt all disabled disjunction choices in diagnostic mode

    • edit: lib/Sema/CSStep.cpp
  • Commit e12fe97a3613bda4bb7887bd1c72a2e0d12fd036 by pyaskevich:
    [CSSolver] Try to Optimize generic disjunction if there are 2 enabled

    • edit: lib/Sema/CSSolver.cpp
  • Commit 44f82f256f489397a6dc7f3c71efe40860c2a5b8 by pyaskevich:
    [TypeChecker] Adjust some of tests improved/regressed after removal of

    • edit: test/Constraints/overload_filtering_objc.swift
    • edit: test/ClangImporter/objc_parse.swift
    • edit: test/Sema/diag_ambiguous_overloads.swift
    • edit: validation-test/Sema/type_checker_crashers_fixed/rdar45470505.swift
    • edit: test/Constraints/closures.swift
    • edit: lib/Sema/CSDiag.cpp
    • edit: test/Constraints/generics.swift
    • edit: test/stdlib/UnsafePointerDiagnostics.swift
  • Commit 654c1ae219201bb6b47e5ee407e576575a766d31 by pyaskevich:
    [ConstaintSystem] Adjust getEffectiveOverloadType to ignore

    • edit: lib/Sema/ConstraintSystem.cpp
  • Commit b5cd4002629c61bdb79964817f43898e0772e8ca by pyaskevich:
    [ConstraintSystem] De-prioritize fixes which suggest removing extraneous

    • edit: lib/Sema/CSSimplify.cpp
    • edit: test/Parse/type_expr.swift
  • Commit 8b33cd0e2ea476e8a7b364f253bb86d6b8628b8f by pyaskevich:
    [ConstraintSystem] Include argument labels into member name for

    • edit: lib/Sema/CSSimplify.cpp
  • Commit be470f5dd77602892f212d8c8656bf00472524b5 by pyaskevich:
    [ConstraintSystem] Don't attempt to optimize disjunction in diagnostic

    • edit: lib/Sema/CSSimplify.cpp
  • Commit 1b4f9c33ebfa4c6f4be2e0624c9bde4c4b3cb034 by pyaskevich:
    [Diagnostic] In no exact match cases diagnose labeling mismatch as a

    • edit: test/Constraints/unchecked_optional.swift
    • edit: validation-test/Sema/type_checker_crashers_fixed/rdar45470505.swift
    • edit: test/ClangImporter/objc_missing_designated_init.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/Constraints/diagnostics.swift
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: test/ClangImporter/objc_diags.swift
    • edit: lib/Sema/CSDiagnostics.h

Interesting, looks like one of the tests improved after I merged, going to fix it now.