Report
[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#7354]
Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/7354/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build:
Fri, 03 May 2019 11:57:08 -0500
Build duration:
58 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
- Swift Compile Error: Swift compiler error
Changes
-
Commit 9c6bc9ccd77c162cfa503088f41088f6a38942d6 by jgroff:
Runtime: Generalize TypeMetadataRecords to non-type contexts.- edit: include/swift/ABI/Metadata.h
- edit: stdlib/public/runtime/MetadataLookup.cpp
-
Commit 4eb064dc216312018cd365c35106babe0dc8321f by jgroff:
IRGen: Emit opaque type descriptors for runtime lookup.- edit: lib/IRGen/GenDecl.cpp
- add: test/IRGen/opaque_result_type_debug.swift
- edit: lib/IRGen/IRGenModule.h
- edit: lib/IRGen/GenStruct.cpp
-
Commit 7f76ed6d627cb310b5fc8233ff3aea6d927300a7 by jgroff:
IRGen: Render opaque types like other archetypes in debug info.- edit: lib/IRGen/IRGenDebugInfo.cpp
- edit: test/IRGen/opaque_result_type_debug.swift
-
Commit e7cd0a16d5390b3dfa7898239a3bfea3b9108fae by jgroff:
Fix node order when we demangle opaque types.- edit: lib/Sema/TypeCheckType.cpp
- edit: lib/AST/ASTDemangler.cpp
-
Commit fc8be62895d661af65471936fe10232542517045 by jgroff:
RemoteAST: Add a request to get the underlying type from an opaque type- edit: include/swift/ABI/Metadata.h
- edit: include/swift/RemoteAST/RemoteAST.h
- edit: include/swift/AST/Types.h
- edit: lib/IRGen/IRGenMangler.h
- edit: include/swift/Remote/MetadataReader.h
- edit: include/swift/AST/ASTMangler.h
- edit: lib/RemoteAST/RemoteAST.cpp
- edit: lib/AST/ASTMangler.cpp
-
Commit 17511c06bd0317d6a3ae811b6629b6ecdf5c552b by jgroff:
MetadataReader: Build demanglings for opaque type contexts.- edit: include/swift/Remote/MetadataReader.h
-
Commit a6b5a41a3267b5ccadab735e14ccb462399c433a by jgroff:
IRGen: Generate anonymous contexts for properties with opaque return- edit: include/swift/IRGen/Linking.h
- edit: test/IRGen/opaque_result_type_debug.swift
- edit: lib/IRGen/Linking.cpp
- edit: lib/IRGen/GenMeta.cpp
- edit: lib/IRGen/IRGenModule.h
- edit: lib/IRGen/IRGenMangler.h
-
Commit edd30153fa8b1f5787ca228968febe44d36a79ee by jgroff:
Add TypeDecoder test- add: test/TypeDecoder/opaque_return_type.swift
-
Commit 72aa0891305e915f57e86b33ba95e271ffcceadf by jgroff:
NFC opaque type cleanups- edit: lib/Sema/TypeCheckAccess.cpp
- edit: lib/IRGen/IRGenModule.h
- edit: lib/IRGen/GenDecl.cpp
-
Commit 71b034d86465f22cfffcf7b894ff2756c47cb51b by kyrtzidis:
[Index] ForisKnownFile()
take into account visibility of unit files- edit: lib/Index/FilePathIndex.cpp