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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/3752/
Project:
oss-swift-package-osx
Date of build:
Wed, 25 Sep 2019 03:41:44 -0500
Build duration:
2 hr 32 min

Changes

  • Commit 4412a795bf3d98d4fc846f381376458c04e49734 by 15254638+ematejska:
    Using %sil-opt is inconsistent with the rest of the tests in this

    • edit: test/SIL/Parser/ossa_needs_ownership_on_args.sil
  • Commit 1e87dfcff9dc03ee306d0304ad3b12f7788535ce by suyashsrijan:
    [Typechecker] Perform capture analysis in enums as well

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 9c97153b2a102b7186d9f5a6039be1458b0d399a by suyashsrijan:
    [Test] Adds a test case

    • add: validation-test/compiler_crashers_2_fixed/sr11509.swift
  • Commit 888529cf97827d09bca13b6595e8663bfd7615cb by nhawes:
    [IDE] Fix ModelASTWalker passing syntax nodes before the corresponding

    • edit: test/IDE/coloring.swift
    • edit: lib/IDE/SyntaxModel.cpp
  • Commit fc8a2e6f8627f49c02b402563b3cebefc5dd2983 by rishizaki:
    [SyntaxParse] Parse associatedtype decl

    • edit: lib/Parse/ParseDecl.cpp
    • edit: test/Syntax/serialize_tupletype.swift.result
    • edit: include/swift/Parse/ASTGen.h
    • edit: include/swift/Syntax/SyntaxData.h
    • edit: include/swift/Parse/Parser.h
    • edit: include/swift/Parse/LibSyntaxGenerator.h
    • edit: lib/Parse/ParseGeneric.cpp
    • edit: include/swift/Parse/SyntaxParsingContext.h
    • edit: utils/gyb_syntax_support/DeclNodes.py
    • edit: lib/Syntax/Syntax.cpp
    • edit: lib/Parse/ASTGen.cpp
    • edit: include/swift/Syntax/Syntax.h
    • edit: utils/gyb_syntax_support/AttributeNodes.py
  • Commit 061c036a233b45743a7ebe4645c66340cb48726c by varun_gandhi:
    [IRGen] Convert Builtin.UnknownObject to id instead of void *.

    • edit: lib/IRGen/GenClangType.cpp
  • Commit 77159c8be2e89e840c7ad83361ff3dfa089ef163 by mgottesman:
    [polymorphic-builtins] Fix test for rebranch/master-next.

    • edit: test/IRGen/polymorphic_builtins.swift
  • Commit 90037745ad4bb83739d79423056b8b9b4c4cf73d by david_smith:
    Add C calling convention shims for creating arrays and strings from

    • edit: stdlib/public/core/BridgeObjectiveC.swift
    • edit: stdlib/public/core/StringBridge.swift
  • Commit 574a450537294e802ceb684f349ad169e14f868a by rwidmann:
    Extensions Do Not Have Parent Signatures

    • edit: lib/AST/GenericSignatureBuilder.cpp
    • add: validation-test/compiler_crashers_2_fixed/0207-rdar55502661.swift
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: lib/Sema/TypeCheckGeneric.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 3103b5cec16b1f7e1314cb6afb2b4e115ed061b4 by xi_ge:
    Frontend: set up output file .swiftsourceinfo

    • edit: lib/Basic/FileTypes.cpp
    • edit: lib/Frontend/ArgsToFrontendOutputsConverter.cpp
    • edit: lib/Frontend/ModuleInterfaceBuilder.cpp
    • edit: lib/Serialization/Serialization.h
    • edit: include/swift/Driver/Driver.h
    • edit: include/swift/Serialization/SerializationOptions.h
    • edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp
    • edit: include/swift/Subsystems.h
    • edit: lib/Driver/Driver.cpp
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/Driver/ToolChains.cpp
    • edit: include/swift/Basic/SupplementaryOutputPaths.h
    • edit: include/swift/Frontend/FrontendInputsAndOutputs.h
    • edit: lib/Frontend/Frontend.cpp
    • edit: lib/Serialization/SerializeDoc.cpp
    • edit: cmake/modules/SwiftSource.cmake
    • edit: include/swift/Option/FrontendOptions.td
    • edit: include/swift/Basic/FileTypes.def
    • edit: include/swift/AST/DiagnosticsFrontend.def
    • edit: lib/Frontend/FrontendOptions.cpp
    • edit: lib/Frontend/FrontendInputsAndOutputs.cpp
  • Commit 6ec4fc8ade92d3e7b94ee5221ffe0d88ea836ad2 by xi_ge:
    test: update driver tests

    • edit: test/Driver/batch_mode_parseable_output.swift
    • edit: test/Driver/parseable_output.swift
    • edit: test/Driver/filelists.swift
    • edit: test/Driver/advanced_output_file_map.swift
    • edit: test/Driver/parseable_output_unicode.swift
  • Commit 4cd46d9ed071986abf9292ecb3e24e8c2d38303d by xi_ge:
    cmake: exclude Private dir from installation

    • edit: cmake/modules/SwiftSource.cmake
  • Commit 5759fe6388bcb8cc492f1b511ac6200686906cda by xi_ge:
    test: add a test about .swiftsourceinfo file using Private directory

    • add: test/Driver/sourceinfo_file.swift
  • Commit ec9cf33af07f9ef75df20098046e36e73618592a by xi_ge:
    Driver: expose -emit-module-source-info-path as a driver option

    • edit: include/swift/Option/FrontendOptions.td
    • edit: cmake/modules/SwiftSource.cmake
    • edit: include/swift/Option/Options.td
    • edit: test/Driver/sourceinfo_file.swift
    • edit: lib/Driver/Driver.cpp
    • edit: include/swift/Driver/Driver.h
  • Commit 70137251c66b02cc1d3b4324c1f945d84501b368 by xi_ge:
    Address Jordan's code review comments

    • edit: lib/Driver/ToolChains.cpp
    • edit: lib/Frontend/FrontendInputsAndOutputs.cpp
    • edit: lib/Driver/Driver.cpp
    • edit: include/swift/Driver/Driver.h
  • Commit 5b92814a0e852a2912fe68ff0d6992821c9eb1b3 by aprantl:
    Debug Info: Add missing debug info propagation to SILCloner.

    • edit: test/SILOptimizer/sil_locations.sil
    • edit: test/DebugInfo/inlined-generics-basic.swift
    • edit: lib/SILOptimizer/Transforms/SILMem2Reg.cpp
    • edit: lib/SILOptimizer/FunctionSignatureTransforms/ExistentialTransform.cpp
    • edit: lib/SILOptimizer/Utils/GenericCloner.cpp
    • edit: test/SILOptimizer/specialize_unconditional_checked_cast.swift
    • edit: include/swift/SIL/SILBuilder.h
    • edit: include/swift/SIL/SILInstruction.h
    • edit: include/swift/SIL/SILLocation.h
    • edit: lib/SILOptimizer/Transforms/SILSROA.cpp
    • edit: include/swift/SIL/SILCloner.h
    • edit: lib/SIL/SILLocation.cpp
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: lib/IRGen/LoadableByAddress.cpp
  • Commit 6a9b5665172f3663411647b8172eb63a7cdec930 by spestov:
    AST: Fix parent type of protocol type alias types

    • edit: lib/AST/Decl.cpp
    • edit: test/Generics/requirement_inference.swift
    • edit: lib/Sema/TypeCheckGeneric.cpp
  • Commit b1ffa19c7b1e334c004151cd85303f78d5252689 by spestov:
    AST: Refine recursive property checks on type alias types

    • edit: lib/AST/DiagnosticEngine.cpp
    • edit: lib/Sema/TypeCheckNameLookup.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: lib/IRGen/GenProto.cpp
    • edit: lib/Sema/CSSimplify.cpp
  • Commit fffe5c9d75e34056e4190df599eff9616015251c by spestov:
    AST: Tweak computation of TypeAliasType recursive properties

    • edit: test/Generics/protocol_type_aliases.swift
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/AST/Type.cpp
    • edit: test/decl/typealias/generic.swift
  • Commit b1ef4c8561e358838320819c8ebed4ae726fc1a6 by spestov:
    ASTMangler: Desugar unrepresentable type alias types

    • edit: lib/AST/ASTMangler.cpp
    • edit: test/DebugInfo/typealias.swift
  • Commit 0ade7b70d94118b96efce527c1d5aa19e6153626 by spestov:
    AST: Type::subst() preserves TypeAliasType sugar

    • edit: test/Constraints/tuple_arguments.swift
    • edit: validation-test/Sema/type_checker_crashers_fixed/rdar27830834.swift
    • edit: test/Constraints/tuple.swift
    • edit: test/expr/capture/generic_params.swift
    • edit: test/stmt/foreach.swift
    • edit: test/Generics/deduction.swift
    • add: test/IDE/complete_override_typealias.swift
    • edit: lib/AST/Type.cpp
    • edit: test/Constraints/dictionary_literal.swift
    • edit: test/decl/typealias/generic.swift
    • edit: lib/Sema/TypeCheckProtocolInference.cpp
  • Commit 38416cf30fc52a038c7c0ad27df15e30105f6fe2 by spestov:
    ASTDemangler: Remove unnecessary calls to TypeAliasType::get()

    • edit: lib/AST/ASTDemangler.cpp
  • Commit 1ba61d7615da9f5e8ba73e5126370871b3e4e9fb by rwidmann:
    [Gardening] Sort the ASTTypeIDs

    • edit: include/swift/AST/ASTTypeIDZone.def
  • Commit 80e646642f5672506397ee28fcecf2a1374c6042 by github:
    [ClangImporter] importMethodType -> importMethodParamsAndReturnType

    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/ClangImporter/ImporterImpl.h
    • edit: lib/ClangImporter/ImportType.cpp
  • Commit ccd534d139d6170548f617aa61ca6bc3b9a1aeeb by github:
    [TBD] Ensure swift-abi-version is kept in sync with IRGen (#27347)

    • edit: lib/IRGen/IRGenModule.cpp
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: include/swift/IRGen/IRGenPublic.h
    • edit: include/swift/TBDGen/TBDGen.h
    • add: test/TBD/abi-version.swift
  • Commit 88bc5b8bf5bfeb135c9b19b8a79e73b5d0811019 by github:
    [ClangImporter] Detangle an index-based loop into two for-each loops

    • edit: lib/ClangImporter/ImportType.cpp
  • Commit 918310c04d1f5a5af4d5116540b46ea8b39397fb by compnerd:
    tests: fix -Werror,-Wimplicit-int-float-conversion

    • edit: tests/dispatch_timer_short.c
  • Commit 32b5ae8ff64a4442d3aaceea710a0384bd9db13e by ditaliano:
    [TestSwiftBridgedMetaType] Modify and enable on Linux.

    • edit: packages/Python/lldbsuite/test/lang/swift/bridged_metatype/main.swift
    • edit: packages/Python/lldbsuite/test/lang/swift/bridged_metatype/Makefile
    • edit: packages/Python/lldbsuite/test/lang/swift/bridged_metatype/TestSwiftBridgedMetatype.py
  • Commit 3744139df5324c1e43fb9b9bdd22e8944e1b94fd by spestov:
    [Swift] Update test for subst() preserving TypeAliasType

    • edit: lit/SwiftREPL/SimpleExpressions.test
  • Commit 084a9a28fe358b1b5860cba4281f80959caca312 by aprantl:
    Update Makefile (NFC)

    • edit: packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/Makefile
  • Commit 7c7a8cb6f76efedde0092118ce106938c263020e by aprantl:
    Modernize SwiftASTManipulator (NFC)

    • edit: source/Plugins/ExpressionParser/Swift/SwiftASTManipulator.h
    • edit: source/Plugins/ExpressionParser/Swift/SwiftASTManipulator.cpp