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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/4555/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Thu, 09 Jan 2020 18:37:37 -0600
Build duration:
1 hr 24 min

Changes

  • Commit 7e829d74376cc6a9af451e3d3b4e86fdebf510f6 by hamishknight:
    NFC: Clean up an unnecessary switch

    • edit: lib/AST/Type.cpp
  • Commit c6b6e72aacb19200e150ddc98006d6ecd9331184 by hamishknight:
    [CS] Tighten up assertions for getCalleeDeclAndArgs

    • edit: lib/Sema/CSSimplify.cpp
  • Commit 1a8477aea147dfad14dda7c43bbd65c5ee62eae9 by hamishknight:
    [CS] NFC: Inline getCalleeDeclAndArgs

    • edit: lib/Sema/CSSimplify.cpp
  • Commit b4cf1afd19c3510c17ed561073baf4584f7d9024 by mgottesman:
    [di] When emitting element addresses to destroy fields, use begin_access

    • edit: test/SILOptimizer/definite_init_failable_initializers_objc.swift
    • edit: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.h
    • edit: test/SILOptimizer/di-conditional-destroy-scope.swift
    • edit: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp
    • edit: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp
    • edit: test/SILOptimizer/definite_init_markuninitialized_derivedself.sil
    • edit: test/SILOptimizer/definite_init_markuninitialized_rootself.sil
  • Commit e388c4a3810d7d22f3e37b99c249f0ea080a70d1 by rishizaki:
    [CodeCompletion] Get associatedtype constraints from

    • edit: test/IDE/complete_opaque_result.swift
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/IDE/CodeCompletion.cpp
    • add: test/IDE/complete_crossmodule.swift
  • Commit 1dd6fe5688d8719188c5f0d7ddb84b8dac2db81e by rishizaki:
    [CodeCompletion] Stop suggesting opaque result type for generic function

    • edit: test/IDE/complete_opaque_result.swift
    • edit: lib/IDE/CodeCompletion.cpp
  • Commit b9f1e58b37531e55e87aa90aa2a136afbc721b24 by rishizaki:
    [CodeCompletion] Use GenericSignature methods to get associatedtype reqs

    • edit: lib/IDE/CodeCompletion.cpp
    • edit: test/IDE/complete_opaque_result.swift
  • Commit 90f7f34a35d3d4602d5e70b30ddb579ef5b2d014 by rishizaki:
    [CodeCompletion] Suggest local variables in a multi-clause guard

    • edit: test/IDE/complete_stmt_controlling_expr.swift
    • edit: lib/AST/NameLookup.cpp
  • Commit ea3b6a02af77d16101f4e641afc4e554fe40a0d5 by eeckstein:
    stdlib: rewrite Array/ContiguousArray logic for reserving capacity and

    • edit: stdlib/public/core/ContiguousArray.swift
    • edit: test/SILOptimizer/merge_exclusivity.swift
    • edit: stdlib/public/core/Array.swift
    • edit: stdlib/public/core/ArrayShared.swift
    • edit: test/SILOptimizer/array_contentof_opt.swift
  • Commit 88a9ebb9f806f60572f9d9d36fa1268cede20540 by eeckstein:
    stdlib: Don't request additional capacity in Array/ContiguousArray's

    • edit: stdlib/public/core/Array.swift
    • edit: stdlib/public/core/ContiguousArray.swift
    • edit: test/stdlib/Inputs/CommonArrayTests.gyb
  • Commit bda8af0958e664d7a72ad8f7c8b631ac85952415 by eeckstein:
    stdlib: simplify Array/ContiguousArray's append(contentsOf:)

    • edit: stdlib/public/core/Array.swift
    • edit: stdlib/public/core/ContiguousArray.swift
  • Commit 60a071892276f2253d80a42e8f085395a988dcef by eeckstein:
    stdlib: simplify Array/ContiguousArray's withUnsafeMutableBufferPointer

    • edit: stdlib/public/core/Array.swift
    • edit: stdlib/public/core/ContiguousArray.swift
  • Commit 6a7f84048d01b30fec3c33f1c62a672c90b380fe by github:
    [AutoDiff upstream] Store @differentiable original declaration.

    • edit: lib/AST/Attr.cpp
    • edit: lib/Parse/ParseDecl.cpp
    • edit: include/swift/AST/Attr.h
  • Commit 9eca6153d646875c31978ee480c97a966bc34453 by mishal_shah:
    [Update Checkout] Add master-rebranch scheme

    • edit: utils/update_checkout/update-checkout-config.json
  • Commit cdb4072e4b1fb4a42f8be5225186706cb9e2cbbc by github:
    [build][gardening] obtain CMAKE_OSX_SYSROOT value once (#29098)

    • edit: utils/build-script-impl
  • Commit bbe9d2687902adcc351ce9062bfe92f9fdb176ca by ditaliano:
    [SwiftASTContext] Be more defensive when the type can't be bound.

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit eb8466bb793e7dba9d62ad62c49102fba5f0622c by ditaliano:
    [SwiftASTContext] Use the right type in the diagnostic.

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit fe593a609141b0ad0fd0e3f225b685baf00cd210 by ankit_aggarwal:
    Add -gnu in aarch64 Linux's triple

    • edit: Sources/Build/Triple.swift
  • Commit 1bd610ef602fab2ac9dc0d1472c1c9293dbcbe33 by ankit_aggarwal:
    Add new useful ByteString APIs

    • edit: TSC/Tests/TSCBasicTests/ByteStringTests.swift
    • edit: TSC/Sources/TSCBasic/ByteString.swift
    • edit: TSC/Tests/TSCBasicTests/XCTestManifests.swift
  • Commit 58d3e591e212ef4c6f677476a1b11d9569b422d1 by david:
    Split process output between stdout and stderr

    • edit: Tests/CommandsTests/TestToolTests.swift
    • edit: Tests/FunctionalPerformanceTests/BuildPerfTests.swift
    • edit: Tests/FunctionalTests/ToolsVersionTests.swift
    • edit: Tests/CommandsTests/PackageToolTests.swift
    • edit: Tests/FunctionalTests/MiscellaneousTests.swift
    • edit: Tests/CommandsTests/RunToolTests.swift
    • edit: TSC/Sources/TSCTestSupport/Product.swift
    • edit: TSC/Tests/TSCUtilityTests/ArgumentParserTests.swift
    • edit: Sources/SPMTestSupport/misc.swift
    • edit: Tests/CommandsTests/BuildToolTests.swift
    • edit: Tests/BuildTests/IncrementalBuildTests.swift
  • Commit 57cf08d2e022b5a5fd5ced48a38c5858a7e743b9 by david:
    Introduce a new HashAlgorithm protocol and make SHA256 conform to it

    • edit: TSC/Sources/TSCBasic/CMakeLists.txt
    • delete: TSC/Sources/TSCBasic/SHA256.swift
    • edit: TSC/Tests/TSCBasicPerformanceTests/SHA256PerfTests.swift
    • add: TSC/Sources/TSCBasic/HashAlgorithms.swift
    • edit: TSC/Tests/TSCBasicTests/SHA256Tests.swift
    • edit: Sources/SourceControl/Repository.swift
  • Commit 153dcf67e3b05e375f79a90bff4ba2301fda9f78 by ankit_aggarwal:
    Refactor lookupExecutablePath to find executables in PATH even if cwd is

    • edit: TSC/Sources/TSCBasic/misc.swift
  • Commit b9604ceedb4317147ce78ee7aa94ab118bdb2474 by ankit_aggarwal:
    Support new XCTest overlays

    • edit: Sources/Commands/SwiftTestTool.swift
    • edit: Sources/Workspace/Destination.swift
    • edit: Sources/SPMTestSupport/Resources.swift
  • Commit ba2a16c9b7878c361e383fbbc77ad274f2eb0ee0 by ankit_aggarwal:
    Make sure to update package on build-using-self to get latest

    • edit: Utilities/build-using-self
  • Commit 57b3f152a278308b07c58687e4089e783b9172eb by dsk:
    [CF] Match some declarations with their headers.

    • edit: CoreFoundation/Locale.subproj/CFCalendar.c
    • edit: CoreFoundation/Parsing.subproj/CFPropertyList.c
  • Commit 28a62f97eda93d517d6baf279532c703deddd405 by compnerd:
    CoreFoundation: permit CURL's CMake package for configuration

    • edit: CoreFoundation/CMakeLists.txt