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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/5989/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build:
Mon, 01 Oct 2018 19:42:10 -0500
Build duration:
2 hr 59 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
  • Timeout: This build was marked as FAIL because it timed out.

Changes

  • Commit 6c8c7151ffde75130f6ef7db4336855025c12b20 by compnerd:
    SourceKit: repair the build when cross-compiling

    • edit: tools/SourceKit/cmake/modules/AddSwiftSourceKit.cmake
  • Commit b3614a4b6ffb234f3c7f1fec9d56cc070eeeeb7d by xi_ge:
    swift-module-digester: include unavailable variables with fixed layout

    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
    • edit: test/api-digester/Outputs/cake-abi.json
    • edit: test/api-digester/Inputs/cake.swift
  • Commit 4b8507c858dfc103b4e4d02e6fa9a3cde68a01f6 by xi_ge:
    [test] Regenerate abi and source stability baseline and start running

    • add: test/api-digester/Outputs/stability-stdlib-source.swift.expected
    • add: test/api-digester/Inputs/stdlib-stable.json
    • add: test/api-digester/Inputs/stdlib-stable-abi.json
    • add: test/api-digester/stability-stdlib-abi.swift
    • add: test/api-digester/stability-stdlib-source.swift
    • delete: test/api-digester/stdlib-stable.json
    • delete: test/api-digester/source-stability.swift.expected
    • delete: test/api-digester/source-stability.swift
    • add: test/api-digester/Outputs/stability-stdlib-abi.swift.expected
  • Commit 8e81b59f4eb88d4d1abcd6c04ed516d0d2215966 by xi_ge:
    swift-module-digester: diagnose fixed-order property changes to computed

    • edit: tools/swift-api-digester/swift-api-digester.cpp
    • edit: test/api-digester/Outputs/Cake-abi.txt
    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
    • edit: include/swift/AST/DiagnosticsModuleDiffer.def
    • edit: tools/swift-api-digester/ModuleDiagsConsumer.cpp
    • edit: test/api-digester/Inputs/cake1.swift
    • edit: test/api-digester/Inputs/cake2.swift
    • edit: test/api-digester/Outputs/Cake.txt
  • Commit a96948693212e6cdd470559a5c31f4d27f12bca2 by xi_ge:
    swift-module-digester: diagnose added associated types as ABI breakages

    • edit: tools/swift-api-digester/swift-api-digester.cpp
    • edit: test/api-digester/Outputs/Cake.txt
    • edit: test/api-digester/Outputs/Cake-abi.txt
  • Commit b18000bdbf9ac83506be5c6c1810a728782c842c by ekarpenkov:
    Provide a method for generating deterministic IDs for pointers allocated

    • edit: include/llvm/Support/Allocator.h
  • Commit d5402bd8d97fc56b7d32e75d80cb9d8d8f0e1b84 by ekarpenkov:
    GraphWriter: Provide an API for writing a graph into a specified file

    • edit: include/llvm/Support/GraphWriter.h
  • Commit 06e82a68defa0b5a74a70c7491b59ff4e19ff79f by ekarpenkov:
    [ADT] Implemented unittests for ImmutableList

    • edit: unittests/ADT/CMakeLists.txt
    • add: unittests/ADT/ImmutableListTest.cpp
    • edit: include/llvm/ADT/ImmutableList.h
  • Commit 61611b3fd5b2f76bcba76d241ef2965223f6b595 by ekarpenkov:
    [ADT] ImmutableList no longer requires elements to be copy constructible

    • edit: unittests/ADT/ImmutableListTest.cpp
    • edit: include/llvm/ADT/ImmutableList.h
  • Commit 1dbe96478817bf93e9110bb909c250865bd3dd79 by ekarpenkov:
    [ADT] Made numerous methods of ImmutableList const

    • edit: unittests/ADT/ImmutableListTest.cpp
    • edit: include/llvm/ADT/ImmutableList.h