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
The interpreter pipeline (def 316) fails across all work items (Regression_2 through Regression_d) due to a JIT assert in CompressDebugInfo::Compress. The precondition (iOffsetMapping == 0) == (pOffsetMapping == 0) fires when m_pILToNativeMap is allocated but m_ILToNativeMapSize is 0.
Note: A prior KBE (#127984) covering the same signature was closed as duplicate on 2026-05-10. This re-filing ensures Build Analysis can match the ongoing failures.
Filed by ci-failure-scan, which scans dnceng-public outer-loop pipelines on main and converts stable failures into KBEs and test-disable PRs. Comment here or on the workflow file to suggest changes; ci-failure-scan-feedback reads in-scope feedback daily and opens (or updates) a PR with prompt edits.
Note
🔒 Integrity filter blocked 7 items
The following items were blocked because they don't meet the GitHub integrity level.
#125825search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#105207search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#121461search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#13353search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#12849search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#42885search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#121461issue_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1424718
Build error leg or test failing: coreclr Pri1 Runtime Tests Run windows x64 checked - Regression_8
Error Details
The interpreter pipeline (def 316) fails across all work items (
Regression_2throughRegression_d) due to a JIT assert inCompressDebugInfo::Compress. The precondition(iOffsetMapping == 0) == (pOffsetMapping == 0)fires whenm_pILToNativeMapis allocated butm_ILToNativeMapSizeis 0.Tracking: #127663
Note: A prior KBE (#127984) covering the same signature was closed as duplicate on 2026-05-10. This re-filing ensures Build Analysis can match the ongoing failures.
Persistent across the entire scanned window; true origin may predate 2026-04-15 (per closed KBE #127984).
Error Message
{ "ErrorMessage": "FAILED: (iOffsetMapping == 0) == (pOffsetMapping == 0)", "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Filed by
ci-failure-scan, which scans dnceng-public outer-loop pipelines onmainand converts stable failures into KBEs and test-disable PRs. Comment here or on the workflow file to suggest changes;ci-failure-scan-feedbackreads in-scope feedback daily and opens (or updates) a PR with prompt edits.Note
🔒 Integrity filter blocked 7 items
The following items were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".issue_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:Report
Summary