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

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

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/14368/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build: Mon, 24 Aug 2020 23:52:49 -0500
Build duration: 1 hr 52 min

Changes- Commit 9bc787ef5f62ac0a310648e56674175dcbcaa194 by brentdax:

Add a “typecheck module interface” mode

  • edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp

  • edit: lib/Frontend/ModuleInterfaceBuilder.cpp

  • edit: include/swift/Option/FrontendOptions.td

  • edit: lib/Frontend/Frontend.cpp

  • edit: lib/FrontendTool/FrontendTool.cpp

  • edit: include/swift/Frontend/FrontendOptions.h

  • edit: lib/Frontend/ModuleInterfaceLoader.cpp

  • edit: include/swift/Frontend/ModuleInterfaceLoader.h

  • edit: test/ModuleInterface/unbuildable.swift

  • edit: lib/Frontend/FrontendOptions.cpp

  • Commit d48e397b86cb771ea2bb7cbe398e08d8bf462bf0 by brentdax:

    Support --driver-mode with swift-frontend

    • edit: tools/driver/driver.cpp
  • Commit 3c698371029bb0619340aaf68f063f3c90b6dc0d by brentdax:

    Add a debug flag to emit invalid swiftinterface files

    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/Frontend/ModuleInterfaceSupport.cpp
    • edit: include/swift/Frontend/ModuleInterfaceSupport.h
    • edit: include/swift/Option/FrontendOptions.td
  • Commit 5f523fee669c84be3a0f2112b65a1271eff33dc6 by brentdax:

    Add flag to verify just-emitted module interfaces

    • edit: lib/Driver/ToolChain.cpp
    • edit: include/swift/Driver/ToolChain.h
    • add: test/ModuleInterface/verify-module-interfaces.swift
    • edit: lib/Driver/ToolChains.cpp
    • edit: include/swift/Driver/Action.h
    • edit: lib/Driver/Action.cpp
    • edit: lib/Driver/Driver.cpp
    • edit: include/swift/Option/Options.td
  • Commit 22e3cff700dcdeab25a9deebdcd0845bf8a8b6f7 by brentdax:

    Tweak diagnostic for failed module interface verification

    • edit: test/ModuleInterface/verify-module-interfaces.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Frontend/ModuleInterfaceBuilder.cpp
    • edit: test/ModuleInterface/unbuildable.swift
  • Commit f82420491cd84ef66193bc701928ef0610f18904 by brentdax:

    Verify interfaces by default in assert compilers

    • edit: lib/Driver/Driver.cpp
  • Commit b9c899a3906c21468fb9e15f4f8f5cdf0b31831c by ditaliano:

    [Package] Fix passing -gline-tables-only when building.

    • edit: utils/build-presets.ini
  • Commit ce550f2464ca1a2250424029e4837b821476d031 by spestov:

    AST: Try harder to preserve type sugar in AbstractGenericSignatureRequest

    • edit: test/attr/attr_override.swift
    • edit: lib/AST/GenericSignatureBuilder.cpp
    • edit: test/ModuleInterface/inherited-generic-parameters.swift
  • Commit b0208a134f9ae4a0729d8a181f9f84a600f24b2e by spestov:

    AST: Move getSugaredType() from GenericEnvironment to GenericSignature

    • edit: lib/SIL/IR/SILPrinter.cpp
    • edit: include/swift/AST/GenericEnvironment.h
    • edit: lib/PrintAsObjC/DeclAndTypePrinter.cpp
    • edit: include/swift/AST/GenericSignature.h
    • edit: lib/AST/Attr.cpp
    • edit: include/swift/AST/PrintOptions.h
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/AST/GenericEnvironment.cpp
    • edit: lib/AST/GenericSignature.cpp
  • Commit b93ee4c7d28d3462b8569dedefe162d5c485a7d5 by spestov:

    AST: Remove some calls to getSugaredType() which are no longer necessary

    • edit: lib/AST/Attr.cpp
  • Commit 995eb66aa777d80c7fce71dbcd35ab75e71024d9 by spestov:

    AST: Rename SpecializeAttr::getSpecializedSgnature()

    • edit: include/swift/AST/Attr.h
    • edit: lib/SIL/IR/SILFunctionBuilder.cpp
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/AST/Attr.cpp
  • Commit b1c0bd3096cbf0a3e2b26165c96ac421f68f922f by github:

    Minor cleanup in ARCSequenceOpts (#33578)

    • edit: lib/SILOptimizer/ARC/ARCRegionState.cpp
    • edit: lib/SILOptimizer/ARC/RefCountState.h
    • edit: lib/SILOptimizer/ARC/ARCSequenceOptUtils.h
    • edit: lib/SILOptimizer/ARC/GlobalLoopARCSequenceDataflow.cpp
    • edit: lib/SILOptimizer/Analysis/LoopRegionAnalysis.cpp
    • edit: lib/SILOptimizer/ARC/ARCSequenceOpts.cpp
    • edit: lib/SILOptimizer/ARC/ARCSequenceOpts.h
    • edit: include/swift/SILOptimizer/Analysis/LoopRegionAnalysis.h
    • edit: lib/SILOptimizer/ARC/GlobalARCSequenceDataflow.cpp
    • edit: lib/SILOptimizer/ARC/RefCountState.cpp
  • Commit 7912ad31ca4421b9783430e9569e5751ae919e6d by owen:

    Properly resolve paths to temporary response files when autolinking

    • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
    • edit: Sources/SwiftDriver/Jobs/GenericUnixToolchain+LinkerSupport.swift
    • edit: Sources/SwiftDriver/Execution/ArgsResolver.swift
    • edit: Sources/SwiftDriver/Jobs/Job.swift
    • edit: Sources/SwiftDriver/Jobs/CommandLineArguments.swift