[Swift CI] Build Failure: OSS - Swift Package - OS X (swift 4.1) #386

Report

[FAILURE] oss-swift-4.1-package-osx [#386]

Build URL:
https://ci.swift.org/job/oss-swift-4.1-package-osx/386/
Project:
oss-swift-4.1-package-osx
Date of build:
Tue, 19 Dec 2017 17:15:42 -0600
Build duration:
46 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 d2505ab28dd999057f9da70ccdd98b536038ef93 by dgregor:
    [Runtime] Warn about dynamically querying conditional conformances.

    • add: test/Interpreter/conditional_conformances_warning.swift
    • edit: stdlib/public/runtime/ProtocolConformance.cpp
  • Commit 2e14e88b96a5a4eae4a9a9918f88d87647fcfccf by dgregor:
    Revert "[SE-0143] Put conditional conformances behind an "experimental"

    • edit: tools/sil-opt/SILOpt.cpp
    • edit: include/swift/Basic/LangOptions.h
    • edit: include/swift/Option/Options.td
    • edit: test/Interpreter/conditional_conformances.swift
    • edit: test/Generics/conditional_conformances_operators.swift
    • edit: test/SIL/Parser/witness_tables.sil
    • edit: test/SILGen/conditional_conformance.swift
    • edit: test/decl/ext/generic.swift
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/Interpreter/conditional_conformances_smoke.swift
    • edit: test/IRGen/conditional_conformances.swift
    • edit: test/Generics/requirement_inference.swift
    • edit: stdlib/public/core/CMakeLists.txt
    • edit: lib/Driver/ToolChains.cpp
    • edit: test/Sema/enum_equatable_conditional.swift
    • edit: test/Generics/conditional_conformances.swift
    • edit: test/Generics/conditional_conformances_execute_smoke.swift
    • edit: test/Interpreter/conditional_conformances_modules.swift
    • edit: test/decl/var/properties.swift
    • edit: test/SILOptimizer/devirt_conditional_conformance.swift
    • edit: lib/Frontend/CompilerInvocation.cpp
  • Commit 3883b9319c66c261c90cf87d2340819d3f4f8820 by dgregor:
    Eliminate extraneous uses of

    • edit: test/stmt/foreach.swift
    • edit: test/IRGen/protocol_conformance_records.swift
    • edit: test/Constraints/array_literal.swift
    • edit: test/Prototypes/Algorithms.swift.gyb
    • edit: test/Interpreter/conditional_conformances_warning.swift
  • Commit e68f77be5aa54db89dde6c321951153f2bdfbe20 by dgregor:
    [Runtime] Print demangled names in conditional conformances warning.

    • edit: stdlib/public/runtime/ProtocolConformance.cpp
    • edit: test/Interpreter/conditional_conformances_warning.swift
  • Commit cf33f86c1171f505611b61aab464fef2d25e8805 by dgregor:
    [Runtime] Update field names for the 4.1 branch

    • edit: stdlib/public/runtime/ProtocolConformance.cpp
  • Commit 4067c57251c660ef821944f3a038bdbc6be4323c by arphaman:
    Revert "Suppress -Wdelete-non-virtual-dtor warnings about classes

    • edit: lib/Sema/SemaExprCXX.cpp
    • edit: test/SemaCXX/destructor.cpp
  • Commit a4d382ec646b2a1e18ccbb91132e3155d09f43ca by arphaman:
    Revert "Let -Wdelete-non-virtual-dtor fire in system headers too."

    • edit: lib/Sema/SemaExprCXX.cpp
    • edit: test/SemaCXX/destructor.cpp
    • edit: test/SemaCXX/implicit-exception-spec.cpp
    • edit: include/clang/Basic/DiagnosticSemaKinds.td
  • Commit 8bbf821c61faa181731d067c1ad3f2f580af7cdf by arphaman:
    [driver][darwin] Refactor the target selection code, NFC

    • edit: test/Driver/darwin-version.c
    • edit: lib/Driver/ToolChains/Darwin.cpp
    • edit: lib/Driver/ToolChains/Darwin.h
  • Commit e0c05386d71f8f308db49a124b5583525110d7f9 by arphaman:
    Fix Driver/darwin-version.c test

    • edit: test/Driver/darwin-version.c
  • Commit af950ec8653f38a0929837b4b048e5bc32f6ac93 by arphaman:
    Fix MSVC 'not all control paths return a value' warning

    • edit: lib/Driver/ToolChains/Darwin.cpp
  • Commit 1ac71826854a809f67ae15ddacaaa9a6eb8189e8 by aleksei_lorenz:
    [driver][darwin] Take the OS version specified in "-target" as the

    • edit: lib/Driver/ToolChains/Darwin.cpp
    • edit: test/Driver/darwin-version.c
    • edit: test/Driver/pic.c
    • edit: test/Driver/unavailable_aligned_allocation.cpp
    • edit: test/Driver/objc-weak.m
  • Commit 4a9ce31c969cc4c9429e306d463610c0c623baa9 by aleksei_lorenz:
    Don't warn about superfluous -m-version-min option in

    • edit: test/Driver/darwin-version.c
    • edit: lib/Driver/ToolChains/Darwin.cpp