Commit 42e7dba
Disable composite R2R + .NET 11 benchmark scenarios (#2180)
These scenarios all hang/crash in crossgen2 with IndexOutOfRangeException on
.NET 11 preview SDKs that predate dotnet/runtime#129053 ("Fix composite R2R
token corruption for devirtualized async-variant callees", merged 2026-06-06).
The repro hits Kestrel's Http1ChunkedEncodingMessageBody.PumpAsync during
composite R2R compilation; crossgen2 then fails to terminate, causing the
crank-agent 10-minute build timeout we saw on 2026-06-08.
build/singlefile-scenarios.yml: add per-mode `condition` field (threaded
into the crank job condition) and set 'false' for Single-file, Trimmed,
R2RComposite-Windows, R2RComposite-Linux.
build/crossgen2-scenarios.yml: enrich the existing disable note on
"CG2 composite" / "CG2 composite avx2" (already disabled by #2177) with
a pointer to the upstream runtime fix.
build/nativeaot-scenarios.yml: set condition to 'false' on the three
Goldilocks "Trim R2R SingleFile" jobs (Stage1, Stage2, gRPC Stage1).
Self-contained, AOT, non-composite R2R, and all NativeAOT scenarios remain
enabled - the bug is composite-R2R-specific.
Re-enable once the runtime fix flows into the .NET 11 SDK consumed by the
benchmark agents.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 42c6a4b commit 42e7dba
3 files changed
Lines changed: 30 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
73 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
| |||
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
109 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
110 | 117 | | |
111 | 118 | | |
112 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
| 44 | + | |
37 | 45 | | |
38 | 46 | | |
| 47 | + | |
39 | 48 | | |
40 | 49 | | |
41 | 50 | | |
| 51 | + | |
| 52 | + | |
42 | 53 | | |
43 | 54 | | |
| 55 | + | |
44 | 56 | | |
45 | 57 | | |
| 58 | + | |
46 | 59 | | |
47 | 60 | | |
48 | 61 | | |
| |||
60 | 73 | | |
61 | 74 | | |
62 | 75 | | |
63 | | - | |
| 76 | + | |
64 | 77 | | |
65 | 78 | | |
0 commit comments