[Swift CI] Build Failure: 0. OSS - LLDB Incremental - Ubuntu 14.04 (swift 5.1) #52

Report

[FAILURE] oss-lldb-swift-5.1-incremental-linux-ubuntu-14_04 [#52]

Build URL:
https://ci.swift.org/job/oss-lldb-swift-5.1-incremental-linux-ubuntu-14_04/52/
Project:
oss-lldb-swift-5.1-incremental-linux-ubuntu-14_04
Date of build:
Wed, 27 Feb 2019 13:35:01 -0600
Build duration:
3 hr 39 min

Identified problems:

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

Changes

  • Commit 3abc05ae537dea54cc1addb2de871e21e7b1e92e by vsapsai:
    [index] Improve indexing support for MSPropertyDecl.

    • add: test/Index/ms-property.cpp
    • edit: lib/Index/IndexDecl.cpp
    • edit: lib/Index/IndexSymbol.cpp
  • Commit 7b3efa11e7daa737958ee4c4eeb7833c2f89e3e6 by vsapsai:
    [index] Fixup for r354942. Specify target in test to achieve stable

    • edit: test/Index/ms-property.cpp
  • Commit 2a9fece6c53aaa494d0ef92e174c320b1e221d26 by aprantl:
    Replace mapIntoContext with DWARF Archetype name lookup.

    • edit: source/Plugins/SymbolFile/DWARF/DWARFASTParserSwift.cpp
    • edit: source/Plugins/Language/Swift/SwiftMetatype.cpp
    • edit: source/Core/ValueObjectVariable.cpp
    • edit: include/lldb/Symbol/SwiftASTContext.h
    • edit: source/Core/ValueObjectConstResult.cpp
    • edit: source/Core/ValueObjectMemory.cpp
    • edit: include/lldb/Symbol/CompilerType.h
    • edit: source/DataFormatters/FormatManager.cpp
    • edit: source/Symbol/TypeSystem.cpp
    • edit: source/Symbol/CompilerType.cpp
    • edit: include/lldb/Symbol/TypeSystem.h
    • edit: source/Symbol/SwiftASTContext.cpp
    • edit: source/Core/ValueObjectDynamicValue.cpp
    • edit: source/Core/ValueObjectChild.cpp
  • Commit d631b3b3c75d139cc723c1a88d163e95c3e658b4 by rishizaki:
    [IDE/SourceKit] New SourceKit request for filtered method list

    • edit: lib/IDE/CodeCompletion.cpp
    • add: test/SourceKit/ConformingMethods/basic.swift.response
    • edit: lib/IDE/CMakeLists.txt
    • add: tools/SourceKit/lib/SwiftLang/SwiftConformingMethodList.cpp
    • edit: lib/IDE/ExprContextAnalysis.h
    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • add: lib/IDE/ConformingMethodList.cpp
    • edit: tools/SourceKit/tools/sourcekitd-test/TestOptions.cpp
    • edit: tools/SourceKit/lib/SwiftLang/CMakeLists.txt
    • add: test/IDE/conforming-methods-basic.swift
    • edit: tools/SourceKit/lib/Core/LangSupport.cpp
    • add: test/SourceKit/ConformingMethods/basic.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.h
    • add: include/swift/IDE/ConformingMethodList.h
    • edit: lib/IDE/ExprContextAnalysis.cpp
    • edit: tools/SourceKit/tools/sourcekitd-test/TestOptions.h
    • edit: tools/SourceKit/lib/SwiftLang/SwiftTypeContextInfo.cpp
    • edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
    • edit: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
    • edit: utils/gyb_sourcekit_support/UIDs.py
  • Commit 317ec1fa43d55671ee253d0bf5740b58a4f50ca2 by rishizaki:
    [IDE] Give default implementation for completion callbacks

    • edit: lib/IDE/TypeContextInfo.cpp
    • edit: include/swift/Parse/CodeCompletionCallbacks.h
    • edit: lib/IDE/ConformingMethodList.cpp
  • Commit 3cbb827fb78289a0ac85f659bdaa5d51232e0d4e by rishizaki:
    [IDE] Use 'Demangle::getTypeForMangling()' instead of

    • edit: lib/IDE/ConformingMethodList.cpp
  • Commit 4997a3f5ce23e2f7dea192e972ce7dcb16b710b8 by rishizaki:
    [SourceKit] Fix memory issue in response construction for

    • edit: tools/SourceKit/lib/SwiftLang/SwiftTypeContextInfo.cpp
  • Commit 3a3769eecd80b1c9f8475e6a43d52dc74d950eb8 by aprantl:
    IRGen: DebugTypeInfo doesn't need a DeclContext or GenericEnvironment

    • edit: lib/IRGen/IRGenDebugInfo.cpp
    • edit: lib/IRGen/DebugTypeInfo.cpp
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: lib/IRGen/DebugTypeInfo.h
  • Commit c28c9cc7db499f83374a4c4a63108dd3578f9daa by aprantl:
    Debug Info: Encode Archetype names in DWARF

    • edit: lib/IRGen/DebugTypeInfo.cpp
    • edit: lib/IRGen/DebugTypeInfo.h
    • edit: lib/IRGen/IRGenDebugInfo.cpp
    • edit: test/DebugInfo/typearg.swift
    • edit: lib/IRGen/LocalTypeData.cpp
    • edit: lib/IRGen/IRGenDebugInfo.h
    • edit: test/DebugInfo/protocol-extension.swift
    • edit: lib/IRGen/IRGenSIL.cpp
  • Commit ac78469906733b982933c60ec91e9617b9b406ea by aprantl:
    Minor code cleanups (NFC)

    • edit: lib/IRGen/IRGenDebugInfo.cpp