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

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#11871]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/11871/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Wed, 22 Jan 2020 20:44:47 -0600
Build duration:
58 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes

  • Commit f36a4db8561f2f797640321a903099ab124dd01a by david_smith:
    Update fast dealloc to use new-style interposing and support objc weak

    • edit: stdlib/public/SwiftShims/RefCount.h
    • edit: unittests/runtime/LongTests/LongRefcounting.cpp
    • edit: stdlib/public/stubs/SwiftNativeNSXXXBase.mm.gyb
    • edit: include/swift/Runtime/HeapObject.h
    • edit: stdlib/public/runtime/HeapObject.cpp
    • edit: stdlib/public/runtime/SwiftObject.mm
    • edit: test/Interpreter/SDK/Inputs/ObjCWeak/ObjCWeak.m
    • edit: stdlib/public/runtime/RefCount.cpp
    • edit: test/Interpreter/SDK/weak_objc_interop.swift
  • Commit 366e24ed51e09a4794ebddd3dcce9388aea57a2a by xi_ge:
    IRGen: don't proceed to IRGen if collecting linker directives failed

    • add: test/IRGen/original-defined-attr-linker-directives-fail.swift
    • edit: lib/FrontendTool/FrontendTool.cpp