Test: Secure Enclave availability on Buildkite Mac VMs#1194
Closed
Test: Secure Enclave availability on Buildkite Mac VMs#1194
Conversation
Temporary test branch to check whether SecureEnclave.P256 key creation works, hangs, or crashes on our Buildkite Mac VMs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Running swift scripts can't pass app arguments via subprocess since `swift` interprets them as compiler flags. Use a DispatchSemaphore with a 10-second timeout instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Test whether creating 15 SecureEnclave keys concurrently causes a deadlock — this simulates what Swift Testing does when running ~15 SecureEnclave tests in parallel. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove all other CI jobs to avoid unnecessary failures and speed up the feedback loop. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The shell was mangling $0/$1 in closures even inside quoted heredocs. Use committed .swift files instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
Closing: investigation artifact for Secure Enclave CI hang debugging. Root cause confirmed as cooperative thread pool exhaustion — fix applied in #1189. |
This file contains hidden or 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
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.
Temporary PR to test whether
SecureEnclave.P256.KeyAgreement.PrivateKey()works, hangs, or crashes on our Buildkite Mac VMs.GitHub Actions VMs handle this fine — this tests whether our infrastructure does too.