Report
[FAILURE] oss-swift-master-rebranch-incremental-ASAN-RA-osx [#15]
Build URL:
https://ci.swift.org/job/oss-swift-master-rebranch-incremental-ASAN-RA-osx/15/
Project:
oss-swift-master-rebranch-incremental-ASAN-RA-osx
Date of build:
Wed, 05 Feb 2020 00:21:50 -0600
Build duration:
7 hr 30 min
Identified problems:
- Swift Compile Error: Swift compiler error
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Changes
-
Commit 4de9e7601683b3eb4114438932e29ac79b06e051 by mishal_shah:
Add check-system script for macOS- add: scripts/check-system
-
Commit 3dbb90d5f40df35ec8c2c07d4b80e23757551b4d by mishal_shah:
Run Check system script in incremental bot- edit: jobs/master/oss-swift-incremental-RA-osx.sh
-
Commit c99407a7dcfa30008e01696d870a487e1f3ef9b0 by mishal_shah:
Fix the Xcode build number- edit: scripts/check-system
-
Commit 03711d28c4093d48cc4535e0a58911cb373c3486 by dmbryson:
Fix NaryTree perf test- edit: perftests/Xcode/PerfTests/CorePerfTests.mm
-
Commit 517736f2fd7d01fc9d4e1082e256481f223290a4 by dmbryson:
Fix tracing TSAN warning- edit: include/llbuild/Basic/Tracing.h
- edit: lib/Basic/Tracing.cpp
-
Commit 1d747bc351521c965c7a80eb2621664df6370517 by repo:
[sourcekitd-test] Remove redundant LLVMCore static library- edit: tools/SourceKit/tools/sourcekitd-test/CMakeLists.txt
-
Commit 4aca39e18e5ffbee6defc895bf7b421075fc53cd by owen:
[Diagnostics] Provide a better fix-it when trying to boolean-negate an- edit: test/Constraints/fixes.swift
- edit: include/swift/AST/DiagnosticsSema.def
- edit: test/Constraints/diagnostics.swift
- edit: include/swift/AST/KnownIdentifiers.def
- edit: lib/Sema/CSDiagnostics.cpp
-
Commit 77da6bd3a7c3c2ec02bb0f13e7341cf867cab0d3 by dgregor:
[Constraint graph] Don't drop unidirectional constraints.- edit: lib/Sema/ConstraintGraph.cpp
-
Commit f8eee503108c50ee2ea13f43a8a740ffc0207542 by dgregor:
[Constraint solver] Fix function builders with single-expression- edit: lib/Sema/ConstraintSystem.h
- edit: lib/Sema/CSSimplify.cpp
- edit: test/Constraints/function_builder_diags.swift
- edit: lib/Sema/BuilderTransform.cpp
-
Commit 377b7b131edacf3309fa7095797c8cdec3915857 by mgottesman:
[pattern-match] Make sure that when we are extracting a tuple that we- edit: include/swift/SIL/PatternMatch.h
- edit: test/SILOptimizer/sil_combine.sil
-
Commit 166555c34fb57b7597e29090962d30ca157b8027 by owen:
[Diagnostics] Better diagnostic for integer used as a boolean condition- edit: test/NameBinding/import-resolution-overload.swift
- edit: include/swift/AST/DiagnosticsSema.def
- edit: test/Parse/switch.swift
- edit: test/Constraints/fixes.swift
- edit: lib/IRGen/GenMeta.cpp
- edit: test/ClangImporter/private_frameworks_modules.swift
- edit: test/Constraints/diagnostics.swift
- edit: test/Misc/misc_diagnostics.swift
- edit: test/Constraints/if_expr.swift
- edit: test/Sema/pound_assert.swift
- edit: test/stmt/statements.swift
- edit: test/expr/expressions.swift
- edit: include/swift/AST/KnownProtocols.def
- edit: lib/Sema/CSDiagnostics.cpp
-
Commit 36366bc3e456c3f91219286cb7dc238917468e01 by dgregor:
[Constraint solver] One SolutionApplicationTarget instance to rule them- edit: lib/Sema/ConstraintSystem.cpp
- edit: lib/Sema/CSSolver.cpp
- edit: lib/Sema/CSApply.cpp
- edit: lib/Sema/TypeCheckConstraints.cpp
- edit: lib/Sema/ConstraintSystem.h
-
Commit 95697143344ed70b5384e44904254e77015e9cab by dgregor:
Clarify method names in SolutionApplicationTarget.- edit: lib/Sema/CSApply.cpp
- edit: lib/Sema/CSSolver.cpp
- edit: lib/Sema/TypeCheckConstraints.cpp
- edit: lib/Sema/ConstraintSystem.h
-
Commit bbc0a95723d294014078ea11b3a7b83fe074f869 by dgregor:
[Constraint system] Simplify creation of contextual conversion- edit: lib/Sema/CSSolver.cpp
- edit: lib/Sema/CSSimplify.cpp
- edit: lib/Sema/CSGen.cpp
- edit: lib/Sema/TypeCheckConstraints.cpp
- edit: lib/Sema/ConstraintSystem.h
-
Commit c8f990b80010e236ce4780967ba643db99766401 by spestov:
ClangImporter: Don't force loading of all superclass members in- edit: lib/ClangImporter/ClangImporter.cpp
-
Commit 95d9aa0f29b88d4fab609852e4e41e09417d6d1e by spestov:
ClangImporter: Refactor importInheritedConstructors()- edit: lib/ClangImporter/ImportDecl.cpp
-
Commit 7e7b6e8b2757cf7430fa1012fe39204a0a79e79a by spestov:
ClangImporter: Fix up importSubscript() to not depend on import order- edit: lib/ClangImporter/ImportDecl.cpp
-
Commit 6ba379f3b9c7a9e157896aa79dfe3437783c23d3 by spestov:
ClangImporter: Refactor loadObjCMethods() to not call- edit: lib/ClangImporter/ClangImporter.cpp
- edit: test/ClangImporter/objc_init_redundant.swift
-
Commit 8280b20d81e46bb76dd27206a152a2f2c8d66e72 by spestov:
Sema: Trigger lazy loading when recording potential selector conflicts- edit: lib/Sema/TypeCheckDeclObjC.cpp
-
Commit d76a8ce9201791de57bf683caaccc58ff078d1e1 by spestov:
ClangImporter: Lazily load mirrored protocol members in classes- edit: test/NameBinding/Inputs/NamedLazyMembers/NamedLazyMembers.h
- edit: lib/ClangImporter/ClangImporter.cpp
- edit: lib/ClangImporter/ImportDecl.cpp
- edit: lib/ClangImporter/ImporterImpl.h
- edit: test/NameBinding/named_lazy_member_loading_objc_interface.swift
- add: test/NameBinding/Inputs/NamedLazyMembers/NamedLazyMembers.apinotes
- edit: test/ClangImporter/objc_init_redundant.swift
- edit: test/NameBinding/named_lazy_member_loading_protocol_mirroring.swift
-
Commit e631c66e0dc55261fb41f993534a2594d7129ca8 by rkandhadaimadhav:
[stdlib/private][os log] Annotate tiny helper functions in the new os- edit: stdlib/private/OSLog/OSLogMessage.swift
- edit: stdlib/private/OSLog/OSLogStringTypes.swift
- edit: stdlib/private/OSLog/OSLogIntegerTypes.swift
- edit: test/SILOptimizer/OSLogPrototypeCompileTest.swift
- edit: test/stdlib/OSLogPrototypeExecTest.swift
-
Commit 319cc795d8fc6c479bb7f87692bbb73e328e8c09 by rjmccall:
Add a simple TaggedUnion defined in terms of ExternalUnion. NFC.- add: unittests/Basic/TaggedUnionTest.cpp
- add: include/swift/Basic/TaggedUnion.h
- edit: include/swift/Basic/ExternalUnion.h
- edit: unittests/Basic/CMakeLists.txt
-
Commit 543d649278c4c2746adc586229b078b65406d747 by github:
[Diagnostics] Warn when the result of a Void-returning function is- edit: test/attr/attr_dynamic_callable.swift
- edit: test/Constraints/optional.swift
- edit: test/Constraints/override.swift
- edit: test/NameBinding/name_lookup.swift
- edit: include/swift/AST/DiagnosticsSema.def
- edit: test/decl/func/special_func_name.swift
- edit: lib/Sema/MiscDiagnostics.cpp
- edit: test/Constraints/assignment.swift
- edit: test/decl/func/operator.swift
- edit: test/ClangImporter/private_frameworks.swift
- edit: test/Constraints/rdar39931475.swift
- edit: test/ClangImporter/MixedSource/submodule.swift
- edit: test/expr/unary/keypath/keypath.swift
- edit: test/decl/protocol/req/optional_visibility.swift
- edit: test/Serialization/Recovery/typedefs-in-protocols.swift
- edit: test/stdlib/UnsafePointerDiagnostics.swift
- edit: test/Serialization/Recovery/typedefs.swift
- edit: test/Compatibility/special_func_name.swift
- edit: test/Constraints/tuple_arguments.swift
- edit: test/Constraints/dynamic_lookup.swift
- edit: test/Sema/implementation-only-import-inlinable-conformances.swift
- edit: test/Sema/call_as_function_simple.swift
-
Commit 849bd62a2670e37252dfaf5827e288db183617b2 by github:
[AutoDiff upstream] Add SIL differentiability witnesses. (#29623)- add: lib/SIL/SILDifferentiabilityWitness.cpp
- edit: lib/AST/ASTMangler.cpp
- add: include/swift/SIL/SILDifferentiabilityWitness.h
- edit: lib/SIL/SILPrinter.cpp
- edit: include/swift/AST/AutoDiff.h
- edit: include/swift/AST/DiagnosticsParse.def
- edit: docs/SIL.rst
- edit: lib/SIL/CMakeLists.txt
- edit: lib/SIL/SILModule.cpp
- edit: include/swift/Syntax/TokenKinds.def.gyb
- edit: include/swift/AST/ASTMangler.h
- edit: include/swift/SIL/SILModule.h
- edit: lib/Parse/ParseDecl.cpp
- edit: include/swift/Parse/ParseSILSupport.h
- add: test/AutoDiff/SIL/Parse/sil_differentiability_witness.sil
- edit: lib/Syntax/SyntaxSerialization.cpp.gyb
- edit: lib/Parse/ParseStmt.cpp
- edit: lib/ParseSIL/ParseSIL.cpp
-
Commit e825ca1d3290d512177136dbda919839c177ee4d by rwidmann:
[ClangImporter] Reject all attempts to redeclare properties- edit: test/ClangImporter/Inputs/frameworks/CategoryOverrides.framework/Headers/CategoryOverrides.h
- edit: test/ClangImporter/Inputs/frameworks/CategoryOverrides.framework/PrivateHeaders/Private.h
- edit: test/ClangImporter/objc_redeclared_properties_categories.swift
- edit: lib/ClangImporter/ImportDecl.cpp
-
Commit e5aaa68b526652044c1634e5510a7fa9db3f958b by mgottesman:
[sil] Do not eliminate (apply (partial_apply)) if the partial_apply- add: test/Interpreter/apply_partial_apply_consuming_elim.swift
- edit: lib/SILOptimizer/Utils/PartialApplyCombiner.cpp
- edit: test/SILOptimizer/sil_combine_apply.sil
- edit: test/SILOptimizer/sil_combine.sil
-
Commit 45f001c291f3c10fff409fa7b49dc12a709076c8 by ahoppen:
Return Fix-its in PublishDiagnostics as defined in a clangd- edit: Sources/LanguageServerProtocol/Requests/CodeActionRequest.swift
- edit: Sources/LanguageServerProtocol/SupportTypes/ClientCapabilities.swift
- edit: Tests/SourceKitTests/LocalSwiftTests.swift
- edit: Sources/SourceKit/sourcekitd/Diagnostic.swift
- edit: Sources/SourceKit/sourcekitd/SwiftSourceKitFramework.swift
- edit: Sources/LanguageServerProtocol/SupportTypes/Diagnostic.swift
-
Commit fd018c90198213962c797b8ff0115300952968a4 by ahoppen:
Return Fix-its from code actions request- edit: Tests/SourceKitTests/LocalSwiftTests.swift
- edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
-
Commit ddb9a8d9646769b7e3ce254fd9052f0221c98cff by blangmuir:
Make initial workspace load asynchronous- edit: Tests/SourceKitTests/DocumentColorTests.swift
- edit: Sources/SourceKit/SourceKitServer.swift
- edit: Tests/SourceKitTests/ExecuteCommandTests.swift
- edit: Tests/SourceKitTests/DocumentSymbolTests.swift
- edit: Tests/SourceKitTests/SwiftCompletionTests.swift
- edit: Tests/SourceKitTests/LocalSwiftTests.swift
-
Commit a88ab45e07256172f42381e7269ab48694cfabb5 by blangmuir:
[codeActions] Ignore "supportedKinds", which isn't really an opt-in list- edit: Sources/LanguageServerProtocol/Requests/CodeActionRequest.swift
- edit: Tests/SourceKitTests/XCTestManifests.swift
- edit: Tests/SourceKitTests/CodeActionTests.swift
-
Commit 857b8543a7fd8d56deeb293e351eab7ad7903eb1 by blangmuir:
[test] Regenerate linuxmain- edit: Tests/SourceKitTests/XCTestManifests.swift
-
Commit 09719080e7292ff3d3b01d08cf55b5e41f0b40ed by ankit_aggarwal:
[SKSwiftPMWorkspace] Adopt upcoming host triple changes- edit: Tests/SKSwiftPMWorkspaceTests/SwiftPMWorkspaceTests.swift
- edit: Sources/SKSwiftPMWorkspace/SwiftPMWorkspace.swift
-
Commit 19f4a22edb5d8e31d401792c90749eaec7cf3af3 by blangmuir:
[test] Fix test broken by collision of recent changes- edit: Tests/SourceKitTests/LocalSwiftTests.swift
-
Commit f594cb96bb126eae84a12d22d6cebc3c61838ca0 by vsk:
lldb: Disable the DW_OP_piece-smaller-than-struct.s test- edit: lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-smaller-than-struct.s
-
Commit 1af7275220ba5bfe53f8c32850edf88c0c77258b by vsk:
[lldb/DataExtractor] Fix UB shift in GetMaxS64Bitfield- edit: lldb/source/Utility/DataExtractor.cpp
- edit: lldb/include/lldb/Utility/DataExtractor.h
- edit: lldb/unittests/Utility/DataExtractorTest.cpp
-
Commit 6379a9e37969f5296c408e0bda356688ab4d2515 by vsk:
[lldb/DataExtractor] Use an early return in GetMaxS64Bitfield, NFC- edit: lldb/source/Utility/DataExtractor.cpp
-
Commit 7c53216b5046370888f6034ff6bb822dc16be8af by vsk:
[lldb/StringPrinter] Simplify StringPrinterBufferPointer, NFC- edit: lldb/source/DataFormatters/StringPrinter.cpp
- edit: lldb/include/lldb/DataFormatters/StringPrinter.h
-
Commit 836b95ce987f010c26ee58861c88b9577460a0f8 by vsk:
[lldb/StackFrameList] Convert assert to defensive check in- edit: lldb/source/Target/StackFrameList.cpp
-
Commit 2de014726b6f3a3e5f73c9710dd1207146ce57ff by vsk:
[lldb/test] Skip TestBasicEntryValuesX86_64 due to llvm.org/PR44774- edit: lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py
-
Commit 2866eece0208a3641ded4e9d40b60a4fd5dc43cd by vsk:
[DebugInfo] Re-instate LiveDebugVariables scope trimming- edit: llvm/lib/CodeGen/LiveDebugVariables.cpp
- edit: llvm/test/DebugInfo/X86/live-debug-variables.ll
- edit: llvm/test/DebugInfo/X86/dbg-addr-dse.ll
-
Commit 5b24a52264471f1801de05cb3bb06444ad5ea602 by vsk:
[DebugInfo] Remove an unused method DWARFUnit::getDWARF5HeaderSize().- edit: llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
-
Commit 7cd7ac541a73f54981cabb80b7abb532205dad43 by vsk:
[InstCombine][DebugInfo] Fold constants wrapped in metadata- edit: llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
- add: llvm/test/Transforms/InstCombine/constant-fold-metadata-wrapped.ll
-
Commit 182759c51957cd0c29a80442e328b84cff317964 by vsk:
[llvm-dwarfdump][Statistics] Distinguish functions/variables with same- add: llvm/test/tools/llvm-dwarfdump/X86/stats-multiple-cu-same-name.ll
- edit: llvm/tools/llvm-dwarfdump/Statistics.cpp
-
Commit 8a45f45f1a4c6022399a485f457c76c81d3cfe59 by vsk:
[llvm-dwarfdump][Statistics] Ignore DW_TAG_subroutine_type in statistics- edit: llvm/tools/llvm-dwarfdump/Statistics.cpp
- edit: llvm/test/tools/llvm-dwarfdump/X86/statistics.ll
-
Commit eb725eadbdc78bf5c2498893cbf5afbbd64c7da8 by vsk:
[llvm-dwarfdump][Statistics] Ignore declarations of global variables- edit: llvm/test/tools/llvm-dwarfdump/X86/statistics.ll
- edit: llvm/tools/llvm-dwarfdump/Statistics.cpp
-
Commit 08e54bb01d315b834ad83126d0e17d98e6be7803 by vsk:
[llvm-dwarfdump][Statistics] Count more than one conrete out-of-line- edit: llvm/tools/llvm-dwarfdump/Statistics.cpp
- add: llvm/test/tools/llvm-dwarfdump/X86/stats-mulitple-cu-out-of-line.ll
-
Commit 3ac811a5d3afe6964abd40ac1d21d13701dc7670 by vsk:
[llvm-dwarfdump][Statistics] Distinguish parameters with same name or- edit: llvm/test/tools/llvm-dwarfdump/X86/statistics.ll
- edit: llvm/tools/llvm-dwarfdump/Statistics.cpp
-
Commit 799d0d27c4028c8a22891f04a679e819a93a0a6b by vsk:
[llvm-dwarfdump][Statistics] Make calculations of vars in global scope- add: llvm/test/tools/llvm-dwarfdump/X86/stats-multiple-cu-members.ll
- edit: llvm/tools/llvm-dwarfdump/Statistics.cpp
-
Commit 596d6130ca320891285e8635ee7edf01836401df by vsk:
CodeGenPrepare: Reorder check for cold and shouldOptimizeForSize- edit: llvm/lib/CodeGen/CodeGenPrepare.cpp
-
Commit 63e4fe0c0b78d15eb78e301f4e998e017e741e2c by bruno.cardoso:
[PATCH 1/3] [ODRHash] Change signature for ODRDiagDeclError and make it- edit: clang/lib/Serialization/ASTReader.cpp
-
Commit 15289bb26121b8d5016569492a158984d050aa7e by bruno.cardoso:
[PATCH 2/3] [ODRHash] Factor out protocol list checking from interface- edit: clang/include/clang/Basic/DiagnosticSerializationKinds.td
- edit: clang/lib/Serialization/ASTReader.cpp
-
Commit a39404e1fdbf05d44d8280a2cccd92ca908eec4e by bruno.cardoso:
[PATCH 3/3] [Modules][ODRHash] Add ODR checking for @protocols- edit: clang/lib/Serialization/ASTReaderDecl.cpp
- edit: clang/lib/Serialization/ASTWriterDecl.cpp
- edit: clang/lib/AST/ODRHash.cpp
- edit: clang/include/clang/Basic/DiagnosticSerializationKinds.td
- edit: clang/lib/AST/DeclObjC.cpp
- edit: clang/test/Modules/odr_hash.m
- edit: clang/include/clang/AST/DeclObjC.h
- edit: clang/lib/Serialization/ASTReader.cpp
- edit: clang/include/clang/AST/ODRHash.h
- edit: clang/include/clang/Serialization/ASTReader.h
-
Commit d96decf11ff73c9813e3102164ede0a7b8d71d4f by jonas:
[lldb/Symbol] Use StringRef ctor to prevent incorrect overload- edit: lldb/source/Symbol/TypeSystem.cpp
-
Commit 9256ffe85ea810e0ecaee892d9e5c101b9f94bde by jonas:
[lldb/Swift] Adjust for StringPrinterBufferPointer changes- edit: lldb/source/Plugins/Language/Swift/SwiftLanguage.cpp
-
Commit 9cc6f4745141b4f0d9f206dc4b8c67b5a0381b7e by bruno.cardoso:
[Modules][ODRHash] Add diagnostics for property implementation control- edit: clang/include/clang/Basic/DiagnosticSerializationKinds.td
- edit: clang/lib/Serialization/ASTReader.cpp
- edit: clang/test/Modules/odr_hash.m
-
Commit 85a38c170f8c9ad63fba255d4b2c17bc2487f494 by david:
Implementation of the conditional target dependency proposal- edit: Sources/SPMTestSupport/TestWorkspace.swift
- edit: Tests/PackageGraphTests/PackageGraphTests.swift
- edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
- edit: Tests/PackageModelTests/TargetTests.swift
- edit: Tests/WorkspaceTests/WorkspaceTests.swift
- edit: Sources/Xcodeproj/generate.swift
- edit: Sources/PackageDescription/BuildSettings.swift
- edit: Tests/PackageLoadingTests/PDNextLoadingTests.swift
- edit: Tests/BuildTests/BuildPlanTests.swift
- edit: Sources/PackageModel/ResolvedModels.swift
- edit: Sources/PackageLoading/PackageBuilder.swift
- edit: Sources/PackageModel/BuildSettings.swift
- edit: Sources/PackageLoading/ModuleMapGenerator.swift
- edit: Sources/PackageGraph/PackageGraph.swift
- edit: Sources/SPMTestSupport/PackageGraphTester.swift
- edit: Sources/PackageLoading/PackageDescription4Loader.swift
- edit: Sources/PackageDescription/Package.swift
- edit: Tests/PackageGraphPerformanceTests/PackageGraphPerfTests.swift
- edit: Tests/XcodeprojTests/GenerateXcodeprojTests.swift
- edit: Sources/PackageLoading/ManifestLoader.swift
- edit: Sources/PackageModel/PackageModel+Codable.swift
- edit: Sources/PackageModel/Platform.swift
- edit: Sources/Xcodeproj/pbxproj.swift
- edit: Tests/BuildTests/XCTestManifests.swift
- edit: Sources/PackageDescription/Target.swift
- edit: Tests/PackageGraphTests/XCTestManifests.swift
- edit: Tests/PackageLoadingTests/PD5_2LoadingTests.swift
- edit: Sources/PackageGraph/PackageGraphLoader.swift
- edit: Tests/PackageLoadingTests/PD4LoadingTests.swift
- edit: Tests/PackageLoadingTests/XCTestManifests.swift
- edit: Sources/PackageModel/Manifest.swift
- edit: Sources/Build/ManifestBuilder.swift
- edit: Sources/Build/BuildPlan.swift
- edit: Tests/XcodeprojTests/XCTestManifests.swift
- edit: Sources/Build/BuildParameters.swift
- edit: Sources/PackageModel/Target.swift
-
Commit b406a0759537cc16b144b388cc50adb2bef285a6 by ankit_aggarwal:
Use swift's -print-target-triple to compute the host target triple- edit: Sources/Build/BuildParameters.swift
- edit: Sources/Workspace/Destination.swift
- edit: Tests/CommandsTests/BuildToolTests.swift
- edit: Tests/FunctionalTests/ModuleMapTests.swift
- edit: Tests/WorkspaceTests/InitTests.swift
- edit: Tests/FunctionalTests/ToolsVersionTests.swift
- edit: Tests/FunctionalPerformanceTests/BuildPerfTests.swift
- edit: Sources/Workspace/UserToolchain.swift
- edit: Tests/FunctionalTests/SwiftPMXCTestHelperTests.swift
- edit: Sources/Build/Triple.swift
- edit: Tests/FunctionalTests/CFamilyTargetTests.swift
- edit: Tests/FunctionalTests/MiscellaneousTests.swift
- edit: Sources/Commands/SwiftTool.swift
- edit: Tests/BuildTests/BuildPlanTests.swift
- edit: Tests/CommandsTests/PackageToolTests.swift
- edit: Tests/FunctionalTests/DependencyResolutionTests.swift