You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provision Xcode and dependencies invokes xcodebuild -downloadPlatform tvOS, which then produces no output for more than 2.5 hours and consumes the test job's 180-minute budget.
Stable signature:
Provision Xcode xcodebuild -downloadPlatform tvOS hangs after invocation for over 2.5 hours and exhausts the 180-minute test-job budget
The command produced no output for 9,376 seconds. Provisioning eventually completed after 9,950 seconds, but only eight minutes remained before Azure canceled the job at 180 minutes; introspection did not complete.
The command produced no output for 10,442 seconds until Azure canceled the job. Tests never started.
First observed: 2026-09-02T07:40:37Z.
Latest confirmed occurrence: 2026-09-02T11:05:24Z.
Recurrence: 2 jobs across 2 distinct monitored PRs.
Classification and impact
This is a CI infrastructure failure in Xcode platform provisioning, not a product/test assertion or API-diff failure. It reproduces with different Xcode versions, architecture variants, workers, PRs, and test jobs. The silent platform-download process consumes the entire job budget and prevents tests from running or completing.
Investigation performed
Inspected both Azure timelines, task logs, worker assignments, and exact task intervals.
Calculated the longest timestamp gaps directly from each retained provisioning log.
Searched all open and closed dotnet/macios issues separately using the exact command, task name, architecture variants, Finding content, and job-timeout symptoms.
Rerun the failed simulator jobs after the run is terminal and retry/merge gates permit it. The durable fix should bound or cancel the xcodebuild -downloadPlatform subprocess independently so one platform discovery cannot consume the full test-job budget.
Failure signature
Provision Xcode and dependenciesinvokesxcodebuild -downloadPlatform tvOS, which then produces no output for more than 2.5 hours and consumes the test job's 180-minute budget.Stable signature:
Confirmed occurrences
PR #26527
73d2ac20d31eecde56341c51d7d83b2da3c3ab20T: introspection/ Provision Xcode and dependenciesAcesShared 182xcodebuild -downloadPlatform tvOS -architectureVariant arm64PR #26240
69ff5adf1625c166175164e1c040e45d2defca35T: framework/ Provision Xcode and dependenciesAcesShared 90xcodebuild -downloadPlatform tvOS -architectureVariant universalFirst observed:
2026-09-02T07:40:37Z.Latest confirmed occurrence:
2026-09-02T11:05:24Z.Recurrence: 2 jobs across 2 distinct monitored PRs.
Classification and impact
This is a CI infrastructure failure in Xcode platform provisioning, not a product/test assertion or API-diff failure. It reproduces with different Xcode versions, architecture variants, workers, PRs, and test jobs. The silent platform-download process consumes the entire job budget and prevents tests from running or completing.
Investigation performed
dotnet/maciosissues separately using the exact command, task name, architecture variants,Finding content, and job-timeout symptoms.Workaround
Rerun the failed simulator jobs after the run is terminal and retry/merge gates permit it. The durable fix should bound or cancel the
xcodebuild -downloadPlatformsubprocess independently so one platform discovery cannot consume the full test-job budget.Azure task logs are retention-limited.