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

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

Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/5376/
Project: oss-swift-package-linux-ubuntu-16_04
Date of build: Thu, 06 Aug 2020 01:59:37 -0500
Build duration: 2 hr 39 min

Changes- Commit 8c0ee61ca4e4a48324b4269a4376cf318e8a42ed by smeenai:

[utils] Add Uxtheme.h to VFS overlay

  • edit: utils/WindowsSDKVFSOverlay.yaml.in

  • Commit 493d1025e6abd13964de8a2492c0bed4d42cb94f by hassaneldesouky:

    [Localization] Ignore diagnostic IDs that are available in YAML and not

    • edit: lib/AST/LocalizationFormat.cpp
    • edit: test/diagnostics/Localization/Inputs/en.yaml
  • Commit d2cb1cac4f14b2113d279b0414a85d4c0efab5cf by pyaskevich:

    [Diagnostics] NFC: Adjust en.yaml to mirror diagnostics in .def

    • edit: localization/diagnostics/en.yaml
  • Commit 55c2e01838fc265716d5da8859c4640c1f00102e by hassaneldesouky:

    [Localization] Add comments

    • edit: lib/AST/LocalizationFormat.cpp
  • Commit 6b28c2fe89614386b6835c9f1340a9df6152b1f5 by nate_chandler:

    [SIL] Add flag to SILFunction to indicate async.

    • edit: include/swift/SIL/SILFunction.h
    • add: test/SIL/Parser/async.sil
    • edit: lib/SIL/IR/SILFunctionBuilder.cpp
    • edit: lib/SIL/IR/SILFunction.cpp
    • edit: lib/SIL/Parser/ParseSIL.cpp
    • edit: lib/Serialization/DeserializeSIL.cpp
    • add: test/SILGen/async.swift
    • edit: test/SIL/Serialization/basic.sil
    • edit: lib/Serialization/SerializeSIL.cpp
    • edit: lib/SIL/IR/SILPrinter.cpp
    • edit: lib/Serialization/ModuleFormat.h
    • edit: lib/Serialization/SILFormat.h
  • Commit d0c1a45068ee54907e6d3a13b3220e0bc0bddd3d by xi_ge:

    DependenciesScanner: teach the scanner to diagnose dependency cycles

    • edit: lib/FrontendTool/ScanDependencies.cpp
    • add: test/ScanDependencies/Inputs/Swift/CycleThree.swiftinterface
    • edit: include/swift/AST/DiagnosticsCommon.def
    • add: test/ScanDependencies/Inputs/Swift/CycleOne.swiftinterface
    • add: test/ScanDependencies/Inputs/Swift/CycleTwo.swiftinterface
    • add: test/ScanDependencies/diagnose_dependency_cycle.swift
  • Commit 3ad98a504cf881f0e70b1d54bbb57fe2cdd9dccc by github:

    [Docs] Fix broken url and filename (#33318)

    • edit: docs/README.md
  • Commit f50ce7adc15352f03302e4128faf3035a90208ee by blangmuir:

    [gardening] Fix warning about strerror return value

    • edit: Sources/sourcekit-lsp/main.swift
  • Commit 697e4ad373fcbd0141729659994b3758893bf9d4 by owen:

    Add utilities for reading the LLVM bitstream container format

    • add: Sources/SwiftDriver/Utilities/Bitstream.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
    • edit: Sources/SwiftDriver/CMakeLists.txt
    • add: Sources/SwiftDriver/Utilities/Bits.swift
  • Commit 02366d02ad7d63d125e0f4969366718d648f9636 by owen:

    Add support for reading binary swiftdeps files

    • add: TestInputs/Incremental/main.swiftdeps.yaml
    • delete: TestInputs/sandbox-master.swiftdeps
    • edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
    • add: TestInputs/Incremental/sandbox-master.swiftdeps
    • add: TestInputs/Incremental/main.swiftdeps
    • add: TestInputs/Incremental/hello.swiftdeps
    • edit: Sources/SwiftDriver/Utilities/Bitstream.swift
    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
    • add: TestInputs/Incremental/hello.swiftdeps.yaml
  • Commit 45396763daf37ec3cab89b39a6edd188c30d4a34 by owen:

    Rerun swift test --generate-linuxmain

    • edit: Tests/SwiftDriverTests/XCTestManifests.swift
  • Commit b81e28ffb570e6ebf1dadc883ba62b6999bd781e by bender:

    [Windows] Fix NSURL.relativePath

    • edit: Tests/Foundation/Tests/TestURL.swift
    • edit: Sources/Foundation/NSURL.swift