Console log: 'System.Linq.AsyncEnumerable.Tests' from job 83d5751e-9bee-47e6-8470-d75a701b71d3 workitem 3778ab6e-83a0-418c-8526-7df6e75f06ed (azurelinux.3.amd64.open.rt) executed on machine a00K4FP running Linux-6.6.139.1-1.azl3-x86_64-with-glibc2.38 + export __TestArchitecture=x64 + __TestArchitecture=x64 + export __TestEnv=/datadisks/disk1/work/AA060923/p/SetStressModes_jitstress1.sh + __TestEnv=/datadisks/disk1/work/AA060923/p/SetStressModes_jitstress1.sh + cat /datadisks/disk1/work/AA060923/p/SetStressModes_jitstress1.sh #!/usr/bin/env bash export DOTNET_TieredCompilation=0 export DOTNET_DbgEnableMiniDump=1 export DOTNET_EnableCrashReport=1 export DOTNET_DbgMiniDumpName=$HELIX_DUMP_FOLDER/coredump.%d.dmp export DOTNET_JitStress=1 + . /datadisks/disk1/work/AA060923/p/SetStressModes_jitstress1.sh ++ export DOTNET_TieredCompilation=0 ++ DOTNET_TieredCompilation=0 ++ export DOTNET_DbgEnableMiniDump=1 ++ DOTNET_DbgEnableMiniDump=1 ++ export DOTNET_EnableCrashReport=1 ++ DOTNET_EnableCrashReport=1 ++ export DOTNET_DbgMiniDumpName=/datadisks/disk1/dumps/coredump.%d.dmp ++ DOTNET_DbgMiniDumpName=/datadisks/disk1/dumps/coredump.%d.dmp ++ export DOTNET_JitStress=1 ++ DOTNET_JitStress=1 + printenv + grep DOTNET DOTNET_TieredCompilation=0 DOTNET_DbgMiniDumpName=/datadisks/disk1/dumps/coredump.%d.dmp DOTNET_JitStress=1 DOTNET_DbgEnableMiniDump=1 DOTNET_EnableCrashReport=1 + ./RunTests.sh --runtime-path /datadisks/disk1/work/AA060923/p ========================= Begin custom configuration settings ============================== export __IsXUnitLogCheckerSupported=1 export XUNIT_HIDE_PASSING_OUTPUT_DIAGNOSTICS=1 ========================== End custom configuration settings =============================== ----- start Tue Jun 30 08:00:04 AM UTC 2026 =============== To repro directly: ===================================================== pushd . /datadisks/disk1/work/AA060923/p/dotnet exec --runtimeconfig System.Linq.AsyncEnumerable.Tests.runtimeconfig.json --depsfile System.Linq.AsyncEnumerable.Tests.deps.json xunit.console.dll System.Linq.AsyncEnumerable.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing popd =========================================================================================================== /datadisks/disk1/work/AA060923/w/A6EE095A/e /datadisks/disk1/work/AA060923/w/A6EE095A/e Discovering: System.Linq.AsyncEnumerable.Tests (method display = ClassAndMethod, method display options = None) Discovered: System.Linq.AsyncEnumerable.Tests (found 401 test cases) Starting: System.Linq.AsyncEnumerable.Tests (parallel test collections = on [2 threads], stop on fail = off) Process terminated. Assertion failed. The runtime should have initialized the thread id by now. at System.Linq.Tests.ToHashSetAsyncTests.VariousValues_MatchesEnumerable(Int32[] values) in /_/src/libraries/System.Linq.AsyncEnumerable/tests/ToHashSetAsyncTests.cs:line 28 at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:line 3632 at System.Threading.Tasks.Task`1.TrySetResult(TResult result) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task_T.cs:line 385 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result) in /_/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilderT.cs:line 524 at System.Linq.AsyncEnumerable.g__Impl|208_0[TSource](ConfiguredCancelableAsyncEnumerable`1 source, IEqualityComparer`1 comparer) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs:line 196 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) in /_/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilderT.cs:line 354 at System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.SignalCompletion() in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Sources/ManualResetValueTaskSourceCore.cs:line 249 at System.Linq.AsyncEnumerable.