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

Report

[FAILURE] oss-swift-5.0-incremental-RA-linux-ubuntu-18_04-long-test [#133]

Build URL:
https://ci.swift.org/job/oss-swift-5.0-incremental-RA-linux-ubuntu-18_04-long-test/133/
Project:
oss-swift-5.0-incremental-RA-linux-ubuntu-18_04-long-test
Date of build:
Tue, 11 Dec 2018 20:06:00 -0600
Build duration:
13 min

Identified problems:

  • Swift Compile Error: Swift compiler error
  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Tests:

Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 7 test(s), Total: 10995 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 522 test(s), Total: 522 test(s)

Changes

  • Commit 70d3c347b47ba931a6d2701a594abe06f26ce977 by aschwaighofer:
    [5.0] Don't duplicate basic blocks ending in dynamic_method_br

    • edit: lib/SIL/LoopInfo.cpp
    • edit: lib/SIL/SILInstruction.cpp
    • edit: lib/SIL/SILVerifier.cpp
    • edit: test/SILOptimizer/simplify_cfg.sil
  • Commit d09aae734007f602a5d8fe2faca36d35f01b8ab1 by vsk:
    [HotColdSplitting] Outline more than once per function

    • add: test/Transforms/HotColdSplit/phi-with-distinct-outlined-values.ll
    • edit: test/Transforms/HotColdSplit/outline-while-loop.ll
    • add: test/Transforms/HotColdSplit/succ-block-with-self-edge.ll
    • edit: lib/Transforms/IPO/HotColdSplitting.cpp
    • add: test/Transforms/HotColdSplit/extraction-subregion-breaks-phis.ll
    • add: test/Transforms/HotColdSplit/mark-the-whole-func-cold.ll
    • add: test/Transforms/HotColdSplit/eh-pads.ll
    • add: test/Transforms/HotColdSplit/region-overlap.ll
    • add: test/Transforms/HotColdSplit/forward-dfs-reaches-marked-block.ll
    • add: test/Transforms/HotColdSplit/outline-multiple-entry-region.ll
    • add: test/Transforms/HotColdSplit/outline-disjoint-diamonds.ll
  • Commit b0e38a84ea688d03ff5b9ab07cb970d378b25af3 by vsk:
    [HotColdSplitting] Refine definition of unlikelyExecuted

    • add: test/Transforms/HotColdSplit/outline-cold-asm.ll
    • add: test/Transforms/HotColdSplit/noreturn.ll
    • edit: lib/Transforms/IPO/HotColdSplitting.cpp
    • edit: test/Transforms/HotColdSplit/eh-pads.ll
  • Commit 4828081b65464aa50554ddc983e3dda5bff25c8c by vsk:
    [HotColdSplitting] Disable outlining landingpad instructions (PR39917)

    • edit: test/Transforms/HotColdSplit/eh-pads.ll
    • edit: lib/Transforms/IPO/HotColdSplitting.cpp