[Swift CI] Build Failure: OSS - Swift Package - OS X (master) #1028

Report

[FAILURE] oss-swift-package-osx [#1028]

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/1028/
Project:
oss-swift-package-osx
Date of build:
Fri, 12 Jan 2018 06:15:27 -0600
Build duration:
1 hr 51 min

Identified problems:

  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:

Changes

  • Commit a9db3f2f53a37e04003756dea96bebd0783c9b5a by chu:
    SR-6272: Show “Fix it” for numerical conversions

    • edit: lib/Sema/CSDiag.cpp
  • Commit b2059c62d3a3f407b0b561a7ab03810cb379dfbc by chu:
    SR-6272: Add tests

    • edit: test/Constraints/diagnostics.swift
  • Commit 06b9f781062c40ad57cf477353e5293fa0e299df by chu:
    Revert "SR-6272: Add tests"

    • edit: test/Constraints/diagnostics.swift
  • Commit 5a56d4d7066c041532170836a07f80278303994f by chu:
    SR-6272: Add more tests

    • edit: test/Constraints/diagnostics.swift
  • Commit 72cf1585a00c7b2c29d3cad5ae6d06b19d6ff692 by chu:
    SR-6272: Use contextual type if available

    • edit: test/Constraints/diagnostics.swift
    • edit: lib/Sema/CSDiag.cpp
  • Commit c80b569c2f36afa8c414748c66005adde70924e0 by chu:
    SR-6272 Use calleeInfo instead

    • edit: lib/Sema/CSDiag.cpp
    • edit: test/Constraints/diagnostics.swift
  • Commit 5c37ccfc69e050c7f1968fb69680013dfa37cc82 by chu:
    SR-6272 Skip if both lhs and rhs are different

    • edit: lib/Sema/CSDiag.cpp
  • Commit 0df987a4ff537cce94e8a0ebad917d739e94e3d2 by chu:
    SR-6272 Add fix-it if there is only one candidate

    • edit: test/Constraints/diagnostics.swift
    • edit: lib/Sema/CSDiag.cpp
  • Commit 4c682d52c84b743a5ec12101c6bdfec91ad8f32d by mark.lacey:
    Support functions that return an IUO Self.

    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: test/decl/func/dynamic_self.swift
  • Commit 1818911102c0237d4e1d359df37e6e65c64902ec by mark.lacey:
    Make sure we copy the ImplicitlyUnwrappedOptionalAttr when cloning

    • edit: lib/AST/Decl.cpp
  • Commit 3717aa41cc851e482e89b82b056ea71d6130a793 by spestov:
    Add regression test for [SR-6730] SILgen segmentation fault · Issue #49279 · apple/swift · GitHub

    • add: validation-test/compiler_crashers_2_fixed/0137-sr6730.swift
  • Commit 99bc440c509dc6e79f4eee2f9d3eb32874c4a9cd by spestov:
    AST: Add NominalTypeDecl::isFormallyResilient()

    • edit: include/swift/AST/Decl.h
    • edit: lib/AST/Decl.cpp
  • Commit 6faf99b97b5a63f2a3204d4661c4346caf9448c4 by spestov:
    stdlib: The runtime counters types don't need fixed layout

    • edit: stdlib/public/core/RuntimeFunctionCounters.swift
  • Commit 6ac2dde97eba2b773ebc06e5daf06a59d0f55278 by spestov:
    Sema: Enforce inlinable restrictions for stored property initializers in

    • edit: lib/Sema/ResilienceDiagnostics.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/attr/attr_inlineable.swift
    • edit: lib/AST/DeclContext.cpp
    • edit: lib/Sema/TypeChecker.h
  • Commit 12ea669d2a4eb6e59429828f08a9f0ae76205f1b by spestov:
    [Swift] Update for type reconstruction behavior change with inout

    • edit: source/Symbol/SwiftASTContext.cpp