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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/2036/
Project:
oss-swift-package-osx
Date of build:
Sat, 11 Aug 2018 00:01:58 -0500
Build duration:
4 hr 13 min

Changes

  • Commit cfeae64712e3a17887ea5c4965293b139e374d90 by rishizaki:
    [AST] Add reference to original expression in

    • edit: lib/Sema/CSApply.cpp
    • edit: include/swift/AST/Expr.h
  • Commit 0c67aff73f410ed490afa1435562f487f31f284d by rishizaki:
    [ConstraintSystem] Rework SanitizeExpr

    • edit: lib/Sema/CSGen.cpp
  • Commit b887749b29ac848bf15672bab7545fa3d21a8dce by rishizaki:
    [CSGen] Generalize stripping of 'Bool' to 'Int1' conversion

    • edit: lib/Sema/CSGen.cpp
  • Commit 33e7d06cbf5754fdf6822e6b337228c51516fb30 by rishizaki:
    [CodeCompletion] Add previously crashing test case.

    • add: validation-test/IDE/crashers_2_fixed/sr8471.swift
  • Commit aac92da252e1779dd97f0286c4af17473e26f440 by rishizaki:
    [CodeCompletion] Completion for UnresolvedMember via CodeCompletionExpr

    • edit: test/IDE/complete_unresolved_members.swift
    • edit: include/swift/Sema/IDETypeChecking.h
    • edit: lib/Parse/ParseStmt.cpp
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/Parse/ParseExpr.cpp
    • edit: lib/Parse/ParsePattern.cpp
    • edit: lib/Sema/CSGen.cpp
    • edit: include/swift/Parse/CodeCompletionCallbacks.h
  • Commit b5a537ea2626ac1c8ae0ce441eb0d77dea0f858f by rishizaki:
    [CodeCompletion] Add fixed test case fixed in previous commit

    • add: validation-test/IDE/crashers_2_fixed/rdar42828673.swift
  • Commit 523992c8482d85810f10b19bd2c15e6ce84b849e by hamish2knight:
    [AST] NFC: Remove ObjCSubscriptKind::None

    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/TypeCheckDeclObjC.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: include/swift/AST/Decl.h
  • Commit 3d34b9c15601e9f959bf72c97ccb4c7fc27d5ba3 by jordan_rose:
    [IRGen] Remove unused ExistentialTypeInfoBase::findWitnessTable

    • edit: lib/IRGen/GenExistential.cpp
  • Commit 538e5e89b3bb27c2372d2854b2fb28155f6e9f40 by pyaskevich:
    [Diagnostics] Improve simplifyLocator to extract arguments from

    • edit: test/Constraints/diagnostics.swift
    • edit: lib/Sema/CSDiag.cpp
  • Commit 48e298a5895ab5592fa68ed193496b9283330fab by github:
    [stdlib] Remove vestigial _DisabledRangeIndex associated type (#18419)

    • edit: stdlib/public/core/Integers.swift.gyb
    • edit: stdlib/public/core/Stride.swift
  • Commit 9b9ef88dbd28c4a6944ef13a9a934a4156956c1f by jordan_rose:
    [IRGen] Don't compute witness table layout just to form existentials

    • add: test/IRGen/protocol_accessor_multifile.swift
    • add: test/IRGen/Inputs/protocol_accessor_multifile_other.swift
    • edit: lib/IRGen/GenExistential.cpp
  • Commit 9f7c5f56420468a94809024851b8f75b81a53f82 by rjmccall:
    Just use a generic subscript's generic context in its accessors. NFC.

    • edit: lib/Sema/TypeCheckGeneric.cpp
  • Commit f4dd148859c1d8ded6bc8a247341224b4519b1cb by spestov:
    Sema: Remove unused function

    • edit: lib/Sema/CSGen.cpp
  • Commit 6812fd63b86dff06259149d90fa7d8fc7b4a110d by spestov:
    Serialization: Remove an old hack

    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: lib/Serialization/Serialization.cpp
    • edit: include/swift/Serialization/ModuleFile.h
    • edit: lib/Serialization/Deserialization.cpp
  • Commit 088b7bdc33f9c678f451374dacfe78155fceb34a by spestov:
    Remove unnecessary include of ModuleFormat.h

    • edit: lib/ClangImporter/ClangAdapter.h
  • Commit f0e72290d4811482f2d1609b9d736c1a2a0c30b8 by spestov:
    Sema: Fix handling of parentheses around 'inout T'

    • edit: lib/Sema/TypeCheckPattern.cpp
    • edit: lib/Sema/TypeCheckType.cpp
    • edit: test/decl/func/functions.swift
  • Commit 39f8c425db3334442383cd78f6a1bd9762f5383d by spestov:
    Sema: resolveType() no longer produces InOutType

    • edit: lib/Sema/TypeCheckType.cpp
    • edit: lib/Sema/TypeCheckPattern.cpp
  • Commit 5be9d60c9671b03b34cbe2b6dded692f8c7e29e7 by spestov:
    Sema: Remove dead diagnostics about mis-placed InOutType

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckPattern.cpp
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 12260497478405fefb700de5d31e22b59331d037 by spestov:
    Sema: Remove uses of InOutType from

    • edit: lib/Sema/TypeCheckPattern.cpp
  • Commit f316d46a261f6886e2ff7018c01e01da6ba2a98b by spestov:
    SILGen: Remove support for anonymous closure arguments that bind to

    • edit: test/Constraints/closures.swift
    • edit: lib/SILGen/SILGenProlog.cpp
  • Commit 4fb241b6d83f2b5ab6fe787356f271c53eaff44e by github:
    [Serialization] Don't walk into function bodies for doc comments

    • add: test/Serialization/comments-params.swift
    • add: test/Serialization/Inputs/comments-params.json
    • edit: lib/Serialization/Serialization.cpp
  • Commit 8cba682297e8261096bcc4e74a46375c0b4f5f4a by jfbastien:
    More ConstantMerge refactoring

    • edit: lib/Transforms/IPO/ConstantMerge.cpp
  • Commit efc35a0bed025959539fe5f499814185fbeb5b8f by jfbastien:
    Revert "[NFC] More ConstantMerge refactoring"

    • edit: lib/Transforms/IPO/ConstantMerge.cpp
  • Commit 8d2c620ea07618284b8da074ba49a22e2a7becda by aprantl:
    Prevent the Swift scratch AST context to be reset while it is being

    • edit: source/Plugins/Language/Swift/SwiftHashedContainer.cpp
    • edit: source/Core/ValueObject.cpp
    • edit: source/Core/ValueObjectDynamicValue.cpp
    • edit: source/Plugins/Language/Swift/SwiftLanguage.cpp
    • add: include/lldb/Core/SwiftASTContextReader.h
    • edit: source/Plugins/ExpressionParser/Swift/SwiftUserExpression.cpp
    • edit: source/Target/SwiftLanguageRuntime.cpp
    • edit: include/lldb/Core/ValueObjectDynamicValue.h
    • edit: include/lldb/Core/ValueObject.h
    • edit: source/Expression/Materializer.cpp
    • edit: include/lldb/Target/Target.h
    • edit: source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp
    • edit: source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.h
    • edit: source/Plugins/Language/Swift/SwiftFormatters.cpp
    • edit: source/Expression/UserExpression.cpp
    • edit: source/Target/Target.cpp
  • Commit 5e8e42d92b2ec386ed2e1674921bbf8556b67016 by aprantl:
    Revert "Delay passing the persistent_state till after making the

    • edit: source/Plugins/ExpressionParser/Swift/SwiftUserExpression.cpp
  • Commit 757bbb676221ec104ffe8a159ee65680b161d8a2 by aprantl:
    Perform Archetype binding in a scratch context.

    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/bridging_header_headermap/main.swift
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/bridging_header_headermap/TestSwiftBridgingHeaderHeadermap.py
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/bridging_header_headermap/bridging-header.h
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/bridging_header_headermap/Makefile
    • edit: source/Expression/Materializer.cpp
    • edit: source/Plugins/ExpressionParser/Swift/SwiftUserExpression.cpp
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/bridging_header_headermap/foo.hmap
    • edit: source/Plugins/Language/Swift/SwiftArray.cpp
    • edit: source/Plugins/Language/Swift/SwiftMetatype.cpp
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/bridging_header_headermap/module.modulemap
    • edit: source/Core/ValueObject.cpp
    • edit: source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp
    • edit: include/lldb/Target/SwiftLanguageRuntime.h
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/bridging_header_headermap/dylib.swift
    • edit: source/Target/SwiftLanguageRuntime.cpp
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/bridging_header_headermap/Foo/Foo.h