Report
[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#7966]
Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/7966/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build:
Mon, 19 Aug 2019 19:22:14 -0500
Build duration:
1 hr 55 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 f7dde8d4198ae0c3ba1a22067034cff36207c07a by apl:
[CMake] Fix up SwiftConfig and SwiftExports- edit: cmake/modules/SwiftConfig.cmake.in
- edit: cmake/modules/CMakeLists.txt
- edit: cmake/modules/AddSwift.cmake
-
Commit 0a4cdac2b70a3c6ca3fd9dad33f0017d1fa76fa8 by xi_ge:
AST: fix another issue of exponentially calculating source location.- edit: include/swift/AST/Expr.h
- add: test/IDE/range_info_54276140.swift
-
Commit cf047295d799be8e8fde7cb886792b592d5eb738 by gregomni:
Coerce key path index expr to handle upcast correctly.- edit: lib/Sema/CSApply.cpp
- edit: test/Constraints/keypath.swift
-
Commit 496ca1030286e23aef57bb72bca54261ee53d8a1 by eeckstein:
SimplifyCFG: fix a bug in switch_enum -> select_enum conversion- edit: test/SILOptimizer/simplify_cfg_args.sil
- edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
-
Commit 462b5788b4fb909f587ac72c7360458f8d549d74 by varun_gandhi:
Replace validateType() with resolveType().- edit: lib/Sema/TypeCheckDecl.cpp
-
Commit 3952a0a314a0725cf9b08591fb4bfff419243c51 by varun_gandhi:
Return the extended type from validateExtendedType(); don't save it.- edit: lib/Sema/TypeCheckDecl.cpp
-
Commit c85eae1efbf538b755d60463d4d6a9d28cacdb32 by varun_gandhi:
Get rid of the second call to setType() in validateExtension().- edit: lib/Serialization/Serialization.cpp
- edit: test/Serialization/extension-of-typealias.swift
- edit: lib/Sema/TypeCheckDecl.cpp
- edit: lib/Sema/TypeCheckGeneric.cpp
- edit: test/Frontend/debug-generic-signatures.swift
- edit: validation-test/Serialization/rdar29694978.swift
- edit: include/swift/Serialization/ModuleFormat.h
- edit: test/Generics/conditional_conformances.swift
- edit: lib/Sema/TypeCheckType.cpp
- edit: lib/Serialization/Deserialization.cpp
-
Commit 7f75ac167dd4d375e36b47f9d17e44ea9b4716bc by varun_gandhi:
Add a test case for SR-11227 (extending a protocol composition).- add: test/Sema/Inputs/composition_extensions_usage.swift
- add: test/Sema/composition_extensions.swift
-
Commit b99fb69cc2af23033ba0e73198f56ed344c26adc by mgottesman:
[lldb-with-tools] Fix disassemble-asm-cfg.- edit: utils/lldb/lldbToolBox.py
-
Commit 6a65a01e8a58a5ec4ad4bb346523c5434419dae5 by xi_ge:
ABI/API checker: serialized json format should include all tool- edit: tools/swift-api-digester/swift-api-digester.cpp
- edit: test/api-digester/clang-module-dump.swift
- edit: test/api-digester/dump-module.swift
- edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
- edit: include/swift/IDE/DigesterEnums.def
- edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
-
Commit 94d1e5efe6d49c46c74bf2d33fefa59091074425 by github:
Avoid reserved names in C++ code: "__Consuming" (#26720)- edit: lib/SILGen/SILGenApply.cpp
- edit: lib/Serialization/Serialization.cpp
- edit: lib/Sema/TypeCheckAttr.cpp
- edit: lib/Sema/TypeCheckDecl.cpp
- edit: lib/Serialization/Deserialization.cpp
- edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
- edit: lib/AST/Decl.cpp
- edit: lib/Sema/TypeCheckProtocol.cpp
- edit: include/swift/Serialization/ModuleFormat.h
- edit: include/swift/AST/Decl.h
- edit: lib/AST/ASTContext.cpp
-
Commit 3266fd53d92b6da6f907db22cb82d2d2e3f1bcda by xi_ge:
ABI/API checker: add a version number for the json descriptors of APIs- edit: test/api-digester/Outputs/clang-module-dump.txt
- edit: test/api-digester/Outputs/cake.json
- edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
- edit: include/swift/IDE/DigesterEnums.def
- edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
- edit: test/api-digester/Outputs/cake-abi.json
-
Commit b082c270f5fb5594721e8acd885e3148533248e0 by aschwaighofer:
IRGen: Outlining needs to look through opaque archetypes now that the- add: test/IRGen/opaque_result_type_substitution.swift
- edit: lib/IRGen/Outlining.cpp
-
Commit d13842b28fc6343c26276f07554de9fe8e4c3c03 by jonas:
Update LLDB branch for master-rebranch- edit: utils/update_checkout/update-checkout-config.json
-
Commit dae5ec1f5dea98dccce7241791256f645692a68f by si:
Consistently add #error when compiling on unsupported architectures.- edit: Foundation/CGFloat.swift
- edit: Foundation/Data.swift
- edit: TestFoundation/TestNSNumber.swift
- edit: Foundation/NSNumber.swift
- edit: Foundation/NSRange.swift
-
Commit b3c3f9fd66e59e46293991c79d63fc02a90b502e by millenomi:
Parity: Networking: URLUploadTask and URLDownloadTask- edit: Foundation/URLSession/NativeProtocol.swift
- edit: Foundation/URLSession/URLSession.swift
- edit: TestFoundation/TestURLSession.swift
- edit: Foundation/URLSession/URLSessionTask.swift
- edit: Foundation/URLSession/http/HTTPURLProtocol.swift
- edit: Foundation/URLSession/ftp/FTPURLProtocol.swift