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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/2824/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Mon, 04 May 2020 18:24:20 -0500
Build duration:
2 hr 6 min

Changes

  • Commit 0f8619b943751a1626c7e8f2f2d312d0f77e48dd by nhawes:
    [IDE][SourceKit] Support escaped identifiers for the syntactic rename

    • add: test/refactoring/SyntacticRename/FindRangeOutputs/backticks.swift.expected
    • add: test/refactoring/SyntacticRename/backticks.swift
    • edit: test/Index/roles.swift
    • edit: lib/IDE/SourceEntityWalker.cpp
    • edit: lib/IDE/SwiftSourceDocInfo.cpp
    • add: test/refactoring/SyntacticRename/FindRangeOutputs/backticks-noncollapsible-separate-arglabel.swift.expected
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
    • add: test/refactoring/SyntacticRename/backticks-noncollapsible.swift
    • add: test/refactoring/SyntacticRename/FindRangeOutputs/backticks-noncollapsible.swift.expected
    • add: test/refactoring/SyntacticRename/backticks-separate-arglabel.swift
    • edit: test/SourceKit/NameTranslation/swiftnames.swift
    • edit: test/SourceKit/Refactoring/basic.swift
    • add: test/refactoring/SyntacticRename/FindRangeOutputs/backticks-separate-arglabel.swift.expected
    • add: test/refactoring/SyntacticRename/backticks-noncollapsible-separate-arglabel.swift
    • edit: lib/IDE/Refactoring.cpp
    • edit: test/SourceKit/RelatedIdents/related_idents.swift
  • Commit 75f30676b9842f077f6b936d06180bc1712e4cdb by github:
    Fixes example snippet in Result.swift

    • edit: stdlib/public/core/Result.swift
  • Commit fa69229d1ba2b9336ee51db6fd555fe71765c15c by rwidmann:
    [Gardening] De-RST DependencyAnalysis

    • edit: docs/Driver.md
    • edit: include/swift/AST/SimpleRequest.h
    • edit: include/swift/Basic/SupplementaryOutputPaths.h
    • edit: docs/Lexicon.md
    • add: docs/DependencyAnalysis.md
    • delete: docs/DependencyAnalysis.rst
    • edit: docs/CompilerPerformance.md
  • Commit d2c3a78c5db3d7e9a730d24708c8c336552996ba by rwidmann:
    [Gardening] De-RST DriverInternals

    • edit: docs/contents.rst
    • add: docs/DriverInternals.md
    • delete: docs/DriverInternals.rst
    • edit: docs/Driver.md
    • edit: docs/CompilerPerformance.md
  • Commit 1d5d0d218716aaae15058cbc14905a983091714f by rwidmann:
    De-RST DebuggingTheCompiler

    • add: docs/DebuggingTheCompiler.md
    • edit: docs/contents.rst
    • delete: docs/DebuggingTheCompiler.rst
    • edit: README.md
  • Commit 11a1ce1f0b4e6b62c2cb7ad457d2f13394cfbadb by rwidmann:
    [Gardening] Move Stale Documentation to the Archive

    • delete: docs/ObjectInitialization.rst
    • delete: docs/PatternMatching.rst
    • add: docs/archive/PatternMatching.rst
    • delete: docs/Import.rst
    • add: docs/archive/ObjectInitialization.rst
    • edit: docs/contents.rst
    • add: docs/archive/Import.rst
  • Commit 5b83661725747e858c30f3b930566fb450a4b761 by rwidmann:
    [Gardening] De-RST Literals

    • add: docs/Literals.md
    • delete: docs/Literals.rst
  • Commit 309f86433d81c7eb02c76fbd8bde6f8bb18f1172 by rwidmann:
    [Gardening] De-RST libFuzzerIntegration

    • edit: docs/contents.rst
    • add: docs/libFuzzerIntegration.md
    • delete: docs/libFuzzerIntegration.rst
  • Commit 00b46f3653057a5ddd633fb1a8b6af8e12bbccb6 by rwidmann:
    [Gardening] De-RST TransparentAttr

    • delete: docs/TransparentAttr.rst
    • edit: docs/LibraryEvolution.rst
    • add: docs/TransparentAttr.md
    • edit: docs/StandardLibraryProgrammersManual.md
  • Commit 83525502310bb0af5b333f8d4c1db8628b623ea6 by rwidmann:
    [Gardening] De-RST LogicalObjects

    • add: docs/LogicalObjects.md
    • delete: docs/LogicalObjects.rst
  • Commit 229352318935734850fafd45a24b4621490aff29 by rwidmann:
    [Gardening] De-RST DriverParseableOutput

    • edit: docs/CompilerPerformance.md
    • delete: docs/DriverParseableOutput.rst
    • edit: docs/contents.rst
    • add: docs/DriverParseableOutput.md
  • Commit 164c44b3501dfa06d79302ac4feb21c2e44df011 by rwidmann:
    [Gardening] De-RST IndexInvalidation

    • delete: docs/IndexInvalidation.rst
    • add: docs/IndexInvalidation.md
    • edit: docs/contents.rst
  • Commit 9a551ab9d7e2b14532b088453f2112f13a4b258b by github:
    Uses default catch

    • edit: stdlib/public/core/Result.swift
  • Commit 933d8a8073ef68ce6a14e2916407abaa781d0f3c by github:
    Fixes example snippets in SequenceAlgorithms.swift

    • edit: stdlib/public/core/SequenceAlgorithms.swift
  • Commit 33a1bac89b8c846947fe3bdd471ca81ff30afc0a by github:
    Fixes example snippets in StringUTF8View.swift

    • edit: stdlib/public/core/StringUTF8View.swift
  • Commit 35c191acee89d67ea1449480c0c20969cc584ee7 by github:
    Fixes example snippets in UnicodeScalar.swift

    • edit: stdlib/public/core/UnicodeScalar.swift
  • Commit b8eac98caaeb43af94146cd99ed9f5cd5bf286ac by github:
    [NFC] Enable Swift highlighting in docs/SILProgrammersManual.md

    • edit: docs/SILProgrammersManual.md
  • Commit 54e54ae4fe2b81e39f4dded1066f40350793b728 by eeckstein:
    COWArrayOpts: fix a mis-compile related to owned function arguments

    • edit: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp
    • add: test/SILOptimizer/wrong_cow_arrayopt.swift
  • Commit 80cd7ed40ea6b5fe909031724503fdd7f37db6f1 by atrick:
    Add a comment to the benchmark readme.

    • edit: benchmark/README.md
  • Commit 1e9bc9f4087a029eb44d75fc69971147e865ad93 by github:
    Fixes example snippets in UnicodeScalarProperties.swift (#31514)

    • edit: stdlib/public/core/UnicodeScalarProperties.swift
  • Commit 5669dbc9d93c633a9dc89b63c810d77329395f82 by github:
    Fixes example snippets in UTF16.swift (#31520)

    • edit: stdlib/public/core/UTF16.swift
  • Commit 0104d6558458c7942fb5b586b344ad2c07f1ee0e by aprantl:
    Add a test for debugging Swift macCatalyst processes.

    • add: lldb/test/API/lang/swift/macCatalyst/main.swift
    • add: lldb/test/API/lang/swift/macCatalyst/Makefile
    • add: lldb/test/API/lang/swift/macCatalyst/TestSwiftMacCatalyst.py
  • Commit 74f2a9a37278b16d058452c9514a62c2f1e695d7 by medismail.bennani:
    [lldb/Host] Improve error messages on unowned read files

    • edit: lldb/test/API/commands/target/basic/TestTargetCommand.py
    • edit: lldb/source/Commands/CommandObjectTarget.cpp
  • Commit 8277dad5895f7ce4423795271b6e73c805825818 by medismail.bennani:
    [lldb/test] Fix wrong target command failure message on Windows

    • edit: lldb/test/API/commands/target/basic/TestTargetCommand.py
  • Commit 0647265582156cfa8808e0101b22baac51337cc7 by github:
    Fail early if expected XCFramework is not present (#2722)

    • edit: Sources/SPMTestSupport/TestWorkspace.swift
    • edit: Sources/Workspace/Diagnostics.swift
    • edit: Sources/Workspace/Workspace.swift
    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
  • Commit 93a4af81b5003796e72940b7d94963a65074656d by github:
    Update cmark_version.h

    • edit: src/include/cmark_version.h
  • Commit 70dbf8250ef8f31d60ff58e33faa219d0c4e6db5 by compnerd:
    build: convert CIndexStoreDB to @_implementationOnly

    • edit: Sources/IndexStoreDB/Symbol.swift
    • edit: Sources/IndexStoreDB/CMakeLists.txt
    • edit: Sources/IndexStoreDB/IndexStoreDB.swift
    • edit: Sources/IndexStoreDB/SymbolLocation.swift
    • edit: Sources/IndexStoreDB/IndexStoreDBError.swift
    • edit: Sources/IndexStoreDB/SymbolOccurrence.swift
    • edit: Sources/IndexStoreDB/SymbolRole.swift