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
CollectionTests.X509Certificate2CollectionRemoveRangeArray fails under R2R/crossgen2 on linux-x64 and windows-x64. The test calls RemoveRange on an X509Certificate2Collection and expects 2 certificates to remain, but finds 0. This suggests a R2R compilation issue affecting the collection mutation logic.
[FAIL] System.Security.Cryptography.X509Certificates.Tests.CollectionTests.X509Certificate2CollectionRemoveRangeArray
Assert.Equal() Failure: Values differ
Expected: 2
Actual: 0
at System.Security.Cryptography.X509Certificates.Tests.CollectionTests.X509Certificate2CollectionRemoveRangeArray() in /_/src/libraries/System.Security.Cryptography/tests/X509Certificates/CollectionTests.cs:line 1037
at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
First build it occurred:1426059 (2026-05-19). Persistent across the entire scanned window (3+ consecutive builds); prior build 1424233 on 2026-05-18 succeeded.
Occurrences in window: 3+
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 every 3 days and opens (or updates) a PR with prompt edits.
Note
🔒 Integrity filter blocked 2 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".
#128392search_issues: 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=1427388
Build error leg or test failing: linux-x64 Release TestReadyToRun_Libraries - System.Security.Cryptography.Tests
Error Details
CollectionTests.X509Certificate2CollectionRemoveRangeArrayfails under R2R/crossgen2 on linux-x64 and windows-x64. The test callsRemoveRangeon anX509Certificate2Collectionand expects 2 certificates to remain, but finds 0. This suggests a R2R compilation issue affecting the collection mutation logic.Error Message
{ "ErrorMessage": ["X509Certificate2CollectionRemoveRangeArray", "Assert.Equal() Failure: Values differ"], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Affected legs:
First build it occurred: 1426059 (2026-05-19). Persistent across the entire scanned window (3+ consecutive builds); prior build 1424233 on 2026-05-18 succeeded.
Occurrences in window: 3+
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 every 3 days and opens (or updates) a PR with prompt edits.Note
🔒 Integrity filter blocked 2 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_issues: 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: