[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 18.04 (master) #1489

Report

[FAILURE] oss-swift-package-linux-ubuntu-18_04 [#1489]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/1489/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Wed, 29 May 2019 15:36:09 -0500
Build duration:
3 hr 8 min

Identified problems:

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

Changes

  • Commit 176cd6cce179ebd3e09a87959742badce7706464 by davg:
    Fail requests when an error occurs

    • edit: test/SourceKit/CursorInfo/cursor_invalid.swift
    • edit: unittests/SourceKit/SwiftLang/CursorInfoTest.cpp
    • edit: test/SourceKit/NameTranslation/init.swift
    • edit: test/SourceKit/NameTranslation/swiftnames.swift
    • edit: test/SourceKit/CursorInfo/cursor_usr.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
    • edit: test/SourceKit/CursorInfo/cursor_unavailable.swift
    • edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
    • edit: test/SourceKit/CompileNotifications/arg-parsing.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp
    • edit: test/SourceKit/NameTranslation/basic.swift
    • edit: test/SourceKit/CursorInfo/cursor_getter.swift
    • edit: test/SourceKit/CursorInfo/invalid_offset.swift
    • edit: test/SourceKit/CursorInfo/cursor_info.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.h
    • edit: test/SourceKit/CompileNotifications/cursor-info.swift
    • edit: test/SourceKit/NameTranslation/enum.swift
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
    • edit: test/SourceKit/CursorInfo/ignore-llvm-args.swift
    • edit: test/SourceKit/CursorInfo/rdar_18677108-1.swift
  • Commit 1b1756cb5581e7c3767a38b3a1f562e17b243f09 by davg:
    Add InternalDiagnostic to CursorInfoData and NameTranslatingInfo

    • edit: utils/gyb_sourcekit_support/UIDs.py
    • edit: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
    • edit: test/SourceKit/CompileNotifications/cursor-info.swift
    • edit: test/SourceKit/CursorInfo/cursor_usr.swift
    • edit: test/SourceKit/CursorInfo/cursor_invalid.swift
    • edit: test/SourceKit/CursorInfo/rdar_18677108-1.swift
    • edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
    • edit: test/SourceKit/NameTranslation/init.swift
    • edit: test/SourceKit/NameTranslation/swiftnames.swift
    • edit: test/SourceKit/CursorInfo/ignore-llvm-args.swift
    • edit: test/SourceKit/NameTranslation/enum.swift
    • edit: test/SourceKit/CursorInfo/cursor_unavailable.swift
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
    • edit: test/SourceKit/CursorInfo/cursor_info.swift
    • edit: test/SourceKit/NameTranslation/basic.swift
    • edit: test/SourceKit/CursorInfo/cursor_getter.swift
  • Commit cb14b8b5354e1ceef5f022ce629596b748b3b409 by davg:
    RequestResult class and Pass*InfoForDecl fixes

    • edit: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp
    • edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-InProc.cpp
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-XPC.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.h
    • edit: unittests/SourceKit/SwiftLang/CursorInfoTest.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
    • edit: tools/SourceKit/tools/sourcekitd/include/sourcekitd/Internal.h
  • Commit 7b6f9499b7319341b3186b4c344c7a1775fe0cd5 by davg:
    Comment and sourcekitd-test fixes

    • edit: test/SourceKit/CursorInfo/cursor_unavailable.swift
    • edit: test/SourceKit/CursorInfo/ignore-llvm-args.swift
    • edit: test/SourceKit/NameTranslation/swiftnames.swift
    • edit: test/SourceKit/CursorInfo/cursor_invalid.swift
    • edit: test/SourceKit/CompileNotifications/cursor-info.swift
    • edit: test/SourceKit/NameTranslation/enum.swift
    • edit: test/SourceKit/CursorInfo/cursor_info.swift
    • edit: test/SourceKit/NameTranslation/init.swift
    • edit: test/SourceKit/CursorInfo/cursor_getter.swift
    • edit: test/SourceKit/CursorInfo/rdar_18677108-1.swift
    • edit: test/SourceKit/NameTranslation/basic.swift
    • edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
    • edit: test/SourceKit/CursorInfo/cursor_usr.swift
    • edit: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp
  • Commit 8d58ba84058302f641527905d8e88d52d51d04d1 by davg:
    Fix memory issue with error strings

    • edit: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-XPC.cpp
  • Commit 6f68ab2dc27295a03e296c84105d5aa4d0b6f9e8 by davg:
    Swap create APIs to take in a StringRef

    • edit: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-InProc.cpp
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/sourcekitdAPI-XPC.cpp
    • edit: tools/SourceKit/tools/sourcekitd/include/sourcekitd/Internal.h
  • Commit 4f4dba9df11573791ae478f98bd9e0eb0b226b54 by aschwaighofer:
    IRGen: Fix getLocalSelfMetadata

    • edit: test/IRGen/objc_generic_class_metadata.sil
    • edit: lib/IRGen/GenHeap.cpp
  • Commit 10c07840770da65776e81bb0e861ae7e8874b69d by apl:
    [CMake] Use add_dependencies in add_llvm_install_targets

    • edit: cmake/modules/AddLLVM.cmake
  • Commit 8f21aa725c3ae812965cb33992bc3a340c7d8f29 by suicaicoca:
    Fix DataProtocol.lastRange(of:) (and cherry-pick Data.swift changes

    • edit: Foundation/DataProtocol.swift
    • edit: Foundation/Data.swift