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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/3170/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Mon, 14 Jan 2019 11:59:44 -0600
Build duration:
1 hr 13 min

Changes

  • Commit b033f4880c9d07056a8888baac3b11f81fd31461 by rishizaki:
    [CodeCompletion] Only analyze inner most context

    • edit: lib/IDE/CodeCompletion.cpp
    • edit: test/IDE/complete_call_arg.swift
  • Commit 2fb542537f438fc3833dbe9916b5468dfeebfb21 by rishizaki:
    [IDE] Rename CodeCompletionTypeContextAnalyzer to ExprContextAnalyzer

    • edit: lib/IDE/CodeCompletion.cpp
  • Commit 5c6432474033dadcca6bc56c584ca4ccacd7304f by rishizaki:
    [IDE] Refactor ExprContextAnalyzer. NFC

    • edit: lib/IDE/CodeCompletion.cpp
  • Commit 758ba5e5d07e935b31e99134e35ff1e1f3595019 by rishizaki:
    [IDE] Decouple ExprContextAnalyzer and ExprContextInfo

    • edit: lib/IDE/CodeCompletion.cpp
  • Commit e3387c6fdb5de138017e0c665e32be7b2f4532f2 by rishizaki:
    [IDE] ExprContextAnalyzer::Analyze() doesn't need to return success

    • edit: lib/IDE/CodeCompletion.cpp
  • Commit 867c28ea74ccf24a9cfa01f4655c508fcaf98edb by rishizaki:
    [IDE] Rename collectArgumentExpectation() to analyzeApplyExpr()

    • edit: lib/IDE/CodeCompletion.cpp
  • Commit d17bb78a0beee250da1addf8e815f42c6c432ea2 by rishizaki:
    [AST] Add shouldHideFromEditor() method

    • edit: lib/AST/Decl.cpp
    • edit: include/swift/AST/Decl.h
    • edit: lib/IDE/CodeCompletion.cpp
  • Commit 2fbd3fe68288d23dfc1976aea79651533e3cee48 by rishizaki:
    [IDE] Move ExprContextAnalyser to its own file

    • add: lib/IDE/ExprContextAnalysis.h
    • add: lib/IDE/ExprContextAnalysis.cpp
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/IDE/CMakeLists.txt
  • Commit cc1d5c11479ef458700a769361a2660e03cf401a by rishizaki:
    [IDE] Move typeCheckContext() to ExprContextAnalysis.cpp

    • edit: lib/IDE/ExprContextAnalysis.cpp
    • edit: lib/IDE/ExprContextAnalysis.h
    • edit: lib/IDE/CodeCompletion.cpp
  • Commit 54f0fab93ec89a795f40f1a04e70283d5e0a666f by rishizaki:
    [IDE] Add TypeContextInfo callbacks to parser

    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • edit: lib/IDE/CMakeLists.txt
    • add: include/swift/IDE/TypeContextInfo.h
    • add: test/IDE/typecontext_basic.swift
    • add: lib/IDE/TypeContextInfo.cpp
  • Commit 3797b7a3349ce335cee238a632939b3c449d72f7 by rishizaki:
    [SourceKit] New request to retrieve context type information

    • edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
    • add: tools/SourceKit/lib/SwiftLang/SwiftTypeContextInfo.cpp
    • edit: tools/SourceKit/tools/sourcekitd-test/TestOptions.h
    • edit: tools/SourceKit/lib/Core/LangSupport.cpp
    • edit: utils/gyb_sourcekit_support/UIDs.py
    • add: test/SourceKit/TypeContextInfo/typecontext_basic.swift
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
    • edit: tools/SourceKit/lib/SwiftLang/CMakeLists.txt
    • edit: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.h
    • add: test/SourceKit/TypeContextInfo/typecontext_basic.swift.response
    • edit: tools/SourceKit/tools/sourcekitd-test/TestOptions.cpp
  • Commit 6bfe3dadc598a2e380b1450d6c4fa32b5a46e263 by github:
    Minor typo fix understimatedCap -> underestimatedCap

    • edit: stdlib/public/core/String.swift
  • Commit d4a1865e0064ec00c378c5623d3776caf3aefa20 by compnerd:
    test: Prototypes changes for Windows

    • edit: test/Prototypes/BigInt.swift
    • edit: test/Prototypes/CollectionTransformers.swift