-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Don't merge] CI sanity check -- please ignore #197
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It is not tenable to continue supporting ancient toolchains indefinitely, as each supported toolchain version adds a nontrivial amount of prerelease testing work. Additionally, working around bugs in older toolchains that have been long since resolved is not a productive use of anyone’s time. Users who are stuck on older toolchains are of course welcome to continue using the last package release that supports their platform. (And they may continue to receive bug fix updates, as we can always tag new bugfix releases on older minor release branches.)
@swift-ci test |
Huh, same unexpected output. 🤔 [560/567] Testing PersistentCollectionsTests.PersistentSetTests/test_symmetricDifference_exhaustive
error: Exited with signal code 4
[561/567] Testing PersistentCollectionsTests.PersistentSetTests/test_union_exhaustive
[562/567] Testing DequeTests.RangeReplaceableCollectionTests/test_customRemoveLast_many
[563/567] Testing DequeTests.RangeReplaceableCollectionTests/test_appendManyFromMinimalCollection
[564/567] Testing DequeTests.RangeReplaceableCollectionTests/test_appendOne
[565/567] Testing DequeTests.RangeReplaceableCollectionTests/test_appendManyFromMinimalSequence
[566/567] Testing DequeTests.RangeReplaceableCollectionTests/test_appendManyFromBridgedArray
[567/567] Testing DequeTests.RangeReplaceableCollectionTests/test_appendManyFromContiguousArray
Test Suite 'Selected tests' started at 2022-10-10 22:30:52.834Test Suite 'swift-collectionsPackageTests.xctest' started at 2022-10-10 22:30:52.834Test Suite 'DequeTests' started at 2022-10-10 22:30:52.834Test Case '-[DequeTests.DequeTests test_prependManyFromBridgedArray]' started.Swift/ArrayBuffer.swift:319: Fatal error: unsupported
Test Suite 'Selected tests' started at 2022-10-10 22:33:59.539Test Suite 'swift-collectionsPackageTests.xctest' started at 2022-10-10 22:33:59.540Test Suite 'RangeReplaceableCollectionTests' started at 2022-10-10 22:33:59.540Test Case '-[DequeTests.RangeReplaceableCollectionTests test_sequenceInitializer_bridgedArray]' started.Swift/ArrayBuffer.swift:319: Fatal error: unsupported
Test Suite 'Selected tests' started at 2022-10-10 22:33:16.241Test Suite 'swift-collectionsPackageTests.xctest' started at 2022-10-10 22:33:16.241Test Suite 'RangeReplaceableCollectionTests' started at 2022-10-10 22:33:16.241Test Case '-[DequeTests.RangeReplaceableCollectionTests test_appendManyFromBridgedArray]' started.Swift/ArrayBuffer.swift:319: Fatal error: unsupported |
@swift-ci clean test macOS platform |
@swift-ci test macOS platform |
@swift-ci test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is double checking against a potential CI issue, where CI tests may be running on an outdated snapshot.
With #196, I'm seeing symptoms that appear as if CI tests are running on an older checkout, rather than the latest source tree.
Checklist