Report
[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#12961]
Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/12961/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Sat, 11 Apr 2020 00:25:52 -0500
Build duration:
42 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 f33c2ade1d662dee46d729e255a89925b0261e80 by eeckstein:
EscapeAnalysis: remove an unused parameter from- edit: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp
- edit: include/swift/SILOptimizer/Analysis/EscapeAnalysis.h
-
Commit fd6c26e9482336030e9bc9258b8f482fba3ca678 by eeckstein:
EscapeAnalysis: don't compute the connection graph for very large- edit: include/swift/SILOptimizer/Analysis/EscapeAnalysis.h
- edit: lib/SILOptimizer/Analysis/EscapeAnalysis.cpp
-
Commit 4e2cffbbed9a07ed6165d7363e3e6d03f97f6059 by eeckstein:
AliasAnalysis: speed up canApplyDecrementRefCount() for large functions.- edit: lib/SILOptimizer/Analysis/AliasAnalysis.cpp
-
Commit d73686a5b5a93d94d805fe1c8e6ab1a6b5ea64a5 by eeckstein:
SILCombine: limit the worklist size for instruction canonicalization- edit: lib/SILOptimizer/SILCombiner/SILCombine.cpp
- edit: include/swift/SIL/SILInstructionWorklist.h
-
Commit 6da902ef8ba79fdaf51ef352b3cfc087239ea46c by eeckstein:
Add an option to completely disable SIL verification.- edit: lib/Frontend/CompilerInvocation.cpp
- edit: include/swift/Option/FrontendOptions.td
- edit: lib/SIL/Verifier/SILVerifier.cpp
- edit: include/swift/AST/SILOptions.h
-
Commit 242bf157705b5eb96529ed46efee71ad6a916a9e by eeckstein:
Support try_apply and yield in swift::replaceBranchTarget- edit: lib/SILOptimizer/Utils/CFGOptUtils.cpp
-
Commit 1de19a1b32706d4f36147926381a243e89a798bf by eeckstein:
SimplifyCFG: fix a compile time problem with block merging- edit: test/SILOptimizer/simplify_cfg_opaque.sil
- edit: include/swift/SIL/SILBasicBlock.h
- edit: lib/SIL/IR/SILBasicBlock.cpp
- edit: test/SILOptimizer/OSLogFullOptTest.swift
- edit: test/SILOptimizer/simplify_cfg_address_phi.sil
- edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
- edit: test/SILOptimizer/merge_exclusivity.swift
- edit: test/SILOptimizer/simplify_cfg.sil
- edit: test/SILOptimizer/unsafebufferpointer.swift
- edit: test/SILOptimizer/devirt_jump_thread.sil
- edit: test/SILOptimizer/global_init_opt.swift
-
Commit f83bd2885d457a31d32567b8a8f72fb1e62b5461 by eeckstein:
tests: fix the timeout.py script and move it to a more central place- add: test/Inputs/timeout.py
- edit: test/stdlib/Reflection_objc.swift
- edit: test/stdlib/Reflection.swift
- delete: test/stdlib/timeout.py
-
Commit e117378d681768962606d4925feb570649e9362f by eeckstein:
tests: add a compile-time test for large string arrays.- add: validation-test/SILOptimizer/large_string_array.swift.gyb
-
Commit 5e64ad7e9d28c144d906cad0c5b070eef34015f6 by aprantl:
Remove const qualifier from Modules returned by ExternalASTSource. (NFC)- edit: clang/lib/AST/ExternalASTSource.cpp
- edit: clang/include/clang/AST/ExternalASTSource.h
- edit: clang/lib/Serialization/ASTReader.cpp