swift-ci
(Swift CI)
1
# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#14862]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/14862/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build: Mon, 19 Oct 2020 04:38:35 -0500
Build duration: 1 hr 55 min
Identified problems:- Swift Compile Error: Swift compiler error
- Indication 1
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Changes- Commit 007351223eb96a1a0132953a219b12d9b06ec0e7 by eeckstein:
MemBehavior: handle begin_access when checking for apply side-effects.
-
edit: lib/SILOptimizer/Analysis/MemoryBehavior.cpp
-
edit: test/SILOptimizer/mem-behavior.sil
-
Commit 68db2e7c6ce6f2bf9cdce1add556ef69971bc6a1 by eeckstein:
TempRValueOpt: don't use collectLoads in tryOptimizeStoreIntoTemp
-
edit: lib/SILOptimizer/Transforms/TempRValueElimination.cpp
-
Commit 673b8873ab2930c0497944411a28070877883591 by eeckstein:
TempRValueOpt: refactoring: simplify the signature of collectLoads
-
edit: lib/SILOptimizer/Transforms/TempRValueElimination.cpp
-
Commit d569031f1a367281871ba18c92f385ffa0cafa7d by eeckstein:
TempRValueOpt: move the mayWrite-check for applies from collectLoads to checkNoSourceModification
-
edit: lib/SILOptimizer/Transforms/TempRValueElimination.cpp
-
Commit 7c293d8de960045fbe2d1717aa21481d801cd036 by eeckstein:
TempRValueOpt: fix the handling of begin_access
-
edit: test/SILOptimizer/temp_rvalue_opt_ossa.sil
-
edit: lib/SILOptimizer/Transforms/TempRValueElimination.cpp
-
Commit 6310dfcc939d88664d1fb63a908f1139e9cf6b47 by eeckstein:
TempRValueOpt: fix the handling of load [take]
-
edit: lib/SILOptimizer/Transforms/TempRValueElimination.cpp
-
edit: test/SILOptimizer/temp_rvalue_opt_ossa.sil
-
Commit 9a10ec7d581345cbfcd15990c54848ca1b25dc8c by eeckstein:
SILBuilder: add an API to insert after an instruction.
-
edit: include/swift/SIL/SILBuilder.h
-
edit: lib/SILOptimizer/Utils/PartialApplyCombiner.cpp
-
edit: include/swift/SIL/ApplySite.h
-
edit: lib/SIL/IR/CMakeLists.txt
-
add: lib/SIL/IR/ApplySite.cpp
-
edit: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp
-
edit: lib/SIL/IR/SILBuilder.cpp
-
edit: lib/SILOptimizer/Utils/Generics.cpp
-
Commit 4557f151b1e90b874f77736bdf4ab20df8affe69 by eeckstein:
TempRValueOpt: fix the placement of destroy_addr in case of a copy_addr [take]
-
edit: test/SILOptimizer/temp_rvalue_opt.sil
-
edit: lib/SILOptimizer/Transforms/TempRValueElimination.cpp
-
edit: test/SILOptimizer/temp_rvalue_opt_ossa.sil
-
Commit 262c7b251f9d650231a394bedcd5d12ca527cc92 by eeckstein:
TempRValueOpt: don't allow copy_addr [take] from a projection of the temporary.
-
edit: lib/SILOptimizer/Transforms/TempRValueElimination.cpp
-
edit: test/SILOptimizer/temp_rvalue_opt_ossa.sil
-
Commit 1e5f3bd253f0fbfab7f39f176f321b3dce94d11b by eeckstein:
TempRValueOpt: only do the check for "unusual" temp object destruction in non-OSSA mode.
-
edit: lib/SILOptimizer/Transforms/TempRValueElimination.cpp