2026-02-25T20:02:30.4747870Z ##[section]Starting: Run Quarantined Tests 2026-02-25T20:02:30.4830450Z ============================================================================== 2026-02-25T20:02:30.4830910Z Task : Bash 2026-02-25T20:02:30.4831090Z Description : Run a Bash script on macOS, Linux, or Windows 2026-02-25T20:02:30.4831370Z Version : 3.268.1 2026-02-25T20:02:30.4831560Z Author : Microsoft Corporation 2026-02-25T20:02:30.4832070Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2026-02-25T20:02:30.4832570Z ============================================================================== 2026-02-25T20:02:32.1208340Z Generating script. 2026-02-25T20:02:32.1813620Z Script contents: 2026-02-25T20:02:32.1814620Z ./eng/build.sh --ci --nobl --all --no-build --no-build-java --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true 2026-02-25T20:02:32.1816690Z ========================== Starting Command Output =========================== 2026-02-25T20:02:32.1817310Z [command]/bin/bash /Users/runner/work/_temp/c0e256fb-d8ac-4d55-8f30-de9d39805642.sh 2026-02-25T20:02:32.3863460Z 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-25T20:02:32.3940670Z warning: Note that if you are running Source Build, building NodeJS projects will be disabled later on. 2026-02-25T20:02:35.4718820Z Testing NPM packages... 2026-02-25T20:02:36.9080770Z 2026-02-25T20:02:36.9083130Z > @microsoft/aspnetcore@1.0.0 test 2026-02-25T20:02:36.9084410Z > npm run test --workspaces --if-present 2026-02-25T20:02:36.9084910Z 2026-02-25T20:02:37.5464150Z 2026-02-25T20:02:37.5465430Z > @microsoft/client-ts@1.0.0 pretest 2026-02-25T20:02:37.5466690Z > npm run lint-signalr & npm run lint-signalr-msgpack 2026-02-25T20:02:37.5467350Z 2026-02-25T20:02:38.0577490Z 2026-02-25T20:02:38.0619930Z > @microsoft/client-ts@1.0.0 lint-signalr-msgpack 2026-02-25T20:02:38.0622090Z > eslint -c ./signalr-protocol-msgpack/tests/.eslintrc.js --ext .ts ./signalr-protocol-msgpack/tests 2026-02-25T20:02:38.0625470Z 2026-02-25T20:02:38.0778890Z 2026-02-25T20:02:38.0800920Z > @microsoft/client-ts@1.0.0 lint-signalr 2026-02-25T20:02:38.0802900Z > eslint -c ./signalr/tests/.eslintrc.js --ext .ts ./signalr/tests 2026-02-25T20:02:38.0810620Z 2026-02-25T20:02:43.2317400Z 2026-02-25T20:02:43.2366430Z > @microsoft/client-ts@1.0.0 test 2026-02-25T20:02:43.2374820Z > jest --config ./jest.config.js 2026-02-25T20:02:43.2379130Z 2026-02-25T20:02:52.8909660Z PASS signalr/tests/HubConnection.Reconnect.test.ts (7.312 s) 2026-02-25T20:02:53.0752730Z PASS signalr/tests/HttpConnection.test.ts (7.488 s) 2026-02-25T20:02:53.4586480Z PASS signalr/tests/LongPollingTransport.test.ts 2026-02-25T20:02:54.2476780Z PASS signalr/tests/HubConnectionBuilder.test.ts 2026-02-25T20:02:54.3163900Z PASS signalr/tests/WebSocketTransport.test.ts 2026-02-25T20:02:54.8578140Z PASS signalr/tests/ServerSentEventsTransport.test.ts 2026-02-25T20:02:55.1274740Z PASS signalr-protocol-msgpack/tests/MessagePackHubProtocol.test.ts 2026-02-25T20:02:55.2134440Z PASS signalr/tests/JsonHubProtocol.test.ts 2026-02-25T20:02:55.3027030Z PASS signalr/tests/MessageSize.test.ts 2026-02-25T20:02:55.3758890Z PASS signalr/tests/HttpClient.test.ts 2026-02-25T20:02:55.4690250Z PASS signalr/tests/FetchHttpClient.test.ts 2026-02-25T20:02:55.5487180Z PASS signalr/tests/TextMessageFormat.test.ts 2026-02-25T20:02:55.6151690Z PASS signalr/tests/AbortSignal.test.ts 2026-02-25T20:02:55.6682240Z PASS signalr/tests/UserAgent.test.ts 2026-02-25T20:02:55.7204450Z PASS signalr/tests/OutputSize.test.ts 2026-02-25T20:02:56.4607230Z PASS signalr-protocol-msgpack/tests/BinaryMessageFormatter.test.ts 2026-02-25T20:02:58.3511400Z PASS signalr/tests/HubConnection.test.ts (12.763 s) 2026-02-25T20:02:58.8764130Z 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-25T20:02:58.9248360Z 2026-02-25T20:02:58.9255690Z Test Suites: 17 passed, 17 total 2026-02-25T20:02:58.9269730Z Tests: 363 passed, 363 total 2026-02-25T20:02:58.9270860Z Snapshots: 0 total 2026-02-25T20:02:58.9271880Z Time: 14.467 s 2026-02-25T20:02:58.9272910Z Ran all test suites. 2026-02-25T20:02:58.9389890Z 2026-02-25T20:02:58.9404540Z > @microsoft/dotnet-js-interop@11.0.0-ci test 2026-02-25T20:02:58.9409340Z > jest 2026-02-25T20:02:58.9412650Z 2026-02-25T20:03:02.4787010Z PASS test/findObjectMember.test.ts 2026-02-25T20:03:02.5339210Z PASS test/CallDispatcher.test.ts 2026-02-25T20:03:02.5596150Z 2026-02-25T20:03:02.5601630Z Test Suites: 2 passed, 2 total 2026-02-25T20:03:02.5605890Z Tests: 32 passed, 32 total 2026-02-25T20:03:02.5606950Z Snapshots: 0 total 2026-02-25T20:03:02.5609240Z Time: 2.962 s 2026-02-25T20:03:02.5611480Z Ran all test suites. 2026-02-25T20:03:02.5725460Z 2026-02-25T20:03:02.5727460Z > @microsoft/microsoft.aspnetcore.components.web.js@0.0.1 test 2026-02-25T20:03:02.5729260Z > jest 2026-02-25T20:03:02.5730510Z 2026-02-25T20:03:05.1956970Z PASS test/EditDistance.test.ts 2026-02-25T20:03:05.8769520Z PASS test/DomSync.test.ts 2026-02-25T20:03:05.9201430Z 2026-02-25T20:03:05.9211240Z Test Suites: 2 passed, 2 total 2026-02-25T20:03:05.9212290Z Tests: 34 passed, 34 total 2026-02-25T20:03:05.9213650Z Snapshots: 0 total 2026-02-25T20:03:05.9215050Z Time: 2.745 s 2026-02-25T20:03:05.9215500Z Ran all test suites. 2026-02-25T20:03:23.4091200Z 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-25T20:03:25.4322850Z 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-25T20:03:26.8131990Z 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-25T20:03:27.3237000Z 2026-02-25T20:03:27.3518860Z Running benchmark validation for: 2026-02-25T20:03:27.3637440Z Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks 2026-02-25T20:03:27.3855910Z 2026-02-25T20:03:28.3554540Z 2026-02-25T20:03:28.3742120Z Running benchmark validation for: 2026-02-25T20:03:28.4745620Z Microsoft.AspNetCore.Http.Microbenchmarks 2026-02-25T20:03:28.5408970Z 2026-02-25T20:03:29.6682730Z 2026-02-25T20:03:29.7277020Z Running benchmark validation for: 2026-02-25T20:03:29.7731610Z Microsoft.AspNetCore.Owin.Microbenchmarks 2026-02-25T20:03:29.8734180Z 2026-02-25T20:03:32.9490450Z 2026-02-25T20:03:32.9827660Z Running benchmark validation for: 2026-02-25T20:03:33.0607570Z Microsoft.AspNetCore.WebUtilities.Microbenchmarks 2026-02-25T20:03:33.0980050Z 2026-02-25T20:03:38.9394420Z 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-25T20:03:40.4697440Z 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-25T20:04:06.0948970Z 2026-02-25T20:04:06.2027340Z Running benchmark validation for: 2026-02-25T20:04:06.2413630Z Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks 2026-02-25T20:04:06.2502190Z 2026-02-25T20:04:13.9961230Z Running tests: /Users/runner/work/1/s/src/Servers/test/FunctionalTests/bin/Release/net11.0/ServerComparison.FunctionalTests.dll [net11.0|x64] 2026-02-25T20:04:20.5743470Z ##[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-25T20:04:20.6708690Z 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-25T20:04:22.4877750Z 2026-02-25T20:04:22.5398520Z Running benchmark validation for: 2026-02-25T20:04:22.5738870Z Microsoft.AspNetCore.Security.Microbenchmarks 2026-02-25T20:04:22.5916450Z 2026-02-25T20:04:24.9300370Z Identity.DefaultUI.WebSite -> /Users/runner/work/1/s/artifacts/bin/Microsoft.AspNetCore.Identity.FunctionalTests/Release/net11.0/publish/ 2026-02-25T20:04:34.5156720Z 2026-02-25T20:04:34.5937490Z Running benchmark validation for: 2026-02-25T20:04:34.6432000Z Microsoft.AspNetCore.OutputCaching.Microbenchmarks 2026-02-25T20:04:34.7293560Z 2026-02-25T20:04:35.7935530Z 2026-02-25T20:04:35.8548610Z Running benchmark validation for: 2026-02-25T20:04:35.9551190Z Microsoft.AspNetCore.WebSockets.Microbenchmarks 2026-02-25T20:04:36.0553110Z 2026-02-25T20:04:36.1554310Z 2026-02-25T20:04:36.2556710Z Running benchmark validation for: 2026-02-25T20:04:36.3558360Z Microsoft.AspNetCore.ResponseCaching.Microbenchmarks 2026-02-25T20:04:36.4612280Z 2026-02-25T20:04:37.4800880Z 2026-02-25T20:04:37.5010310Z Running benchmark validation for: 2026-02-25T20:04:37.5604510Z Microsoft.AspNetCore.RequestDecompression.Microbenchmarks 2026-02-25T20:04:37.5968670Z 2026-02-25T20:04:38.7971320Z 2026-02-25T20:04:38.8794440Z Running benchmark validation for: 2026-02-25T20:04:38.9907340Z Microsoft.AspNetCore.ResponseCompression.Microbenchmarks 2026-02-25T20:04:39.1094400Z 2026-02-25T20:04:50.0144700Z 2026-02-25T20:04:50.1213370Z Running benchmark validation for: 2026-02-25T20:04:50.1277060Z Microsoft.AspNetCore.SignalR.Microbenchmarks 2026-02-25T20:04:50.2285630Z 2026-02-25T20:04:58.0009290Z Determining projects to restore... 2026-02-25T20:04:58.1470960Z Determining projects to restore... 2026-02-25T20:04:58.8867960Z All projects are up-to-date for restore. 2026-02-25T20:04:58.9116760Z 2026-02-25T20:04:58.9380330Z Running benchmark validation for: 2026-02-25T20:04:58.9484450Z Microsoft.AspNetCore.OpenApi.Microbenchmarks 2026-02-25T20:04:58.9816820Z 2026-02-25T20:04:59.0499590Z All projects are up-to-date for restore. 2026-02-25T20:04:59.5340750Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropClient/InteropClient.dll 2026-02-25T20:05:00.1687140Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropClient/ 2026-02-25T20:05:00.8360510Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropWebsite/InteropWebsite.dll 2026-02-25T20:05:00.8659820Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropWebsite/ 2026-02-25T20:05:27.8688860Z ##[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-25T20:05:27.8698960Z 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-25T22:06:55.3723900Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-25T22:07:05.5526510Z ##[error]The operation was canceled. 2026-02-25T22:07:05.5541060Z ##[section]Finishing: Run Quarantined Tests