[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 5.1) #132

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-5.1-incremental-RA-linux-ubuntu-14_04/132/
Project:
oss-swift-5.1-incremental-RA-linux-ubuntu-14_04
Date of build:
Fri, 22 Mar 2019 16:09:54 -0500
Build duration:
2 hr 33 min

Changes

  • Commit e0dced06ca5661b7bb10c525c0afe8447a134f0b by danielrodriguez:
    [cmake] Skip regex when CMAKE_STATIC_LIBRARY_PREFIX is empty.

    • edit: cmake/modules/SwiftSupport.cmake
  • Commit e1dc2288ff034bf4c3d4d48b5c6acd5f9df31788 by frederik:
    Use SYS_gettid on Android.

    • edit: src/queue.c
  • Commit f03fa15144a4cfaeb5ac8d2ef29ce556c3d070ea by ktopley:
    Workaround for Ubuntu 18.04 clang crashes in swift-corelibs-libdispath

    • edit: src/internal.h
    • edit: src/init.c
  • Commit bea2c33da9e7573ed143c29566fc657f18ea5c62 by ahatanaka:
    Don't add a tail keyword to calls to ObjC runtime functions if the calls

    • edit: test/Transforms/ObjCARC/tail-call-invariant-enforcement.ll
    • edit: lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  • Commit 40eaff19bc810b245ca9a3cc04a5eb251c3fac68 by ahatanaka:
    [CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValue

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

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