Additional info to collect
Copilot: please collect the following information for each occurrence of this issue:
- The name of the bot (to see if this happens only on specific bots)
- The IP address of the bot (to see if this happens only on specific subnets).
Failure signature
Provisionator dependencies continuously downloads Xcode at roughly 160 KB/s until Azure DevOps cancels the job at its 180-minute limit. The logs show normal progress rather than a source/build error, but the download cannot finish before the hard cap.
Confirmed occurrences
First observed: 2026-07-21 10:35 UTC. Latest observed: 2026-07-21 14:32 UTC. Recurrence: 4 jobs across 2 distinct monitored PRs.
Impact and diagnosis
The affected jobs never reach their tests, publish no usable test summary, and block otherwise unrelated PRs. Sibling jobs on the same builds complete successfully, and the only terminal error is Azure DevOps reporting that the job ran longer than the maximum time of 180 minutes; task tails show the Xcode download still making slow progress at cancellation. This is a CI infrastructure/network-throughput failure, not a source regression.
Workaround
Rerun failed jobs after download bandwidth recovers, subject to the normal retry and merge-conflict gates. Artifact and task-log retention is limited, so the linked logs may eventually expire.
Additional info to collect
Copilot: please collect the following information for each occurrence of this issue:
Failure signature
Provisionator dependenciescontinuously downloads Xcode at roughly 160 KB/s until Azure DevOps cancels the job at its 180-minute limit. The logs show normal progress rather than a source/build error, but the download cannot finish before the hard cap.Confirmed occurrences
1fd611914a973a3efd935e92aae627a9579664da1fd611914a973a3efd935e92aae627a9579664da1fd611914a973a3efd935e92aae627a9579664da897e85a4b8e8e206c57ea59a7b0c3088abf18e15First observed: 2026-07-21 10:35 UTC. Latest observed: 2026-07-21 14:32 UTC. Recurrence: 4 jobs across 2 distinct monitored PRs.
Impact and diagnosis
The affected jobs never reach their tests, publish no usable test summary, and block otherwise unrelated PRs. Sibling jobs on the same builds complete successfully, and the only terminal error is Azure DevOps reporting that the job ran longer than the maximum time of 180 minutes; task tails show the Xcode download still making slow progress at cancellation. This is a CI infrastructure/network-throughput failure, not a source regression.
Workaround
Rerun failed jobs after download bandwidth recovers, subject to the normal retry and merge-conflict gates. Artifact and task-log retention is limited, so the linked logs may eventually expire.