swift-ci
(Swift CI)
1
Report
[FAILURE] oss-lldb-incremental-linux-ubuntu-14_04 [#1393]
Build URL:
https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/1393/
Project:
oss-lldb-incremental-linux-ubuntu-14_04
Date of build:
Tue, 12 Feb 2019 19:55:46 -0600
Build duration:
3 hr 42 min
Changes
-
Commit 79a2e0f12ae18be27a9a68c42671c331c718abd4 by spestov:
[Swift] Update for RemoteAST change
-
edit: source/Target/SwiftLanguageRuntime.cpp
-
Commit 7ee8f98f8528ab048d694e119f54d54718b775e5 by ditaliano:
[SwiftExpressionParser] Add tests for the fixed closure behaviour.
-
edit: packages/Python/lldbsuite/test/lang/swift/closure_shortcuts/main.swift
-
Commit a30d762ff03d5f1a151747bbdde648a274510133 by ditaliano:
[Swift] Update tests to run map() inside a closure.
-
edit: packages/Python/lldbsuite/test/lang/swift/closure_shortcuts/main.swift
-
Commit 55c404ba3b7edac0f9712d5556bcd8f1d404e935 by millenomi:
Supported FileHandle API for Swift.
-
edit: Foundation.xcodeproj/project.pbxproj
-
edit: Foundation/FileHandle.swift
-
edit: TestFoundation/TestPipe.swift
-
edit: Foundation/FoundationErrors.swift
-
Commit c40c883b8853953d51b46d578032390ce5e41893 by millenomi:
Fix feedback.
-
edit: Foundation/FileHandle.swift
-
Commit 5995272b8f80a3910eef4fe8e00237f097fdc9eb by si:
FileManager: setAttributes(ofItemAtPath:) should throw if chmod fails.
-
edit: TestFoundation/TestFileManager.swift
-
edit: Foundation/FileManager.swift
-
Commit bb74cadc15a34b1209f2b1c12f0946797441a1f7 by si:
NSData: Refactor write(toFile:options) using FileHandle methods.
-
edit: Foundation/FileHandle.swift
-
edit: Foundation/NSData.swift
-
edit: Foundation/FileManager.swift
-
Commit ae09dfc3be029cf6d0bb32878545afa267551f53 by compnerd:
Foundation: remove future fixes
-
edit: Foundation/NSURL.swift
-
edit: Foundation/Stream.swift
-
Commit ee222c3fdf1f92a48be8e74132a4534c040ebf58 by rkandhadaimadhav:
[Constant Evaluator] Add support for string appends and equals to the
-
edit: stdlib/public/core/StringComparable.swift
-
edit: lib/SILOptimizer/Utils/ConstExpr.cpp
-
edit: stdlib/public/core/String.swift
-
edit: test/SILOptimizer/pound_assert.swift
-
Commit c48be0072eb0691dd314d9f4097647304cf1db8b by broyalgordon:
[NFC] Refactor diagnoseDeclAvailability() flags
-
edit: lib/Sema/TypeCheckAvailability.h
-
edit: lib/Sema/TypeCheckAvailability.cpp
-
edit: lib/Sema/TypeCheckType.cpp
-
Commit a6c23790f92fc8d975581691cc0507815d0125e4 by broyalgordon:
Add #available guards to init(rawValue:)
-
edit: lib/Sema/TypeCheckAvailability.cpp
-
add: test/SILGen/enum_raw_representable_available.swift
-
edit: lib/Sema/DerivedConformanceRawRepresentable.cpp
-
edit: lib/Sema/TypeCheckAvailability.h
-
Commit cbd1c598463654bd0002f4a38b06e4d481941d11 by broyalgordon:
Don’t run #available synthesis test on Linux
-
edit: test/SILGen/enum_raw_representable_available.swift
-
Commit d2d1211b51daed22c3c9b4e595c0fb8a385519d7 by broyalgordon:
Further improve AvailabilityWalker changes
-
edit: lib/Sema/TypeCheckAvailability.cpp
-
edit: lib/Sema/TypeCheckAvailability.h
-
Commit 2bd9eb38d860894e6b7cd7cb15419c56902a7566 by broyalgordon:
Add accessor with potentially unavailable attrs
-
edit: include/swift/AST/Attr.h
-
edit: lib/AST/Attr.cpp
-
Commit 5da6668b8a5c28e8bf850bc74f5127e43a42d521 by broyalgordon:
Refactor availability-checking code to handle more cases
-
edit: lib/AST/Attr.cpp
-
edit: test/SILGen/enum_raw_representable_available.swift
-
edit: lib/Sema/DerivedConformanceRawRepresentable.cpp
-
Commit 3f4355cc2007289d30a6be2552c07200db8e3e5a by broyalgordon:
Lower versions in new enum availability test
-
edit: test/SILGen/enum_raw_representable_available.swift
-
Commit 6d8dbfa0f1e1057154a628ad63bad2c7f2779c9d by broyalgordon:
[NFC] Style/assertion/test design improvements
-
edit: lib/AST/Attr.cpp
-
edit: test/SILGen/enum_raw_representable_available.swift
-
edit: lib/Sema/DerivedConformanceRawRepresentable.cpp
-
Commit 413dd85a5a9bdd6ba755b52e374f108bfe853265 by broyalgordon:
Test init(rawValue:) behavior for obsolete cases
-
edit: test/SILGen/enum_raw_representable_available.swift
-
Commit 6d3397337d0f64e961e66930f4d809b30fbcca84 by atrick:
Fix performance of array initialization from a generic sequence.
-
edit: stdlib/public/core/ContiguousArray.swift
-
edit: stdlib/public/core/ContiguousArrayBuffer.swift
-
edit: stdlib/public/core/Array.swift
-
edit: stdlib/public/core/SliceBuffer.swift
-
edit: stdlib/public/core/ArrayBuffer.swift
-
edit: stdlib/public/core/ArraySlice.swift
-
edit: benchmark/single-source/ArrayOfGenericPOD.swift
-
Commit 8f884c45c41e8591e8ea5a1660264ddb4e8b0daa by pyaskevich:
[CSBindings] Preserve l-valueness of optional object type
-
edit: test/Constraints/optional.swift
-
edit: lib/Sema/CSBindings.cpp
-
Commit 01b8fbc1bf86481df50f9db7b501070024afdbe0 by rishizaki:
[CodeCompletion] Implement .Type completion in expression context
-
edit: test/IDE/complete_value_expr.swift
-
edit: test/IDE/complete_associated_types.swift
-
edit: test/IDE/complete_init_inherited.swift
-
edit: test/SourceKit/CodeComplete/complete_inner.swift
-
edit: test/IDE/complete_from_clang_framework.swift
-
edit: test/IDE/complete_constructor.swift
-
edit: test/IDE/complete_not_recommended.swift
-
edit: test/IDE/complete_operators.swift
-
edit: test/IDE/complete_enum_elements.swift
-
edit: lib/IDE/CodeCompletion.cpp
-
edit: test/IDE/complete_members_optional.swift
-
edit: test/IDE/complete_at_top_level.swift
-
edit: test/IDE/complete_from_swift_module.swift
-
Commit ec85151a80e5966ea9c74ab1ac6af5dad6c69399 by rishizaki:
[CodeCompletion] Add '.Protocol' completion for protocol in type context
-
edit: lib/IDE/CodeCompletion.cpp
-
edit: test/IDE/complete_type.swift
-
Commit 5824b0f475295bc237be437f55d3b0b40c32aa03 by spestov:
MetadataReader: Factor out readNominalTypeFromClassMetadata() to clean
-
edit: include/swift/Remote/MetadataReader.h
-
Commit 76ebaee07839f6dd7d7bed69eacc1bf3c672449e by spestov:
MetadataReader: Add support for NSError toll-free bridging
-
edit: include/swift/Reflection/ReflectionContext.h
-
edit: include/swift/Remote/MetadataReader.h
-
edit: lib/RemoteAST/RemoteAST.cpp
-
edit: test/RemoteAST/existentials_objc.swift
-
Commit bd3b45138f39d1885e9fbc88a3b541f0f9506a17 by spestov:
RemoteAST: More consistent behavior of existentials inside classes
-
edit: lib/RemoteAST/RemoteAST.cpp
-
Commit 56a74c4cd399037059621dac0186343bd45461c4 by spestov:
RemoteAST: Add new entry point to unwrap an Error existential container
-
edit: lib/RemoteAST/RemoteAST.cpp
-
edit: include/swift/RemoteAST/RemoteAST.h
-
Commit f64a0f3386cedae83228a5d3327b70a6f75406b1 by mgottesman:
[ownership] Fix default block folding in diagnose_unreachable.
-
edit: test/SILOptimizer/diagnose_unreachable.sil
-
edit: lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp
-
Commit 4a2e88985386293065dd0b932ca05074d0014ea0 by pyaskevich:
[CSFix] NFC: Fixes should only be created via create(...)
-
Commit 905a6def79fb70b7bc88dd3da0c917971f664c33 by spestov:
RemoteAST: Clean up use of std::pair and std::tuple for opened
-
edit: include/swift/Remote/MetadataReader.h
-
edit: include/swift/Reflection/ReflectionContext.h
-
edit: include/swift/RemoteAST/RemoteAST.h
-
edit: tools/swift-remoteast-test/swift-remoteast-test.cpp
-
edit: lib/RemoteAST/RemoteAST.cpp
-
Commit 083350af7753ae301ea27dacfb749c0b1735a9d0 by github:
Revert "[CMake] Remove LINK_LIBRARIES option from
-
edit: cmake/modules/AddSwift.cmake
-
Commit 15074fbf3b4dce502c04556933e845709c8b2aa8 by xi_ge:
build-script: install swiftsyntax parser into the toolchain
-
edit: utils/build-presets.ini
-
edit: utils/build-script-impl
-
Commit 541b17a593b49c52d7c47cd49c35ae4d2dae35f0 by github:
Fix build-script SwiftEvolve support (#22148)
-
add: utils/swift_build_support/swift_build_support/products/swiftevolve.py
-
edit: utils/swift_build_support/swift_build_support/products/init.py
-
edit: utils/build-script
-
edit: utils/build-script-impl
-
Commit cf97dae9f137464392875b183ad96536d8541450 by rishizaki:
[SourceKit] Fix memory issue in response construction for
-
edit: tools/SourceKit/lib/SwiftLang/SwiftTypeContextInfo.cpp
-
Commit 49b2f4eba7f438cae2072813579ee089a8dc2c31 by ditaliano:
[DebuggerSupport] Unbreak closures in the expression parser.
-
edit: lib/Parse/ParseExpr.cpp
-
edit: lib/Parse/Lexer.cpp
-
Commit 2d73550e5aab2c06f39d320ba637041c61b7a885 by ditaliano:
[Parse] Add a test for the change.
-
add: test/Parse/closure-debugger.swift