[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 18.04 - Long Test (master) #3775

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-18_04-long-test [#3775]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/3775/
Project:
oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build:
Tue, 12 May 2020 17:01:00 -0500
Build duration:
2 hr 6 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 62a4bd67d6dc4e36bfd48eb90a323c17cae3f8ae by compnerd:
    build: inline _add_swift_host_library_single

    • edit: cmake/modules/AddSwift.cmake
  • Commit cf1f240534b8fbf2406f4d345fd43c41541d8800 by compnerd:
    build: cleanup some of the organization in add_swift_host_library

    • edit: cmake/modules/AddSwift.cmake
  • Commit 1df1f664c977e77b9733b136407cc665f1b36589 by jgroff:
    IRGen: Restore handling of "simple" partial_apply instructions.

    • edit: lib/IRGen/IRGenSIL.cpp
    • add: test/IRGen/simple_partial_apply.sil
  • Commit 7086ffb79fa734d6c64b4b027ae208d4a8f75a68 by rishizaki:
    [CodeCompletion] Annotated result type

    • edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
    • edit: lib/IDE/CodeCompletionResultPrinter.cpp
    • edit: include/swift/IDE/CodeCompletion.h
    • edit: include/swift/IDE/CodeCompletionResultPrinter.h
    • edit: test/SourceKit/CodeComplete/complete_annotateddescription.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp
    • edit: test/IDE/complete_annotation.swift
    • edit: test/SourceKit/CodeComplete/complete_annotateddescription.swift.result
    • edit: utils/gyb_sourcekit_support/UIDs.py
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
    • edit: lib/IDE/REPLCodeCompletion.cpp
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/IDE/CodeCompletionResultBuilder.h
    • edit: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp
  • Commit b59e689b955dbe21c8d151ebb4d49c13619af0a2 by github:
    Fixes example snippets in FloatingPoint.swift

    • edit: stdlib/public/core/FloatingPoint.swift
  • Commit d6b2d06420bfe57e3e64089c50876eeacfb9491a by github:
    Fixes snippet

    • edit: stdlib/public/core/FloatingPoint.swift
  • Commit 7ce30d7fd096ddd1d8c56ad78d126c9d16593416 by aschwaighofer:
    Revert "Add new pattern in SILCombine to optimize redundant thick to

    • edit: lib/SILOptimizer/SILCombiner/SILCombinerCastVisitors.cpp
    • edit: test/SILOptimizer/peephole_thick_to_objc_metatype.sil
  • Commit ecfd369f35fa3a686b32c849763f4ed3f01919bc by rishizaki:
    [CodeCompletion] Typo: 'getAnnnoateResult' -> 'getAnnotateResult'

    • edit: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp
    • edit: include/swift/IDE/CodeCompletion.h
    • edit: lib/IDE/CodeCompletion.cpp
  • Commit 7e170ded6601c08b23eda248f764b976eb6781bd by rishizaki:
    [CodeCompletion] Remove unused parameter from a couple of lambda

    • edit: lib/IDE/CodeCompletion.cpp
  • Commit ccb41f044ac7bfb61e76460b7df59bfca6bbf286 by blangmuir:
    [preset] Add missing libicu dependencies to package presets

    • edit: utils/build-presets.ini
  • Commit a87b8d5f43aaecd42f45ce4c8af83826cec26420 by dgregor:
    [build-script] When we build Dispatch and Foundation, pass them down to

    • edit: utils/swift_build_support/swift_build_support/products/swiftpm.py
  • Commit fe7b806a3b93820071eb6a167e2071a85695dd90 by github:
    Partially cherry-pick change from llvm.org

    • edit: llvm/include/llvm/MC/SubtargetFeature.h
  • Commit abbd29de682c15a5dc527937f0478185557deae3 by teemperor:
    Remove file that cannot be compiled on the 5.3 branch.

    • delete: lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp
  • Commit 81c5b909e240288c1258ac3bcbbac6a24641f524 by repo:
    Port to Android

    • edit: Package.swift
  • Commit 97b550215c027e3c2094403d641f917a59529cd2 by dgregor:
    [Bootstrap] Add optional flags for Dispatch and Foundation build

    • edit: Utilities/bootstrap
  • Commit 4e541372f8816e68003e4de1b86051f492d15f38 by dgregor:
    Work around ICU version < 62

    • edit: CoreFoundation/String.subproj/CFString.c
  • Commit 18e8fd25c6e6555754d8c9841c6588a64272f847 by blangmuir:
    [tsan] Fix a race during processUnitsAndWait()

    • edit: lib/CIndexStoreDB/CIndexStoreDB.cpp
    • edit: lib/Index/IndexDatastore.cpp
    • edit: lib/Index/IndexDatastore.h
    • edit: include/IndexStoreDB/Index/IndexSystem.h
    • edit: lib/Index/IndexSystem.cpp