2026-02-25T00:44:07.0056490Z ##[section]Starting: Run Quarantined Tests 2026-02-25T00:44:07.0354160Z ============================================================================== 2026-02-25T00:44:07.0355370Z Task : Bash 2026-02-25T00:44:07.0355600Z Description : Run a Bash script on macOS, Linux, or Windows 2026-02-25T00:44:07.0355980Z Version : 3.268.1 2026-02-25T00:44:07.0356860Z Author : Microsoft Corporation 2026-02-25T00:44:07.0357880Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2026-02-25T00:44:07.0360080Z ============================================================================== 2026-02-25T00:44:09.5676570Z Generating script. 2026-02-25T00:44:09.5751220Z Script contents: 2026-02-25T00:44:09.5756280Z ./eng/build.sh --ci --nobl --all --no-build --no-build-java --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true 2026-02-25T00:44:09.5760680Z ========================== Starting Command Output =========================== 2026-02-25T00:44:09.5779960Z [command]/bin/bash /Users/runner/work/_temp/802a7a5d-b9ee-4c75-92a0-ec204822d8e0.sh 2026-02-25T00:44:10.1839890Z warning: Building of C# project is enabled and has dependencies on NodeJS projects. Building of NodeJS projects is enabled since node is detected on PATH. 2026-02-25T00:44:10.1841840Z warning: Note that if you are running Source Build, building NodeJS projects will be disabled later on. 2026-02-25T00:44:18.0727420Z Testing NPM packages... 2026-02-25T00:44:19.1066320Z 2026-02-25T00:44:19.1067470Z > @microsoft/aspnetcore@1.0.0 test 2026-02-25T00:44:19.1086960Z > npm run test --workspaces --if-present 2026-02-25T00:44:19.1088890Z 2026-02-25T00:44:20.3555530Z 2026-02-25T00:44:20.3567410Z > @microsoft/client-ts@1.0.0 pretest 2026-02-25T00:44:20.3571820Z > npm run lint-signalr & npm run lint-signalr-msgpack 2026-02-25T00:44:20.3574750Z 2026-02-25T00:44:22.2020340Z 2026-02-25T00:44:22.2162400Z > @microsoft/client-ts@1.0.0 lint-signalr 2026-02-25T00:44:22.2202430Z > eslint -c ./signalr/tests/.eslintrc.js --ext .ts ./signalr/tests 2026-02-25T00:44:22.2215770Z 2026-02-25T00:44:22.2588250Z 2026-02-25T00:44:22.2600990Z > @microsoft/client-ts@1.0.0 lint-signalr-msgpack 2026-02-25T00:44:22.2651760Z > eslint -c ./signalr-protocol-msgpack/tests/.eslintrc.js --ext .ts ./signalr-protocol-msgpack/tests 2026-02-25T00:44:22.2661200Z 2026-02-25T00:44:44.1894840Z 2026-02-25T00:44:44.2000750Z > @microsoft/client-ts@1.0.0 test 2026-02-25T00:44:44.2003300Z > jest --config ./jest.config.js 2026-02-25T00:44:44.2006430Z 2026-02-25T00:45:08.9417160Z PASS signalr/tests/HubConnection.Reconnect.test.ts (18.82 s) 2026-02-25T00:45:10.1455940Z PASS signalr/tests/HttpConnection.test.ts (19.86 s) 2026-02-25T00:45:11.4792020Z PASS signalr/tests/HubConnectionBuilder.test.ts 2026-02-25T00:45:11.9956530Z PASS signalr/tests/LongPollingTransport.test.ts 2026-02-25T00:45:12.9984320Z PASS signalr/tests/WebSocketTransport.test.ts 2026-02-25T00:45:13.9509210Z PASS signalr/tests/ServerSentEventsTransport.test.ts 2026-02-25T00:45:14.2742290Z PASS signalr-protocol-msgpack/tests/MessagePackHubProtocol.test.ts 2026-02-25T00:45:14.4112550Z PASS signalr/tests/HubConnection.test.ts (24.363 s) 2026-02-25T00:45:14.8055230Z PASS signalr/tests/JsonHubProtocol.test.ts 2026-02-25T00:45:14.9299980Z PASS signalr/tests/HttpClient.test.ts 2026-02-25T00:45:15.1749150Z PASS signalr/tests/MessageSize.test.ts 2026-02-25T00:45:15.7589040Z PASS signalr/tests/TextMessageFormat.test.ts 2026-02-25T00:45:15.9595860Z PASS signalr/tests/FetchHttpClient.test.ts 2026-02-25T00:45:16.3399180Z PASS signalr/tests/AbortSignal.test.ts 2026-02-25T00:45:16.4595010Z PASS signalr/tests/UserAgent.test.ts 2026-02-25T00:45:17.4691760Z PASS signalr/tests/OutputSize.test.ts 2026-02-25T00:45:21.3246280Z PASS signalr-protocol-msgpack/tests/BinaryMessageFormatter.test.ts (6.567 s) 2026-02-25T00:45:21.9065260Z A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them. 2026-02-25T00:45:22.0070290Z 2026-02-25T00:45:22.0646090Z Test Suites: 17 passed, 17 total 2026-02-25T00:45:22.0654650Z Tests: 363 passed, 363 total 2026-02-25T00:45:22.0660660Z Snapshots: 0 total 2026-02-25T00:45:22.0664510Z Time: 34.013 s 2026-02-25T00:45:22.0667510Z Ran all test suites. 2026-02-25T00:45:22.0671690Z 2026-02-25T00:45:22.0675180Z > @microsoft/dotnet-js-interop@11.0.0-ci test 2026-02-25T00:45:22.0677220Z > jest 2026-02-25T00:45:22.0679480Z 2026-02-25T00:45:28.0249770Z PASS test/findObjectMember.test.ts 2026-02-25T00:45:28.2559720Z PASS test/CallDispatcher.test.ts 2026-02-25T00:45:28.3777200Z 2026-02-25T00:45:28.3862050Z Test Suites: 2 passed, 2 total 2026-02-25T00:45:28.3899610Z Tests: 32 passed, 32 total 2026-02-25T00:45:28.3932550Z Snapshots: 0 total 2026-02-25T00:45:28.3943710Z Time: 5.279 s 2026-02-25T00:45:28.3950610Z Ran all test suites. 2026-02-25T00:45:28.3954080Z 2026-02-25T00:45:28.3955760Z > @microsoft/microsoft.aspnetcore.components.web.js@0.0.1 test 2026-02-25T00:45:28.3957940Z > jest 2026-02-25T00:45:28.3959970Z 2026-02-25T00:45:33.4482060Z PASS test/EditDistance.test.ts 2026-02-25T00:45:34.8620230Z PASS test/DomSync.test.ts 2026-02-25T00:45:34.9265790Z 2026-02-25T00:45:34.9291590Z Test Suites: 2 passed, 2 total 2026-02-25T00:45:34.9295490Z Tests: 34 passed, 34 total 2026-02-25T00:45:34.9298960Z Snapshots: 0 total 2026-02-25T00:45:34.9303150Z Time: 5.465 s 2026-02-25T00:45:34.9312520Z Ran all test suites. 2026-02-25T00:46:28.8391230Z Running tests: /Users/runner/work/1/s/src/DefaultBuilder/test/Microsoft.AspNetCore.FunctionalTests/bin/Release/net11.0/Microsoft.AspNetCore.FunctionalTests.dll [net11.0|x64] 2026-02-25T00:46:35.4500780Z Running tests: /Users/runner/work/1/s/src/Hosting/test/FunctionalTests/bin/Release/net11.0/Microsoft.AspNetCore.Hosting.FunctionalTests.dll [net11.0|x64] 2026-02-25T00:46:35.5127070Z Tests succeeded: /Users/runner/work/1/s/src/DefaultBuilder/test/Microsoft.AspNetCore.FunctionalTests/bin/Release/net11.0/Microsoft.AspNetCore.FunctionalTests.dll [net11.0|x64] 2026-02-25T00:46:38.6605640Z 2026-02-25T00:46:38.6670480Z Running benchmark validation for: 2026-02-25T00:46:38.7385250Z Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks 2026-02-25T00:46:38.8389610Z 2026-02-25T00:46:40.8516000Z 2026-02-25T00:46:40.9392650Z Running benchmark validation for: 2026-02-25T00:46:41.0396540Z Microsoft.AspNetCore.Http.Microbenchmarks 2026-02-25T00:46:41.1279740Z 2026-02-25T00:46:41.8995260Z 2026-02-25T00:46:41.9102580Z Running benchmark validation for: 2026-02-25T00:46:41.9245590Z Microsoft.AspNetCore.Owin.Microbenchmarks 2026-02-25T00:46:41.9369100Z 2026-02-25T00:46:49.0654350Z 2026-02-25T00:46:49.0859590Z Running benchmark validation for: 2026-02-25T00:46:49.0981520Z Microsoft.AspNetCore.WebUtilities.Microbenchmarks 2026-02-25T00:46:49.1680510Z 2026-02-25T00:47:25.6494650Z Running tests: /Users/runner/work/1/s/src/Servers/HttpSys/test/NonHelixTests/bin/Release/net11.0/Microsoft.AspNetCore.Server.HttpSys.NonHelixTests.dll [net11.0|x64] 2026-02-25T00:47:29.3571700Z Tests succeeded: /Users/runner/work/1/s/src/Servers/HttpSys/test/NonHelixTests/bin/Release/net11.0/Microsoft.AspNetCore.Server.HttpSys.NonHelixTests.dll [net11.0|x64] 2026-02-25T00:47:35.4611020Z 2026-02-25T00:47:35.5018600Z Running benchmark validation for: 2026-02-25T00:47:35.5206420Z Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks 2026-02-25T00:47:35.5365330Z 2026-02-25T00:47:45.1882640Z Running tests: /Users/runner/work/1/s/src/Servers/test/FunctionalTests/bin/Release/net11.0/ServerComparison.FunctionalTests.dll [net11.0|x64] 2026-02-25T00:47:52.0968050Z Identity.DefaultUI.WebSite -> /Users/runner/work/1/s/artifacts/bin/Microsoft.AspNetCore.Identity.FunctionalTests/Release/net11.0/publish/ 2026-02-25T00:47:57.7551050Z ##[error]XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: /Users/runner/work/1/s/artifacts/TestResults/Release/Quarantined/ServerComparison.FunctionalTests_net11.0_x64.html [net11.0|x64] 2026-02-25T00:47:57.8045670Z XUnit : error : Tests failed: /Users/runner/work/1/s/artifacts/TestResults/Release/Quarantined/ServerComparison.FunctionalTests_net11.0_x64.html [net11.0|x64] [/Users/runner/work/1/s/src/Servers/test/FunctionalTests/ServerComparison.FunctionalTests.csproj] 2026-02-25T00:48:02.0168080Z 2026-02-25T00:48:02.1171520Z Running benchmark validation for: 2026-02-25T00:48:02.2176080Z Microsoft.AspNetCore.Security.Microbenchmarks 2026-02-25T00:48:02.3181920Z 2026-02-25T00:48:17.3787970Z 2026-02-25T00:48:17.4792300Z Running benchmark validation for: 2026-02-25T00:48:17.5793080Z Microsoft.AspNetCore.OutputCaching.Microbenchmarks 2026-02-25T00:48:17.6797530Z 2026-02-25T00:48:18.5225410Z 2026-02-25T00:48:18.6226640Z Running benchmark validation for: 2026-02-25T00:48:18.7230780Z Microsoft.AspNetCore.WebSockets.Microbenchmarks 2026-02-25T00:48:18.8231080Z 2026-02-25T00:48:18.9233880Z 2026-02-25T00:48:18.9981440Z Running benchmark validation for: 2026-02-25T00:48:19.0984550Z Microsoft.AspNetCore.ResponseCaching.Microbenchmarks 2026-02-25T00:48:19.1987160Z 2026-02-25T00:48:21.3254720Z 2026-02-25T00:48:21.3952290Z Running benchmark validation for: 2026-02-25T00:48:21.4831920Z Microsoft.AspNetCore.RequestDecompression.Microbenchmarks 2026-02-25T00:48:21.5468060Z 2026-02-25T00:48:23.1106050Z 2026-02-25T00:48:23.2107400Z Running benchmark validation for: 2026-02-25T00:48:23.3145130Z Microsoft.AspNetCore.ResponseCompression.Microbenchmarks 2026-02-25T00:48:23.4123610Z 2026-02-25T00:48:42.4273250Z 2026-02-25T00:48:42.5274080Z Running benchmark validation for: 2026-02-25T00:48:42.6280960Z Microsoft.AspNetCore.SignalR.Microbenchmarks 2026-02-25T00:48:42.6985750Z 2026-02-25T00:49:00.8673470Z Determining projects to restore... 2026-02-25T00:49:01.7765430Z 2026-02-25T00:49:01.8768570Z Running benchmark validation for: 2026-02-25T00:49:01.9401250Z Microsoft.AspNetCore.OpenApi.Microbenchmarks 2026-02-25T00:49:01.9646810Z 2026-02-25T00:49:01.9684470Z Determining projects to restore... 2026-02-25T00:49:03.4499280Z All projects are up-to-date for restore. 2026-02-25T00:49:04.0685560Z All projects are up-to-date for restore. 2026-02-25T00:49:06.2827810Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropClient/InteropClient.dll 2026-02-25T00:49:06.8431200Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropClient/ 2026-02-25T00:49:07.7693740Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropWebsite/InteropWebsite.dll 2026-02-25T00:49:07.8388840Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropWebsite/ 2026-02-25T00:50:05.0068340Z ##[error]XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: /Users/runner/work/1/s/artifacts/TestResults/Release/Quarantined/Microsoft.AspNetCore.Hosting.FunctionalTests_net11.0_x64.html [net11.0|x64] 2026-02-25T00:50:05.0087760Z XUnit : error : Tests failed: /Users/runner/work/1/s/artifacts/TestResults/Release/Quarantined/Microsoft.AspNetCore.Hosting.FunctionalTests_net11.0_x64.html [net11.0|x64] [/Users/runner/work/1/s/src/Hosting/test/FunctionalTests/Microsoft.AspNetCore.Hosting.FunctionalTests.csproj] 2026-02-25T02:32:42.7547170Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-25T02:32:52.8332690Z ##[error]The operation was canceled. 2026-02-25T02:32:52.8345650Z ##[section]Finishing: Run Quarantined Tests