2026-02-23T00:26:21.4769860Z ##[section]Starting: Run Quarantined Tests 2026-02-23T00:26:21.5547580Z ============================================================================== 2026-02-23T00:26:21.5548100Z Task : Bash 2026-02-23T00:26:21.5548240Z Description : Run a Bash script on macOS, Linux, or Windows 2026-02-23T00:26:21.5548520Z Version : 3.268.1 2026-02-23T00:26:21.5548650Z Author : Microsoft Corporation 2026-02-23T00:26:21.5548890Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2026-02-23T00:26:21.5549090Z ============================================================================== 2026-02-23T00:26:22.0559570Z Generating script. 2026-02-23T00:26:22.0562940Z Script contents: 2026-02-23T00:26:22.0600970Z ./eng/build.sh --ci --nobl --all --no-build --no-build-java --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true 2026-02-23T00:26:22.0602690Z ========================== Starting Command Output =========================== 2026-02-23T00:26:22.0617440Z [command]/bin/bash /Users/runner/work/_temp/e5764567-57bf-4e7b-b66e-3c12f80ea7fa.sh 2026-02-23T00:26:22.7443970Z 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-23T00:26:22.7510110Z warning: Note that if you are running Source Build, building NodeJS projects will be disabled later on. 2026-02-23T00:26:26.3742010Z Testing NPM packages... 2026-02-23T00:26:28.3872270Z 2026-02-23T00:26:28.3873860Z > @microsoft/aspnetcore@1.0.0 test 2026-02-23T00:26:28.3874520Z > npm run test --workspaces --if-present 2026-02-23T00:26:28.3875240Z 2026-02-23T00:26:28.9892640Z 2026-02-23T00:26:28.9904860Z > @microsoft/client-ts@1.0.0 pretest 2026-02-23T00:26:28.9907290Z > npm run lint-signalr & npm run lint-signalr-msgpack 2026-02-23T00:26:28.9910240Z 2026-02-23T00:26:30.0865790Z 2026-02-23T00:26:30.1263440Z > @microsoft/client-ts@1.0.0 lint-signalr 2026-02-23T00:26:30.1358470Z > eslint -c ./signalr/tests/.eslintrc.js --ext .ts ./signalr/tests 2026-02-23T00:26:30.1421310Z 2026-02-23T00:26:30.1460850Z 2026-02-23T00:26:30.1493540Z > @microsoft/client-ts@1.0.0 lint-signalr-msgpack 2026-02-23T00:26:30.1556150Z > eslint -c ./signalr-protocol-msgpack/tests/.eslintrc.js --ext .ts ./signalr-protocol-msgpack/tests 2026-02-23T00:26:30.1611750Z 2026-02-23T00:26:36.9988100Z 2026-02-23T00:26:36.9994800Z > @microsoft/client-ts@1.0.0 test 2026-02-23T00:26:37.0068130Z > jest --config ./jest.config.js 2026-02-23T00:26:37.0068860Z 2026-02-23T00:26:49.7105740Z PASS signalr/tests/HubConnection.Reconnect.test.ts (9.409 s) 2026-02-23T00:26:49.9756560Z PASS signalr/tests/HttpConnection.test.ts (9.826 s) 2026-02-23T00:26:50.1651020Z PASS signalr/tests/LongPollingTransport.test.ts 2026-02-23T00:26:50.2261630Z PASS signalr/tests/HubConnectionBuilder.test.ts 2026-02-23T00:26:50.4437240Z PASS signalr/tests/WebSocketTransport.test.ts 2026-02-23T00:26:50.7033810Z PASS signalr/tests/ServerSentEventsTransport.test.ts 2026-02-23T00:26:50.7300240Z PASS signalr-protocol-msgpack/tests/MessagePackHubProtocol.test.ts 2026-02-23T00:26:50.9327140Z PASS signalr/tests/JsonHubProtocol.test.ts 2026-02-23T00:26:50.9471320Z PASS signalr/tests/MessageSize.test.ts 2026-02-23T00:26:51.0621510Z PASS signalr/tests/HttpClient.test.ts 2026-02-23T00:26:51.6565490Z PASS signalr/tests/FetchHttpClient.test.ts 2026-02-23T00:26:51.8300830Z PASS signalr/tests/TextMessageFormat.test.ts 2026-02-23T00:26:51.9368690Z PASS signalr/tests/AbortSignal.test.ts 2026-02-23T00:26:52.0218340Z PASS signalr/tests/UserAgent.test.ts 2026-02-23T00:26:52.1086890Z PASS signalr/tests/OutputSize.test.ts 2026-02-23T00:26:52.8428830Z PASS signalr-protocol-msgpack/tests/BinaryMessageFormatter.test.ts 2026-02-23T00:26:54.6613810Z PASS signalr/tests/HubConnection.test.ts (14.555 s) 2026-02-23T00:26:55.1902690Z 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-23T00:26:55.2032800Z 2026-02-23T00:26:55.2041790Z Test Suites: 17 passed, 17 total 2026-02-23T00:26:55.2046550Z Tests: 363 passed, 363 total 2026-02-23T00:26:55.2048070Z Snapshots: 0 total 2026-02-23T00:26:55.2050590Z Time: 16.494 s 2026-02-23T00:26:55.2051010Z Ran all test suites. 2026-02-23T00:26:55.2185020Z 2026-02-23T00:26:55.2186140Z > @microsoft/dotnet-js-interop@11.0.0-ci test 2026-02-23T00:26:55.2186540Z > jest 2026-02-23T00:26:55.2187160Z 2026-02-23T00:26:59.0398470Z PASS test/findObjectMember.test.ts 2026-02-23T00:26:59.2860390Z PASS test/CallDispatcher.test.ts 2026-02-23T00:26:59.2899780Z 2026-02-23T00:26:59.2951470Z Test Suites: 2 passed, 2 total 2026-02-23T00:26:59.3070470Z Tests: 32 passed, 32 total 2026-02-23T00:26:59.3073110Z Snapshots: 0 total 2026-02-23T00:26:59.3074900Z Time: 3.485 s 2026-02-23T00:26:59.3077310Z Ran all test suites. 2026-02-23T00:26:59.3415950Z 2026-02-23T00:26:59.3417190Z > @microsoft/microsoft.aspnetcore.components.web.js@0.0.1 test 2026-02-23T00:26:59.3417970Z > jest 2026-02-23T00:26:59.3418740Z 2026-02-23T00:27:02.6152780Z PASS test/EditDistance.test.ts 2026-02-23T00:27:03.7859910Z PASS test/DomSync.test.ts 2026-02-23T00:27:03.7921130Z 2026-02-23T00:27:03.7923640Z Test Suites: 2 passed, 2 total 2026-02-23T00:27:03.7925290Z Tests: 34 passed, 34 total 2026-02-23T00:27:03.7926530Z Snapshots: 0 total 2026-02-23T00:27:03.7927700Z Time: 3.655 s 2026-02-23T00:27:03.7929200Z Ran all test suites. 2026-02-23T00:27:48.2544970Z 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-23T00:27:53.9857240Z 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-23T00:27:54.7002020Z 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-23T00:27:56.4459010Z 2026-02-23T00:27:56.4649370Z Running benchmark validation for: 2026-02-23T00:27:56.5057440Z Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks 2026-02-23T00:27:56.5427700Z 2026-02-23T00:27:57.4966520Z 2026-02-23T00:27:57.5044920Z Running benchmark validation for: 2026-02-23T00:27:57.5160520Z Microsoft.AspNetCore.Http.Microbenchmarks 2026-02-23T00:27:57.5229980Z 2026-02-23T00:27:57.8783840Z 2026-02-23T00:27:57.8865210Z Running benchmark validation for: 2026-02-23T00:27:57.8949530Z Microsoft.AspNetCore.Owin.Microbenchmarks 2026-02-23T00:27:57.9048120Z 2026-02-23T00:28:03.3428980Z 2026-02-23T00:28:03.4111700Z Running benchmark validation for: 2026-02-23T00:28:03.4217760Z Microsoft.AspNetCore.WebUtilities.Microbenchmarks 2026-02-23T00:28:03.4443380Z 2026-02-23T00:28:40.2256250Z 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-23T00:28:42.3461870Z 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-23T00:28:47.8812160Z 2026-02-23T00:28:47.9816200Z Running benchmark validation for: 2026-02-23T00:28:48.0817680Z Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks 2026-02-23T00:28:48.1820380Z 2026-02-23T00:28:53.8451520Z Running tests: /Users/runner/work/1/s/src/Servers/test/FunctionalTests/bin/Release/net11.0/ServerComparison.FunctionalTests.dll [net11.0|x64] 2026-02-23T00:29:06.5380400Z ##[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-23T00:29:06.5864640Z 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-23T00:29:09.6478500Z 2026-02-23T00:29:09.6743510Z Running benchmark validation for: 2026-02-23T00:29:09.6835330Z Microsoft.AspNetCore.Security.Microbenchmarks 2026-02-23T00:29:09.6941450Z 2026-02-23T00:29:23.5423630Z Identity.DefaultUI.WebSite -> /Users/runner/work/1/s/artifacts/bin/Microsoft.AspNetCore.Identity.FunctionalTests/Release/net11.0/publish/ 2026-02-23T00:29:28.3650220Z 2026-02-23T00:29:28.4652520Z Running benchmark validation for: 2026-02-23T00:29:28.5584570Z Microsoft.AspNetCore.OutputCaching.Microbenchmarks 2026-02-23T00:29:28.5858210Z 2026-02-23T00:29:28.7882350Z 2026-02-23T00:29:28.8197290Z Running benchmark validation for: 2026-02-23T00:29:28.8281220Z Microsoft.AspNetCore.WebSockets.Microbenchmarks 2026-02-23T00:29:28.8315670Z 2026-02-23T00:29:28.8532050Z 2026-02-23T00:29:28.8544870Z Running benchmark validation for: 2026-02-23T00:29:28.8572480Z Microsoft.AspNetCore.ResponseCaching.Microbenchmarks 2026-02-23T00:29:28.8573130Z 2026-02-23T00:29:31.3723160Z 2026-02-23T00:29:31.4725900Z Running benchmark validation for: 2026-02-23T00:29:31.5728450Z Microsoft.AspNetCore.RequestDecompression.Microbenchmarks 2026-02-23T00:29:31.6732300Z 2026-02-23T00:29:32.8689560Z 2026-02-23T00:29:32.9692170Z Running benchmark validation for: 2026-02-23T00:29:33.0693570Z Microsoft.AspNetCore.ResponseCompression.Microbenchmarks 2026-02-23T00:29:33.1671960Z 2026-02-23T00:29:49.5404480Z 2026-02-23T00:29:49.5897380Z Running benchmark validation for: 2026-02-23T00:29:49.6653450Z Microsoft.AspNetCore.SignalR.Microbenchmarks 2026-02-23T00:29:49.7235940Z 2026-02-23T00:30:05.9895650Z Determining projects to restore... 2026-02-23T00:30:07.6993240Z Determining projects to restore... 2026-02-23T00:30:09.3087600Z All projects are up-to-date for restore. 2026-02-23T00:30:10.2477300Z 2026-02-23T00:30:10.2749580Z Running benchmark validation for: 2026-02-23T00:30:10.3752650Z Microsoft.AspNetCore.OpenApi.Microbenchmarks 2026-02-23T00:30:10.4756000Z 2026-02-23T00:30:10.5759210Z All projects are up-to-date for restore. 2026-02-23T00:30:11.6276990Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropClient/InteropClient.dll 2026-02-23T00:30:11.7174880Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropClient/ 2026-02-23T00:30:12.8368250Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropWebsite/InteropWebsite.dll 2026-02-23T00:30:13.0268290Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropWebsite/ 2026-02-23T00:31:05.8141590Z ##[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-23T00:31:05.8159030Z 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-23T02:30:19.7043870Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-23T02:30:29.9800580Z ##[error]The operation was canceled. 2026-02-23T02:30:29.9818170Z ##[section]Finishing: Run Quarantined Tests