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

Report

[FAILURE] oss-swift-master-rebranch-incremental-RA-linux-ubuntu-16_04 [#176]

Build URL:
https://ci.swift.org/job/oss-swift-master-rebranch-incremental-RA-linux-ubuntu-16_04/176/
Project:
oss-swift-master-rebranch-incremental-RA-linux-ubuntu-16_04
Date of build:
Fri, 31 Jan 2020 12:25:32 -0600
Build duration:
1 hr 4 min

Identified problems:

  • Swift Compile Error: Swift compiler error
  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes

  • Commit ad1ad43c6e4c6862870f6a095630f2e1ffba5da7 by dgregor:
    Generalize SolutionApplicationTarget and use it more widely.

    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSApply.cpp
  • Commit 98db6e642262ea04b3d34b4903c3daaf15c109c0 by dgregor:
    [Constraint solver] Don’t mark a moved-from instance as “diagnosed”.

    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/CSSolver.cpp
  • Commit e3124dcb5f41a9b908adf3d9360a97203c55adee by dgregor:
    [Constraint system] Expand SolutionApplicationTarget for expressions.

    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSApply.cpp
  • Commit eb2862ec1e0899c86aa7a01e767e993552d03e96 by dgregor:
    [Constraint system] Collapse applySolutionImpl() into applySolution().

    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/Sema/BuilderTransform.cpp
    • edit: lib/Sema/ConstraintSystem.h
  • Commit 56aeac5d0a80935d170a08ed8f3b3e8c5675f3b3 by dgregor:
    [Constraint system] Push SolutionApplicationTarget into the solveImpl

    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/ConstraintSystem.h
  • Commit 54ac78d28f4e9fd39148a3dcc2722d6661ac085a by dgregor:
    [Constrsint solver] Remove

    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/TypeCheckConstraints.cpp
  • Commit 754afff034df6f5cbcf9c4a4dfc8f40268f83f01 by dgregor:
    [Constraint solver] Remove ExprTypeCheckListener::preCheckFailed().

    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/TypeCheckConstraints.cpp
  • Commit f8fd19729528f33f59ca17909c33725d4be41910 by dgregor:
    [Constraint solver] Remove ExprTypeCheckListener::applySolutionFailed.

    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/TypeCheckConstraints.cpp
  • Commit 5c6608f5ca1b0d7faef732a7350ddc4c68cdccf1 by dgregor:
    [Constraint solver] Remove the FallbackDiagnosticListener.

    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/TypeCheckConstraints.cpp
  • Commit 40ca1ef1647d72de6ff6bf91c8ab5e83e280e12e by dgregor:
    [Constraint solver] Eliminate ExprTypeCheckListener::foundSolution()

    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/Sema/TypeChecker.h
  • Commit e0702d9f2e333ad1c9f0a5a88dec67caca99cc62 by dgregor:
    [Constraint solver] Generalize solve() for arbitrary solution targets.

    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/CSSolver.cpp
  • Commit ce357312b6b8164e2e9d8015d17215f9a5d0b6fd by dgregor:
    [Constraint solver] Reinstate the fallback diagnostic, just in case.

    • edit: lib/Sema/CSSolver.cpp