[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 18.04 - Long Test (swift 5.2) #17

Report

[FAILURE] oss-swift-5.2-incremental-RA-linux-ubuntu-18_04-long-test [#17]

Build URL:
https://ci.swift.org/job/oss-swift-5.2-incremental-RA-linux-ubuntu-18_04-long-test/17/
Project:
oss-swift-5.2-incremental-RA-linux-ubuntu-18_04-long-test
Date of build:
Fri, 13 Dec 2019 15:10:26 -0600
Build duration:
1 hr 58 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 fe00af5f0e81bf900841070d6ee692eee8096cfd by dmbryson:
    Add new files to Xcode project (NFC)

    • edit: llbuild.xcodeproj/project.pbxproj
  • Commit 2ec313db6a50a8b05b315576ca83b6fa41097cd9 by dmbryson:
    Add tests to cover mkdir and directory contents related errors

    • edit: products/libllbuild/BuildSystem-C-API.cpp
    • edit: include/llbuild/Basic/FileSystem.h
    • edit: products/llbuildSwift/BuildSystemBindings.swift
    • edit: lib/Basic/FileSystem.cpp
    • edit: lib/BuildSystem/BuildSystemFrontend.cpp
    • edit: unittests/BuildSystem/BuildSystemTaskTests.cpp
    • edit: products/libllbuild/include/llbuild/buildsystem.h
  • Commit c5738139acad749b99f826df3cd0b879f4dd40a9 by dmbryson:
    Adopt createSymlink() in BuildSystem (NFC)

    • edit: lib/BuildSystem/BuildSystem.cpp
  • Commit c536fce5a8bb0ab620dbf62476c6a3f385db736c by dmbryson:
    [Basic] Fail when existing mkdir() target is not a directory

    • edit: lib/Basic/FileSystem.cpp
  • Commit 155fd70164a1aff19a01853b2fc0428387b5a7f2 by tkientzle:
    SR-7732: Dynamic casting CFError to Error results in a memory leak

    • edit: stdlib/public/runtime/Casting.cpp
    • edit: test/stdlib/ErrorBridged.swift
  • Commit b7742dd4aeca699b39733a5e61269c671121ef99 by tkientzle:
    Whitespace fixes

    • edit: test/stdlib/ErrorBridged.swift
  • Commit 6d20ea59b7d63a83fee61bf7869b796cb4b6d062 by tkientzle:
    Don't rely on localizable strings to verify test behavior.

    • edit: test/stdlib/ErrorBridged.swift
  • Commit fdd114278f1023cb711eb38c9f8a7ad9690f3170 by tkientzle:
    Don't test against old runtimes that predate this fix

    • edit: test/stdlib/ErrorBridged.swift
  • Commit fc6d40ed75817defedfa4f7e96167eed7d312877 by aschwaighofer:
    [5.2] Outliner: Check that we have a self argument before we ask for it

    • edit: test/SILOptimizer/outliner.swift
    • edit: test/SILOptimizer/Inputs/Outliner.h
    • edit: lib/SILOptimizer/Transforms/Outliner.cpp
  • Commit 92fdb892a48d6309c0b2f60595e9c31c93e4718d by tkientzle:
    Explicitly test both NSError and CFError

    • edit: test/stdlib/ErrorBridged.swift
  • Commit c3e70b5933c17ede902f7d4d9372f3fa83b6e8b6 by ahoppen:
    Update ServerCapabilities to match version 3.14 of the LSP spec

    • edit: Tests/LanguageServerProtocolJSONRPCTests/CodingTests.swift
    • edit: Tests/LanguageServerProtocolTests/CodingTests.swift
    • edit: Tests/LanguageServerProtocolTests/XCTestManifests.swift
    • edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
    • edit: Sources/LanguageServerProtocol/ServerCapabilities.swift
    • edit: Sources/SourceKit/clangd/ClangLanguageServer.swift
    • edit: Sources/SourceKit/SourceKitServer.swift
  • Commit 2b0f71a9454fa4982afb132225d72cc4ab18a4bf by ahoppen:
    Update WorkspaceEdit to match version 3.14 of the LSP spec

    • edit: Tests/LanguageServerProtocolTests/CodingTests.swift
    • edit: Sources/LanguageServerProtocol/WorkspaceEdit.swift
  • Commit 42733423011b3802f857cbc1c6bf708fb8916a08 by ahoppen:
    Update WorkspaceFoldersRequest to match version 3.14 of the LSP spec

    • edit: Sources/LanguageServerProtocol/WorkspaceFolders.swift
  • Commit bfdcccd9a330c8cfb4ccd8197305975fc6419890 by ahoppen:
    In HoverResponse Decode single MarkedString as [MarkedString] with one

    • edit: Sources/LanguageServerProtocol/Hover.swift
    • edit: Tests/LanguageServerProtocolTests/CodingTests.swift
  • Commit 4c07ec76ad0fe6957f0b8522d7f7989f0edc0ad0 by ahoppen:
    Add missing default initializer value in

    • edit: Sources/LanguageServerProtocol/ClientCapabilities.swift
  • Commit a6d1ff779616679e2b807b6033a4c2fe914afcc8 by ankit_aggarwal:
    Fix a merge mistake

    • edit: Sources/PackageLoading/PackageBuilder.swift
  • Commit 66f2929558d4b86ca7bf0bf6284e330ebf7f432c by ankit_aggarwal:
    [new-bootstrap] Use rpath instead of DYLD_FRAMEWORK_PATH

    • edit: Utilities/new-bootstrap
  • Commit cc396d0142896cd69074743d7b0c7741fe23567e by ankit_aggarwal:
    [bootstrap] Replace old bootstrap with new bootstrap

    • edit: Utilities/new-bootstrap
    • edit: Utilities/bootstrap
    • edit: Documentation/Development.md