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

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

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/14876/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build: Tue, 20 Oct 2020 15:10:32 -0500
Build duration: 2 hr 1 min

Identified problems:- Swift Compile Error: Swift compiler error

  • Indication 1
  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes- Commit 2fc5cbdc14dfee3b27070d3f0c761e89f23b01d0 by compnerd:

stdlib: remove swiftMSVCRT, replace with swiftCRT on Windows

  • edit: test/Interpreter/dynamic_replacement_chaining.swift

  • edit: stdlib/private/StdlibUnittest/CMakeLists.txt

  • edit: test/ClangImporter/clang_builtins.swift

  • edit: test/Interpreter/dynamic_replacement.swift

  • edit: test/stdlib/Runtime.swift.gyb

  • edit: stdlib/private/StdlibUnittest/RaceTest.swift

  • edit: stdlib/private/SwiftPrivateThreadExtras/ThreadBarriers.swift

  • delete: stdlib/public/Platform/msvcrt.swift

  • edit: stdlib/private/SwiftPrivate/CMakeLists.txt

  • edit: stdlib/private/SwiftReflectionTest/CMakeLists.txt

  • edit: stdlib/public/Differentiation/CMakeLists.txt

  • edit: test/stdlib/FloatConstants.swift

  • edit: stdlib/private/StdlibCollectionUnittest/CMakeLists.txt

  • edit: stdlib/public/Differentiation/TgmathDerivatives.swift.gyb

  • edit: test/Prototypes/BigInt.swift

  • edit: test/stdlib/VarArgs.swift

  • add: stdlib/public/Platform/ucrt.swift

  • edit: stdlib/private/StdlibUnittest/SymbolLookup.swift

  • edit: stdlib/public/Concurrency/CMakeLists.txt

  • edit: test/stdlib/tgmath.swift.gyb

  • edit: test/AutoDiff/stdlib/tgmath_derivatives.swift.gyb

  • edit: stdlib/private/SwiftPrivateLibcExtras/Subprocess.swift

  • edit: test/AutoDiff/validation-test/custom_derivatives.swift

  • edit: test/stdlib/MathConstants.swift

  • edit: test/stdlib/PrintFloat.swift.gyb

  • edit: stdlib/private/SwiftPrivate/IO.swift

  • edit: stdlib/private/SwiftPrivateLibcExtras/CMakeLists.txt

  • edit: test/stdlib/tgmath_optimized.swift

  • edit: stdlib/private/SwiftPrivateThreadExtras/CMakeLists.txt

  • edit: stdlib/public/Platform/Platform.swift

  • edit: stdlib/public/Platform/CMakeLists.txt

  • edit: stdlib/private/RuntimeUnittest/CMakeLists.txt

  • edit: stdlib/private/SwiftPrivateThreadExtras/SwiftPrivateThreadExtras.swift

  • edit: test/Sanitizers/tsan.swift

  • edit: stdlib/private/SwiftPrivateLibcExtras/SwiftPrivateLibcExtras.swift

  • edit: test/AutoDiff/validation-test/separate_tangent_type.swift

  • edit: test/Interpreter/SDK/libc.swift

  • edit: stdlib/private/StdlibUnicodeUnittest/CMakeLists.txt

  • edit: stdlib/private/StdlibUnittest/StdlibCoreExtras.swift

  • edit: stdlib/private/StdlibUnittest/StdlibUnittest.swift

  • edit: test/Interpreter/dynamicReplacement_property_observer.swift

  • edit: test/ClangImporter/availability_returns_twice-msvc.swift

  • edit: test/Interpreter/dynamic_replacement_without_previous_calls.swift

  • edit: test/IRGen/builtin_math.swift

  • edit: test/IRGen/sanitize_coverage.swift

  • Commit f0a59a25eae63bc140563c4044e580b7e9be0339 by mgottesman:

    [silgen] Ensure that cleanup cloner clones formal access cleanups to formal access cleanups.

    • edit: lib/SILGen/Cleanup.cpp
    • edit: lib/SILGen/SILGenDecl.cpp
    • edit: lib/SILGen/Cleanup.h
  • Commit 52700cbdc568c7571a369cb788110b8723534b9f by owen:

    Introduce a new visitor-based API for reading LLVM bitstreams

    • edit: Sources/TSCUtility/Bits.swift
    • edit: Sources/TSCUtility/SerializedDiagnostics.swift
    • add: Tests/TSCUtilityTests/BitstreamTests.swift
    • edit: Sources/TSCUtility/Bitstream.swift
  • Commit d8d46f3b5a758852fc35137e58db1c7b539677e0 by owen:

    Document some of the new public bitstream APIs

    • edit: Sources/TSCUtility/Bitstream.swift
  • Commit 498c4a5aa44c12aa8a70cad3cec249b36c2a072c by github:

    Replace unevaluated gyb values in documentation comments (#244)

    • edit: Sources/SwiftSyntax/Syntax.swift
  • Commit da6000e779e9ff226c0304b4a16101669b1e75be by anders:

    Add a customized GitRepositoryError and funnel all Git operations through a method that throws one of those if the operation fails. This makes sure that Git failures clients can distinguish from other Process errors (so failure handling can be customized), and that they all have a location.

    • edit: Tests/SourceControlTests/GitRepositoryTests.swift
    • edit: Sources/SourceControl/Repository.swift
    • edit: Sources/SourceControl/GitRepository.swift
    • edit: Sources/PackageGraph/RepositoryPackageContainerProvider.swift
  • Commit 9a2cbe58c7da6a3556ce94c353e69251660b6e48 by xi_ge:

    Infer .swiftdoc and .swiftsourceinfo paths from .swiftmodule path in a given outputFileMap

    • edit: Sources/SwiftDriver/Driver/OutputFileMap.swift
    • edit: Sources/SwiftDriver/Jobs/EmitModuleJob.swift
    • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
    • edit: Sources/SwiftDriver/Jobs/MergeModuleJob.swift
  • Commit 9580a2e6f90a442e02a0b582c6d91c22b8340b0b by compnerd:

    Foundation: migrate to the new CRT module

    • edit: Sources/Tools/plutil/main.swift
    • edit: Tests/Foundation/HTTPServer.swift
    • edit: Sources/Foundation/NSSwiftRuntime.swift
    • edit: Sources/Foundation/FileManager.swift
    • edit: Sources/Foundation/NSError.swift
  • Commit e8a704bcbb08136b7935efc7c015e57bac3db2da by repo:

    [build-script-helper] make it run under Python 3

    • edit: Utilities/build-script-helper.py