-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Description
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1084860
Build error leg or test failing: System.Net.WebSockets.Client.Tests
Affected CI jobs: runtime-extra-platforms iossimulator_arm64_release_allsubsets_mono, iossimulator_x64_release_allsubsets_mono, tvossimulator_x64_release_allsubsets_mono, maccatalyst_arm64_release_allsubsets_mono, maccatalyst_x64_release_allsubsets_mono, tvos_arm64_release_allsubsets_mono
Commit range: 5392448...27c8fe0
Extracted Error Log
The failure is an assert which is caused by an exception System.PlatformNotSupportedException: The PKCS#12 Exportable flag is not supported on this platform.
in a type static constructor System.Net.Test.Common.Configuration.Certificates..cctor()
.
The last successful test is:
[PASS] System.Net.WebSockets.Client.Tests.HttpClientConnectTest_Http2.ConnectAsync_VersionNotSupported_WithSsl_Throws
Then the tests fail with an assert. On iossimulator_arm64_release_allsubsets_mono
, iossimulator_x64_release_allsubsets_mono
or tvossimulator_x64_release_allsubsets_mono
the failure is reported as either exit code -4 or 80 and the failure is just a process termination without additional details.
[07:24:01] dbug: 2025-07-03 07:24:01.194285-0400 System.Net.WebSockets.Client.Tests[26688:522535] ((null) warning) Process terminated. Assertion Failed
On maccatalyst_arm64_release_allsubsets_mono
or maccatalyst_x64_release_allsubsets_mono
the failure is also a process termination caused by an assert, but this time it prints out detailed error information:
[06:29:29] dbug: 2025-07-03 06:29:19.475 Db System.Net.WebSockets.Client.Tests[1575:3e14] ---- DEBUG ASSERTION FAILED ----
[06:29:29] dbug: ---- Assert Short Message ----
[06:29:29] dbug: Certificates cctor threw System.PlatformNotSupportedException: The PKCS#12 Exportable flag is not supported on this platform.
[06:29:29] dbug: at System.Security.Cryptography.X509Certificates.X509CertificateLoader.ValidatePlatformKeyStorageFlags(X509KeyStorageFlags keyStorageFlags)
[06:29:29] dbug: at System.Security.Cryptography.X509Certificates.X509CertificateLoader.ValidateKeyStorageFlagsCore(X509KeyStorageFlags keyStorageFlags)
[06:29:29] dbug: at System.Security.Cryptography.X509Certificates.X509CertificateLoader.LoadPkcs12(Byte[] data, String password, X509KeyStorageFlags keyStorageFlags, Pkcs12LoaderLimits loaderLimits)
[06:29:29] dbug: at System.Net.Test.Common.Configuration.Certificates..cctor()
On tvos_arm64_release_allsubsets_mono
the failure seems to be caused by the same exception (based on the fact that the test fails in the same spot and with an assert as well), instead an assert in mono JIT is reported:
[18:18:45] dbug: [18:18:08.3777240] at System.Environment:FailFast <0x00007>
[18:18:45] dbug: [18:18:08.3777290] * Assertion at /Users/runner/work/1/s/src/mono/mono/metadata/jit-info.c:918, condition `!ji->async' not met
There's a lengthy callstack reported as well which seems to point to a Trace.Fail
in a class constructor. See this log for more details: https://helixr1107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-0040104448894463a9/System.Net.WebSockets.Client.Tests.Attempt.3/1/console.c9ca89cc.log?helixlogtype=result
Starting with build 20250625.2 the failure is 100% repro on all iOS, maccatalyst or tvOS devices and simulators across both x64 and arm64 architectures.
Error Message
{
"ErrorMessage": ["ConnectAsync_VersionNotSupported_WithSsl_Throws", "Assertion Failed"],
"BuildRetry": true,
"ExcludeConsoleLog": false
}
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1084860
Error message validated: [ConnectAsync_VersionNotSupported_WithSsl_Throws Assertion Failed
]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/3/2025 10:10:25 PM UTC
Report
Summary
24-Hour Hit Count | 7-Day Hit Count | 1-Month Count |
---|---|---|
1 | 12 | 13 |