2026-03-09T15:33:25.0788330Z ##[section]Starting: Run Quarantined Tests 2026-03-09T15:33:25.0882220Z ============================================================================== 2026-03-09T15:33:25.0882610Z Task : Bash 2026-03-09T15:33:25.0882770Z Description : Run a Bash script on macOS, Linux, or Windows 2026-03-09T15:33:25.0883030Z Version : 3.268.1 2026-03-09T15:33:25.0883190Z Author : Microsoft Corporation 2026-03-09T15:33:25.0883400Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2026-03-09T15:33:25.0884080Z ============================================================================== 2026-03-09T15:33:28.3118060Z Generating script. 2026-03-09T15:33:28.3123780Z Script contents: 2026-03-09T15:33:28.3127530Z ./eng/build.sh --ci --nobl --all --no-build --no-build-java --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true 2026-03-09T15:33:28.3135110Z ========================== Starting Command Output =========================== 2026-03-09T15:33:28.3139240Z [command]/bin/bash /Users/runner/work/_temp/7103147e-0bf4-497e-9cb1-89a2cb9c36c9.sh 2026-03-09T15:33:29.0779340Z 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-03-09T15:33:29.1295950Z warning: Note that if you are running Source Build, building NodeJS projects will be disabled later on. 2026-03-09T15:33:32.9951500Z Testing NPM packages... 2026-03-09T15:33:34.9174810Z 2026-03-09T15:33:34.9176130Z > @microsoft/aspnetcore@1.0.0 test 2026-03-09T15:33:34.9176630Z > npm run test --workspaces --if-present 2026-03-09T15:33:34.9177030Z 2026-03-09T15:33:35.8349800Z 2026-03-09T15:33:35.8411900Z > @microsoft/client-ts@1.0.0 pretest 2026-03-09T15:33:35.8424820Z > npm run lint-signalr & npm run lint-signalr-msgpack 2026-03-09T15:33:35.8426020Z 2026-03-09T15:33:36.5818240Z 2026-03-09T15:33:36.5823550Z > @microsoft/client-ts@1.0.0 lint-signalr 2026-03-09T15:33:36.5825960Z > eslint -c ./signalr/tests/.eslintrc.js --ext .ts ./signalr/tests 2026-03-09T15:33:36.5828690Z 2026-03-09T15:33:36.5882450Z 2026-03-09T15:33:36.5884790Z > @microsoft/client-ts@1.0.0 lint-signalr-msgpack 2026-03-09T15:33:36.5886810Z > eslint -c ./signalr-protocol-msgpack/tests/.eslintrc.js --ext .ts ./signalr-protocol-msgpack/tests 2026-03-09T15:33:36.5888760Z 2026-03-09T15:33:44.9438910Z 2026-03-09T15:33:44.9547510Z > @microsoft/client-ts@1.0.0 test 2026-03-09T15:33:44.9553000Z > jest --config ./jest.config.js 2026-03-09T15:33:44.9834630Z 2026-03-09T15:34:04.8911220Z PASS signalr/tests/HubConnection.Reconnect.test.ts (16.252 s) 2026-03-09T15:34:05.2992700Z PASS signalr/tests/HttpConnection.test.ts (16.566 s) 2026-03-09T15:34:06.0452120Z PASS signalr/tests/LongPollingTransport.test.ts 2026-03-09T15:34:06.3864010Z PASS signalr/tests/HubConnectionBuilder.test.ts 2026-03-09T15:34:07.3061130Z PASS signalr/tests/WebSocketTransport.test.ts 2026-03-09T15:34:08.6159770Z PASS signalr/tests/ServerSentEventsTransport.test.ts 2026-03-09T15:34:08.8364070Z PASS signalr-protocol-msgpack/tests/MessagePackHubProtocol.test.ts 2026-03-09T15:34:09.2590390Z PASS signalr/tests/JsonHubProtocol.test.ts 2026-03-09T15:34:09.5603250Z PASS signalr/tests/MessageSize.test.ts 2026-03-09T15:34:09.8504910Z PASS signalr/tests/HttpClient.test.ts 2026-03-09T15:34:10.0981310Z PASS signalr/tests/HubConnection.test.ts (21.303 s) 2026-03-09T15:34:10.2024000Z PASS signalr/tests/FetchHttpClient.test.ts 2026-03-09T15:34:10.6403070Z PASS signalr/tests/AbortSignal.test.ts 2026-03-09T15:34:10.6864700Z PASS signalr/tests/TextMessageFormat.test.ts 2026-03-09T15:34:10.8326450Z PASS signalr/tests/UserAgent.test.ts 2026-03-09T15:34:10.9150080Z PASS signalr/tests/OutputSize.test.ts 2026-03-09T15:34:12.6027810Z PASS signalr-protocol-msgpack/tests/BinaryMessageFormatter.test.ts 2026-03-09T15:34:13.1562760Z 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-03-09T15:34:13.1947600Z 2026-03-09T15:34:13.2060210Z Test Suites: 17 passed, 17 total 2026-03-09T15:34:13.2124240Z Tests: 363 passed, 363 total 2026-03-09T15:34:13.2183290Z Snapshots: 0 total 2026-03-09T15:34:13.2205670Z Time: 25.862 s 2026-03-09T15:34:13.2213150Z Ran all test suites. 2026-03-09T15:34:13.2223640Z 2026-03-09T15:34:13.2229750Z > @microsoft/dotnet-js-interop@11.0.0-ci test 2026-03-09T15:34:13.2234170Z > jest 2026-03-09T15:34:13.2239530Z 2026-03-09T15:34:20.4812120Z PASS test/findObjectMember.test.ts 2026-03-09T15:34:20.6716810Z PASS test/CallDispatcher.test.ts 2026-03-09T15:34:20.7728180Z 2026-03-09T15:34:20.8734110Z Test Suites: 2 passed, 2 total 2026-03-09T15:34:20.9747580Z Tests: 32 passed, 32 total 2026-03-09T15:34:21.0750930Z Snapshots: 0 total 2026-03-09T15:34:21.1436410Z Time: 6.486 s 2026-03-09T15:34:21.1523390Z Ran all test suites. 2026-03-09T15:34:21.1581110Z 2026-03-09T15:34:21.1659200Z > @microsoft/microsoft.aspnetcore.components.web.js@0.0.1 test 2026-03-09T15:34:21.1781690Z > jest 2026-03-09T15:34:21.2073460Z 2026-03-09T15:34:26.5456550Z PASS test/EditDistance.test.ts 2026-03-09T15:34:28.0647410Z PASS test/DomSync.test.ts 2026-03-09T15:34:28.1651760Z 2026-03-09T15:34:28.2006490Z Test Suites: 2 passed, 2 total 2026-03-09T15:34:28.2013730Z Tests: 34 passed, 34 total 2026-03-09T15:34:28.2014460Z Snapshots: 0 total 2026-03-09T15:34:28.2015100Z Time: 5.978 s 2026-03-09T15:34:28.2015740Z Ran all test suites. 2026-03-09T15:35:00.9569270Z 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-03-09T15:35:04.0790480Z 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-03-09T15:35:04.8731810Z Running tests: /Users/runner/work/1/s/src/Hosting/test/FunctionalTests/bin/Release/net11.0/Microsoft.AspNetCore.Hosting.FunctionalTests.dll [net11.0|x64] 2026-03-09T15:35:05.5012600Z 2026-03-09T15:35:05.5039090Z Running benchmark validation for: 2026-03-09T15:35:05.5100680Z Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks 2026-03-09T15:35:05.5157480Z 2026-03-09T15:35:05.6128740Z 2026-03-09T15:35:05.6181920Z Running benchmark validation for: 2026-03-09T15:35:05.6266320Z Microsoft.AspNetCore.Http.Microbenchmarks 2026-03-09T15:35:05.6431660Z 2026-03-09T15:35:06.0582250Z 2026-03-09T15:35:06.0835060Z Running benchmark validation for: 2026-03-09T15:35:06.0992960Z Microsoft.AspNetCore.Owin.Microbenchmarks 2026-03-09T15:35:06.1058910Z 2026-03-09T15:35:11.3260920Z 2026-03-09T15:35:11.3509060Z Running benchmark validation for: 2026-03-09T15:35:11.3861080Z Microsoft.AspNetCore.WebUtilities.Microbenchmarks 2026-03-09T15:35:11.4451350Z 2026-03-09T15:35:18.0390070Z 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-03-09T15:35:23.7884230Z 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-03-09T15:35:57.2272510Z 2026-03-09T15:35:57.2545170Z Running benchmark validation for: 2026-03-09T15:35:57.3196810Z Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks 2026-03-09T15:35:57.3352070Z 2026-03-09T15:36:02.5172300Z Running tests: /Users/runner/work/1/s/src/Servers/test/FunctionalTests/bin/Release/net11.0/ServerComparison.FunctionalTests.dll [net11.0|x64] 2026-03-09T15:36:12.2179240Z 2026-03-09T15:36:12.2538590Z Running benchmark validation for: 2026-03-09T15:36:12.3052660Z Microsoft.AspNetCore.Security.Microbenchmarks 2026-03-09T15:36:12.3271360Z 2026-03-09T15:36:12.3780430Z ##[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-03-09T15:36:12.3810670Z 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-03-09T15:36:27.8485910Z Identity.DefaultUI.WebSite -> /Users/runner/work/1/s/artifacts/bin/Microsoft.AspNetCore.Identity.FunctionalTests/Release/net11.0/publish/ 2026-03-09T15:36:31.5271180Z 2026-03-09T15:36:31.6274110Z Running benchmark validation for: 2026-03-09T15:36:31.7277420Z Microsoft.AspNetCore.OutputCaching.Microbenchmarks 2026-03-09T15:36:31.8140850Z 2026-03-09T15:36:32.1063560Z 2026-03-09T15:36:32.2065470Z Running benchmark validation for: 2026-03-09T15:36:32.3067630Z Microsoft.AspNetCore.WebSockets.Microbenchmarks 2026-03-09T15:36:32.4073110Z 2026-03-09T15:36:32.9444030Z 2026-03-09T15:36:32.9757040Z Running benchmark validation for: 2026-03-09T15:36:33.0024530Z Microsoft.AspNetCore.ResponseCaching.Microbenchmarks 2026-03-09T15:36:33.1027450Z 2026-03-09T15:36:34.1314290Z 2026-03-09T15:36:34.1765030Z Running benchmark validation for: 2026-03-09T15:36:34.2549820Z Microsoft.AspNetCore.RequestDecompression.Microbenchmarks 2026-03-09T15:36:34.3233150Z 2026-03-09T15:36:35.1804340Z 2026-03-09T15:36:35.1872260Z Running benchmark validation for: 2026-03-09T15:36:35.1942570Z Microsoft.AspNetCore.ResponseCompression.Microbenchmarks 2026-03-09T15:36:35.2024030Z 2026-03-09T15:36:56.2351380Z 2026-03-09T15:36:56.3022730Z Running benchmark validation for: 2026-03-09T15:36:56.4063000Z Microsoft.AspNetCore.SignalR.Microbenchmarks 2026-03-09T15:36:56.5070960Z 2026-03-09T15:37:08.6895950Z Determining projects to restore... 2026-03-09T15:37:08.9386840Z Determining projects to restore... 2026-03-09T15:37:09.5495410Z 2026-03-09T15:37:09.5884780Z Running benchmark validation for: 2026-03-09T15:37:09.6371850Z Microsoft.AspNetCore.OpenApi.Microbenchmarks 2026-03-09T15:37:09.6615870Z 2026-03-09T15:37:09.7276430Z All projects are up-to-date for restore. 2026-03-09T15:37:09.7332250Z All projects are up-to-date for restore. 2026-03-09T15:37:10.2393460Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropClient/InteropClient.dll 2026-03-09T15:37:10.3071780Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropClient/ 2026-03-09T15:37:11.0641440Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropWebsite/InteropWebsite.dll 2026-03-09T15:37:11.1697340Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropWebsite/ 2026-03-09T15:37:47.4824650Z ##[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-03-09T15:37:47.4830200Z 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-03-09T17:25:11.4569140Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-03-09T17:25:21.8085400Z ##[error]The operation was canceled. 2026-03-09T17:25:21.8102250Z ##[section]Finishing: Run Quarantined Tests