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

Recovered in follow-up build.

[ RUN ] Array.COW.Fast.RemoveAllDoesNotReallocate

check failed at /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swift/validation-test/stdlib/Arrays.swift.gyb, line 361
expected: 11 (of type Swift.Int)
actual: 13 (of type Swift.Int)

[ FAIL ] Array.COW.Fast.RemoveAllDoesNotReallocate

https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/444/

This test also failed in an earlier build https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/438/

···

On Sep 7, 2017, at 9:19 AM, no-reply@swift.org wrote:

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#443]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/443/
Project: oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build: Thu, 07 Sep 2017 10:36:25 -0500
Build duration: 44 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:
    • Indication 1

Changes

  • Commit 1bc5fb193b719401fb5a75423953dab5b705eda9 by aschwaighofer:
SIL: Add a utility function to SILBasicBlock to delete its instructions

    • edit: include/swift/SIL/SILBasicBlock.h

  • Commit 3edcd3008d243744faa543b7d0dacdc54023e468 by aschwaighofer:
SILBasicBlock: Add moveTo method

    • edit: include/swift/SIL/SILBasicBlock.h
    • edit: lib/SIL/SILBasicBlock.cpp
    • edit: include/swift/SIL/SILInstruction.h

  • Commit 48bd2bba765104b648fc514bb44ea3e655a5945d by aschwaighofer:
Mangling changes for outlined Objective-C method calls

    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: lib/Demangling/Demangler.cpp
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: lib/Demangling/OldRemangler.cpp
    • edit: docs/ABI/Mangling.rst
    • edit: lib/Demangling/Remangler.cpp
    • edit: include/swift/Demangling/Demangler.h
    • edit: test/Demangle/Inputs/manglings.txt

  • Commit b625d4da8adda457ccf3e77ec7272d1a2766d8ff by aschwaighofer:
Osize: Add a SIL Outliner pass that outlines the bridging of objective c

    • edit: include/swift/SILOptimizer/PassManager/Passes.def
    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
    • add: test/SILOptimizer/Inputs/Outliner.h
    • add: lib/SILOptimizer/Transforms/Outliner.cpp
    • add: test/SILOptimizer/outliner.swift
    • edit: lib/SILOptimizer/Transforms/CMakeLists.txt

  • Commit 94a5e10dc2ad13cf08c0918ec3a816b79ecc362b by aschwaighofer:
Address review comments

    • edit: lib/SILOptimizer/Transforms/Outliner.cpp