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

Report

[FAILURE] oss-swift-5.1-incremental-RA-linux-ubuntu-18_04-long-test [#846]

Build URL:
https://ci.swift.org/job/oss-swift-5.1-incremental-RA-linux-ubuntu-18_04-long-test/846/
Project:
oss-swift-5.1-incremental-RA-linux-ubuntu-18_04-long-test
Date of build:
Mon, 01 Jul 2019 19:20:53 -0500
Build duration:
1 hr 19 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 90fd5687bdfaa3308476205d07f1d75a78a0abfd by numist:
    Performance improvements for Collection.difference(from:using:)

    • edit: benchmark/utils/main.swift
    • edit: stdlib/public/core/Diffing.swift
    • edit: benchmark/CMakeLists.txt
  • Commit 3aa2eeb3f385acff48c48b3974e05ba2b47c3ecf by numist:
    Add missing files

    • add: benchmark/single-source/Diffing.swift
    • add: benchmark/single-source/Myers.swift
  • Commit 11ef737820eedd950599e58f3c31e6f1e7036e2f by numist:
    Reserve capacity in the array containing changes produced by the

    • edit: stdlib/public/core/Diffing.swift
  • Commit 46c61a92280168b98db3696912116ce7d5da93bc by numist:
    Feedback from @lorentey. Good speedup thanks to UnsafeBufferPointer!

    • edit: benchmark/single-source/Myers.swift
    • edit: stdlib/public/core/Diffing.swift
  • Commit 0eca79993c1bbf83bcf17207c5098cd1041db843 by numist:
    Availability updates and whitespace stripping

    • edit: benchmark/single-source/Myers.swift
    • edit: stdlib/public/core/CollectionDifference.swift
    • edit: stdlib/public/Darwin/Foundation/NSOrderedCollectionDifference.swift
    • edit: stdlib/public/core/Diffing.swift
    • edit: benchmark/single-source/Diffing.swift
    • edit: test/stdlib/Diffing.swift
  • Commit 2ee917fdf26d126a85334f1af841d62d1d8cecfe by numist:
    Fix build on platforms < (macOS 10.15, iOS 13, tvOS 13, watchOS 6, *) by

    • edit: test/stdlib/Diffing.swift
  • Commit a8065c362ef639a27a28f2acf2c9b521102f4865 by numist:
    Restore call to reserveCapacity

    • edit: stdlib/public/core/Diffing.swift
  • Commit c3fa88af2398dc0172c8192269fda6fa109389b9 by rishizaki:
    [CodeCompletion] Fix a crash in callee analysis

    • edit: lib/IDE/ExprContextAnalysis.cpp
    • edit: test/IDE/complete_call_arg.swift