[Swift CI] Build Failure: 0. OSS - LLDB Incremental - Ubuntu 14.04 (master) #1059

Report

[FAILURE] oss-lldb-incremental-linux-ubuntu-14_04 [#1059]

Build URL:
https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/1059/
Project:
oss-lldb-incremental-linux-ubuntu-14_04
Date of build:
Tue, 04 Dec 2018 13:44:01 -0600
Build duration:
3 hr 44 min

Tests:

Name: lldb
Failed: 0 test(s), Passed: 56 test(s), Total: 103 test(s)
Name: lldb-Suite
Failed: 0 test(s), Passed: 862 test(s), Total: 862 test(s)
Name: lldb-Unit
Failed: 0 test(s), Passed: 598 test(s), Total: 598 test(s)

Changes

  • Commit 9a8bf9ce1220cac160e23f0fcf3101104e62f9d5 by jonas:
    [dsymutil] Ensure we're comparing time stamps with the same precision.

    • edit: tools/dsymutil/DwarfLinker.cpp
  • Commit 3ef38ab94e009f43332d2b0cda7e2d22f6e79e7a by dgregor:
    [Runtime] Eagerly realize mangled base protocol witnesses.

    • edit: stdlib/public/runtime/Metadata.cpp
  • Commit 22b20ccd8ee345a11409acb6093ed03d1ba5a9c5 by dgregor:
    [Mangling] Generalize the mangling of associated witness table

    • edit: lib/Demangling/Demangler.cpp
    • edit: lib/Demangling/Remangler.cpp
    • edit: lib/IRGen/IRGenMangler.h
    • edit: lib/Demangling/OldRemangler.cpp
    • edit: docs/ABI/Mangling.rst
  • Commit 3fce389305e95dc308957834d54cbafe8bd07354 by dgregor:
    [IRGen] Emit base protocol witnesses as mangled names.

    • edit: test/IRGen/generic_wt_linkage.sil
    • edit: test/IRGen/associated_type_witness.swift
    • edit: test/IRGen/deserialize-clang-importer-witness-tables.swift
    • edit: lib/IRGen/GenProto.cpp
  • Commit 19941d34945d365e9ca13ee96d6f1d8b291a9746 by dgregor:
    [Runtime] Have the runtime copy instantiation arguments into private

    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: test/Inputs/conditional_conformance_with_assoc.swift
    • edit: lib/IRGen/GenProto.cpp
    • edit: test/Inputs/conditional_conformance_basic_conformances.swift
    • edit: test/Inputs/conditional_conformance_subclass.swift
  • Commit e52a8838bb7c2b0d4f5bd16ae8269b9f97322fdb by dgregor:
    [IRGen] Enabled mangled inherited conformances for conditional

    • edit: lib/IRGen/GenProto.cpp
    • edit: test/Inputs/conditional_conformance_with_assoc.swift
    • edit: test/Inputs/conditional_conformance_recursive.swift
  • Commit 76794334fab7d127e839d191d87b1f0d1e06435f by dgregor:
    [ABI] Emit associated conformance descriptors for inherited protocols.

    • edit: lib/IRGen/Linking.cpp
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: test/IRGen/protocol_resilience_descriptors.swift
    • edit: lib/Demangling/Demangler.cpp
    • edit: test/Demangle/Inputs/manglings.txt
    • edit: include/swift/Demangling/Demangler.h
    • edit: lib/IRGen/GenMeta.cpp
    • edit: lib/IRGen/IRGenMangler.h
    • edit: docs/ABI/Mangling.rst
  • Commit c0519c7185bbbb3a26f98de7eec09c16ca6e394f by dgregor:
    [ABI] Put mangled inherited protocol witnesses into the resilient

    • edit: test/IRGen/generic_wt_linkage.sil
    • edit: lib/IRGen/GenProto.cpp
    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: test/IRGen/associated_type_witness.swift
    • edit: test/IRGen/protocol_resilience_descriptors.swift
  • Commit c931d9530e1a638642c4434de089f1c4a682d7b0 by compnerd:
    Driver: correct the registrar extension

    • edit: lib/Driver/WindowsToolChains.cpp
    • edit: stdlib/public/runtime/CMakeLists.txt
  • Commit f2dd852f940dd28bb88f2ee403bc6d019f9df261 by dgregor:
    [ABI] Optimize out the witness table pattern for resilient conformances.

    • edit: test/IRGen/newtype.swift
    • edit: test/IRGen/protocol_resilience_descriptors.swift
    • edit: test/IRGen/protocol_conformance_records.swift
    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: lib/IRGen/GenProto.cpp
    • edit: test/IRGen/objc_extensions.swift
    • edit: test/IRGen/protocol_resilience.sil
  • Commit c08fca59b7cd537561bf53bf6f2e98687c95e5b3 by dgregor:
    [Test] Update FileCheck test for ELF/COFF

    • edit: test/IRGen/protocol_resilience_descriptors.swift
  • Commit db24809cc1d8ba57e980565fba5b5b5a2e41c521 by pyaskevich:
    Remove apparently obsolete builtin functions (#20947)

    • edit: include/swift/AST/Builtins.def
    • edit: lib/SILOptimizer/Utils/ConstExpr.cpp
    • edit: test/SILOptimizer/peephole_trunc_and_ext.sil
    • edit: test/SILOptimizer/sil_combine.sil
    • edit: lib/IRGen/GenBuiltin.cpp
    • edit: lib/SILOptimizer/Transforms/AccessEnforcementReleaseSinking.cpp
    • edit: lib/SIL/OperandOwnership.cpp
    • edit: include/swift/SIL/PatternMatch.h
    • edit: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp
    • edit: lib/SILOptimizer/Utils/ConstantFolding.cpp
    • edit: lib/SILOptimizer/Analysis/ValueTracking.cpp
    • edit: lib/AST/Builtins.cpp
    • edit: lib/SIL/ValueOwnership.cpp
  • Commit e6620b055d3fe34856ef15789894e84d9b3edd44 by dgregor:
    [Mangling] Separate out base conformance descriptors.

    • edit: lib/IRGen/GenProto.cpp
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: lib/Demangling/Demangler.cpp
    • edit: lib/Demangling/OldRemangler.cpp
    • edit: lib/IRGen/Linking.cpp
    • edit: docs/ABI/Mangling.rst
    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: lib/IRGen/IRGenModule.h
    • edit: include/swift/AST/ProtocolAssociations.h
    • edit: lib/Demangling/Remangler.cpp
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: lib/TBDGen/TBDGenVisitor.h
    • edit: test/IRGen/protocol_resilience_descriptors.swift
    • edit: lib/IRGen/GenDecl.cpp
    • edit: lib/IRGen/IRGenMangler.h
    • edit: include/swift/IRGen/Linking.h
    • edit: lib/IRGen/GenMeta.cpp
  • Commit 735a83bb8d4759961ce12e2ce12807051883612a by dgregor:
    [Mangling] Separate mangling for associated/base conformance accessors.

    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: docs/ABI/Mangling.rst
    • edit: lib/Demangling/Remangler.cpp
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: lib/IRGen/IRGenMangler.h
    • edit: lib/Demangling/Context.cpp
    • edit: include/swift/Demangling/Demangler.h
    • edit: lib/Demangling/OldRemangler.cpp
    • edit: lib/Demangling/Demangler.cpp
    • edit: lib/IRGen/Linking.cpp
  • Commit 16e9bab7f05a353ab4cae9d83e59f4fad2873bd2 by compnerd:
    Platform: add setjmp module for VisualC

    • edit: stdlib/public/Platform/visualc.modulemap
  • Commit c5dd77d2311f4a8f813b91ef7f0c19a45e40a122 by eeckstein:
    tests: require an assert build for a test which uses -debug

    • edit: test/SILOptimizer/pound_assert.swift