[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #7123

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#7123]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/7123/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build:
Wed, 13 Mar 2019 09:55:51 -0500
Build duration:
1 hr 36 min

Changes

  • Commit c93ec45e629e4e2162d1ee69075908dbbe397efd by spestov:
    SIL: Plumb resilience expansion through when lowering capture types

    • edit: lib/SILGen/SILGenProlog.cpp
    • edit: lib/SIL/SILFunctionType.cpp
    • edit: include/swift/SIL/TypeLowering.h
    • edit: lib/SIL/TypeLowering.cpp
    • edit: lib/SILGen/SILGenFunction.cpp
  • Commit 8195d5e792d194407918638c9cb0a2e30743510b by spestov:
    SIL: Tweak SILModuleConventions to use more appropriate type lowering

    • edit: lib/SIL/SILType.cpp
  • Commit 50d6c30edfe2b60bf7adc83ad00ac6c71f57becf by spestov:
    SILOptimizer: Add some LLVM_DEBUGs to GlobalOpt

    • edit: lib/SILOptimizer/IPO/GlobalOpt.cpp
  • Commit 5c72a3691c212b14a9aa6e7ae4acb51e472ec4f6 by spestov:
    SILOptimizer: Add some FIXMEs and a cleanup

    • edit: lib/SILOptimizer/IPO/CapturePromotion.cpp
    • edit: lib/SILOptimizer/Transforms/ObjectOutliner.cpp
    • edit: lib/SILOptimizer/Utils/Devirtualize.cpp
  • Commit e9bd15f7fc776d0b90d0dc9da582272e38fe4a34 by spestov:
    SILOptimizer: More generic specializer plumbing for using the right

    • edit: include/swift/SILOptimizer/Utils/Generics.h
    • edit: lib/SILOptimizer/Utils/Generics.cpp
  • Commit 50b1bae51fe2e09a6afdb0dfc9d128549c70a75b by spestov:
    SILGen: Tidy up some code

    • edit: lib/SILGen/SILGenApply.cpp
    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: lib/SILGen/SILGenBridging.cpp
  • Commit 41252701a65e2a06e30d627eb3e8c7d114589b5d by iferber:
    Fix off-by-one when initializing Data with discontiguous, underestimated

    • edit: TestFoundation/TestNSData.swift
    • edit: Foundation/Data.swift