# [FAILURE] oss-swift-incremental-RA-osx [#13134]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/13134/
Project: oss-swift-incremental-RA-osx
Date of build: Wed, 09 Dec 2020 17:48:46 -0600
Build duration: 2 hr 6 min
Identified problems:- Jenkins Error: This build failed because of a Jenkins Error; typically a Java exception.
Changes- Commit 85615d086b33018e5ac889717877fce7cf0b96ff by davelee.com:
[lldb] Remove default argument from IsFunctionType calls (NFC)
-
edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
-
edit: lldb/unittests/Symbol/TestTypeSystemSwiftTypeRef.cpp
-
Commit b82ad6d881d8702a355fb4ab723ca225ad523c46 by davelee.com:
[lldb] Wire-up TypeSystemSwiftTypeRef::GetNumChildren
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
Commit 79f7869eb60bc58fc7c5d2bfb00dc5199f0ede51 by davelee.com:
add EnumTypeInfo handling in GetNumChildren
- edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
-
Commit 3331e29685e5bc7c1fac67de9c073e6d86d51bb1 by davelee.com:
fallback to SwiftASTContext for unsupported cases
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
Commit 79cac55bf044bd8502f54076816a942388e3eae0 by tstellar:
Fix unwind info relocation with large code model on AArch64
- add: llvm/test/MC/AArch64/ELF_ARM64_large-relocations.s
- edit: llvm/lib/MC/MCObjectFileInfo.cpp
-
Commit a60b9f1bf32026995080d28f7be33f2658da191e by tstellar:
Add fatal error when running out of registers for SVE tuple call arguments
- edit: llvm/test/CodeGen/AArch64/llvm-ir-to-intrinsic.ll
- edit: llvm/lib/Target/AArch64/AArch64CallingConvention.cpp
- edit: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
- add: llvm/test/CodeGen/AArch64/sve-calling-convention-tuples-broken.ll
-
Commit 724f62a50241d782f9c46d98e4fb796d60953df4 by tstellar:
Add fatal error for unnamed SVE variadic arguments
- edit: clang/lib/CodeGen/TargetInfo.cpp
- add: llvm/test/CodeGen/AArch64/sve-varargs.ll
- add: llvm/test/CodeGen/AArch64/sve-varargs-caller-broken.ll
- add: llvm/test/CodeGen/AArch64/sve-varargs-callee-broken.ll
- add: clang/test/CodeGen/aarch64-varargs-sve.c
- edit: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
-
Commit 9e4118852aec46daf571e84c33e273f03b01ad27 by davelee.com:
use fallback for any failed data dependency
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
Commit e2381ff678af87d143234e88948ec3636c79818a by davelee.com:
handle OpaqueExistential's three payload fields
- edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
-
Commit 58a76c3252f6b38f4c5db0d6fa68dfd06769d290 by davelee.com:
tweak comment
- edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
-
Commit 6449eb1a2536c303a812a8a2c44df3d68f7c8d4e by davelee.com:
call VALIDATE_AND_RETURN only when not using SwiftASTContext
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
Commit 92d02fe099b9b9a8c829ec6e3685d272633b86c7 by davelee.com:
hardcode function types to zero children
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
Commit 3b030b8009213c3e66ab74343364a148f137f71f by davelee.com:
change Equivalent
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
Commit 9af82227159e048f939b59d702304e0f1859965c by davelee.com:
log GetNumChildren fallback
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
Commit 1cb9b371a4ce71f9e553d227773edb7e397993c4 by davelee.com:
use Equivalent(Optional
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
Commit dc3fcf9bb2df29f2620000fbc81dd33b006fbb38 by davelee.com:
tweak substrs in TestLibraryResilient.py
- edit: lldb/test/API/lang/swift/implementation_only_imports/library_resilient/TestLibraryResilient.py
-
Commit a5d4945b98a81456580d65d82309761786fe3a3e by davelee.com:
move function type handling into SwiftLanguageRuntimeImpl
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
- edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
-
Commit db6953e92377120a1e8d89b3de3b1607fb56e1c6 by teemperor:
[lldb][swift] Disable tests that use the system dsymutil by accident
- edit: lldb/test/API/lang/swift/deployment_target/TestSwiftDeploymentTarget.py
- edit: lldb/test/API/lang/swift/missing_sdk/TestMissingSDK.py
- edit: lldb/test/API/lang/swift/clangimporter/static_archive/TestSwiftStaticArchiveTwoSwiftmodules.py
-
Commit 33a2784e1ed9f7da92ee6c06bb8faf038b74306a by github:
HTTPClient Enhancements (#3099)
- edit: Sources/Basics/HTTPClient.swift
- edit: Sources/Basics/HTPClient+URLSession.swift
-
Commit 412218e78b54c6f72110a7b06908baf1889ad553 by github:
Rename the
tags()
functions of Repository and of WorkingCheckout asgetTags()
. This makes it more consistent with all the other functions, which have a verb at the start, but more importantly makes it easier for clients to adopt to the change (having a property change to a method without changing name makes it difficult for a type that adopts the protocol to conform to both). (#3100)- edit: Sources/SPMTestSupport/InMemoryGitRepository.swift
- edit: Tests/CommandsTests/PackageToolTests.swift
- edit: Tests/FunctionalTests/DependencyResolutionTests.swift
- edit: Sources/PackageGraph/RepositoryPackageContainer.swift
- edit: Tests/SourceControlTests/RepositoryManagerTests.swift
- edit: Tests/SourceControlTests/GitRepositoryTests.swift
- edit: Tests/FunctionalTests/CFamilyTargetTests.swift
- edit: Tests/PackageGraphTests/RepositoryPackageContainerProviderTests.swift
- edit: Tests/SourceControlTests/InMemoryGitRepositoryTests.swift
- edit: Sources/SourceControl/GitRepository.swift
- edit: Sources/SourceControl/Repository.swift
-
Commit e92def36bade6aaa8c7e05af5132c8492f222858 by github:
Support for
executableTarget
in the manifest, to allow use of@main
in package targets (#3045)- edit: Sources/PackageModel/Target.swift
- add: Fixtures/Miscellaneous/AtMainSupport/Package.swift
- add: Fixtures/Miscellaneous/AtMainSupport/Sources/ClangExec/NotMain.c
- add: Fixtures/Miscellaneous/AtMainSupport/Sources/SwiftExec/NotMain.swift
- edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
- add: Fixtures/Miscellaneous/AtMainSupport/Sources/SwiftExec/OtherFile.swift
- edit: Sources/PackageModel/ManifestSourceGeneration.swift
- edit: Sources/PackageModel/Manifest/TargetDescription.swift
- edit: Tests/CommandsTests/BuildToolTests.swift
- edit: Sources/PackageLoading/PackageBuilder.swift
- edit: Tests/PackageLoadingTests/PD5_3LoadingTests.swift
- edit: Tests/PackageGraphTests/TargetTests.swift
- edit: Sources/PackageDescription/Target.swift
- add: Tests/PackageLoadingTests/PDNextVersionLoadingTests.swift
- edit: Sources/PackageLoading/PackageDescription4Loader.swift
-
Commit be88f7cea099bea943f55041f4a78b71105b9c5b by dungar:
Honor -driver-always-rebuild-dependents
- edit: Sources/SwiftDriver/Incremental Compilation/IncrementalCompilationState.swift
-
Commit e51da1444fa113408442231ac5ec7843832892c0 by dungar:
Add test for -driver-always-rebuild-dependents
- edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
-
Commit 9154c42119ea7e60d26e91be095515f8a6db233f by dungar:
Make nodes comparable
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Node.swift
- edit: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/SwiftDeps.swift
-
Commit 4bb67b68edf0d792045527507ec29d2e789612a0 by dungar:
Sort for determinism
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/NodeFinder.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Tracer.swift
- edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
-
Commit b3c309fac68cd3a3555edfc0087b1a0ab32f7d61 by dungar:
format test
- edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
-
Commit 3ef21aa87e8c7552c9c462255e53fc0e4cda7e07 by mgottesman:
[semantic-arc] Change SemanticARCOptVisitor to be a SILValueVisitor instead of a SILInstructionVisitor.
- edit: lib/SILOptimizer/SemanticARC/SemanticARCOptVisitor.h
-
Commit abe0308c2105eb90762c0e9df4e1c7d7453e52a6 by dgregor:
[Concurrency] Adopt Clang swift_async_name attribute.
- edit: lib/ClangImporter/ImportName.cpp
- edit: test/Inputs/clang-importer-sdk/usr/include/ObjCConcurrency.h
- edit: test/ClangImporter/objc_async.swift
- edit: lib/ClangImporter/ImportName.h
-
Commit 2619e2d8ac7faa97c20a2a5571d15c2da1b885a8 by pyaskevich:
[ConstraintSystem] Track adjacent type variables while inferring bindings
- edit: include/swift/Sema/ConstraintSystem.h
- edit: lib/Sema/CSSolver.cpp
- edit: lib/Sema/CSBindings.cpp
-
Commit 9fb793431f758fb087e3178412bb735a404629de by compnerd:
WinSDK: adjust for 32-bit builds
- edit: stdlib/public/Windows/WinSDK.swift
-
Commit 915afc3aa5f864bace8bf89a0e49f8bff9b05df5 by dgregor:
[Clang importer] Implement support for importing _Nullable_result.
- edit: test/ClangImporter/objc_async.swift
- edit: test/IDE/print_clang_objc_async.swift
- edit: lib/ClangImporter/ImportType.cpp
- edit: test/Inputs/clang-importer-sdk/usr/include/ObjCConcurrency.h
- edit: lib/ClangImporter/ClangAdapter.cpp
- edit: lib/ClangImporter/ClangAdapter.h
- edit: lib/ClangImporter/ImporterImpl.h
-
Commit 82b44fc6ddc9144eb3194d7dd5d7646d9f5cd69f by dgregor:
[Concurrency] Fix async throws import nullability in the presence of typedefs.
- edit: test/Inputs/clang-importer-sdk/usr/include/ObjCConcurrency.h
- edit: test/IDE/print_clang_objc_async.swift
- edit: lib/ClangImporter/ImportType.cpp
-
Commit 17a2bc52127d1f36cd69dc9d5f488c1a6e15fecf by rwidmann:
[NFC] Use std::mismatch Now That We Live In The Future
- edit: lib/Basic/StringExtras.cpp
-
Commit 8a6f6cbe205b3f65a13355863248d4383824e48d by mgottesman:
[ownership][canonicalize] Canonicalize load_borrow the same we we canonicalize load.
- edit: lib/SILOptimizer/Utils/CanonicalizeInstruction.cpp
- edit: test/SILOptimizer/silgen_cleanup.sil
-
Commit a1d8819fc39a8f106f5af59cba1d9a602f498104 by compnerd:
Concurrency: repair the build after #34902
- edit: stdlib/public/Concurrency/Task.cpp
-
Commit 6bd4a8e38457420ead5272eecd2b3da44b3bf542 by mgottesman:
[semantic-arc] Eliminate unneeded unchecked_ownership_conversion from owned/guaranteed -> unowned.
- add: lib/SILOptimizer/SemanticARC/OwnershipConversionElimination.cpp
- edit: lib/SILOptimizer/SemanticARC/SemanticARCOpts.cpp
- add: test/SILOptimizer/semantic-arc-opt-unchecked-ownership-conversion.sil
- edit: lib/SILOptimizer/SemanticARC/SemanticARCOpts.h
- edit: lib/SILOptimizer/SemanticARC/CMakeLists.txt
- edit: lib/SILOptimizer/SemanticARC/SemanticARCOptVisitor.h
-
Commit 259d2bb1820b6bbb097cab3b57082fbf1d2a82ec by mgottesman:
[ownership] Commit a generic replaceAllUsesAndEraseFixingOwnership api and enable SimplifyInstruction on OSSA.
- add: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp
- edit: include/swift/SIL/OwnershipUtils.h
- edit: lib/SILOptimizer/SILCombiner/SILCombiner.h
- edit: include/swift/SIL/BasicBlockUtils.h
- edit: include/swift/SILOptimizer/Utils/CanonicalizeInstruction.h
- edit: lib/SILOptimizer/SILCombiner/SILCombine.cpp
- edit: include/swift/SILOptimizer/Utils/InstOptUtils.h
- add: include/swift/SILOptimizer/Utils/OwnershipOptUtils.h
- edit: lib/SILOptimizer/Utils/CanonicalizeInstruction.cpp
- edit: test/SILOptimizer/definite_init_failable_initializers.swift
- edit: lib/SIL/Utils/BasicBlockUtils.cpp
- edit: test/SILOptimizer/definite_init_value_types.swift
- edit: include/swift/SILOptimizer/Analysis/SimplifyInstruction.h
- edit: lib/SILOptimizer/Utils/CMakeLists.txt
- add: test/SILOptimizer/ossa_rauw_tests.sil
- edit: lib/SILOptimizer/Mandatory/MandatoryCombine.cpp
- edit: lib/SILOptimizer/Mandatory/SILGenCleanup.cpp
- edit: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp
- edit: lib/SIL/Utils/OwnershipUtils.cpp