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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/1459/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Mon, 20 May 2019 23:38:16 -0500
Build duration:
2 hr 3 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 7d0b78d00f6ad5278e9273a10415cf36fe349129 by danielrodriguez:
    [android] Stop leaking FDs in parent test process.

    • edit: stdlib/private/SwiftPrivateLibcExtras/Subprocess.swift
  • Commit 5910829830f773f054fe5a106f120215dadeae27 by mgottesman:
    [constant-prop] When replacing uses of destructure_tuple, only RAUW if

    • edit: lib/SILOptimizer/Utils/ConstantFolding.cpp
    • edit: test/SILOptimizer/constant_propagation_ownership.sil
  • Commit 7a8b3c838307841c55819982b289240e404066c1 by dungar:
    Add trailing quote location to interpolated string literal.

    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/AST/Expr.cpp
    • add: test/Parse/interpolated_trailing_quote.swift
    • edit: include/swift/AST/Expr.h
    • edit: lib/Parse/ParseExpr.cpp
  • Commit 92fd649b929fece7238967351c3484f9cd6c1499 by dungar:
    Use CloseQuoteBegin

    • edit: lib/Parse/ParseExpr.cpp
  • Commit fb268e52341784a672acbea3f80ac8480c924660 by marcrasi:
    handle diags that happen during repl code completion

    • add: test/IDE/repl_complete_with_error.swift
    • edit: lib/IDE/REPLCodeCompletion.cpp
  • Commit e64ebadf04363bea321b2acbe0286e4a385b9536 by dungar:
    Add explanation.

    • edit: include/swift/AST/Expr.h
  • Commit d37fd2f85dae7f375ad2b84af052038689834bcc by dungar:
    Revised test.

    • add: test/Parse/source_locs.swift
    • delete: test/Parse/interpolated_trailing_quote.swift
  • Commit 3bdff36d0a7a0886c608302b9e0e87737562d716 by blangmuir:
    [preset] Fix macOS full test preset to include sourcekit-lsp

    • edit: utils/build-presets.ini
  • Commit 3b029010b9293538cd66fce7b76aaa6fe7a59137 by mgottesman:
    [mandatory-inlining] When using the linear lifetime checker to insert

    • edit: test/SILOptimizer/mandatory_inlining.sil
    • add: test/Interpreter/mandatory_inlining.swift
    • edit: test/SILOptimizer/mandatory_inlining.swift
    • edit: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp
  • Commit 1499811add498d18baf2faba6add19b72de19ca0 by pyaskevich:
    [Diagnostics] Fix incorrect metatype check which leads to crashes

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: test/Constraints/members.swift
    • edit: lib/Sema/CSDiagnostics.h
  • Commit 9681c3b0c8f6335394ce09d2cbf71284ae7b57f1 by dungar:
    Add isDecl check.

    • edit: lib/Sema/CSDiag.cpp
  • Commit ce61dfeadf7b884ae9b47a9b7b9a2b11f79c6b1a by pyaskevich:
    [Diagnostics] NFC: Couple of small cleanups for invalid member ref

    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 31d001cc6755a6da2b4e50713ff2f3a0495cd7c8 by pyaskevich:
    [CSDiag] Adjust assert to account for changes in

    • edit: lib/Sema/CSDiag.cpp
    • edit: test/Constraints/construction.swift
  • Commit 71228603b3a00d6b838517312a58f08498ab6f5d by dungar:
    Remove dead code.

    • edit: lib/Sema/CSDiag.cpp
  • Commit d6c3d922d3ad7ef559529ee069f4ac31a0ce86e3 by danielrodriguez:
    [win] Fix path separators for Windows.

    • edit: test/Parse/source_locs.swift
  • Commit b896361d88fccc74fa2932640dab23af723c89a7 by jgroff:
    IRGen: Map type into context before asking for class layout.

    • edit: lib/IRGen/GenKeyPath.cpp
    • edit: test/IRGen/keypaths.sil
  • Commit 9d22cbb13ec1ee87384010ff258b9977079914cd by danielrodriguez:
    [test] Mark mandatory_inlining.swift as executable.

    • edit: test/Interpreter/mandatory_inlining.swift
  • Commit 1ca8e83aa3b78985f94a47caf10fe1eb1622858c by xi_ge:
    Sourcekit/DocSupport: fix an assertion when generating documentation for

    • edit: test/SourceKit/DocSupport/doc_swift_module.swift.response
    • edit: test/SourceKit/DocSupport/Inputs/cake.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp
    • edit: test/SourceKit/DocSupport/doc_swift_module.swift
    • edit: lib/IDE/IDETypeChecking.cpp
  • Commit 2363ab9732f887f97e678349feab9c867563973c by compnerd:
    build: remove the staging paths

    • edit: CMakeLists.txt
  • Commit bbdb7f1e7856559614490fb4cf2db7a59a725d77 by compnerd:
    build: inline -O computation via generator expressions (NFC)

    • edit: CMakeLists.txt
  • Commit c79e22b0958da2823652727720b6e5759372bad6 by compnerd:
    build: clean up the legacy paths

    • edit: Utilities/bootstrap