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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/3282/
Project:
oss-swift-package-osx
Date of build:
Fri, 10 May 2019 21:17:07 -0500
Build duration:
1 hr 45 min

Changes

  • Commit 25a075cbb6abba3d71d833abe704bc13f12350a2 by mike.munday:
    [IRGen] Remove unused explosion schema from enum payload schema

    • edit: lib/IRGen/EnumPayload.h
    • edit: lib/IRGen/GenEnum.cpp
    • edit: lib/IRGen/TypeLayoutVerifier.cpp
  • Commit 8b8736402bc5e8818ac099cf0339297074c6dc9a by alaferriere:
    Remove DelayedRequirementSignatures and rely on laziness instead

    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/TypeChecker.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 6c8641b9b17cc8ba5bddd1a5c833cc0ea67a8632 by rishizaki:
    [SourceKit] Add InterfaceGen test case for pure Swift system module

    • edit: test/IDE/complete_from_swiftonly_systemmodule.swift
    • add: test/SourceKit/InterfaceGen/gen_swiftonly_systemmodule.swift
    • add: test/SourceKit/InterfaceGen/gen_swiftonly_systemmodule.swift.response
  • Commit cc53fd95189fa988c90e5a421da63cbfc9ce1221 by spestov:
    Fix archive_attributes test to work on macOS 10.9

    • edit: test/Interpreter/SDK/archive_attributes.swift
  • Commit 4643cbd8e92e34ebdc752631ffc405a1d8b0b678 by spestov:
    GSB: Remove another call to resolveDeclSignature()

    • edit: lib/AST/GenericSignatureBuilder.cpp
    • edit: lib/Sema/TypeCheckType.cpp
    • edit: test/decl/typealias/protocol.swift
  • Commit 644b6adcd2c3d242137161d030f573071724c151 by spestov:
    AST: Simplify ProtocolConformanceRef::getTypeWitnessByName()

    • edit: include/swift/AST/ProtocolConformanceRef.h
    • edit: lib/Sema/CSDiag.cpp
    • edit: lib/SIL/Bridging.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/PrintAsObjC/PrintAsObjC.cpp
    • edit: lib/AST/ProtocolConformance.cpp
  • Commit 4e3dafd9f70e2bbc1c01eed1311c370fc0e16eab by spestov:
    AST: Remove ProtocolConformanceRef::getInheritedConformanceRef()

    • edit: include/swift/AST/ProtocolConformanceRef.h
    • edit: lib/AST/ProtocolConformance.cpp
  • Commit 37412c2de2732456c7809cb07dd74597aa1468b2 by spestov:
    AST: Add ParamDecl::toFunctionParam()

    • edit: include/swift/AST/ParameterList.h
    • edit: lib/AST/Parameter.cpp
    • edit: include/swift/AST/Decl.h
    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/CSGen.cpp
  • Commit 42c11868b6865c3a24e8885d5059837b2bab46db by eeckstein:
    docs: fix doc build error in LibraryEvolution.rst

    • edit: docs/LibraryEvolution.rst
  • Commit 387fc08e6c6d97a558f290568998c0d44fdf1433 by brentdax:
    Disable Prototypes/TextFormatting in 32-bit

    • edit: test/Prototypes/TextFormatting.swift
  • Commit 3ec3d9b6dd754d003c0ce88292e8711a30fe5545 by mikeash:
    [Runtime] In the assert for SWIFT_ISA_MASK, tolerate it if

    • edit: stdlib/public/runtime/SwiftObject.mm
  • Commit 5c06d774904d356fa0ddae8f4ca5f98e358d4e20 by ross.m.bayer:
    [Build System: CMake] Cleanup the StandaloneOveraly CMake module.

    • edit: cmake/modules/StandaloneOverlay.cmake
  • Commit 08bd6bd7150fe1f71e22821f9ea403caaf3ad686 by brentdax:
    Disable Prototypes/TextFormatting everywhere

    • edit: test/Prototypes/TextFormatting.swift
  • Commit c9d565637dd949acaa784e5960eb569ce98c6edf by compnerd:
    build: ensure that we link against the correct library

    • edit: src/CMakeLists.txt
  • Commit 2a9550f735787519624833f7948d694958cebf94 by jonas:
    [Driver] Change the way we deal with local lldbinit files.

    • edit: lit/helper/toolchain.py
    • add: lit/Driver/Inputs/.lldbinit
    • edit: tools/driver/Driver.h
    • edit: tools/driver/Driver.cpp
    • add: lit/Driver/LocalLLDBInit.test
    • edit: source/Interpreter/CommandInterpreter.cpp
  • Commit 2ec02d99695c797dba5babfe5571c67624da31a3 by jonas:
    [Driver] Add command line option to allow loading local lldbinit file.

    • edit: lit/Driver/LocalLLDBInit.test
    • edit: tools/driver/Options.td
    • edit: tools/driver/Driver.cpp
  • Commit bb16dc3820fd4356252010ee7f51ee58b017a078 by jonas:
    Propagate command interpreter errors from lldlbinit

    • add: lit/Driver/Inputs/syntax_error.py
    • edit: include/lldb/Interpreter/CommandInterpreter.h
    • edit: lit/Driver/LocalLLDBInit.test
    • edit: source/Commands/CommandObjectWatchpointCommand.cpp
    • edit: source/Commands/CommandObjectBugreport.cpp
    • edit: source/Target/Target.cpp
    • edit: source/Breakpoint/BreakpointOptions.cpp
    • edit: source/Interpreter/CommandInterpreter.cpp
    • edit: source/Commands/CommandObjectCommands.cpp
    • edit: lit/Driver/Inputs/.lldbinit
    • edit: source/Commands/CommandObjectSettings.cpp
  • Commit 79b0c89be69d4cf7dbf23ebc5ae000d079a040e5 by apl:
    [Breakpoint] Remove unused dependency

    • edit: source/Breakpoint/CMakeLists.txt
    • edit: source/Breakpoint/BreakpointResolverName.cpp
  • Commit 3b8e6be7a11ec268995b500898765e68233fec0c by jonas:
    Don't source local .lldbinit in the test suite

    • edit: lit/helper/toolchain.py
  • Commit 0abe5922a8596f9ecd167a111723a0179d0b7a6c by apl:
    [Breakpoint] Make breakpoint language agnostic

    • edit: include/lldb/Target/Language.h
    • edit: source/Breakpoint/CMakeLists.txt
    • edit: source/Breakpoint/BreakpointResolverName.cpp
    • edit: source/Plugins/Language/ObjC/ObjCLanguage.h
    • edit: source/Plugins/Language/ObjC/ObjCLanguage.cpp
  • Commit ac60122397067506ce6823cc15a02f9183423b48 by aprantl:
    Rename C++ TestGlobalVariables.py to have a distinct name from C

    • add: packages/Python/lldbsuite/test/lang/cpp/global_variables/TestCPPGlobalVariables.py
    • delete: packages/Python/lldbsuite/test/lang/cpp/global_variables/TestGlobalVariables.py
  • Commit 316fdc507eb211465363acfb536368c212e0f456 by aprantl:
    Teach LLDB to find .swiftinterface files in .dSYM bundles.

    • edit: source/Symbol/SwiftASTContext.cpp
    • add: packages/Python/lldbsuite/test/lang/swift/parseable_interfaces/dsym/libs/A.swift
    • add: packages/Python/lldbsuite/test/lang/swift/parseable_interfaces/dsym/libs/Makefile
    • add: packages/Python/lldbsuite/test/lang/swift/parseable_interfaces/dsym/TestSwiftInterfaceDsym.py
    • add: packages/Python/lldbsuite/test/lang/swift/parseable_interfaces/dsym/Makefile
    • add: packages/Python/lldbsuite/test/lang/swift/parseable_interfaces/dsym/main.swift
  • Commit 7f478cb6e8636a4a72dfa3cd681864651c09dbee by jonas:
    [Reproducers] Capture return values of functions returning by ptr/ref

    • edit: source/API/SBCommandInterpreter.cpp
    • edit: source/API/SBFrame.cpp
    • edit: source/API/SBError.cpp
    • edit: source/API/SBExecutionContext.cpp
    • edit: source/API/SBExpressionOptions.cpp
    • edit: source/API/SBTypeFormat.cpp
    • edit: source/API/SBMemoryRegionInfo.cpp
    • edit: source/API/SBTypeNameSpecifier.cpp
    • edit: tools/lldb-instr/Instrument.cpp
    • edit: source/API/SBBlock.cpp
    • edit: source/API/SBTypeFilter.cpp
    • edit: source/API/SBSymbolContext.cpp
    • edit: source/API/SBAttachInfo.cpp
    • edit: source/API/SBModule.cpp
    • edit: source/API/SBBreakpoint.cpp
    • edit: source/API/SBTypeSynthetic.cpp
    • edit: source/API/SBThreadPlan.cpp
    • edit: source/API/SBProcess.cpp
    • edit: lit/tools/lldb-instr/TestInstrumentationRegister.test
    • edit: lit/tools/lldb-instr/Inputs/foo.cpp
    • edit: source/API/SBValueList.cpp
    • edit: include/lldb/Utility/ReproducerInstrumentation.h
    • edit: source/API/SBBreakpointName.cpp
    • edit: source/API/SBEvent.cpp
    • edit: source/API/SBDebugger.cpp
    • edit: source/API/SBSection.cpp
    • edit: lit/tools/lldb-instr/Inputs/foo.h
    • edit: source/API/SBSymbol.cpp
    • edit: source/API/SBType.cpp
    • edit: source/API/SBStructuredData.cpp
    • edit: lit/tools/lldb-instr/TestInstrumentationRecord.test
    • edit: source/API/SBValue.cpp
    • edit: source/API/SBListener.cpp
    • edit: source/API/SBTypeSummary.cpp
    • edit: source/API/SBFileSpec.cpp
    • edit: source/API/SBCompileUnit.cpp
    • edit: unittests/Utility/ReproducerInstrumentationTest.cpp
    • edit: source/API/SBThreadCollection.cpp
    • edit: source/API/SBThread.cpp
    • edit: source/API/SBTypeEnumMember.cpp
    • edit: source/API/SBFileSpecList.cpp
    • edit: source/API/SBBreakpointLocation.cpp
    • edit: source/API/SBCommandReturnObject.cpp
    • edit: source/API/SBTarget.cpp
    • edit: source/API/SBSourceManager.cpp
    • edit: source/API/SBProcessInfo.cpp
    • edit: source/API/SBMemoryRegionInfoList.cpp
    • edit: source/API/SBInstructionList.cpp
    • edit: source/API/SBModuleSpec.cpp
    • edit: source/Utility/ReproducerInstrumentation.cpp
    • edit: source/API/SBStringList.cpp
    • edit: source/API/SBQueue.cpp
    • edit: source/API/SBSymbolContextList.cpp
    • edit: source/API/SBInstruction.cpp
    • edit: source/API/SBDeclaration.cpp
    • edit: source/API/SBAddress.cpp
    • edit: source/API/SBTypeCategory.cpp
    • edit: source/API/SBFunction.cpp
    • edit: source/API/SBUnixSignals.cpp
    • edit: source/API/SBLineEntry.cpp
    • edit: source/API/SBBroadcaster.cpp
    • edit: source/API/SBData.cpp
    • edit: source/API/SBWatchpoint.cpp
    • edit: source/API/SBVariablesOptions.cpp