Fix SearchValues asserts for WASM #118030
Merged
Build Analysis / Build Analysis
succeeded
Jul 25, 2025 in 0s
.NET Result Analysis
Details
⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis
All checks completed
Build Rerun
✔️ Build passed after 1 retries.
(Attempt #1) [link to build]
runtime / Build / browser-wasm linux Release LibraryTests / Send to Helix
[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]-
❌.packages/microsoft.dotnet.helix.sdk/10.0.0-beta.25367.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnChrome-ST-Common.Tests in job 1e906f08-fe41-48d3-acd3-e638c2a8871c has failed.
[Failure log]
-
❌.packages/microsoft.dotnet.helix.sdk/10.0.0-beta.25367.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnChrome-ST-IcuAppLocal.Tests in job 1e906f08-fe41-48d3-acd3-e638c2a8871c has failed.
[Failure log]
-
❌.packages/microsoft.dotnet.helix.sdk/10.0.0-beta.25367.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnChrome-ST-Invariant.Tests in job 1e906f08-fe41-48d3-acd3-e638c2a8871c has failed.
[Failure log]
- ❌ 7 more errors on this task
runtime / Build / browser-wasm linux Release LibraryTests_EAT / Send to Helix
[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]-
❌.packages/microsoft.dotnet.helix.sdk/10.0.0-beta.25367.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnChrome-ST-Common.Tests in job 72c3fe2e-b17e-4393-b490-ad63e99ba29f has failed.
[Failure log]
-
❌.packages/microsoft.dotnet.helix.sdk/10.0.0-beta.25367.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnChrome-ST-IcuAppLocal.Tests in job 72c3fe2e-b17e-4393-b490-ad63e99ba29f has failed.
[Failure log]
-
❌.packages/microsoft.dotnet.helix.sdk/10.0.0-beta.25367.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnChrome-ST-Invariant.Tests in job 72c3fe2e-b17e-4393-b490-ad63e99ba29f has failed.
[Failure log]
- ❌ 7 more errors on this task
runtime / Build / browser-wasm linux Release LibraryTests_Smoke_AOT / Send to Helix
[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]-
❌.packages/microsoft.dotnet.helix.sdk/10.0.0-beta.25367.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnChrome-ST-System.Runtime.Intrinsics.Tests in job c33b220d-1b36-4677-a4d0-9b2222194ab3 has failed.
[Failure log]
-
❌.packages/microsoft.dotnet.helix.sdk/10.0.0-beta.25367.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnChrome-ST-System.Runtime.Tests in job c33b220d-1b36-4677-a4d0-9b2222194ab3 has failed.
[Failure log]
Non-Deterministic Test Failures Detected
❌ System.Diagnostics.Tests.ProcessTests.TestCheckChildProcessUserAndGroupIds [Console] [Details] [Artifacts] [0.88% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
- Exception Message
System.ComponentModel.Win32Exception : An error occurred trying to start process '/root/helix/work/correlation/dotnet' with working directory '/root/helix/work/workitem/e'. Operation not permitted
- CallStack
at System.Diagnostics.Process.ForkAndExecProcess(ProcessStartInfo startInfo, String resolvedFilename, String[] argv, String[] envp, String cwd, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec) in /_/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.Unix.cs:line 546 at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo) in /_/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.Unix.cs:line 456 at System.Diagnostics.Process.Start() in /_/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.cs:line 1284 at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) in /_/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.cs:line 1352 at Microsoft.DotNet.RemoteExecutor.RemoteExecutor.Invoke(MethodInfo method, String[] args, RemoteInvokeOptions options, Boolean pasteArguments) in /_/src/arcade/src/Microsoft.DotNet.RemoteExecutor/src/RemoteExecutor.cs:line 477 at Microsoft.DotNet.RemoteExecutor.RemoteExecutor.Invoke(Func`5 method, String arg1, String arg2, String arg3, String arg4, RemoteInvokeOptions options) in /_/src/arcade/src/Microsoft.DotNet.RemoteExecutor/src/RemoteExecutor.cs:line 375 at System.Diagnostics.Tests.ProcessTests.TestCheckChildProcessUserAndGroupIds() in /_/src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs:line 593 at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 126
Failing Configuration
❌ WasmTestOnChrome-ST-Common.Tests.WorkItemExecution [Console] [Details] [Artifacts] [20.74% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: DeadLetter. To investigate look the [Console log] / navigate to [Helix Artifacts]
Failing Configurations (2)
❌ WasmTestOnChrome-ST-IcuAppLocal.Tests.WorkItemExecution [Console] [Details] [Artifacts] [20.74% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: DeadLetter. To investigate look the [Console log] / navigate to [Helix Artifacts]
Failing Configurations (2)
Loading