Report
[FAILURE] oss-swift-package-osx [#3662]
Build URL:
https://ci.swift.org/job/oss-swift-package-osx/3662/
Project:
oss-swift-package-osx
Date of build:
Tue, 03 Sep 2019 22:42:28 -0500
Build duration:
3 hr 32 min
Changes
-
Commit 3a2547ce0c1fab05cb6b4414901f323b3cf7e190 by owen:
[Diagnostics][NFC] Allow column specification in -verify mode- edit: lib/Frontend/DiagnosticVerifier.cpp
-
Commit da2c4e4fd1191795a9924d49ec9d7dbff2abeff1 by suyashsrijan:
[Typechecker] Relax existential to concrete type cast check for classes- edit: test/stmt/errors.swift
- edit: lib/Sema/TypeCheckConstraints.cpp
-
Commit 5d77258843ad9165573894f1349ab5d132208de4 by suyashsrijan:
[Typechecker] Relax the check only for non-final classes- edit: test/Constraints/patterns.swift
- edit: lib/Sema/TypeCheckConstraints.cpp
- edit: test/stmt/errors.swift
-
Commit 992cc032a7c7b12ca5964bce6a7e0728a0a48ddf by rishizaki:
[SyntaxParse] Don't discard 'typealias' without identifier- edit: lib/Parse/ParseDecl.cpp
- edit: test/Syntax/round_trip_misc.swift
-
Commit 3ce11569c665693275379e47a053a761c9b9f5d5 by suyashsrijan:
[Test] Fix diagnostic expectation (warning, not error)- edit: test/stmt/errors.swift
-
Commit b3883df79c80e0a6aeeef1d78e757ad700dd6938 by suyashsrijan:
[Demangler] When printing an associated type descriptor, print the full- edit: test/Demangle/Inputs/manglings.txt
- edit: lib/Demangling/NodePrinter.cpp
-
Commit 8b7c5fe9cfdf9021ac89fc8689dc02d98929a6ec by suyashsrijan:
[Demangler] Tweak printing of DependentAssociatedTypeRef- edit: lib/Demangling/NodePrinter.cpp
-
Commit f25a5a2c30e6c4a5bc96e6395df6b5f04052e793 by suyashsrijan:
[Demangler] Call getNumChildren() before accessing the node- edit: lib/Demangling/NodePrinter.cpp
-
Commit c3f89e709832dc7ca9ad9c00b1eb5676fe2277ff by suyashsrijan:
[Test] Fix tests- edit: test/SILGen/interface_type_mangling.swift
- edit: test/Demangle/Inputs/manglings.txt
- edit: test/Reflection/typeref_decoding_asan.swift
- edit: test/Reflection/typeref_decoding.swift
-
Commit edf9c45a3a8116f2bd9872542dfbc91e75187d16 by dgregor:
Allow ParseAbstractFunctionBodyRequest to delay function bodies.- edit: lib/Parse/ParseRequests.cpp
-
Commit b3e3d39ab3bbb0134ae8b34202e3769d05c033ce by dgregor:
[Parser] Only skip function bodies when delayed callbacks tell us to.- edit: lib/Parse/ParseDecl.cpp
-
Commit d7f6768a9dee046207cb0a4dee3c9fa597acf24d by dgregor:
Eliminate DelayedParsingCallbacks.- edit: lib/Parse/Parser.cpp
- edit: include/swift/Parse/Parser.h
- edit: lib/ParseSIL/ParseSIL.cpp
- edit: lib/Frontend/Frontend.cpp
- edit: include/swift/Frontend/Frontend.h
- edit: lib/Parse/ParseDecl.cpp
- delete: include/swift/Parse/DelayedParsingCallbacks.h
- edit: lib/Sema/SourceLoader.cpp
- edit: lib/Basic/SourceLoc.cpp
- edit: lib/IDE/REPLCodeCompletion.cpp
- edit: include/swift/Subsystems.h
-
Commit e9aa04a91adeebaf2d94ca4f9b20b74aff26f59b by pyaskevich:
[ConstraintSystem] Extendgeneric argument mismatch
fix to all pointer- edit: test/Parse/pointer_conversion.swift.gyb
- edit: test/ClangImporter/objc_id_as_any.swift
- edit: test/Parse/pointer_conversion_objc.swift.gyb
- edit: lib/Sema/CSSimplify.cpp
-
Commit 28383d4f664f8ce1ccb6cb225cba3bb77a2926c3 by dgregor:
Add back a form of parseIntoSourceFile for LLDB.- edit: include/swift/Subsystems.h
-
Commit 96ea85aa625248c7c9bd0b4a47ad76fc982d5215 by pyaskevich:
[CSDiag] NFC: Remove all code from visitInOutExpr since it's now- edit: lib/Sema/CSDiag.cpp
-
Commit 115569f0deccfc5baed8fa8147455c69fbecb3af by xi_ge:
swift-api-checker.py: introduce a sub directory under framework name for- edit: utils/api_checker/swift-api-checker.py
-
Commit 0a239d568a5209c0cd2cfb3e0b1ccb525cfd89a7 by owen:
Update diag_deprecated_string_interpolation to use column offsets in- edit: test/Sema/diag_deprecated_string_interpolation.swift
- edit: lib/Frontend/DiagnosticVerifier.cpp
-
Commit ba9ec57d5f3b0b8bbb1bc290b441d589cd84961b by suyashsrijan:
[Test] Fix remaining typeref decoding tests- edit: test/Reflection/typeref_decoding.swift
- edit: test/Reflection/typeref_decoding_asan.swift
- edit: test/SILGen/interface_type_mangling.swift
-
Commit 6d390e44d91ac3b1148b706c6f7d31caa4462a3a by dgregor:
Allow delayed body parsing in parseDelayedDecl().- edit: lib/Parse/Parser.cpp
-
Commit e888a4008e9be25987e95fbe28c74594583247fd by rishizaki:
[SyntaxParse] Fix round-trip issue in protocol composition parsing- edit: test/Syntax/round_trip_misc.swift
- edit: lib/Parse/ParseType.cpp
-
Commit 2d836f45bed0d7d8f7be9b68990da88a68b3dda8 by rwidmann:
Drop a superfluous NULL write- edit: lib/AST/Decl.cpp
- edit: lib/Sema/TypeCheckStmt.cpp
- delete: test/SourceKit/CursorInfo/undefined-default-value.swift
-
Commit eb1810c35e4b0f2de6a6340ad64126b56444a1a3 by suyashsrijan:
[Typechecker] Simplify the non-final check when checking a cast from- edit: lib/Sema/TypeCheckConstraints.cpp
-
Commit 4716defae05cbf8c7cb1fc13b65a3f141b14d1c5 by dgregor:
Remove parseIntoSourceFile() shim that LLDB isn't using anymore- edit: include/swift/Subsystems.h
-
Commit 682c45ca6042dd53a5f87c858283db4b38504f03 by github:
[docs] Start a doc on ClangImporter C->Swift name mapping (#26947)- add: docs/CToSwiftNameTranslation.md
-
Commit fb546513da67f210a43979f6d9bd97e315c4ed10 by harlan:
[Sema] Point to declaration when looking for a member type- edit: test/decl/ext/extensions.swift
- edit: test/decl/protocol/special/coding/struct_codable_member_type_lookup.swift
- edit: lib/Sema/TypeCheckType.cpp
- edit: test/decl/nested/type_in_function.swift
- edit: test/Generics/generic_types.swift
- add: test/Sema/diag_module_conflict_with_type.swift
- edit: test/decl/protocol/special/coding/class_codable_member_type_lookup.swift
-
Commit e47283c98954f7e586f281132eb0a1be246d627c by compnerd:
build: place executable content into the root of the build- edit: src/CMakeLists.txt
- edit: CMakeLists.txt
-
Commit 0501d6865b728e40e3d14cb939d4967d12a53075 by abdulras:
build: stage movement for dispatch build output- edit: Utilities/bootstrap
-
Commit da3bbcf6db429962552d0167a39ef10ba8f0ce04 by teemperor:
[ClangExpressionParser] Revert duplicated file creation logic- edit: source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
-
Commit f0aa6366dab4f682964416303c9c9b026ccd6046 by dgregor:
Update for parser API change in Swift- edit: source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp
-
Commit c813b75af95751b70dcb8208b9080f29bfc77df9 by teemperor:
[ExpressionSourceCode] Move Swift-only function- edit: source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp
- edit: source/Expression/ExpressionSourceCode.cpp
- edit: source/Plugins/ExpressionParser/Swift/SwiftASTManipulator.cpp
- edit: source/Plugins/ExpressionParser/Swift/SwiftASTManipulator.h
- edit: include/lldb/Expression/ExpressionSourceCode.h
-
Commit 2a4d55cc63e2c11c328959d2269718954755397c by ditaliano:
[DYLDRendezvous] Remove code that doesn't exist upstream.- edit: source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
-
Commit 1b37dcdf50c5484f9f73851ac8489ce3ab94ec82 by ditaliano:
[ClangExpressionParser] Remove unneded divergence from upstream.- edit: source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp