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

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

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/4135/
Project: oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build: Tue, 04 Aug 2020 18:38:07 -0500
Build duration: 1 hr 54 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 5730163f35583c263a8a8d97163568fcf77c6415 by alaferriere:

[ClangImporter] Update clang invocation to use the marketing names of

  • edit: test/Misc/target-cpu.swift

  • add: test/ClangImporter/invocation-mcpu.swift

  • edit: lib/ClangImporter/ClangImporter.cpp

  • Commit 0850436d9fbb4fa442f11ff73d0180eabc309820 by drexin:

    Properly compute resource folder when linking statically

    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: stdlib/public/SwiftShims/CMakeLists.txt
    • edit: include/swift/Frontend/FrontendOptions.h
    • edit: lib/Driver/ToolChains.cpp
    • edit: include/swift/Option/FrontendOptions.td
    • edit: stdlib/public/Platform/CMakeLists.txt
    • edit: lib/Driver/Driver.cpp
    • edit: tools/driver/modulewrap_main.cpp
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: include/swift/Frontend/Frontend.h
    • edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp
    • edit: stdlib/cmake/modules/AddSwiftStdlib.cmake
    • edit: test/Driver/print_target_info.swift
    • edit: stdlib/cmake/modules/SwiftSource.cmake
  • Commit 1ac99176d8a547a1719f8d5b31a69f54fb94b154 by brentdax:

    Revert "[Apple Silicon] Adjust linking deployment target from 11.0 down

    • edit: lib/Driver/DarwinToolChains.cpp
    • edit: test/Driver/linker.swift
  • Commit ec8637c197d5d7a857d350c995f79ec5a0ab3a79 by rishizaki:

    [CodeCompletion] Cleanup typeCheckContextAt()

    • edit: lib/IDE/ExprContextAnalysis.cpp
  • Commit d89c096af75524dd5e1cf7bc2d1d0fb43997db9c by pyaskevich:

    [Diagnostics] Do more checking before recording force downcast fix

    • add: test/Constraints/rdar65254452.swift
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit b47698bd544af93e0e55736a97f77828bcd4deb1 by pyaskevich:

    [TypeChecker] NFC: Add debug logging before applying solution in

    • edit: lib/Sema/BuilderTransform.cpp
  • Commit 63c275c45ff795d3825204a1593ba509a7356dc9 by eeckstein:

    SILOptimizer: move String concatination optimization from

    • edit: include/swift/SILOptimizer/Utils/InstOptUtils.h
    • edit: lib/SILOptimizer/Utils/ConstantFolding.cpp
    • edit: include/swift/SILOptimizer/Utils/ConstantFolding.h
    • edit: test/SILOptimizer/string_optimization.swift
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
    • edit: lib/SILOptimizer/Transforms/StringOptimization.cpp
    • edit: lib/SILOptimizer/Utils/InstOptUtils.cpp
    • edit: test/SILOptimizer/string_optimization.sil
  • Commit b26310ee97a1a383f700755d35f985475f31654a by aqamoss3fan2010:

    TypeLoc: Offload TypeLoc off the ASTWalker

    • edit: lib/AST/ASTWalker.cpp
    • edit: include/swift/IDE/Utils.h
    • edit: lib/Parse/ParseStmt.cpp
    • edit: lib/Serialization/SerializeDoc.cpp
    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/IDE/SwiftSourceDocInfo.cpp
    • edit: lib/IDE/ExprContextAnalysis.cpp
    • edit: lib/AST/Expr.cpp
    • edit: lib/AST/Pattern.cpp
    • edit: include/swift/AST/ASTWalker.h
  • Commit 6e4e4780474e2d90ad87df116c8997ba1aaa6147 by z.zoelec2:

    [NFC] [cxx-interop] Rename IsCxxNotTriviallyCopyable -> IsCxxNonTrivial.

    • edit: lib/AST/Decl.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/SIL/IR/TypeLowering.cpp
    • edit: include/swift/AST/Decl.h
  • Commit 17f12da381800ea88d876f9d1a941c0a3f4c7336 by aqamoss3fan2010:

    [NFC] AST: Remove TypedPattern:getTypeLoc()

    • edit: include/swift/AST/Pattern.h
    • edit: lib/Sema/TypeCheckAccess.cpp
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/AST/Pattern.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
  • Commit 7bcc4baa338498468cc6e0b9e368d5a64b5dce87 by aqamoss3fan2010:

    [NFC] TypeLoc: Rid performTypeLocChecking off TypeLoc

    • edit: include/swift/Subsystems.h
    • edit: lib/SIL/Parser/ParseSIL.cpp
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/Sema/TypeChecker.cpp
    • edit: lib/IDE/ExprContextAnalysis.cpp
  • Commit b0b1a9c42bdcbeabec8eb90a07e4dd4c7b658caa by compnerd:

    test: permit running executable tests on macOS on ASi

    • edit: test/lit.cfg
  • Commit 93ff18bf00f222d36253cd8a6267a44601e119e0 by compnerd:

    test: macOS on ASi conforms to the stable ABI

    • edit: test/lit.cfg
  • Commit 00e4a76ef02839c99788d286664dda715dc4d7e1 by github:

    Revert "[Sema/Index] Resolve #keyPath components so they get handled by

    • edit: lib/AST/ASTDumper.cpp
    • edit: include/swift/AST/Expr.h
    • edit: lib/Sema/TypeCheckAvailability.cpp
    • edit: lib/Sema/TypeCheckExprObjC.cpp
    • edit: test/expr/primary/keypath/keypath-objc.swift
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/AST/ASTWalker.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/TypeCheckCodeCompletion.cpp
    • edit: test/IDE/complete_pound_keypath.swift
    • edit: lib/IDE/SourceEntityWalker.cpp
    • edit: lib/AST/Expr.cpp
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSGen.cpp
    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: test/Index/index_keypaths.swift
  • Commit d67d7ebc0a9e68b65fc5a719d7a48f4c2160548c by github:

    [Serialization] Look for cross-ref errors inside type errors (#33271)

    • edit: lib/Serialization/DeserializationErrors.h
    • edit: lib/Serialization/Deserialization.cpp
    • edit: test/Serialization/Recovery/implementation-only-missing.swift
  • Commit d82c52c0036b96505a2441fa42b99dee9395c1ce by blangmuir:

    [logging] Avoid logging cancellation as warnings/errors

    • edit: Sources/SourceKitD/SourceKitD.swift
    • edit: Sources/SourceKitLSP/Swift/SwiftLanguageServer.swift
    • edit: Sources/SourceKitLSP/Swift/CursorInfo.swift