[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 - Long Test (swift 5.1) #240

Report

[FAILURE] oss-swift-5.1-incremental-RA-linux-ubuntu-16_04-long-test [#240]

Build URL:
https://ci.swift.org/job/oss-swift-5.1-incremental-RA-linux-ubuntu-16_04-long-test/240/
Project:
oss-swift-5.1-incremental-RA-linux-ubuntu-16_04-long-test
Date of build:
Fri, 22 Mar 2019 16:37:00 -0500
Build duration:
1 hr 4 min

Changes

  • Commit f03fa15144a4cfaeb5ac8d2ef29ce556c3d070ea by ktopley:
    Workaround for Ubuntu 18.04 clang crashes in swift-corelibs-libdispath

    • edit: src/init.c
    • edit: src/internal.h
  • Commit 40eaff19bc810b245ca9a3cc04a5eb251c3fac68 by ahatanaka:
    [CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValue

    • edit: test/CodeGenObjC/arc-unsafeclaim.m
    • edit: lib/CodeGen/TargetInfo.h
    • edit: lib/CodeGen/CGObjC.cpp
    • edit: test/CodeGenObjC/arc-foreach.m
    • edit: test/CodeGenObjC/objc-arc-container-subscripting.m
    • edit: test/CodeGenObjC/arc-with-atthrow.m
    • edit: test/CodeGenObjC/arc-ternary-op.m
    • edit: test/CodeGenObjCXX/inheriting-constructor-cleanup.mm
    • edit: test/CodeGenObjC/arc-related-result-type.m
    • edit: lib/CodeGen/TargetInfo.cpp
    • edit: test/CodeGenObjC/arc-precise-lifetime.m
    • edit: test/CodeGenObjC/arc.m
    • edit: test/CodeGenObjCXX/literals.mm
    • edit: test/CodeGenObjC/os_log.m
    • edit: test/CodeGenObjCXX/arc-forwarded-lambda-call.mm
    • edit: test/CodeGenObjC/arc-blocks.m
    • edit: test/CodeGenObjCXX/arc.mm
    • edit: test/CodeGenObjC/arc-property.m
    • edit: test/CodeGenObjC/arc-literals.m
  • Commit 8bae514c89644bd9e8d9369351bcfdfa7ee081e6 by erik.pilkington:
    Fix cleanup registration for lambda captures.

    • edit: lib/CodeGen/CGExpr.cpp
    • edit: lib/CodeGen/CodeGenFunction.h
    • edit: lib/CodeGen/CGExprAgg.cpp
    • add: test/CodeGenCXX/cxx1y-init-captures-eh.cpp
    • edit: lib/CodeGen/CGExprCXX.cpp