# [FAILURE] oss-swift-package-linux-ubuntu-18_04 [#3115]
Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/3115/
Project: oss-swift-package-linux-ubuntu-18_04
Date of build: Sat, 11 Jul 2020 00:43:28 -0500
Build duration: 2 hr 41 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 b1ada5cd71b0f3eaed035766cb97c50301d47b89 by varun_gandhi:
[FrontendTool] Add test for SPI imports in module trace.
-
add: test/Driver/loaded_module_trace_spi.swift
-
Commit 7c366839b3413b2dac5170daaaef92f763384fa9 by varun_gandhi:
[FrontendTool] Include SPI dependencies in module trace.
- edit: lib/FrontendTool/FrontendTool.cpp
- edit: test/Driver/loaded_module_trace_spi.swift
-
Commit cd3f46f99dd740ea679bf1b5c7a6d7783c0bced0 by danielzheng:
[AutoDiff] NFC: Garden assertions.
- edit: lib/SILOptimizer/Differentiation/DifferentiationInvoker.cpp
- edit: lib/SILOptimizer/Differentiation/JVPCloner.cpp
- edit: include/swift/SILOptimizer/Differentiation/ADContext.h
-
Commit e3548dd63807e1286a2fcf6c4404fec474fbd965 by compnerd:
test: use
-log-path
for stderr access in ModuleInterface tests- edit: test/ModuleInterface/swift_build_sdk_interfaces/xfails.test-sh
- edit: test/ModuleInterface/swift_build_sdk_interfaces/compiler-crash-windows.test-sh
-
Commit 061d6514dc56756be43d9a70fad80cd459f14603 by compnerd:
test: make
remote-run
Python 3 friendly- edit: utils/remote-run
-
Commit cd744dad6d3bceeccc4c5387412287f8dc277fde by compnerd:
test: make test syntactically compatible with Python3
- edit: test/DebugInfo/local-vars.swift.gyb
-
Commit 5e36ae1c7cf651b532de9fceab39ba96f82ce16d by mgottesman:
[sil] Add a forwarding cast called unchecked_value_cast.
- edit: include/swift/SIL/SILInstruction.h
- edit: lib/SILOptimizer/Mandatory/OwnershipModelEliminator.cpp
- edit: include/swift/SIL/SILNodes.def
- edit: lib/IRGen/IRGenSIL.cpp
- edit: lib/SIL/Parser/ParseSIL.cpp
- edit: lib/SIL/IR/OperandOwnership.cpp
- edit: lib/SIL/Verifier/SILVerifier.cpp
- edit: lib/SIL/IR/ValueOwnership.cpp
- edit: lib/SILOptimizer/UtilityPasses/SerializeSILPass.cpp
- edit: lib/Serialization/DeserializeSIL.cpp
- edit: lib/Serialization/ModuleFormat.h
- edit: test/SIL/ownership-verifier/use_verifier.sil
- edit: lib/SIL/Utils/OwnershipUtils.cpp
- edit: test/SILOptimizer/ownership_model_eliminator.sil
- edit: lib/Serialization/SerializeSIL.cpp
- edit: include/swift/SIL/SILBuilder.h
- edit: utils/sil-mode.el
- edit: docs/SIL.rst
- edit: lib/SILOptimizer/Utils/SILInliner.cpp
- edit: lib/SIL/IR/SILPrinter.cpp
- edit: include/swift/SIL/SILCloner.h
- edit: lib/SIL/IR/SILInstructions.cpp
-
Commit ac3109a21dbabf19d1abd4f0aecfac2b16758504 by mgottesman:
[eager-specializer] Fix for ownership and add a bunch of missing code
- edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
- edit: lib/SILOptimizer/Utils/CFGOptUtils.cpp
- edit: include/swift/SIL/SILBuilder.h
- add: test/SILOptimizer/eager_specialize_ossa.sil
- edit: lib/IRGen/LoadableByAddress.cpp
- edit: test/SILGen/specialize_attr.swift
- edit: lib/SILOptimizer/Transforms/SpeculativeDevirtualizer.cpp
- edit: lib/SILGen/SILGenExpr.cpp
- edit: lib/SILOptimizer/Utils/InstOptUtils.cpp
- edit: lib/SILGen/SILGenBuilder.cpp
- edit: lib/SILOptimizer/IPO/EagerSpecializer.cpp
- edit: include/swift/SILOptimizer/Utils/CFGOptUtils.h
- edit: lib/SIL/IR/SILBuilder.cpp
- edit: lib/SILGen/SILGenApply.cpp
- edit: lib/SILGen/SILGenBuilder.h
-
Commit b9c43b4598b893bb256dbf1c258bc4daf4d13ca8 by nate_chandler:
[Test] Disabled Driver/linker.swift.
- edit: test/Driver/linker.swift
-
Commit 2e1b6e70702b43fc9bf3e9aa8e12a2a3cf188317 by jgroff:
Sema: KeyPath literals should be read-only when referring to unavailable
- edit: lib/Sema/CSSimplify.cpp
- edit: lib/Sema/ConstraintSystem.h
- add: test/expr/unary/keypath/keypath-availability.swift
-
Commit 85b549a51b621b2c2a7b3a872f47a17cae137acf by jgroff:
Sema: Synthesized setters get the availability of the decl they're
- edit: lib/Sema/TypeCheckStorage.cpp
- add: test/Sema/generalized_accessors_availability.swift
-
Commit df830bc1205008894782f5e1a239b5dfe024e337 by danielzheng:
[AutoDiff] NFC: Reimplement
VJPCloner
using pimpl pattern.- edit: lib/SILOptimizer/Differentiation/VJPCloner.cpp
- edit: include/swift/SILOptimizer/Differentiation/PullbackCloner.h
- edit: lib/SILOptimizer/Differentiation/PullbackCloner.cpp
- edit: include/swift/SILOptimizer/Differentiation/VJPCloner.h
-
Commit eb74f78e68c81635a6bf9f67af12f4f9906ae756 by spestov:
Sema: Force synthesis of the CodingKeys nested type in
- edit: lib/Sema/TypeCheckDecl.cpp
- edit: test/SILGen/synthesized_conformance_class.swift
-
Commit 8f8639b0719fb1c9fabc174504b549081fb15061 by danielzheng:
[AutoDiff] NFC: Reimplement
JVPCloner
using pimpl pattern.- edit: include/swift/SILOptimizer/Differentiation/JVPCloner.h
- edit: lib/SILOptimizer/Differentiation/JVPCloner.cpp