[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (master) #4744

Report

[FAILURE] oss-swift-package-linux-ubuntu-16_04 [#4744]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/4744/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Tue, 03 Mar 2020 22:15:12 -0600
Build duration:
1 hr 41 min

Changes

  • Commit 8835041883f3fdd15aa99ed78c03b716f29b437e by mgottesman:
    [semantic-arc-opts] Add some file level flag headers to organize the

    • edit: lib/SILOptimizer/Transforms/SemanticARCOpts.cpp
  • Commit 7ee33a920de5f32b9f8ef41be0c8623a03bff669 by dgregor:
    [Constraint solver] Check switch exhaustiveness in function builders

    • edit: test/Constraints/function_builder_diags.swift
    • edit: lib/Sema/BuilderTransform.cpp
  • Commit 847ad07847193ac2693ab606720c22cdec814d2e by mgottesman:
    [ownership] Move LinearLifetimeChecker from OwnershipUtils.h ->

    • edit: lib/SIL/LinearLifetimeChecker.cpp
    • edit: lib/SILOptimizer/Transforms/SemanticARCOpts.cpp
    • edit: lib/SIL/OperandOwnership.cpp
    • edit: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp
    • edit: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp
    • edit: lib/SIL/OwnershipUtils.cpp
    • add: include/swift/SIL/LinearLifetimeChecker.h
    • edit: include/swift/SIL/OwnershipUtils.h
    • edit: lib/SIL/SILOwnershipVerifier.cpp
  • Commit 42a8bdff9030954129077c5436176b547b91be4a by ankit_aggarwal:
    Adopt the new TSC path

    • edit: SwiftEvolve/Package.swift
    • edit: SourceKitStressTester/Package.swift
  • Commit e0e4b3d474f33496e8f4613287ffe0cc747e9959 by friss:
    [lldb/testsuite] Skip 2 tests failing on arm64e

    • edit: lldb/packages/Python/lldbsuite/test/commands/target/basic/TestTargetCommand.py
    • edit: lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
  • Commit 6a5d6a6724f03c9e428fd12dc8426634bc65a846 by vsk:
    [AArch64][MachineOutliner] Don't outline CFI instructions

    • edit: llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
    • add: llvm/test/CodeGen/AArch64/machine-outliner-cfi.mir
  • Commit 2c9f8fb0a29872dfa5bf35b57d9d48583f83004c by vsk:
    [LiveDebugValues] Prevent some misuse of LocIndex::fromRawInteger, NFC

    • edit: llvm/lib/CodeGen/LiveDebugValues.cpp
  • Commit 1979a5d43d2a6a32e4123a724cdf992ebd517691 by vsk:
    [out-of-tree] Disable the isSuperOrSubRegisterEq assert for copies

    • edit: llvm/lib/CodeGen/TargetInstrInfo.cpp
  • Commit 1141573146476056b6cd8c5b1e043a3c13a5fcfc by vsk:
    [out-of-tree] Handle mov{8,16}ri when describing copies, and disable an

    • edit: llvm/lib/Target/X86/X86InstrInfo.cpp
  • Commit 705e0ec826ad2e4ed2d825a7de6e3fbc698d7b69 by vsk:
    [LiveDebugValues] Do not insert DBG_VALUEs after a MBB terminator

    • edit: llvm/test/DebugInfo/MIR/X86/dbginfo-entryvals.mir
    • edit: llvm/lib/CodeGen/LiveDebugValues.cpp
  • Commit 11f474c0c2eb9e53940276cf2358daee85f8e1fd by vsk:
    [out-of-tree] [DebugInfo] Enable the debug entry values feature by

    • edit: llvm/include/llvm/Target/TargetOptions.h
    • edit: llvm/test/CodeGen/MIR/X86/call-site-info-error3.mir
    • edit: llvm/test/DebugInfo/MIR/X86/propagate-entry-value-cross-bbs.mir
    • edit: llvm/test/DebugInfo/X86/dbgcall-site-64-bit-imms.ll
    • edit: llvm/test/DebugInfo/X86/dbg-value-regmask-clobber.ll
    • edit: llvm/test/DebugInfo/X86/dbgcall-site-zero-valued-imms.ll
    • edit: llvm/test/DebugInfo/MIR/X86/dbgcall-site-reg-shuffle.mir
    • edit: lldb/packages/Python/lldbsuite/test/decorators.py
    • edit: llvm/test/CodeGen/X86/speculative-load-hardening-indirect.ll
    • edit: llvm/test/DebugInfo/MIR/Hexagon/live-debug-values-bundled-entry-values.mir
    • edit: llvm/test/CodeGen/MIR/X86/call-site-info-error4.mir
    • edit: llvm/test/DebugInfo/AArch64/call-site-info-output.ll
    • edit: llvm/test/tools/llvm-dwarfdump/X86/locstats.ll
    • edit: llvm/test/CodeGen/MIR/X86/call-site-info-error1.mir
    • edit: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
    • edit: llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-orr-moves.mir
    • edit: llvm/test/tools/llvm-dwarfdump/X86/stats-dbg-callsite-info.ll
    • edit: llvm/test/DebugInfo/X86/dbg-value-range.ll
    • edit: clang/include/clang/Driver/CC1Options.td
    • edit: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    • edit: llvm/test/CodeGen/AArch64/arm64-tls-dynamics.ll
    • edit: llvm/test/CodeGen/X86/xray-typed-event-log.ll
    • edit: llvm/test/DebugInfo/MIR/X86/kill-entry-value-after-diamond-bbs.mir
    • edit: llvm/test/tools/llvm-locstats/locstats.ll
    • edit: llvm/test/CodeGen/MIR/Hexagon/bundled-call-site-info.mir
    • edit: llvm/test/DebugInfo/ARM/call-site-info-output.ll
    • edit: llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg.mir
    • edit: clang/test/CodeGenCXX/dbg-info-all-calls-described.cpp
    • edit: llvm/lib/Target/ARM/ARMTargetMachine.cpp
    • edit: llvm/lib/CodeGen/MachineFunction.cpp
    • edit: clang/test/CodeGen/debug-info-extern-call.c
    • edit: llvm/include/llvm/CodeGen/CommandFlags.inc
    • edit: llvm/test/DebugInfo/MIR/X86/dbgcall-site-partial-describe.mir
    • edit: llvm/test/CodeGen/X86/xray-custom-log.ll
    • edit: clang/lib/Frontend/CompilerInvocation.cpp
    • edit: llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-interpretation.mir
    • edit: llvm/lib/Target/X86/X86ISelLowering.cpp
    • edit: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    • edit: llvm/test/CodeGen/MIR/X86/call-site-info-error2.mir
    • edit: llvm/test/DebugInfo/MIR/Hexagon/dbgcall-site-instr-before-bundled-call.mir
    • edit: llvm/test/DebugInfo/Sparc/entry-value-complex-reg-expr.ll
    • edit: llvm/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir
    • edit: llvm/test/DebugInfo/MIR/X86/call-site-gnu-vs-dwarf5-attrs.mir
    • edit: llvm/lib/CodeGen/TargetOptionsImpl.cpp
    • edit: llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    • edit: llvm/test/DebugInfo/MIR/ARM/if-coverter-call-site-info.mir
    • edit: llvm/test/CodeGen/ARM/smml.ll
    • edit: llvm/lib/CodeGen/LiveDebugValues.cpp
    • edit: llvm/test/DebugInfo/MIR/X86/debug-call-site-param.mir
    • edit: llvm/test/DebugInfo/MIR/X86/entry-value-of-modified-param.mir
    • edit: llvm/test/DebugInfo/MIR/X86/entry-values-diamond-bbs.mir
    • edit: llvm/test/CodeGen/X86/statepoint-allocas.ll
    • edit: llvm/test/DebugInfo/ARM/entry-value-multi-byte-expr.ll
    • edit: lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/Makefile
    • edit: llvm/test/CodeGen/AArch64/arm64-anyregcc.ll
    • edit: clang/include/clang/Basic/CodeGenOptions.def
    • edit: llvm/test/DebugInfo/MIR/X86/dbgcall-site-two-fwd-reg-defs.mir
    • edit: llvm/test/DebugInfo/MIR/X86/dbgcall-site-interpretation.mir
    • edit: llvm/test/CodeGen/X86/tail-dup-repeat.ll
    • edit: llvm/test/CodeGen/X86/call-site-info-output.ll
    • edit: llvm/test/DebugInfo/MIR/ARM/dbgcall-site-interpretation.mir
    • edit: llvm/test/DebugInfo/MIR/X86/dbgcall-site-copy-super-sub.mir
    • edit: clang/lib/CodeGen/BackendUtil.cpp
    • edit: llvm/test/CodeGen/X86/hoist-invariant-load.ll
    • edit: llvm/test/DebugInfo/MIR/SystemZ/call-site-lzer.mir
    • edit: llvm/lib/Target/ARM/ARMISelLowering.cpp
    • edit: clang/lib/CodeGen/CGDebugInfo.cpp
    • add: llvm/test/DebugInfo/X86/no-entry-values-with-O0.ll
    • edit: llvm/test/DebugInfo/MIR/X86/unreachable-block-call-site.mir
    • edit: llvm/test/DebugInfo/X86/loclists-dwp.ll
    • edit: llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir
    • edit: llvm/test/DebugInfo/MIR/ARM/dbgcall-site-propagated-value.mir
    • edit: llvm/include/llvm/Target/TargetMachine.h
    • edit: llvm/test/DebugInfo/MIR/X86/dbgcall-site-lea-interpretation.mir
    • edit: llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg-multiple-defs.mir
    • edit: llvm/test/DebugInfo/MIR/X86/dbgcall-site-reference.mir
    • edit: llvm/test/tools/llvm-dwarfdump/X86/valid-call-site-GNU-extensions.ll
    • edit: llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    • edit: llvm/test/CodeGen/AArch64/arm64-patchpoint.ll
    • edit: llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-interpret-movzxi.mir
    • edit: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
    • edit: llvm/lib/Target/X86/X86TargetMachine.cpp
  • Commit a83716ff938bdf622a4cc69d0954b9b33081ba17 by ankit_aggarwal:
    [PackageLoading] Plumb platform options to SupportedPlatforms

    • edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
    • edit: Sources/PackageModel/Platform.swift
    • edit: Sources/PackageLoading/PackageBuilder.swift
  • Commit 94d66ce534013c28aed2ed86fdf1c640d605628c by github:
    Serialize platform options in the PIF (#2639)

    • edit: Sources/XCBuildSupport/PIF.swift
    • edit: Tests/XCBuildSupportTests/PIFBuilderTests.swift
    • edit: Sources/XCBuildSupport/PIFBuilder.swift
  • Commit 69957cd9749a8d87506cddb325b6a986db49200b by github:
    Refactors functions description and getDescriptions of NSDictionary

    • edit: Sources/Foundation/NSDictionary.swift