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

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

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/14465/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build: Fri, 04 Sep 2020 22:51:13 -0500
Build duration: 1 hr 48 min

Changes- Commit 0310a701d91ed34d8b3a50a915b16e9eb4117fb8 by spestov:

AST: Remove EnableASTScope flag and force it to always be on

  • edit: lib/Sema/TypeCheckStmt.cpp

  • edit: include/swift/AST/ASTScope.h

  • edit: lib/AST/UnqualifiedLookup.cpp

  • edit: lib/Frontend/CompilerInvocation.cpp

  • edit: lib/Driver/ToolChains.cpp

  • edit: test/SILGen/local_recursion.swift

  • delete: test/NameLookup/warn-if-astscope.swift

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

  • edit: lib/AST/ASTScopeCreation.cpp

  • edit: test/NameLookup/subscript-generic-conjuction-astscope.swift

  • edit: lib/Sema/TypeChecker.cpp

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

  • edit: test/lit.cfg

  • edit: include/swift/Basic/LangOptions.h

  • edit: test/Parse/toplevel_library_invalid.swift

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

  • Commit 4a6280074d1f82ac211d24e18c76d90000432d55 by spestov:

    Sema: Remove old pre-ASTScope logic from TypeCheckStmt.cpp

    • edit: lib/Sema/TypeCheckStmt.cpp
  • Commit e4f6041dba818a82fcc918bc29cdd1a9ba8e63e8 by pyaskevich:

    [ConstraintSystem] Record generic fix if destination of a pointer conversion is invalid

    • edit: lib/Sema/CSSimplify.cpp
    • edit: test/Constraints/valid_pointer_conversions.swift
  • Commit 193cf0de87947d99a0625b9032552b0303adaba2 by spestov:

    Code review feedback from @davidungar

    • edit: include/swift/AST/SourceFile.h
    • edit: lib/AST/Module.cpp
    • edit: lib/Parse/ParseDecl.cpp
  • Commit 4fa57aef130d5a3d5688ebc999de32e504044d22 by mgottesman:

    [serialization] Refactor from large SILInstruction loop, writeNoOperandLayout handler.

    • edit: lib/Serialization/SerializeSIL.cpp
  • Commit f5df584a5077e726ad851ccfe8496deda3e5ef07 by hans:

    [flang] Version information in flang/f18

    • edit: flang/test/Driver/version_test.f90
    • edit: flang/tools/f18/f18.cpp
    • add: flang/test/Preprocessing/compiler_defined_macros.F90
    • edit: flang/tools/f18/CMakeLists.txt
    • add: flang/tools/f18/f18_version.h.in
  • Commit 871f19677ab3e54192a5e81d74105cef440493ce by medismail.bennani:

    [lldb/Target] Add custom interpreter option to platform shell

    • edit: lldb/source/Commands/CommandObjectPlatform.cpp
    • edit: lldb/test/API/commands/platform/basic/TestPlatformCommand.py
    • edit: lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
    • add: lldb/test/API/commands/platform/basic/myshell.c
    • edit: lldb/source/Host/common/Host.cpp
    • edit: lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    • edit: lldb/include/lldb/Target/RemoteAwarePlatform.h
    • edit: lldb/source/Target/Platform.cpp
    • edit: lldb/include/lldb/API/SBPlatform.h
    • edit: lldb/source/API/SBPlatform.cpp
    • add: lldb/test/API/commands/platform/basic/Makefile
    • edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
    • edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
    • edit: lldb/test/API/commands/platform/basic/TestPlatformPython.py
    • edit: lldb/include/lldb/Target/Platform.h
    • edit: lldb/source/Target/RemoteAwarePlatform.cpp
    • edit: lldb/bindings/interface/SBPlatform.i
    • edit: lldb/source/Host/macosx/objcxx/Host.mm
    • edit: lldb/include/lldb/Host/Host.h
    • edit: lldb/source/Commands/Options.td
  • Commit 7c8ee9be2331939937f161c9129de967205b0976 by medismail.bennani:

    [lldb/test] Fix TestPlatform*.py Windows failures (NFC)

    • edit: lldb/test/API/commands/platform/basic/myshell.c
  • Commit 040f52c098b846ab19c3516f2e7a44db5f2cd4d5 by medismail.bennani:

    [lldb/interpreter] Improve REPL init file compatibility

    • edit: lldb/docs/man/lldb.rst
    • edit: lldb/source/Interpreter/CommandInterpreter.cpp
    • edit: lldb/tools/driver/Driver.cpp
  • Commit ebbd5b423726f13962d4675639f58f9b0e0b106f by amara:

    [StackProtector] Fix crash with vararg due to not checking LocationSize validity.

    • edit: llvm/lib/CodeGen/StackProtector.cpp
    • add: llvm/test/CodeGen/X86/stack-guard-memloc-vararg.ll
  • Commit 69b5762b780db6c73a600bb2e9e138e923a48155 by teemperor:

    [lldb] Don't crash when LLDB can't extract the tsan report

    • edit: lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
  • Commit 3e407020159e9d668d46fe89733a7c6f192a615a by medismail.bennani:

    [lldb/Interpreter] Fix language detection for the REPL InitFile

    • edit: lldb/source/Interpreter/CommandInterpreter.cpp
  • Commit b96f908ad55c4585556dce0b270f30557f23555e by teemperor:

    [lldb] Provide GetHomeDirectory wrapper in Host::FileSystem (NFC)

    • edit: lldb/source/API/SBHostOS.cpp
    • edit: lldb/source/Interpreter/CommandInterpreter.cpp
    • edit: lldb/source/Host/common/Editline.cpp
    • edit: lldb/source/Target/Platform.cpp
    • edit: lldb/include/lldb/Host/FileSystem.h
    • edit: lldb/source/Host/common/FileSystem.cpp
  • Commit 54ed5981ce9142e9db1feb8ee022950438e0638f by erik.pilkington:

    Make -fvisibility-inlines-hidden apply to static local variables in inline functions on Darwin

    • edit: clang/include/clang/Basic/LangOptions.def
    • edit: clang/lib/Driver/ToolChains/Darwin.cpp
    • edit: clang/include/clang/Driver/Options.td
    • edit: clang/lib/Frontend/CompilerInvocation.cpp
    • edit: clang/lib/AST/Decl.cpp
    • edit: clang/lib/Driver/ToolChains/Clang.cpp
    • add: clang/test/CodeGenCXX/visibility-inlines-hidden-static-local-var.cpp
    • edit: clang/test/Driver/darwin-objc-options.m
  • Commit 97ec4f62db48588bc23e6fc5aad38821f8b1d370 by teemperor:

    [lldb] XFAIL TestMemoryHistory on Linux

    • edit: lldb/test/API/functionalities/asan/TestMemoryHistory.py
  • Commit 763090a283d25847d3d06131709c3dab36327bd0 by erik.pilkington:

    [IRGen] Fix an assert when attribute((used)) is used on an ObjC method

    • add: clang/test/CodeGenObjC/attr-used-on-method.m
    • edit: clang/lib/CodeGen/CodeGenModule.cpp
  • Commit fe8ba8fe3fe7218c557140af1f4b30dc11737b90 by devteam.codafi:

    Check Implicit Module Names After Cache Hits

    • edit: clang/lib/Serialization/ModuleManager.cpp
  • Commit e6efcdbf28bcad45086dd802debb2103be48387d by compnerd:

    Fix swig scripts install target name

    • edit: lldb/bindings/python/CMakeLists.txt
  • Commit b9a43b46a7f5c3072e56bb889a7d4a99bae4afae by ldionne.2:

    [libc++] Un-deprecate and un-remove some members of std::allocator

    • edit: libcxx/www/cxx1z_status.html
    • add: libcxx/test/std/utilities/memory/default.allocator/allocator_types.deprecated_in_cxx17.verify.cpp
    • edit: libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.cxx2a.pass.cpp
    • edit: libcxx/test/std/utilities/memory/default.allocator/allocator_types.pass.cpp
    • delete: libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.verify.cpp
    • add: libcxx/test/std/utilities/memory/default.allocator/allocator_void.deprecated_in_cxx17.verify.cpp
    • edit: libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.cxx2a.pass.cpp
    • edit: libcxx/www/cxx2a_status.html
    • edit: libcxx/include/memory
    • add: libcxx/test/std/utilities/memory/default.allocator/allocator_types.removed_in_cxx20.verify.cpp
    • delete: libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.verify.cpp