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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/2892/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Thu, 22 Feb 2018 16:26:45 -0600
Build duration:
1 hr 17 min

Identified problems:

  • Timeout: This build was marked as FAIL because it timed out.

Changes

  • Commit 4045edf8867735d48d74604aa188077ca7fc7910 by mikeash:
    [Runtime] Remove old-style mirrors in ReflectionLegacy.swift.

    • edit: stdlib/public/core/CMakeLists.txt
    • add: stdlib/public/core/ReflectionMirror.swift
    • edit: stdlib/public/runtime/CMakeLists.txt
    • delete: stdlib/public/core/ReflectionLegacy.swift
    • edit: stdlib/public/core/Mirror.swift
    • delete: stdlib/public/runtime/Reflection.mm
    • edit: test/stdlib/Reflection_objc.swift
    • edit: stdlib/public/core/RuntimeFunctionCounters.swift
    • add: stdlib/public/runtime/ReflectionMirror.mm
    • edit: stdlib/public/core/GroupInfo.json
  • Commit 33990583df9f2f5c2f5a87dd733e4eaa2a6f287e by mikeash:
    [Runtime] Have ReflectionMirror.mm get SwiftObject declarations from

    • edit: stdlib/public/runtime/ReflectionMirror.mm
  • Commit 44d9b2f5cd40f23c4b153b9145b611022f9708b0 by mikeash:
    [Runtime] Move swift_demangle to Demangle.cpp. It seems more at home

    • edit: stdlib/public/runtime/ReflectionMirror.mm
    • edit: stdlib/public/runtime/Demangle.cpp
  • Commit 0cff498db4806e8f9fd6624d4939c54f994f0daf by mikeash:
    [Reflection] Use getClassObject() when testing for ObjCness rather than

    • edit: stdlib/public/runtime/ReflectionMirror.mm
  • Commit 29eb740bf3aaf3bb8982b61d9db1321f988872a9 by mikeash:
    [Runtime] Style fixes in new ReflectionMirror code.

    • edit: stdlib/public/core/ReflectionMirror.swift
    • edit: stdlib/public/runtime/ReflectionMirror.mm
  • Commit 50697a77788b3eff58bba6d6f2019873c74102de by mikeash:
    [Runtime] Guard ReflectionMirror's vw_destroy call to avoid emitting it

    • edit: stdlib/public/runtime/ReflectionMirror.mm
  • Commit c250a844d01d5cc0895dcc1f4d2898d8a4b9332c by mikeash:
    [Runtime] Add a declaration for swift_demangle to the header file and

    • edit: stdlib/public/runtime/Demangle.cpp
    • edit: include/swift/Demangling/Demangle.h
  • Commit e1cc84d738236ce71c9f0a10605ec12fa8163a5e by mgottesman:
    [lldb-tools] Add command disassemble-asm-cfg.

    • edit: utils/lldb/lldbToolBox.py
    • edit: utils/lldb/lldb-with-tools.in
  • Commit 4e84693ab90123471234d582922f252ff70afbb7 by github:
    swift-api-digester: print header file names along with source-breaking

    • edit: test/api-digester/Inputs/APINotesLeft/APINotesTest.h
    • edit: test/api-digester/Inputs/APINotesRight/APINotesTest.h
    • add: test/api-digester/Outputs/apinotes-diags.txt
    • add: test/api-digester/apinotes-diags.swift
    • edit: tools/swift-api-digester/swift-api-digester.cpp