[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (master) #4688

Report

[FAILURE] oss-swift-package-linux-ubuntu-16_04 [#4688]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/4688/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Fri, 14 Feb 2020 14:17:40 -0600
Build duration:
1 hr 36 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 b516d1930a5891a8a0f0c4593175ec1776e79630 by repo:
    [Docs] [android] Update to the latest NDK 21, fix commands, and remove

    • edit: docs/Android.md
  • Commit cb26625f5de905cc16f57b4a1d2b4e8f9b93da38 by alex:
    [sourcekitd] Send a notification when semantic functionality is enabled

    • edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
  • Commit dd02e2ae8a6c6e918549e29a74dc9d978443a096 by compnerd:
    build: add more paths for LLDB tests

    • edit: utils/build-script-impl
  • Commit 9b332a3a358874a76c15b88ace7849970452f62a by compnerd:
    build: add an option to optionally build tensorflow-swift-apis

    • edit: utils/update_checkout/update-checkout-config.json
    • edit: utils/swift_build_support/swift_build_support/products/init.py
    • edit: utils/build-script
    • edit: utils/build_swift/tests/expected_options.py
    • edit: utils/build_swift/build_swift/driver_arguments.py
    • add: utils/swift_build_support/swift_build_support/products/tensorflow.py
  • Commit 66627d803745985ae4ecb6c5d9fe5c5b5a3fac12 by compnerd:
    build: obsolete options which have long been deprecated

    • edit: cmake/modules/AddSwift.cmake
  • Commit 2e40295640aa587e76a68d6caf8830dc98df9e02 by hamishknight:
    NFC: Extract simple_display for FileUnit

    • edit: lib/SILGen/SILGenRequests.cpp
    • edit: include/swift/AST/FileUnit.h
    • edit: lib/AST/Module.cpp
  • Commit 4867c5fc93a16da78917a468de2a3f5dce49fe38 by hamishknight:
    NFC: Remove unused member from UniversalLinkageInfo

    • edit: lib/IRGen/Linking.cpp
    • edit: include/swift/IRGen/Linking.h
    • edit: lib/TBDGen/TBDGen.cpp
  • Commit 12d14bbc1163411cc77629caa4b9526c25b3cc69 by hamishknight:
    [TBD] Don't add main entrypoint for statically linked libs

    • edit: lib/TBDGen/TBDGenVisitor.h
  • Commit 586e586af2886f332eabd5d82198ca89c45a3266 by hamishknight:
    Add top-level request for TBDGen

    • add: include/swift/AST/TBDGenTypeIDZone.def
    • edit: lib/Frontend/Frontend.cpp
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: include/swift/Basic/TypeID.h
    • edit: lib/TBDGen/CMakeLists.txt
    • edit: include/swift/Basic/Statistics.def
    • edit: include/swift/Subsystems.h
    • edit: include/swift/TBDGen/TBDGen.h
    • add: include/swift/AST/TBDGenRequests.h
    • edit: lib/Frontend/CMakeLists.txt
    • add: lib/TBDGen/TBDGenRequests.cpp
  • Commit 92a764d9f61dc6fa0f5f693e1403605685fbad9f by eeckstein:
    Revert "Inliner: inline generic thunks which return a partial_apply."

    • edit: lib/SILOptimizer/Transforms/PerformanceInliner.cpp
    • delete: test/SILOptimizer/curry-thunk-elimination.swift
  • Commit e5a2847c437c20272f5d8d0c2924958333764924 by eeckstein:
    MandatoryCombine: fix an uninitialized variable

    • edit: lib/SILOptimizer/Mandatory/MandatoryCombine.cpp
  • Commit 42b301722489b3e999f761ad3e11815fbf144979 by compnerd:
    build: duplicate _add_swift_library_single

    • edit: cmake/modules/AddSwift.cmake
    • edit: test/CMakeLists.txt
  • Commit 3c2fc6d9165b4370670d20a327d7810280ec5f25 by teemperor:
    [lldb] Use CompletionRequest in REPL::CompleteCode and remove

    • edit: lldb/include/lldb/Expression/REPL.h
    • edit: lldb/source/Expression/REPL.cpp
  • Commit eeef1f9fbf68f0cab551f34247a4e52b7b09dc2d by hamishknight:
    [lldb] Register TBD requests

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit 43e7718881b941662bf25b9042de96b7c1683647 by teemperor:
    [lldb] Rewrite Swift REPL completion to use CompletionRequest

    • edit: lldb/source/Plugins/ExpressionParser/Swift/SwiftREPL.cpp
    • edit: lldb/packages/Python/lldbsuite/test/lang/swift/completion/TestSwiftREPLCompletion.py
    • edit: lldb/source/Plugins/ExpressionParser/Swift/SwiftREPL.h
  • Commit c46a5fa20ee9a63eae6735161a4824741acf51b1 by repo:
    [android] Replace URL tests that use hardcoded /tmp

    • edit: TestFoundation/TestURL.swift
  • Commit 6fcbd96ba0abb6eb8f53c6b924f519098f231100 by abdulras:
    FileManager: correct symbolic link handling on Windows

    • edit: Foundation/FileManager+Win32.swift