[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #3075

Report

[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#3075]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/3075/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Wed, 27 Feb 2019 09:29:47 -0600
Build duration:
2 hr 38 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 12a65fffee949c8755d0ccca748e3442efdf0727 by pyaskevich:
    [CSSimplify] Further Restrict tuple splat behavior

    • edit: lib/Sema/CSSimplify.cpp
  • Commit 0b12c664b050261a572ff600703c37aa5fb70c8c by pyaskevich:
    [ConstraintSystem] Fix missing arguments

    • edit: include/swift/AST/Types.h
    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSSimplify.cpp
  • Commit 1c54c5a08b19fb1a0b84d66224abdd9929d93f3c by pyaskevich:
    [ConstraintLocator] Add special locator for synthesized arguments

    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/ConstraintLocator.cpp
    • edit: lib/Sema/ConstraintLocator.h
  • Commit c664ac0ed7296ede6daebcd936077202833be9b5 by pyaskevich:
    [CSSimplify] While attempting to synthesize missing arguments account

    • edit: lib/Sema/CSSimplify.cpp
  • Commit aeaa26d926e01866e5a69fcab1dcdd541c5d40f1 by pyaskevich:
    [CSDiagnostics] Add missing arguments failure

    • edit: test/decl/protocol/req/associated_type_inference.swift
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/CSDiag.cpp
    • edit: test/Constraints/closures.swift
    • edit: test/Constraints/tuple-arguments-unsupported.swift
    • edit: lib/Sema/CSDiagnostics.h
  • Commit 848b8efd34909f70c01fa96069a5459c1d1ffbd1 by alexshap:
    [Reflection] Add first bits to support COFF

    • edit: include/swift/Reflection/ReflectionContext.h
  • Commit 9d4116d46ec57a7bff222ca8d7050f00af5c8b3a by pyaskevich:
    [CSSimplify] NFC: Extract isSingleTupleParam and missing arguments fix

    • edit: lib/Sema/CSSimplify.cpp