[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 - Long Test (release/5.4) #14

# [FAILURE] oss-swift-5.4-incremental-RA-linux-ubuntu-16_04-long-test [#14]

Build URL: https://ci.swift.org/job/oss-swift-5.4-incremental-RA-linux-ubuntu-16_04-long-test/14/
Project: oss-swift-5.4-incremental-RA-linux-ubuntu-16_04-long-test
Date of build: Fri, 18 Dec 2020 21:33:05 -0600
Build duration: 46 min

Changes- Commit b618cf7a378d85f5630e24d3cf74ad3202732d72 by tstellar:

[lldb] GetSharedModule: Collect old modules in SmallVector

  • edit: lldb/include/lldb/Core/ModuleList.h

  • edit: lldb/source/Target/Platform.cpp

  • edit: lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp

  • edit: lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp

  • edit: lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h

  • edit: lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp

  • edit: lldb/source/Target/Target.cpp

  • edit: lldb/source/Core/ModuleList.cpp

  • edit: lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h

  • edit: lldb/include/lldb/Target/Platform.h

  • edit: lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h

  • edit: lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h

  • edit: lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp

  • Commit abeec5d081f0dfbee305b70d7641c8e5af9a9335 by tstellar:

    [lldb] Report old modules from ModuleList::ReplaceEquivalent

    • edit: lldb/include/lldb/Core/ModuleList.h
    • edit: lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
    • edit: lldb/source/Core/ModuleList.cpp
  • Commit ca8de9ad8895ab1368135f6fc63f29fe92b75c76 by tstellar:

    [X86] Fix crash with i64 bitreverse on 32-bit targets with XOP.

    • edit: llvm/lib/Target/X86/X86ISelLowering.cpp
    • edit: llvm/test/CodeGen/X86/bitreverse.ll
  • Commit fc23bc9b30bff900cb279318e8e60050688606f9 by tstellar:

    [SemaTemplate] Stop passing insertion position around during VarTemplate instantiation

    • edit: clang/test/SemaTemplate/instantiate-var-template.cpp
    • edit: clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  • Commit 934376da585156885eca2f38f021367a4981d981 by tstellar:

    [NFC][InstCombine] Add test coverage for @llvm.uadd.sat canonicalization

    • edit: llvm/test/Transforms/InstCombine/saturating-add-sub.ll
  • Commit 8511a8df838f8b2766e56c22af4992d9862835fc by tstellar:

    [InstCombine] canonicalizeSaturatedAdd(): last fold is only valid for strict comparison (PR48390)

    • edit: llvm/test/Transforms/InstCombine/saturating-add-sub.ll
    • edit: llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
  • Commit 861b2a24bc49f8ad801df5035347d7073eaafee5 by tstellar:

    [KernelAddressSanitizer] Fix globals exclusion for indirect aliases

    • edit: llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    • edit: clang/test/CodeGen/asan-globals-alias.cpp
  • Commit 700baa009dc685a0adc5f94d258be4ae24742471 by tstellar:

    [MC][ELF] Accept abbreviated form with sh_flags and sh_entsize

    • edit: llvm/test/MC/ELF/section-flags-changed.s
    • edit: llvm/lib/MC/MCParser/ELFAsmParser.cpp
    • add: llvm/test/MC/ELF/section-omitted-attributes.s
  • Commit 200eb1abe2a1088a155f47b95dd1d35b3f37afa6 by tstellar:

    Stop ExtractTypeForDeductionGuide from recursing on TypeSourceInfo

    • edit: clang/test/AST/deduction-guides.cpp
    • edit: clang/lib/Sema/SemaTemplate.cpp
  • Commit adf845300c9cc023d386d97b6ebeb1e82bd97763 by tstellar:

    [Sema] Introduce BuiltinAttr, per-declaration builtin-ness

    • edit: clang/lib/Sema/SemaExpr.cpp
    • edit: clang/lib/AST/Decl.cpp
    • edit: clang/include/clang/Basic/Attr.td
    • edit: clang/lib/Headers/intrin.h
    • edit: clang/include/clang/Basic/Builtins.def
    • add: clang/test/CodeGen/builtin-redeclaration.c
    • edit: clang/test/SemaCXX/warn-unused-local-typedef.cpp
    • edit: clang/include/clang/Basic/IdentifierTable.h
    • edit: clang/include/clang/Sema/Sema.h
    • edit: clang/test/CodeGenCXX/builtins.cpp
    • edit: clang/test/CodeGen/callback_pthread_create.c
    • edit: clang/test/SemaCXX/cxx11-compat.cpp
    • edit: clang/lib/Sema/SemaLookup.cpp
    • edit: clang/test/AST/ast-dump-attr.cpp
    • edit: clang/lib/Serialization/ASTReader.cpp
    • edit: clang/lib/Sema/SemaDecl.cpp
    • edit: clang/lib/Serialization/ASTWriter.cpp
    • edit: clang/test/Sema/implicit-builtin-decl.c
    • edit: clang/test/Sema/warn-fortify-source.c
  • Commit fdab756331f322a9818c1bdf14d23d9cd6036c81 by tstellar:

    [Sema] Handle objc_super special lookup when checking builtin compatibility

    • add: clang/test/SemaObjCXX/builtin-objcsuper.mm
    • edit: clang/lib/Sema/SemaDecl.cpp
  • Commit 0312bec0d7573b0549a222fb5d0a695fcf819dc3 by tstellar:

    Recognize setjmp and friends as builtins even if jmp_buf is not declared yet.

    • edit: clang/include/clang/Basic/Builtins.def
    • add: clang/test/CodeGen/setjmp.c
    • edit: clang/lib/Sema/SemaDecl.cpp
    • edit: clang/include/clang/Basic/Builtins.h
    • edit: clang/test/Sema/implicit-builtin-decl.c
    • edit: clang/test/Sema/builtin-setjmp.c
  • Commit 98f575ff55bff1e4128ffaeef4d05c356d996ab9 by tstellar:

    Don't reject calls to MinGW's unusual _setjmp declaration.

    • edit: clang/include/clang/Basic/Builtins.def
    • edit: clang/lib/CodeGen/CGBuiltin.cpp
    • edit: clang/lib/Sema/SemaChecking.cpp
    • edit: clang/test/Sema/builtin-setjmp.c
  • Commit b50fbe876dc0eafe45b91e8b45ab9549ed899b9c by jonas:

    Revert "Merge commit 'b618cf7a378d' from llvm.org/release/11.x into apple/stable/20200714"

    • edit: lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    • edit: lldb/include/lldb/Core/ModuleList.h
    • edit: lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
    • edit: lldb/include/lldb/Target/Platform.h
    • edit: lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h
    • edit: lldb/source/Target/Target.cpp
    • edit: lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
    • edit: lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
    • edit: lldb/source/Target/Platform.cpp
    • edit: lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    • edit: lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h
    • edit: lldb/source/Core/ModuleList.cpp
    • edit: lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  • Commit 72c3f6f90001b6f0f4f17e805a7ed5d735759013 by jonas:

    Revert "[lldb] Report old modules from ModuleList::ReplaceEquivalent"

    • edit: lldb/include/lldb/Core/ModuleList.h
    • edit: lldb/source/Core/ModuleList.cpp
    • edit: lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
  • Commit 95dcfb5a60615282d9825060887910245d472842 by medismail.bennani:

    [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload

    • edit: lldb/include/lldb/API/SBTarget.h
    • edit: lldb/source/API/SBTarget.cpp
    • edit: lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
    • edit: lldb/bindings/interface/SBTarget.i
  • Commit 5c30b2e0469c711e148ae1e5bc630269626af46d by mracek:

    [sanitizer] Restrict querying VM size on Darwin only to iOS devices

    • edit: compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
  • Commit a18c6d8ddce9c42c57f51b9ca6bfe1b7897ac8d8 by shafik:

    [LLDB] Fix handling of bit-fields in a union

    • edit: lldb/test/API/lang/cpp/bitfields/main.cpp
    • edit: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    • edit: lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py
  • Commit f684355e0292b8e24a0870ecfda126fb15c9eb93 by tstellar:

    [Support][Windows] Fix incorrect GetFinalPathNameByHandleW() return value check in realPathFromHandle()

    • edit: llvm/lib/Support/Windows/Path.inc
  • Commit 6ec777c2f6496b4fe1d78cc6d6871a3dc931a185 by tstellar:

    [Support] PR42623: Avoid setting the delete-on-close bit if a TempFile doesn't reside on a local drive

    • edit: llvm/lib/Support/Windows/Path.inc
  • Commit 9e16c5bfae6e8d3cbec74376c2e734e3ff4ba11b by tstellar:

    [AArch64][GlobalISel] Look through a G_ZEXT when trying to match shift-extended register offsets.

    • edit: llvm/test/CodeGen/AArch64/GlobalISel/load-wro-addressing-modes.mir
    • edit: llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
  • Commit 280e47ea0e837b809be03f2048ac8abc14dbc387 by tstellar:

    [AArch64][GlobalISel] Narrow 128-bit regs to 64-bit regs in emitTestBit

    • edit: llvm/test/CodeGen/AArch64/GlobalISel/widen-narrow-tbz-tbnz.mir
    • edit: llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
    • edit: llvm/test/CodeGen/AArch64/GlobalISel/subreg-copy.mir
    • edit: llvm/test/CodeGen/AArch64/GlobalISel/opt-fold-ext-tbz-tbnz.mir
  • Commit 25f6bc3930b185dfb7600f95f87460de133fe155 by jonas:

    [lldb] Don't depend on psutil in TestCompletion.py

    • edit: lldb/test/API/functionalities/completion/TestCompletion.py
  • Commit f5f8d86dc4c91ef492b919edf98335d4d09188a8 by tstellar:

    Don't error for zero-length arange entries

    • edit: llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
    • edit: llvm/unittests/DebugInfo/DWARF/DWARFDebugArangeSetTest.cpp
  • Commit d104e582838fd73d6ef565788f11617eccab87e2 by tstellar:

    [CMake] Avoid __FakeVCSRevision.h with no git repository

    • edit: llvm/include/llvm/Support/CMakeLists.txt
    • edit: llvm/cmake/modules/AddLLVM.cmake
  • Commit 3f724292992f398d22633d2c2a2e0e617f099b91 by github:

    improved shared cache symlink location (#3129)

    • edit: Sources/Commands/SwiftTool.swift
    • edit: Tests/CommandsTests/PackageToolTests.swift
    • edit: Sources/SourceControl/RepositoryManager.swift
    • edit: Sources/Workspace/Workspace.swift
  • Commit aa16e8181c781591d56ea6a2ea2f9ea6dfead4e4 by github:

    • edit: Tests/SourceControlTests/RepositoryManagerTests.swift
  • Commit 58ea3b2f40ab2c81fea737a671dc056f58dcfe18 by github:

    replace more usage of fatalError with throwing an error (#3133)

    • edit: Sources/PackageLoading/PackageDescription4Loader.swift
    • edit: Sources/Build/BuildPlan.swift
    • edit: Sources/Build/BuildOperation.swift
    • edit: Sources/Xcodeproj/pbxproj.swift
    • edit: Sources/PackageGraph/Pubgrub/PubgrubDependencyResolver.swift
    • edit: Sources/Build/ManifestBuilder.swift
  • Commit f6063925b693c406fa4bdc18bbc7c567c36e09ae by owen:

    Match the legacy driver's output file map behavior when there are no outputs

    • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
    • edit: Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift
    • edit: Sources/SwiftDriver/Execution/ArgsResolver.swift