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

Report

[FAILURE] oss-swift-5.1-package-osx [#178]

Build URL:
https://ci.swift.org/job/oss-swift-5.1-package-osx/178/
Project:
oss-swift-5.1-package-osx
Date of build:
Tue, 07 May 2019 19:16:14 -0500
Build duration:
3 hr 52 min

Changes

  • Commit 5bdeffb8004254ec82adcbad7921a61598b2ad1e by aschwaighofer:
    IRGen: Don't emit opaque type descriptors twice

    • edit: lib/IRGen/IRGenModule.h
    • edit: lib/IRGen/GenStruct.cpp
    • edit: lib/IRGen/GenDecl.cpp
  • Commit ab9b778ffa6c467e3b88850f93ccd58aa351b667 by aschwaighofer:
    Use noteUseOfOpaqueTypeDescriptor instead of introducing and using

    • edit: lib/IRGen/GenDecl.cpp
    • edit: lib/IRGen/IRGenModule.h
    • edit: lib/IRGen/GenStruct.cpp
  • Commit 1006b64598d4df181b32c20a3dcc0c579fa18b2a by blangmuir:
    Pass DynamicLookupInfo through VisibleDeclConsumers NFC

    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
    • edit: lib/Sema/LookupVisibleDecls.cpp
    • edit: lib/AST/ASTDemangler.cpp
    • edit: lib/AST/Module.cpp
    • edit: lib/AST/NameLookup.cpp
    • edit: lib/FrontendTool/ReferenceDependencies.cpp
    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: include/swift/AST/NameLookup.h
    • edit: lib/IDE/ConformingMethodList.cpp
    • edit: lib/IDE/TypeContextInfo.cpp
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/Serialization/ModuleFile.cpp
    • edit: lib/AST/ExperimentalDependenciesSourceFileDepGraphConstructor.cpp
  • Commit 027bc2d1dc87915ef88203980848d61fc99d6e22 by blangmuir:

    [code-completion] Avoid invalid member substitution for keypath dynamic

    • edit: test/IDE/complete_keypath_member_lookup.swift
    • edit: test/IDE/complete_dynamic_lookup.swift
    • edit: lib/Sema/LookupVisibleDecls.cpp
    • edit: lib/IDE/CodeCompletion.cpp
  • Commit 15f2e38897e8513e4539865fcd126921801afbee by blangmuir:
    Fix test comment about expected behaviour

    • edit: test/IDE/complete_keypath_member_lookup.swift
  • Commit d0f08f0fd812796dc32c408935ecc2b926d0a3ad by klorentey:
    [test] TestNotification: Check availability before running hashing test

    • edit: test/stdlib/TestNotification.swift
  • Commit 8f28d07b6f4585748fdf484e23f0dd972e7c615d by atrick:
    Merge pull request #24153 from atrick/fix-let-exclusivity

    • edit: lib/SILOptimizer/SILCombiner/SILCombine.cpp
    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
    • edit: include/swift/SIL/SILInstruction.h
    • edit: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp
    • edit: test/IRGen/access_markers.sil
    • edit: lib/SILOptimizer/Mandatory/CMakeLists.txt
    • edit: include/swift/SILOptimizer/Utils/Local.h
    • edit: include/swift/SIL/DebugUtils.h
    • edit: lib/SILOptimizer/Utils/SILInliner.cpp
    • edit: test/SILOptimizer/opaque_values_mandatory.sil
    • edit: lib/SIL/SILInstruction.cpp
    • edit: lib/SILOptimizer/Transforms/CSE.cpp
    • add: lib/SILOptimizer/Utils/CanonicalizeInstruction.cpp
    • edit: lib/SILOptimizer/Utils/Local.cpp
    • add: include/swift/SILOptimizer/Utils/CanonicalizeInstruction.h
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp
    • edit: include/swift/SILOptimizer/PassManager/Passes.def
    • add: lib/SILOptimizer/Mandatory/SILGenCleanup.cpp
    • edit: lib/SILOptimizer/Utils/CMakeLists.txt
    • edit: include/swift/SILOptimizer/Analysis/SimplifyInstruction.h
    • edit: test/IRGen/enum.sil
    • add: test/SILOptimizer/silgen_cleanup.sil
    • edit: test/SILOptimizer/exclusivity_static_diagnostics.swift
    • edit: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp
  • Commit 04606690b9e52215331f29d4ae26e01488db1158 by ditaliano:
    [Reflection] Check that the offset is within the section.

    • edit: include/swift/Reflection/Records.h
    • edit: stdlib/public/Reflection/TypeRefBuilder.cpp
    • edit: stdlib/public/runtime/ReflectionMirror.mm
  • Commit df6fb25c74b0c18efdaec4aeff1632eacf4080ad by ditaliano:
    [Reflection] Fix the computation of boundaries in getFieldName().

    • edit: stdlib/public/Reflection/TypeRefBuilder.cpp
    • edit: include/swift/Reflection/Records.h
    • edit: stdlib/public/runtime/ReflectionMirror.mm
  • Commit 6d90a84342732b21ba83cbcc7cb78b7cb5f7de08 by aschwaighofer:
    [5.1] CastOptimizer: Fix for opaque archetypes

    • edit: test/SILOptimizer/cast_folding.swift
    • edit: lib/SIL/DynamicCasts.cpp
  • Commit 6a72ab1a0889bc176f96d68699848ee5881f88c7 by abdulras:
    Fixing swift-clang tests that fail due to missing PrintingPolicy init in

    • edit: include/clang/AST/PrettyPrinter.h
  • Commit beb76cd8a0b6208c3162d9e020fecc7fbd2d584e by abdulras:
    Fixing SemaObjC tests that take -x objective-c++ with -stdlib=libc++

    • edit: test/SemaObjC/class-stub-attr.m
    • edit: test/SemaObjC/class-stub-attr-unsupported.m
  • Commit 82c193fbe3fcb9f88c5027e9c7fda67f7fc861d4 by abdulras:
    Fixing clang-refactor-test tests on Linux by adding

    • edit: test/Refactor/Extract/extract-capture-self.m
    • edit: test/Refactor/Rename/ObjCClass.m
    • edit: test/Refactor/Rename/ObjCImplementationTURequests.m
  • Commit dd3ef958b4dc24c83a7896e031bb7fd0e5ff4320 by syaghmour:
    [ASTImporter] Copy Argument Passing Restrictions setting when importing

    • add: test/Import/cxx-record-flags/Inputs/F.cpp
    • edit: lib/AST/ASTImporter.cpp
    • add: test/Import/cxx-record-flags/test.cpp
  • Commit 4bbb1c73d132398731984bfa13e9836c7eefbd8c by spestov:
    Sema: NFC cleanup for ObjCClassStubAttr checking

    • edit: lib/Sema/SemaDeclObjC.cpp
  • Commit 18571427e274fe0021d1913995a430432dcccf29 by spestov:
    ClangAttrEmitter: CustomCode attributes now bind LangOpts as a name

    • edit: utils/TableGen/ClangAttrEmitter.cpp
  • Commit 51a96f433b260797ed093860dc1676bb52d73515 by spestov:
    Weak-link reference to objc_loadClassref()

    • edit: lib/CodeGen/CGObjCMac.cpp
    • edit: test/CodeGenObjC/class-stubs.m
  • Commit 8d79607018a63160661c2ded24eb5bc8aa45f76d by blangmuir:
    Update for change to VisibleDeclConsumer

    • edit: source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp