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

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#6752]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/6752/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build:
Thu, 20 Dec 2018 23:51:36 -0600
Build duration:
52 min

Changes

  • Commit 426fe886dc78b36b8a56cc1f6cf8230dc6e3d753 by rwidmann:
    [SR-8272] Drop the last remnants of LogicValue

    • edit: lib/SILGen/SILGenFunction.h
    • edit: lib/SILGen/SILGenDecl.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: test/Parse/if_expr.swift
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: test/SILOptimizer/devirt_jump_thread.sil
    • edit: lib/Sema/CSGen.cpp
    • edit: test/SILGen/if_while_binding.swift
    • edit: stdlib/public/core/Bool.swift
    • edit: test/SILGen/statements.swift
    • edit: lib/SILGen/SILGenStmt.cpp
    • edit: lib/Sema/ConstraintSystem.h
    • edit: test/DebugInfo/patternmatching.swift
    • edit: test/SILGen/expressions.swift
    • edit: lib/AST/ASTVerifier.cpp
    • edit: lib/SILGen/SILGenPattern.cpp
    • edit: test/NameBinding/reference-dependencies.swift
    • edit: test/SILGen/sil_locations.swift
    • edit: lib/SILGen/SILGenForeignError.cpp
    • edit: test/SILGen/pound_assert.swift
    • edit: lib/SILGen/SILGenFunction.cpp
    • edit: test/api-digester/Inputs/stdlib-stable-abi.json
    • edit: include/swift/AST/KnownIdentifiers.def
  • Commit 39c93b9f85c97363f978fb7da5be46a761a557fc by spestov:
    SIL: Remove linkage parameter from

    • edit: lib/SIL/SILModule.cpp
    • edit: include/swift/SIL/SILModule.h
    • edit: lib/SIL/SILInstructions.cpp
    • edit: lib/SIL/Linker.cpp
  • Commit d7bd07112bbae46550e6c734e02dfcbc0d854a5d by spestov:
    SIL: Change the linker to deserialize more lazily

    • edit: test/SILOptimizer/dead_witness_module.swift
    • edit: test/SIL/Serialization/Inputs/init_existential_inst_deserializes_witness_tables_input.swift
    • edit: lib/SIL/Linker.cpp
  • Commit 0c6ac606887fd978a7840c9dd4cbe2e196ea953d by spestov:
    IRGen: Don't deserialize witness tables accidentally

    • edit: lib/IRGen/IRGenModule.cpp
  • Commit ee82b003f2ba818634125d4386b13c574cb94534 by spestov:
    SIL: Create witness table declaration in SILModule::lookUpWitnessTable()

    • edit: lib/SIL/SILModule.cpp
  • Commit d413806c71832b86698596bc59c547f2a01d674f by spestov:
    SIL: Simplify SILLinkerVisitor::visitProtocolConformance()

    • edit: lib/SIL/Linker.cpp
  • Commit fef729a2bce87bbe53f3e64dc39d86e2bc718afd by spestov:
    SIL: Set witness table linkage when parsing a witness table that already

    • edit: lib/ParseSIL/ParseSIL.cpp
    • add: test/SIL/Parser/witness_table_redeclare.sil
    • edit: test/IRGen/existential_metatypes.sil
  • Commit a3b266e2d59bdaf68278a0b747cc3a0894bfc560 by spestov:
    SIL: Don't create witness table declarations when creating new SIL

    • edit: lib/SIL/SILInstructions.cpp
    • edit: lib/SIL/SILVerifier.cpp
    • edit: test/SILOptimizer/dead_witness_module.swift
  • Commit 983e077a0c390737295af67f42c53008ee106941 by spestov:
    SIL: Remove SILModule::createWitnessTableDeclaration()

    • edit: lib/SIL/SILModule.cpp
    • edit: include/swift/SIL/SILModule.h
  • Commit 7200e109d774f96d2b27580e3cf75d9d7947e0b8 by github:
    [runtime] Add tests of pre-stable ABI objects with the stable ABI

    • add: test/Interpreter/SDK/Inputs/OldABI/OldABI.mm
    • add: test/Interpreter/SDK/Inputs/OldABI/OldABI.h
    • add: test/Interpreter/SDK/Inputs/OldABI/module.map
    • add: test/Interpreter/SDK/objc_old_swift.swift
  • Commit 335fe49b0e5a5058d7e3a521ac40ddef6d91b96e by rwidmann:
    fix typo (#21473)

    • edit: test/DebugInfo/DumpDeclFromMangledName.swift
    • edit: tools/lldb-moduleimport-test/lldb-moduleimport-test.cpp
    • edit: utils/build_swift/argparse/types.py
  • Commit f223d0b886b96d866e4b77a6765b35168c9019f4 by dgregor:
    [Runtime] Eliminate a use-after-free when comparing @objc type names.

    • edit: stdlib/public/runtime/MetadataLookup.cpp
    • edit: test/Runtime/demangleToMetadataObjC.swift