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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/3086/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Sun, 03 Mar 2019 02:20:03 -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 bdc961d8c60c14da93a93dd1d540d7afc7420c80 by dgregor:
    [Constraint solver] Do argument label matching during apply

    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSStep.h
    • add: test/Constraints/overload_filtering.swift
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/ConstraintSystem.h
  • Commit c6631ec83d57515cf3fad9e11f5935357c85d31f by dgregor:
    [Constraint solver] Match call arguments for subscripts.

    • edit: test/Constraints/overload_filtering.swift
    • edit: lib/Sema/CSGen.cpp
    • edit: test/Constraints/subscript.swift
    • edit: lib/Sema/CSSimplify.cpp
  • Commit 1b2b6f92e84984664f90edc1b9ec603de9a1a4b7 by dgregor:
    [Constraint solver] Restrict key path application to

    • edit: lib/Sema/CSSimplify.cpp
    • edit: test/Constraints/overload_filtering.swift
  • Commit 4097428df970bf238bf809aa5c8d657d33b3937e by dgregor:
    [Constraint solver] Declarations with IUOs don’t have effective overload

    • edit: test/Constraints/common_type.swift
    • edit: lib/Sema/ConstraintSystem.cpp
  • Commit 61caa51e291c77369f10df92d2fb2bf4b6717c11 by dgregor:
    Update test case for subscript argument labels

    • edit: test/decl/func/keyword-argument-defaults.swift
  • Commit 233cf6ffa626921691fa9fed760d300021e8aea2 by dgregor:
    [Constraint solver] Address feedback from Pavel and Slava.

    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
  • Commit 135ce781e28ec4f76a6b663bc1879d24d69ae039 by spestov:
    IRGen: Don't emit debug info for dependent member types

    • edit: test/DebugInfo/inlined-generics.swift
    • edit: lib/IRGen/IRGenDebugInfo.cpp
    • edit: lib/IRGen/IRGenDebugInfo.h
    • edit: test/IRGen/associated_types.swift
    • edit: lib/IRGen/LocalTypeData.cpp
  • Commit add0c2472763c096720c186e7baf767860ff3b2a by spestov:
    SILGen: Add missing weak_linked_attribute.swift test

    • add: test/SILGen/weak_linked_attribute.swift
  • Commit 603d5d6f2091fa567806e1a6f28a693c1c12f02c by dgregor:
    [Constraint solver] Synchronize argument label setting/retrievable.

    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/ConstraintSystem.h
    • add: test/Constraints/overload_filtering_objc.swift
    • edit: lib/Sema/CSSimplify.cpp
  • Commit 6246e7e1db0daa0c6f9479b69005d1daee943645 by dgregor:
    [Constraint solver] Fix effective-overload-type for constructors,

    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: test/Constraints/common_type.swift
  • Commit e5613296fd226e33b4b0460183f1165d96d618da by dgregor:
    [Constraint solver] Minor cleanup for @optional declarations.

    • edit: lib/Sema/ConstraintSystem.cpp
  • Commit 69ef7895a8342bc2c0c90d238ddad9ef47b02a7f by dgregor:
    [Constraint solver] Match argument labels for unresolved member

    • edit: test/Constraints/generics.swift
    • edit: test/Constraints/patterns.swift
    • edit: lib/Sema/CSGen.cpp
    • edit: test/Constraints/overload_filtering.swift
  • Commit 6d8cdaf64caa1029e372ba33821722b9a539deb8 by dgregor:
    The test case from rdar://problem/20818064 is now scaling well.

    • delete: validation-test/Sema/type_checker_perf/slow/rdar20818064.swift.gyb
    • add: validation-test/Sema/type_checker_perf/fast/rdar20818064.swift.gyb
  • Commit a6902cc5a7faa4fe1bea8f74c37c93986d5a0c3e by dgregor:
    Add a "slow" type checker performance test for rdar://problem/46713933

    • add: validation-test/Sema/type_checker_perf/slow/rdar46713933.swift
  • Commit 7249c92c003bdd0dbbade61ca2c77283de5e52d6 by dgregor:
    Use ErrorType as a sentinel type rather than Optional

    • edit: lib/Sema/CSSimplify.cpp
  • Commit 1206380ceac10a650419685eaabd5a59e4565272 by compnerd:
    Update WindowsBuild.md

    • edit: docs/WindowsBuild.md
  • Commit 2ca5c3e1bdaef5c76194010d09d515a87dbe244c by compnerd:
    NSPathUtilities: correct isAbsolutePath for Win32

    • edit: Foundation/NSPathUtilities.swift