swift-ci
(Swift CI)
1
# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04-long-test [#7260]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04-long-test/7260/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04-long-test
Date of build: Wed, 02 Dec 2020 00:19:00 -0600
Build duration: 1 hr 12 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 8d479f1ff67e40efce63fc63303583fa5e98338a by mgottesman:
[autodiff] Change getTangentStoredProperty() to use a Projection instead of FieldIndexCacheBase.
-
edit: lib/SILOptimizer/Differentiation/JVPCloner.cpp
-
edit: include/swift/SILOptimizer/Differentiation/Common.h
-
edit: lib/SILOptimizer/Differentiation/Common.cpp
-
edit: lib/SILOptimizer/Differentiation/PullbackCloner.cpp
-
Commit 84afba5cf0933627499e07d4b6b5cdae6933ecb4 by xi_ge:
driver: forward driver invocation to the new driver by default
-
edit: tools/driver/driver.cpp
-
edit: test/Driver/opt-record.swift
-
edit: include/swift/AST/DiagnosticsDriver.def
-
edit: test/Driver/tools_directory.swift
-
Commit f0f78a1477b8b8660e3cc005cea7b536e8cfc8bd by mgottesman:
[sil] Templatize base class of FieldIndexCacheBase.
-
edit: include/swift/SIL/SILNode.h
-
edit: include/swift/SIL/SILInstruction.h
-
edit: include/swift/Basic/InlineBitfield.h
-
Commit 33aec98fff39b420adecde5eeb9b6d69088529c0 by mgottesman:
[ownership] Assume values/operands in SILGlobalVariable blocks are not in OSSA.
-
edit: lib/SIL/IR/ValueOwnership.cpp
-
edit: lib/SIL/IR/OperandOwnership.cpp
-
Commit 09ae2ef071b9e476030eca8f8351416958049608 by mgottesman:
[ownership] Centralize all info about SILInstruction forwarding in the SILInstruction class hierarchy itself.
-
edit: include/swift/SIL/OwnershipUtils.h
-
edit: lib/SILOptimizer/SemanticARC/SemanticARCOptVisitor.h
-
edit: lib/SIL/IR/OperandOwnership.cpp
-
edit: lib/SIL/Utils/OwnershipUtils.cpp
-
edit: lib/SIL/IR/SILInstructions.cpp
-
edit: include/swift/SIL/SILInstruction.h
-
edit: lib/SIL/Verifier/SILVerifier.cpp
-
Commit 0992e7731ffa32892d55b33545f49ad5f28c4e6e by github:
Enable GenericSpecializer on OSSA by default (#34899)
-
edit: test/SILOptimizer/specialize_default_witness_ossa.sil
-
edit: test/SILOptimizer/specialize_default_witness_resilience_ossa.sil
-
edit: test/SILOptimizer/specialize_opaque_ossa.sil
-
edit: lib/SILOptimizer/Transforms/GenericSpecializer.cpp
-
edit: test/SILOptimizer/specialize_opaque_result_types_ossa.sil
-
edit: test/SILOptimizer/specialize_recursive_generics_ossa.sil
-
edit: test/IRGen/objc_super.swift
-
edit: test/SILOptimizer/specialize_ossa.sil
-
add: test/SILOptimizer/specialize_no_definition_ossa.sil
-
edit: test/SILOptimizer/specialize_inherited_ossa.sil
-
add: test/SILOptimizer/specialize_metatypes_with_nondefault_representation_ossa.sil
-
edit: test/SILOptimizer/optionset.swift
-
edit: test/SILOptimizer/specialize_reabstraction_ossa.sil
-
Commit 0610b9b72c9a1bf07af46fac7b92d8c032760f71 by arphaman:
[CMake][compiler-rt][libunwind] Compile assembly files as ASM not C, unify workarounds
-
edit: compiler-rt/cmake/Modules/AddCompilerRT.cmake
-
edit: clang/runtime/CMakeLists.txt
-
edit: libunwind/src/CMakeLists.txt
-
Commit a082c730b89fe5e544136ebe6370f452fd2772ee by tstellar:
[WebAssembly] Fix FastISel address calculation bug
-
add: llvm/test/CodeGen/WebAssembly/fast-isel-pr47040.ll
-
edit: llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
-
Commit 8b89bc0de0e190be04991a9622c5866a2e93ef6d by tstellar:
[WebAssembly] Don't fold frame offset for global addresses
-
edit: llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
-
edit: llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
-
edit: llvm/test/CodeGen/WebAssembly/userstack.ll
-
Commit 583b790b5f8dec5f71923bfc363fea7b4db3a9f4 by github:
Rewrite describe command to emit more information, and to support both PlainText and JSON using the same model by using a plain-text encoder. (#3056)
-
edit: Tests/CommandsTests/PackageToolTests.swift
-
edit: Sources/Commands/Describe.swift