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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/2007/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Sat, 04 Aug 2018 01:39:44 -0500
Build duration:
1 hr 38 min

Changes

  • Commit 29e34e66e7651a445ccccf588154c4a4afee2735 by pyaskevich:
    [ConstraintSystem] Diagnose missing conformance requirements via "fixes"

    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/Constraint.h
    • edit: lib/Sema/Constraint.cpp
    • edit: test/Constraints/generics.swift
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/ConstraintSystem.h
  • Commit cfc5b97dc28697d9d577eb25aa7a6b58540a53e0 by pyaskevich:
    [ConstraintSystem] Move score kind for Fix before Unavailable

    • edit: lib/Sema/ConstraintSystem.h
  • Commit 6dfa8f21ebb9644fbef0c063b6d8bf3a89d9d8b7 by pyaskevich:
    [ConstraintSystem] Try to dig out parameter position only if apply expr

    • edit: lib/Sema/CSApply.cpp
  • Commit c2bf3d5ba967288601fa35193adadb7b4bf6cc29 by pyaskevich:
    [TypeChecker] NFC: Fix all of the diagnostics improved by conformance

    • edit: test/Generics/existential_restrictions.swift
    • edit: validation-test/Sema/type_checker_crashers_fixed/rdar27830834.swift
    • edit: validation-test/compiler_crashers_fixed/00017-llvm-foldingset-llvm-attributesetnode-nodeequals.swift
    • edit: test/Constraints/diagnostics.swift
    • edit: test/decl/ext/protocol.swift
    • edit: test/expr/unary/keypath/salvage-with-other-type-errors.swift
    • edit: test/Constraints/conditionally_defined_types.swift
    • edit: validation-test/stdlib/FixedPointDiagnostics.swift.gyb
    • edit: test/Generics/unbound.swift
    • edit: test/IDE/annotation.swift
    • edit: test/Generics/deduction.swift
    • edit: test/expr/expressions.swift
    • edit: test/Constraints/rdar39931339.swift
    • edit: test/type/subclass_composition.swift
    • edit: test/Serialization/builtin.swift
    • edit: test/Constraints/generics.swift
    • edit: test/Constraints/closures.swift
    • edit: test/type/subclass_composition_objc.swift
  • Commit c60e5176e01d88ff3a6924fb7a87fa3e8f050221 by pyaskevich:
    [Diagnostics] NFC: Add another test-case improve my tracking missing

    • edit: test/Constraints/generics.swift
  • Commit a37229e40a29039a23ec7b198bfbed44f9a30fdb by gregomni:
    Omit recording conversion restrictions in a solution that apply can just

    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSApply.cpp
  • Commit f15e17a62958c6173a6c10bb2b040c89a45dd2d8 by pyaskevich:
    [Sema] NFC: reword "only concrete types can conform to protocols"

    • edit: test/Constraints/generics.swift
    • edit: validation-test/compiler_crashers_fixed/00017-llvm-foldingset-llvm-attributesetnode-nodeequals.swift
    • edit: test/stmt/foreach.swift
    • edit: test/Generics/existential_restrictions.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/type/subclass_composition.swift
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/ConstraintSystem.h
  • Commit 9d50122e75433a165b2479ca8ae3ce89445cb407 by pyaskevich:
    [ConstraintSystem] NFC: Fix typo in FixKind::AddConformance name

    • edit: lib/Sema/Constraint.cpp
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/Constraint.h
  • Commit e4da7a11670b285df41f3ae6040c8ab24d0d022d by pyaskevich:
    [ConstraintSystem] Look through metatype of base while diagnosing

    • edit: lib/Sema/CSApply.cpp
    • edit: test/Constraints/rdar39931339.swift
    • edit: test/Constraints/conditionally_defined_types.swift
  • Commit d86725cf80c7475ad9a95b42a58dc20d70c87e5f by github:
    [ConstraintSystem] Ignore patterns in linked expression analysis

    • edit: test/Parse/matching_patterns.swift
    • edit: lib/Sema/CSGen.cpp
    • edit: test/IDE/complete_crashes.swift
  • Commit 6d37f25579b10024149c10161288ad49b1b35074 by ankit_aggarwal:
    [SR-8459] fix --generate-linuxmain when testing subclasses (#1722)

    • edit: Sources/Commands/GenerateLinuxMain.swift
    • edit: Tests/FunctionalTests/MiscellaneousTests.swift
  • Commit 149f4700994aabea3471612a4d3aec1d23a3aeec by ankit_aggarwal:
    Add 'PseudoTerminal' to 'TestSupport' (#1720)

    • edit: Tests/BasicTests/TerminalControllerTests.swift
    • edit: Tests/UtilityTests/ProgressBarTests.swift
    • add: Sources/TestSupport/PseudoTerminal.swift
  • Commit ad9169fd090b538a5b0b99c92ca4a4c2706e27ab by klorentey:
    NSLocale.hash: Implement

    • edit: Foundation/NSLocale.swift
    • edit: TestFoundation/TestNSLocale.swift