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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04-long-test/5682/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04-long-test
Date of build:
Thu, 20 Dec 2018 21:58:39 -0600
Build duration:
2 hr 29 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes

  • Commit c43ee6b35502f1912824a4f27f1e44b76b34e369 by felix:
    Do not write out ObjC property ivar field for static properties

    • edit: lib/IRGen/GenClass.cpp
  • Commit 0c9ab0048a4c14b166d5970f7960ad818c7554cb by jordan_rose:
    [Mangling] Disambiguate protocol-conformance-ref better

    • edit: test/SILGen/mangling_retroactive.swift
    • edit: docs/ABI/Mangling.rst
    • edit: lib/Demangling/Demangler.cpp
    • edit: lib/AST/ASTMangler.cpp
    • edit: lib/Demangling/Remangler.cpp
  • Commit abc48e4c7aeac6f7baf7f6614347df0ad01f61e5 by jordan_rose:
    [test] Add a bunch more conditional conformance mangling tests

    • edit: test/SILGen/mangling_retroactive.swift
  • Commit d5cbd3ea04d02eba79059fa8cbe65730341186a0 by jordan_rose:
    [Mangling] Only look for retroactive conformances in conditional reqs

    • edit: test/SILGen/mangling_retroactive.swift
    • edit: lib/AST/ASTMangler.cpp
  • Commit 7fbb40b88012dc5a3ed53e11e5286296d881c7a7 by felix:
    Change test for ObjC metadata of class properties regarding ivars

    • edit: test/IRGen/objc_properties.swift
  • Commit 39982ae1c6b306c2143c5f0076a39a90f3a2b0a6 by compnerd:
    build: add ConcurrencySal.h to VFS overlay

    • edit: utils/WindowsSDKVFSOverlay.yaml.in
  • Commit f1c2a575574cc6fb1cf028a3d286f0296e8a9b0d by compnerd:
    build: link swiftCore against Shell32

    • edit: stdlib/public/core/CMakeLists.txt
  • Commit 0ca4d557f4b482dccf920d39fdf727b9a9205448 by jordan_rose:
    [Mangling] Split up protocol-conformance-ref further

    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: include/swift/Demangling/Demangler.h
    • edit: docs/ABI/Mangling.rst
    • edit: lib/AST/ASTMangler.cpp
    • edit: test/Demangle/Inputs/manglings.txt
    • edit: test/SILGen/mangling_retroactive.swift
    • edit: lib/Demangling/OldRemangler.cpp
    • edit: lib/Demangling/Remangler.cpp
    • edit: lib/Demangling/Demangler.cpp
    • edit: lib/Demangling/NodePrinter.cpp
  • Commit 39c93b9f85c97363f978fb7da5be46a761a557fc by spestov:
    SIL: Remove linkage parameter from

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

    • edit: lib/SIL/Linker.cpp
    • edit: test/SILOptimizer/dead_witness_module.swift
    • edit: test/SIL/Serialization/Inputs/init_existential_inst_deserializes_witness_tables_input.swift
  • 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: include/swift/SIL/SILModule.h
    • edit: lib/SIL/SILModule.cpp
  • Commit 7200e109d774f96d2b27580e3cf75d9d7947e0b8 by github:
    [runtime] Add tests of pre-stable ABI objects with the stable ABI

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

    • edit: test/DebugInfo/DumpDeclFromMangledName.swift
    • edit: utils/build_swift/argparse/types.py
    • edit: tools/lldb-moduleimport-test/lldb-moduleimport-test.cpp