Summary
The Windows Integration Tests / Dotnet tests job has reached its fixed 120-minute Azure DevOps limit in two distinct monitored PRs while test work was either still progressing or had completed successfully. Azure then canceled the remaining remote-test or artifact-publication work.
- Stable signature:
Windows Integration Dotnet tests reaches the fixed 120-minute job limit while test workflow remains successful or actively progressing, canceling remaining test or publication work
- Classification: CI infrastructure / job-duration budget failure
- Distinct monitored PRs: 2
- Confirmed occurrences: 2
- First confirmed occurrence: 2026-09-02T12:05:36Z
- Latest confirmed occurrence: 2026-09-02T17:46:07Z
Confirmed occurrences
- Head:
52aa6b725350ec79b8019d3d5e8523c817be9b27
- Pipeline:
xamarin-macios-sim-pr-tests
- Build 15180927, Windows Integration attempt 2
- Worker:
VSM-XAM-136
- Job interval:
2026-09-02T10:05:37Z–12:05:36Z
- Download artifacts took 1,004.7 seconds, local tests took 619.0 seconds, and remote tests took 4,422.7 seconds. Those tasks succeeded, but the job limit canceled
Publish to Artifact Services Drop.
- A full Windows Integration attempt 3 passed on
VSM-XAM-124; build 15180927 succeeded and the PR later merged.
- Head:
a354efde93df4b8e7ad9eb15a88ebd64916b2be1
- Pipeline:
xamarin-macios-sim-pr-tests
- Build 15184608, attempt 1, Windows Integration / Dotnet tests
- Worker:
VSM-XAM-129
- Job interval:
2026-09-02T15:45:52Z–17:46:07Z
Run .NET tests remotely ran from 16:37:57Z until cancellation. Its log contains 31 completed passing test records and no test failures. The last recorded test passed at 17:44:20Z, only 86 seconds before Azure began cancellation at 17:45:46Z.
- Build 15184608 is still active, so no retry has been submitted. Repository policy requires rerunning the entire Windows Integration stage when eligible.
Impact and reproduction pattern
The test workload duration varies enough that the 120-minute job limit can terminate otherwise healthy CI. Depending on timing, either tests remain incomplete or post-test result and artifact publication is skipped. This consumes the Windows and paired Mac agents for two hours and requires a full-stage retry.
Investigation
The Azure build metadata, stage and job timelines, task durations, and remote-test logs were compared directly. Neither occurrence contains a deterministic test failure responsible for cancellation. The #26513 remote-test log continued reporting passes immediately before the deadline; #26020 had already completed both local and remote tests.
Separate searches across all open and closed issues used the exact Azure timeout message, stage and job names, Run .NET tests remotely, worker names, publication task, and Windows timeout terms. The only candidate was #26457, which is an unrelated Ventura Show Bot Info / ioreg pre-test stall.
Current diagnosis and workaround
This is a CI duration-budget failure rather than a source regression. The current workaround is to rerun the entire Windows Integration stage after the parent build is terminal and retry policy permits it. Longer-term options are to increase the job budget, reduce setup and artifact-download time, or split the remote test workload so normal duration variance cannot consume the full job allowance.
Azure logs and artifacts are retention-limited.
Summary
The Windows Integration Tests / Dotnet tests job has reached its fixed 120-minute Azure DevOps limit in two distinct monitored PRs while test work was either still progressing or had completed successfully. Azure then canceled the remaining remote-test or artifact-publication work.
Windows Integration Dotnet tests reaches the fixed 120-minute job limit while test workflow remains successful or actively progressing, canceling remaining test or publication workConfirmed occurrences
PR #26020
52aa6b725350ec79b8019d3d5e8523c817be9b27xamarin-macios-sim-pr-testsVSM-XAM-1362026-09-02T10:05:37Z–12:05:36ZPublish to Artifact Services Drop.VSM-XAM-124; build 15180927 succeeded and the PR later merged.PR #26513
a354efde93df4b8e7ad9eb15a88ebd64916b2be1xamarin-macios-sim-pr-testsVSM-XAM-1292026-09-02T15:45:52Z–17:46:07ZRun .NET tests remotelyran from16:37:57Zuntil cancellation. Its log contains 31 completed passing test records and no test failures. The last recorded test passed at17:44:20Z, only 86 seconds before Azure began cancellation at17:45:46Z.Impact and reproduction pattern
The test workload duration varies enough that the 120-minute job limit can terminate otherwise healthy CI. Depending on timing, either tests remain incomplete or post-test result and artifact publication is skipped. This consumes the Windows and paired Mac agents for two hours and requires a full-stage retry.
Investigation
The Azure build metadata, stage and job timelines, task durations, and remote-test logs were compared directly. Neither occurrence contains a deterministic test failure responsible for cancellation. The #26513 remote-test log continued reporting passes immediately before the deadline; #26020 had already completed both local and remote tests.
Separate searches across all open and closed issues used the exact Azure timeout message, stage and job names,
Run .NET tests remotely, worker names, publication task, and Windows timeout terms. The only candidate was #26457, which is an unrelated VenturaShow Bot Info/ioregpre-test stall.Current diagnosis and workaround
This is a CI duration-budget failure rather than a source regression. The current workaround is to rerun the entire Windows Integration stage after the parent build is terminal and retry policy permits it. Longer-term options are to increase the job budget, reduce setup and artifact-download time, or split the remote test workload so normal duration variance cannot consume the full job allowance.
Azure logs and artifacts are retention-limited.