[Swift CI] Build Failure: 0. OSS - LLDB Incremental - OS X (master) (Debug) #235

Report

[FAILURE] oss-lldb-incremental-debug-osx [#235]

Build URL:
https://ci.swift.org/job/oss-lldb-incremental-debug-osx/235/
Project:
oss-lldb-incremental-debug-osx
Date of build:
Mon, 04 Jun 2018 05:44:07 -0500
Build duration:
2 hr 20 min

Identified problems:

  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:

Changes

  • Commit 0a70ec336a7eb777b32b3ec94b32570ee619fa13 by mgottesman:
    [benchmark] Add swiftpm support for the benchmark suite.

    • edit: benchmark/CMakeLists.txt
    • delete: benchmark/multi-source/PrimsSplit/main.swift
    • add: benchmark/Package.swift
    • add: benchmark/multi-source/PrimsSplit/Prims_main.swift
    • edit: benchmark/utils/main.swift
  • Commit 30d4f4546873c653e8d9aab849ae0277331b9aad by mgottesman:
    [func-sig-opts] Move FunctionSignatureOpts into the directory

    • edit: lib/SILOptimizer/CMakeLists.txt
    • edit: lib/SILOptimizer/Transforms/CMakeLists.txt
    • add: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp
    • add: lib/SILOptimizer/FunctionSignatureTransforms/CMakeLists.txt
    • delete: lib/SILOptimizer/Transforms/FunctionSignatureOpts.cpp
    • delete: lib/SILOptimizer/Transforms/FunctionSignatureOpts.h
    • add: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.h
  • Commit bfc2dac3361ee4450bf43c3c255041748adbf76a by mgottesman:
    [func-sig-opts] Split FunctionSignatureOpts.cpp into 3 files one for

    • add: lib/SILOptimizer/FunctionSignatureTransforms/DeadArgumentTransform.cpp
    • edit: lib/SILOptimizer/FunctionSignatureTransforms/CMakeLists.txt
    • add: lib/SILOptimizer/FunctionSignatureTransforms/ArgumentExplosionTransform.cpp
    • edit: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp
    • add: lib/SILOptimizer/FunctionSignatureTransforms/OwnedToGuaranteedTransform.cpp