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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/1639/
Project:
oss-swift-package-osx
Date of build:
Fri, 04 May 2018 16:40:44 -0500
Build duration:
3 hr 41 min

Changes

  • Commit 9cb383edcee217d2cbd3fdc074db417f89fddec9 by ahoppen:
    [libSyntax] Verify the syntax tree generated by compiling the stdlib

    • edit: stdlib/public/CMakeLists.txt
  • Commit a5d4a98ca5c40c4cb40ffd08535a933d6050bb1c by ahoppen:
    [libSyntax] Add parsing capability for the __consuming modifier

    • edit: utils/gyb_syntax_support/DeclNodes.py
  • Commit d5d058a768e3d1040b051143429381ea7fa72c95 by nhawes:
    [migrator] Only enable Swift 3 ObjC inference warnings when migrating

    • edit: test/Migrator/minimal_objc_inference.swift
    • add: test/Migrator/objc_inference_noop.swift
    • edit: lib/Migrator/Migrator.cpp
    • edit: test/Migrator/complete_objc_inference.swift
  • Commit 9a961208ecbe0142cf33165217e7bda03811d809 by eeckstein:
    stdlib: remove some @inlineables from String API functions.

    • edit: stdlib/public/core/StringIndexConversions.swift
    • edit: stdlib/public/core/StringGuts.swift
    • edit: stdlib/public/core/StringLegacy.swift
    • edit: stdlib/public/core/StringRangeReplaceableCollection.swift
  • Commit dfa281dd54ec8b3863744694296ea9072280439d by milseman:
    [test] Update diagnostic test for SR-7599

    • edit: test/Constraints/diagnostics.swift
  • Commit e432971a1a2b4f26470e8e96c0a5739e1c32d474 by jordan_rose:
    Revert "Sema: Infer '@_usableFromInline' imports by looking at

    • edit: lib/AST/Module.cpp
    • edit: lib/Sema/TypeCheckAvailability.cpp
    • edit: include/swift/AST/Module.h
    • delete: test/Serialization/Inputs/autolinking_module_inferred.swift
    • delete: test/Serialization/autolinking-inlinable-inferred.swift
  • Commit 4714fcd50c0c5282f899b154ef4bec8bb0cc827b by jordan_rose:
    Revert "Merge pull request #16211 from

    • delete: test/Serialization/autolinking-inlinable.swift
    • delete: test/Serialization/Inputs/autolinking_module.swift
    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: lib/Sema/NameBinding.cpp
    • edit: lib/Serialization/ModuleFile.cpp
    • delete: test/IDE/Inputs/InlinableImport.swift
    • delete: test/IDE/Inputs/HasInlinableImport.swift
    • edit: include/swift/AST/Decl.h
    • edit: include/swift/AST/Module.h
    • edit: include/swift/Serialization/ModuleFile.h
    • delete: test/Serialization/Inputs/autolinking_other.swift
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: include/swift/ClangImporter/ClangModule.h
    • edit: lib/Sema/TypeCheckDecl.cpp
    • delete: test/Serialization/Inputs/autolinking_private.swift
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/AST/Module.cpp
    • edit: include/swift/AST/Attr.def
    • delete: test/IDE/print_swift_module_with_inlinable_import.swift
    • delete: test/Serialization/Inputs/autolinking_public.swift
  • Commit ab8d72c5f380211253becaa98cc2e14161586bc6 by jordan_rose:
    Revert "AST: Fold forAllImportedModules() into forAllVisibleModules()"

    • edit: lib/AST/Module.cpp
  • Commit 18162a3ed06364a8334556089e85caa25ff013b0 by jordan_rose:
    Revert "AST: Simplify ModuleDecl::forAllVisibleModules()"

    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: lib/Sema/TypeChecker.cpp
    • edit: lib/AST/Module.cpp
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/AST/NameLookup.cpp
    • edit: lib/AST/LookupVisibleDecls.cpp
    • edit: include/swift/AST/Module.h
    • edit: tools/swift-ide-test/swift-ide-test.cpp
  • Commit 0e5100da2e10122905e55d314117198ecda4643f by jordan_rose:
    [test] Make sure to use the mock SDK overlays for these IRGen tests

    • edit: test/IRGen/clang_inline.swift
    • edit: test/IRGen/clang_inline_reverse.swift
    • edit: test/IRGen/objc_block_storage.sil
  • Commit 098b170d022cf2e481aecd4f99189ffc6fdc685f by jordan_rose:
    Just autolink every imported module, public or private

    • edit: test/ClangImporter/autolinking.swift
    • add: test/Serialization/Inputs/autolinking_module_inferred.swift
    • add: test/Serialization/Inputs/autolinking_private.swift
    • add: test/Serialization/Inputs/autolinking_public.swift
    • edit: lib/AST/Module.cpp
    • add: test/Serialization/Inputs/autolinking_indirect.swift
    • add: test/Serialization/Inputs/autolinking_other.swift
    • add: test/Serialization/Inputs/autolinking_other2.swift
    • add: test/Serialization/autolinking-inlinable-inferred.swift
  • Commit fb593053425ce17ac3445a942c1840844da369b2 by jordan_rose:
    Drop includePrivateTopLevelImports from ModuleDecl::forAllVisibleModules

    • edit: lib/AST/Module.cpp
    • edit: include/swift/AST/Module.h
  • Commit 62b937569094dadde96cf48ccb93e68758a29830 by bob.wilson:
    [Reflection] Remove DEPENDENT_TEMPLATE2 macro

    • edit: include/swift/Reflection/TypeRef.h
  • Commit 8c0c55539f8ce3610ce8f954a120e416eb7c0334 by dave:
    [SIL] NFC: Rename misleading getSwiftRValueType() to getASTType()

    • edit: lib/SIL/SILInstructions.cpp
    • edit: lib/SILGen/SILGenBuilder.cpp
    • edit: lib/SILOptimizer/Transforms/FunctionSignatureOpts.h
    • edit: lib/IRGen/IRGenDebugInfo.cpp
    • edit: lib/IRGen/GenClass.cpp
    • edit: lib/SIL/SILBuilder.cpp
    • edit: lib/SILOptimizer/Mandatory/DIMemoryUseCollectorOwnership.h
    • edit: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp
    • edit: lib/SILOptimizer/Mandatory/AddressLowering.cpp
    • edit: lib/IRGen/GenExistential.cpp
    • edit: lib/SIL/SILFunction.cpp
    • edit: lib/SILOptimizer/IPO/GlobalOpt.cpp
    • edit: lib/SILOptimizer/Transforms/ReleaseDevirtualizer.cpp
    • edit: lib/SILGen/SILGenBridging.cpp
    • edit: lib/SILOptimizer/Transforms/FunctionSignatureOpts.cpp
    • edit: lib/IRGen/LocalTypeData.cpp
    • edit: lib/IRGen/GenHeap.cpp
    • edit: lib/SILGen/SILGenDecl.cpp
    • edit: lib/IRGen/GenEnum.cpp
    • edit: lib/SIL/SILOpenedArchetypesTracker.cpp
    • edit: include/swift/SIL/SILBuilder.h
    • edit: lib/SIL/SILFunctionType.cpp
    • edit: lib/SIL/SILVerifier.cpp
    • edit: lib/IRGen/GenClangType.cpp
    • edit: lib/IRGen/Outlining.cpp
    • edit: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp
    • edit: lib/IRGen/GenCast.cpp
    • edit: include/swift/SIL/SILInstruction.h
    • edit: lib/SILOptimizer/Transforms/SpeculativeDevirtualizer.cpp
    • edit: lib/SILOptimizer/IPO/GlobalPropertyOpt.cpp
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp
    • edit: lib/IRGen/GenCall.cpp
    • edit: lib/IRGen/GenObjC.cpp
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
    • edit: lib/SILOptimizer/Transforms/CSE.cpp
    • edit: lib/SILGen/SILGenLValue.cpp
    • edit: lib/SILGen/SILGenPoly.cpp
    • edit: lib/SILOptimizer/Transforms/ArrayElementValuePropagation.cpp
    • edit: lib/SILOptimizer/Utils/SpecializationMangler.cpp
    • edit: include/swift/SIL/SILType.h
    • edit: lib/SILOptimizer/UtilityPasses/BugReducerTester.cpp
    • edit: lib/SIL/Projection.cpp
    • edit: lib/SIL/SILPrinter.cpp
    • edit: lib/SILGen/SILGenProlog.cpp
    • edit: lib/SILGen/Scope.cpp
    • edit: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.h
    • edit: lib/SILOptimizer/Utils/Local.cpp
    • edit: lib/Serialization/SerializeSIL.cpp
    • edit: lib/SILOptimizer/Transforms/AllocBoxToStack.cpp
    • edit: lib/SILOptimizer/IPO/CapturePromotion.cpp
    • edit: lib/SILOptimizer/Transforms/Outliner.cpp
    • edit: lib/SIL/DynamicCasts.cpp
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: lib/SILOptimizer/Analysis/DestructorAnalysis.cpp
    • edit: lib/SILGen/SILGenEpilog.cpp
    • edit: lib/IRGen/GenReflection.cpp
    • edit: lib/IRGen/MetadataRequest.cpp
    • edit: lib/ParseSIL/ParseSIL.cpp
    • edit: lib/SILGen/SILGenConvert.cpp
    • edit: include/swift/SIL/TypeSubstCloner.h
    • edit: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp
    • edit: lib/IRGen/DebugTypeInfo.cpp
    • edit: lib/IRGen/GenFunc.cpp
    • edit: lib/SILGen/SILGenFunction.cpp
    • edit: lib/SILGen/SILGenPattern.cpp
    • edit: lib/SILGen/ArgumentSource.cpp
    • edit: lib/SILGen/SILGenConstructor.cpp
    • edit: include/swift/SIL/SILCloner.h
    • edit: lib/IRGen/GenPoly.cpp
    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: lib/SILOptimizer/Utils/Devirtualize.cpp
    • edit: lib/IRGen/GenType.cpp
    • edit: lib/SIL/MemAccessUtils.cpp
    • edit: lib/IRGen/LoadableByAddress.cpp
    • edit: lib/SIL/SILType.cpp
    • edit: lib/SILGen/SILGenDestructor.cpp
    • edit: lib/SILGen/SILGenForeignError.cpp
    • edit: lib/IRGen/GenValueWitness.cpp
    • edit: lib/SIL/TypeLowering.cpp
    • edit: include/swift/SIL/TypeLowering.h
    • edit: lib/SILOptimizer/Utils/CastOptimizer.cpp
    • edit: lib/SILGen/SILGenBuiltin.cpp
    • edit: lib/SILGen/SILGenApply.cpp
  • Commit f0c0c6cd24f36da86638d837ce3befe1cee34ffd by dgregor:
    [SIL Cloner] Only substitute opened archetypes into conformances when

    • edit: include/swift/SIL/SILCloner.h
  • Commit 5b6b335e8adc9ff154feea2e047a2f47f655dc6e by dgregor:
    [SIL Cloner] Substitute for open existentials in substitution maps.

    • edit: include/swift/SIL/SILCloner.h
  • Commit 1ac8926467cf7bb4a43ec289378f2e0c31dd11b1 by dgregor:
    [Parser] Don't lose outer "disabled" variables when checking a guard's

    • edit: lib/Parse/ParseStmt.cpp
    • edit: test/stmt/statements.swift
  • Commit dd17ca0901385ddabc3d425e4ea799fe8735350c by github:
    Add a few more clarifications to .mailmap (#16286)

    • edit: .mailmap
  • Commit 3bca6f60e74d123fb93cc7dd20609891479372d9 by aprantl:
    DwarfCompileUnit: Fix another assertion failure on malformed input that

    • edit: lib/CodeGen/AsmPrinter/DwarfExpression.h
    • edit: test/DebugInfo/X86/global-expression.ll
    • edit: lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  • Commit 6cfab58bd8bbbbce392195f44fccaa27ec9740e0 by ankit_aggarwal:
    [Workspace] Update the tools version of the init template

    • edit: Sources/Workspace/InitPackage.swift
  • Commit 9d63b55c0d72f6be07845b1e9803cb7c5f3c8be9 by jingham:
    Disable this test on Linux till I figure out how to make the build work

    • edit: packages/Python/lldbsuite/test/repl/cpp_exceptions/TestCPPExceptionsInREPL.py
  • Commit 8d501153fb38554dee3e202441e5bef68240a57a by aprantl:
    Honor the search paths of all swiftmodules in one lldb::Module.

    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/static_archive/main.m
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/static_archive/objcmodules/Bar/CBar.h
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/static_archive/Bar.swift
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/static_archive/objcmodules/Bar/module.modulemap
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/static_archive/Foo.swift
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/static_archive/TestSwiftStaticArchiveTwoSwiftmodules.py
    • edit: source/Symbol/SwiftASTContext.cpp
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/static_archive/Makefile
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/static_archive/objcmodules/Foo/module.modulemap
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/static_archive/objcmodules/Foo/CFoo.h