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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/853/
Project:
oss-swift-package-osx
Date of build:
Thu, 14 Dec 2017 21:15:48 -0600
Build duration:
2 hr 1 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 5cdf8f44aa80fbf4b094e0d9ad881fe929aea5b7 by dgregor:
    [NFC] Fix spacing

    • edit: lib/AST/GenericSignature.cpp
  • Commit 5d1827b5bac223d4dc880fd46d67398acddc93f2 by eeckstein:
    Remove a wrong assert in the specializer.

    • edit: lib/SILOptimizer/Utils/Generics.cpp
    • edit: stdlib/public/core/Collection.swift
  • Commit 43fce99d43ca1325a27902b5b0dc8875f6f7c9c6 by dgregor:
    [Type checker] Use the declared interface type of a type declaration.

    • edit: lib/Sema/TypeCheckGeneric.cpp
    • edit: test/decl/typealias/protocol.swift
  • Commit 949cd5799655dd0dda305abf759b812882e69b1e by dgregor:
    This test case is crashing again. Acknowledge the regression.

    • delete: validation-test/compiler_crashers_fixed/28779-parent-parent-is-nominaltype-parent-is-boundgenerictype-parent-is-unboundgeneric.swift
    • add: validation-test/compiler_crashers/28779-parent-parent-is-nominaltype-parent-is-boundgenerictype-parent-is-unboundgeneric.swift
  • Commit b4b638651db8acb8ca6acefa269c4a914279b09f by github:
    libSyntax: create syntax node for typealias declarations. (#13450)

    • edit: utils/gyb_syntax_support/DeclNodes.py
    • edit: lib/Syntax/Status.md
    • edit: lib/Parse/ParseDecl.cpp
    • edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
    • edit: test/Syntax/round_trip_parse_gen.swift
    • edit: unittests/Syntax/DeclSyntaxTests.cpp
  • Commit 5c923e0a927e603dff22acb9d651a70a2740f133 by anemet:
    [opt-viewer] Support unicode characters in function names

    • add: test/tools/opt-viewer/unicode-function-name.test
    • add: test/tools/opt-viewer/Inputs/unicode-function-name/s.opt.yaml
    • add: test/tools/opt-viewer/Outputs/unicode-function-name/s.swift.html
    • add: test/tools/opt-viewer/Inputs/unicode-function-name/s.swift
    • edit: tools/opt-viewer/optrecord.py
    • add: test/tools/opt-viewer/Outputs/unicode-function-name/index.html
    • edit: tools/opt-viewer/opt-viewer.py
  • Commit f0f6515cd15ee31de2bd03a4c8f3211bad20f9f8 by anemet:
    [opt-viewer] Suppress noisy Swift remarks

    • add: test/tools/opt-viewer/Outputs/suppress/s.swift.html
    • add: test/tools/opt-viewer/Inputs/suppress/s.opt.yaml
    • add: test/tools/opt-viewer/Outputs/suppress/index.html
    • edit: tools/opt-viewer/opt-viewer.py
    • add: test/tools/opt-viewer/suppress.test
    • add: test/tools/opt-viewer/Inputs/suppress/s.swift
    • edit: tools/opt-viewer/optrecord.py
  • Commit f4f10c2899c0315eac20c1fff5833dbe0d638253 by anemet:
    [opt-viewer] Render utf-8 characters properly in the generated HTML

    • edit: test/tools/opt-viewer/Outputs/basic/index.html
    • edit: test/tools/opt-viewer/Outputs/basic/basic_or.c.html
    • edit: test/tools/opt-viewer/Outputs/basic/basic_or.h.html
    • edit: tools/opt-viewer/opt-viewer.py
    • edit: test/tools/opt-viewer/Outputs/unicode-function-name/s.swift.html
    • edit: test/tools/opt-viewer/Outputs/unicode-function-name/index.html
    • edit: test/tools/opt-viewer/Outputs/suppress/s.swift.html
    • edit: test/tools/opt-viewer/Outputs/suppress/index.html
  • Commit 7907f14bdf894d6f9bcfc8e745a9febec8412c31 by vsapsai:
    Let -Wdelete-non-virtual-dtor fire in system headers too.

    • edit: include/clang/Basic/DiagnosticSemaKinds.td
    • edit: test/SemaCXX/destructor.cpp
    • edit: lib/Sema/SemaExprCXX.cpp
    • edit: test/SemaCXX/implicit-exception-spec.cpp
  • Commit 52442bbbac13745a269c28ef51ebe953843715a4 by vsapsai:
    Suppress -Wdelete-non-virtual-dtor warnings about classes defined in

    • edit: test/SemaCXX/destructor.cpp
    • edit: lib/Sema/SemaExprCXX.cpp