2026-03-06T20:51:23.1354960Z ##[section]Starting: Run Quarantined Tests 2026-03-06T20:51:23.1439920Z ============================================================================== 2026-03-06T20:51:23.1440230Z Task : Bash 2026-03-06T20:51:23.1440410Z Description : Run a Bash script on macOS, Linux, or Windows 2026-03-06T20:51:23.1440600Z Version : 3.268.1 2026-03-06T20:51:23.1440770Z Author : Microsoft Corporation 2026-03-06T20:51:23.1440950Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2026-03-06T20:51:23.1441220Z ============================================================================== 2026-03-06T20:51:23.9498000Z Generating script. 2026-03-06T20:51:23.9498770Z Script contents: 2026-03-06T20:51:23.9499830Z ./eng/build.sh --ci --nobl --all --no-build --no-build-java --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true 2026-03-06T20:51:23.9505820Z ========================== Starting Command Output =========================== 2026-03-06T20:51:23.9509120Z [command]/bin/bash /Users/runner/work/_temp/97438b0d-db66-47f6-997d-67e57912a0da.sh 2026-03-06T20:51:24.2027060Z 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-06T20:51:24.2844630Z warning: Note that if you are running Source Build, building NodeJS projects will be disabled later on. 2026-03-06T20:51:27.0900460Z Testing NPM packages... 2026-03-06T20:51:28.4542850Z 2026-03-06T20:51:28.4548160Z > @microsoft/aspnetcore@1.0.0 test 2026-03-06T20:51:28.4549830Z > npm run test --workspaces --if-present 2026-03-06T20:51:28.4550260Z 2026-03-06T20:51:28.7842040Z 2026-03-06T20:51:28.7848290Z > @microsoft/client-ts@1.0.0 pretest 2026-03-06T20:51:28.7849660Z > npm run lint-signalr & npm run lint-signalr-msgpack 2026-03-06T20:51:28.7850370Z 2026-03-06T20:51:29.1518210Z 2026-03-06T20:51:29.1550060Z > @microsoft/client-ts@1.0.0 lint-signalr-msgpack 2026-03-06T20:51:29.1554420Z > eslint -c ./signalr-protocol-msgpack/tests/.eslintrc.js --ext .ts ./signalr-protocol-msgpack/tests 2026-03-06T20:51:29.1558510Z 2026-03-06T20:51:29.1563490Z 2026-03-06T20:51:29.1566510Z > @microsoft/client-ts@1.0.0 lint-signalr 2026-03-06T20:51:29.1569530Z > eslint -c ./signalr/tests/.eslintrc.js --ext .ts ./signalr/tests 2026-03-06T20:51:29.1573170Z 2026-03-06T20:51:33.6956380Z 2026-03-06T20:51:33.7605620Z > @microsoft/client-ts@1.0.0 test 2026-03-06T20:51:33.7614550Z > jest --config ./jest.config.js 2026-03-06T20:51:33.7617470Z 2026-03-06T20:51:45.0714710Z PASS signalr/tests/HubConnection.Reconnect.test.ts (9.098 s) 2026-03-06T20:51:45.2312470Z PASS signalr/tests/HttpConnection.test.ts (9.26 s) 2026-03-06T20:51:45.4279230Z PASS signalr/tests/LongPollingTransport.test.ts 2026-03-06T20:51:45.5078320Z PASS signalr/tests/HubConnectionBuilder.test.ts 2026-03-06T20:51:45.6727600Z PASS signalr/tests/WebSocketTransport.test.ts 2026-03-06T20:51:45.8672900Z PASS signalr/tests/ServerSentEventsTransport.test.ts 2026-03-06T20:51:45.9571520Z PASS signalr-protocol-msgpack/tests/MessagePackHubProtocol.test.ts 2026-03-06T20:51:46.0911980Z PASS signalr/tests/JsonHubProtocol.test.ts 2026-03-06T20:51:46.1174730Z PASS signalr/tests/MessageSize.test.ts 2026-03-06T20:51:46.1823410Z PASS signalr/tests/HttpClient.test.ts 2026-03-06T20:51:46.3321830Z PASS signalr/tests/FetchHttpClient.test.ts 2026-03-06T20:51:46.4071420Z PASS signalr/tests/TextMessageFormat.test.ts 2026-03-06T20:51:46.4789480Z PASS signalr/tests/AbortSignal.test.ts 2026-03-06T20:51:46.5437330Z PASS signalr/tests/UserAgent.test.ts 2026-03-06T20:51:46.6190000Z PASS signalr/tests/OutputSize.test.ts 2026-03-06T20:51:47.4444170Z PASS signalr-protocol-msgpack/tests/BinaryMessageFormatter.test.ts 2026-03-06T20:51:49.7766180Z PASS signalr/tests/HubConnection.test.ts (13.805 s) 2026-03-06T20:51:50.3050330Z 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-06T20:51:50.3195600Z 2026-03-06T20:51:50.3197200Z Test Suites: 17 passed, 17 total 2026-03-06T20:51:50.3197940Z Tests: 363 passed, 363 total 2026-03-06T20:51:50.3198330Z Snapshots: 0 total 2026-03-06T20:51:50.3198660Z Time: 15.197 s 2026-03-06T20:51:50.3199010Z Ran all test suites. 2026-03-06T20:51:50.3344920Z 2026-03-06T20:51:50.3346890Z > @microsoft/dotnet-js-interop@11.0.0-ci test 2026-03-06T20:51:50.3348450Z > jest 2026-03-06T20:51:50.3350200Z 2026-03-06T20:51:53.8153020Z PASS test/findObjectMember.test.ts 2026-03-06T20:51:53.8583020Z PASS test/CallDispatcher.test.ts 2026-03-06T20:51:53.8848500Z 2026-03-06T20:51:53.8850240Z Test Suites: 2 passed, 2 total 2026-03-06T20:51:53.8850780Z Tests: 32 passed, 32 total 2026-03-06T20:51:53.8851840Z Snapshots: 0 total 2026-03-06T20:51:53.8852280Z Time: 2.847 s 2026-03-06T20:51:53.8852650Z Ran all test suites. 2026-03-06T20:51:53.8967430Z 2026-03-06T20:51:53.8968490Z > @microsoft/microsoft.aspnetcore.components.web.js@0.0.1 test 2026-03-06T20:51:53.8968890Z > jest 2026-03-06T20:51:53.8969220Z 2026-03-06T20:51:56.7828080Z PASS test/EditDistance.test.ts 2026-03-06T20:51:57.6160480Z PASS test/DomSync.test.ts 2026-03-06T20:51:57.6901220Z 2026-03-06T20:51:57.6903590Z Test Suites: 2 passed, 2 total 2026-03-06T20:51:57.6904300Z Tests: 34 passed, 34 total 2026-03-06T20:51:57.6904840Z Snapshots: 0 total 2026-03-06T20:51:57.6905230Z Time: 3.228 s 2026-03-06T20:51:57.6905610Z Ran all test suites. 2026-03-06T20:52:18.7760670Z 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-06T20:52:21.8264080Z 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-06T20:52:23.5889110Z 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-06T20:52:24.0219540Z 2026-03-06T20:52:24.0334680Z Running benchmark validation for: 2026-03-06T20:52:24.0457550Z Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks 2026-03-06T20:52:24.0487310Z 2026-03-06T20:52:25.1494240Z 2026-03-06T20:52:25.1847990Z Running benchmark validation for: 2026-03-06T20:52:25.2144170Z Microsoft.AspNetCore.Http.Microbenchmarks 2026-03-06T20:52:25.2329060Z 2026-03-06T20:52:25.5187100Z 2026-03-06T20:52:25.5440990Z Running benchmark validation for: 2026-03-06T20:52:25.5710610Z Microsoft.AspNetCore.Owin.Microbenchmarks 2026-03-06T20:52:25.5900470Z 2026-03-06T20:52:29.1553650Z 2026-03-06T20:52:29.1782830Z Running benchmark validation for: 2026-03-06T20:52:29.2684750Z Microsoft.AspNetCore.WebUtilities.Microbenchmarks 2026-03-06T20:52:29.3687310Z 2026-03-06T20:52:52.7470130Z 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-06T20:52:54.6239940Z 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-06T20:52:59.9412110Z 2026-03-06T20:52:59.9515750Z Running benchmark validation for: 2026-03-06T20:53:00.0306990Z Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks 2026-03-06T20:53:00.1310570Z 2026-03-06T20:53:04.4004940Z Running tests: /Users/runner/work/1/s/src/Servers/test/FunctionalTests/bin/Release/net11.0/ServerComparison.FunctionalTests.dll [net11.0|x64] 2026-03-06T20:53:11.0334540Z 2026-03-06T20:53:11.1338160Z Running benchmark validation for: 2026-03-06T20:53:11.2340570Z Microsoft.AspNetCore.Security.Microbenchmarks 2026-03-06T20:53:11.3343200Z 2026-03-06T20:53:12.4492190Z ##[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-06T20:53:12.4511560Z 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-06T20:53:23.8055850Z Identity.DefaultUI.WebSite -> /Users/runner/work/1/s/artifacts/bin/Microsoft.AspNetCore.Identity.FunctionalTests/Release/net11.0/publish/ 2026-03-06T20:53:27.0010230Z 2026-03-06T20:53:27.0258430Z Running benchmark validation for: 2026-03-06T20:53:27.1260510Z Microsoft.AspNetCore.OutputCaching.Microbenchmarks 2026-03-06T20:53:27.1881300Z 2026-03-06T20:53:27.5571470Z 2026-03-06T20:53:27.5580310Z Running benchmark validation for: 2026-03-06T20:53:27.5666340Z Microsoft.AspNetCore.WebSockets.Microbenchmarks 2026-03-06T20:53:27.5701780Z 2026-03-06T20:53:27.7015660Z 2026-03-06T20:53:27.8018030Z Running benchmark validation for: 2026-03-06T20:53:27.9615810Z Microsoft.AspNetCore.ResponseCaching.Microbenchmarks 2026-03-06T20:53:28.0617960Z 2026-03-06T20:53:29.6689400Z 2026-03-06T20:53:29.7690200Z Running benchmark validation for: 2026-03-06T20:53:29.8692160Z Microsoft.AspNetCore.RequestDecompression.Microbenchmarks 2026-03-06T20:53:29.9693880Z 2026-03-06T20:53:31.3691360Z 2026-03-06T20:53:31.4693640Z Running benchmark validation for: 2026-03-06T20:53:31.5695160Z Microsoft.AspNetCore.ResponseCompression.Microbenchmarks 2026-03-06T20:53:31.6499390Z 2026-03-06T20:53:44.7731480Z 2026-03-06T20:53:44.7771760Z Running benchmark validation for: 2026-03-06T20:53:44.7835400Z Microsoft.AspNetCore.SignalR.Microbenchmarks 2026-03-06T20:53:44.7926320Z 2026-03-06T20:53:48.3489250Z Determining projects to restore... 2026-03-06T20:53:48.6769700Z Determining projects to restore... 2026-03-06T20:53:49.1699770Z 2026-03-06T20:53:49.2598510Z Running benchmark validation for: 2026-03-06T20:53:49.2850160Z Microsoft.AspNetCore.OpenApi.Microbenchmarks 2026-03-06T20:53:49.3061980Z 2026-03-06T20:53:49.4864740Z All projects are up-to-date for restore. 2026-03-06T20:53:49.6194730Z All projects are up-to-date for restore. 2026-03-06T20:53:50.3803440Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropClient/InteropClient.dll 2026-03-06T20:53:50.4187510Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropClient/ 2026-03-06T20:53:51.3088770Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropWebsite/InteropWebsite.dll 2026-03-06T20:53:51.3553220Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropWebsite/ 2026-03-06T20:54:14.0888220Z ##[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-06T20:54:14.0891470Z 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-06T22:48:45.1206310Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-03-06T22:48:55.5491670Z ##[error]The operation was canceled. 2026-03-06T22:48:55.5509460Z ##[section]Finishing: Run Quarantined Tests