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
Under PGO instrumentation (runtime-coreclr libraries-pgo, def 145), multiple KmacXof128Tests fail on linux-x64 with OpenSslCryptographicException: error:1C800069:Provider routines::invalid key length. The KMAC key passed to OpenSSL is rejected as having invalid length when the code is PGO-optimized, suggesting PGO may corrupt the key data or length passed to the native interop layer.
All KmacXof128 tests in the suite fail with the same OpenSSL error:
Filed by ci-failure-scan (detection only). ci-failure-fix walks open [ci-scan] KBEs and either opens a small fix PR or comments here to loop in owners — it never disables the test.
Note
🔒 Integrity filter blocked 4 items
The following items were blocked because they don't meet the GitHub integrity level.
#129832search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#129876search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#114222search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#117138search_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=1484392
Build error leg or test failing: linux-x64 Release - System.Security.Cryptography.Tests
Error Details
Under PGO instrumentation (
runtime-coreclr libraries-pgo, def 145), multipleKmacXof128Testsfail on linux-x64 withOpenSslCryptographicException: error:1C800069:Provider routines::invalid key length. The KMAC key passed to OpenSSL is rejected as having invalid length when the code is PGO-optimized, suggesting PGO may corrupt the key data or length passed to the native interop layer.All KmacXof128 tests in the suite fail with the same OpenSSL error:
Error Message
{ "ErrorMessage": ["KmacXof128", "invalid key length"], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Impact on platforms
First build it occurred
Duplicate search
"KmacXof128" label:"Known Build Error"— 0 results"KmacXof128" "invalid key length" is:open— 0 results"KmacXof128" is:pr is:merged merged:>=2026-06-14— 0 results"UNCHECKED_OBJECTREF" label:"Known Build Error"— 1 result, integrity-filtered AF: *(_UNCHECKED_OBJECTREF *)handle == NULL (HndCreateHandle called by getJitHandleForObject) #117138No existing KBE matches this signature.
Filed by
ci-failure-scan(detection only).ci-failure-fixwalks open[ci-scan]KBEs and either opens a small fix PR or comments here to loop in owners — it never disables the test.Note
🔒 Integrity filter blocked 4 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".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:Report
Summary