[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #12468

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#12468]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/12468/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Thu, 05 Mar 2020 18:59:46 -0600
Build duration:
43 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 c0e2f08818823d705f9c7da2cc2b15f15e6c7e64 by amartini:
    Add missing backtick.

    • edit: stdlib/public/core/Integers.swift
  • Commit bc5f0153fa44cc6c5d2f61687749b7745e5d7018 by amartini:
    Match docs to current behavior.

    • edit: stdlib/public/core/ContiguousArray.swift
    • edit: stdlib/public/core/ArraySlice.swift
    • edit: stdlib/public/core/Array.swift
  • Commit 011a115d855e104b66fc403cca3900f99f4fda3b by amartini:
    Group operators explicitly.

    • edit: stdlib/public/core/RangeReplaceableCollection.swift
  • Commit 6898fbb0ef108331f78480ba03b844d0b1911185 by hborla:
    [ConstraintSystem] Don't assume the lhs type is for a generic parameter

    • edit: test/Constraints/optional.swift
    • edit: lib/Sema/CSSimplify.cpp
  • Commit a43aaccf4b067f461b15c64565e6a493b4544754 by flo:
    [Matrix] Implement back-propagation of shape information.

    • edit: llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    • add: llvm/test/Transforms/LowerMatrixIntrinsics/propagate-backward.ll
    • add: llvm/test/Transforms/LowerMatrixIntrinsics/propagate-backwards-unsupported.ll
  • Commit 40ff955c6187ef600310f7168deadbb61bf17284 by flo:
    [Matrix] Propagate and use shape information for loads.

    • edit: llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    • edit: llvm/test/Transforms/LowerMatrixIntrinsics/propagate-backward.ll
    • edit: llvm/test/Transforms/LowerMatrixIntrinsics/bigger-expressions-double.ll
  • Commit 3bad91a6eb010629f7918752e75689cb3dabbd56 by flo:
    [Matrix] Update shape propagation to iterate until done.

    • edit: llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    • add: llvm/test/Transforms/LowerMatrixIntrinsics/propagate-multiple-iterations.ll
  • Commit f657348fbdc759b0ae9eedb120529d41870993a2 by flo:
    [Matrix] Hide and describe matrix-propagate-shape option.

    • edit: llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
  • Commit 557152a15bd9f7b18838b90d07a3893b906cef83 by flo:
    [Matrix] Add optimization remarks for matrix expression.

    • add: llvm/test/Transforms/LowerMatrixIntrinsics/remarks.ll
    • edit: llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
  • Commit 6391ba792d4d4f28e48c31b103ed092140e8ae31 by flo:
    [Matrix] Add info about number of operations to remarks.

    • edit: llvm/test/Transforms/LowerMatrixIntrinsics/remarks.ll
    • edit: llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
  • Commit 32f390e7e733eaf30ef2f8fd323786e4db53089c by flo:
    [Matrix] Mark remarks test as AArch64 specific.

    • edit: llvm/test/Transforms/LowerMatrixIntrinsics/remarks.ll
  • Commit f87d772d1ff1c98578c27cb06776fa4e078d4f52 by flo:
    [Matrix] Mark expressions shared between multiple remarks.

    • edit: llvm/test/Transforms/LowerMatrixIntrinsics/remarks.ll
    • add: llvm/test/Transforms/LowerMatrixIntrinsics/remarks-shared-subtrees.ll
    • edit: llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
  • Commit 21fb474dcf95505ecfd8a97f1f73203cb6c8f33a by flo:
    [Matrix] Mark matrix memory intrinsics as argmemonly/write|read mem.

    • edit: llvm/test/Transforms/LowerMatrixIntrinsics/strided-store-double.ll
    • edit: llvm/include/llvm/IR/Intrinsics.td
    • edit: llvm/test/Transforms/LowerMatrixIntrinsics/strided-load-double.ll