2026-02-25T12:29:46.1794260Z ##[section]Starting: Run Quarantined Tests 2026-02-25T12:29:46.1842610Z ============================================================================== 2026-02-25T12:29:46.1842910Z Task : Bash 2026-02-25T12:29:46.1843030Z Description : Run a Bash script on macOS, Linux, or Windows 2026-02-25T12:29:46.1843230Z Version : 3.268.1 2026-02-25T12:29:46.1843350Z Author : Microsoft Corporation 2026-02-25T12:29:46.1843540Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2026-02-25T12:29:46.1843740Z ============================================================================== 2026-02-25T12:29:46.6241960Z Generating script. 2026-02-25T12:29:46.6244000Z Script contents: 2026-02-25T12:29:46.6248600Z ./eng/build.sh --ci --nobl --all --no-build --no-build-java --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true 2026-02-25T12:29:46.6252440Z ========================== Starting Command Output =========================== 2026-02-25T12:29:46.6254240Z [command]/bin/bash /Users/runner/work/_temp/4d631e7c-76dc-4b25-bf2e-3ceb9ff546d3.sh 2026-02-25T12:29:46.8494920Z 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-25T12:29:46.8497040Z warning: Note that if you are running Source Build, building NodeJS projects will be disabled later on. 2026-02-25T12:29:50.2447940Z Testing NPM packages... 2026-02-25T12:29:52.6908570Z 2026-02-25T12:29:52.6985830Z > @microsoft/aspnetcore@1.0.0 test 2026-02-25T12:29:52.7004160Z > npm run test --workspaces --if-present 2026-02-25T12:29:52.7038510Z 2026-02-25T12:29:54.0636540Z 2026-02-25T12:29:54.1683190Z > @microsoft/client-ts@1.0.0 pretest 2026-02-25T12:29:54.2649880Z > npm run lint-signalr & npm run lint-signalr-msgpack 2026-02-25T12:29:54.3656230Z 2026-02-25T12:29:55.0460880Z 2026-02-25T12:29:55.0495650Z > @microsoft/client-ts@1.0.0 lint-signalr-msgpack 2026-02-25T12:29:55.0504780Z > eslint -c ./signalr-protocol-msgpack/tests/.eslintrc.js --ext .ts ./signalr-protocol-msgpack/tests 2026-02-25T12:29:55.0525640Z 2026-02-25T12:29:55.1509220Z 2026-02-25T12:29:55.1531080Z > @microsoft/client-ts@1.0.0 lint-signalr 2026-02-25T12:29:55.1533590Z > eslint -c ./signalr/tests/.eslintrc.js --ext .ts ./signalr/tests 2026-02-25T12:29:55.1535960Z 2026-02-25T12:30:02.3801980Z 2026-02-25T12:30:02.4079130Z > @microsoft/client-ts@1.0.0 test 2026-02-25T12:30:02.4134490Z > jest --config ./jest.config.js 2026-02-25T12:30:02.4213720Z 2026-02-25T12:30:13.6889440Z PASS signalr/tests/HubConnection.Reconnect.test.ts (8.047 s) 2026-02-25T12:30:13.8313210Z PASS signalr/tests/HttpConnection.test.ts (8.22 s) 2026-02-25T12:30:14.0299510Z PASS signalr/tests/LongPollingTransport.test.ts 2026-02-25T12:30:14.2280930Z PASS signalr/tests/HubConnectionBuilder.test.ts 2026-02-25T12:30:14.7451940Z PASS signalr/tests/WebSocketTransport.test.ts 2026-02-25T12:30:15.3840730Z PASS signalr/tests/ServerSentEventsTransport.test.ts 2026-02-25T12:30:15.6006130Z PASS signalr-protocol-msgpack/tests/MessagePackHubProtocol.test.ts 2026-02-25T12:30:15.7698860Z PASS signalr/tests/JsonHubProtocol.test.ts 2026-02-25T12:30:16.1726050Z PASS signalr/tests/MessageSize.test.ts 2026-02-25T12:30:16.2732250Z PASS signalr/tests/HttpClient.test.ts 2026-02-25T12:30:16.9337310Z PASS signalr/tests/FetchHttpClient.test.ts 2026-02-25T12:30:17.0358220Z PASS signalr/tests/TextMessageFormat.test.ts 2026-02-25T12:30:17.2646390Z PASS signalr/tests/AbortSignal.test.ts 2026-02-25T12:30:17.5167600Z PASS signalr/tests/UserAgent.test.ts 2026-02-25T12:30:17.5963690Z PASS signalr/tests/OutputSize.test.ts 2026-02-25T12:30:18.2620680Z PASS signalr-protocol-msgpack/tests/BinaryMessageFormatter.test.ts 2026-02-25T12:30:18.5132390Z PASS signalr/tests/HubConnection.test.ts (12.917 s) 2026-02-25T12:30:19.0393180Z 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-25T12:30:19.0528520Z 2026-02-25T12:30:19.0974110Z Test Suites: 17 passed, 17 total 2026-02-25T12:30:19.0994600Z Tests: 363 passed, 363 total 2026-02-25T12:30:19.1001440Z Snapshots: 0 total 2026-02-25T12:30:19.1005780Z Time: 14.896 s 2026-02-25T12:30:19.1011250Z Ran all test suites. 2026-02-25T12:30:19.1015270Z 2026-02-25T12:30:19.1017810Z > @microsoft/dotnet-js-interop@11.0.0-ci test 2026-02-25T12:30:19.1023770Z > jest 2026-02-25T12:30:19.1026800Z 2026-02-25T12:30:22.1416900Z PASS test/findObjectMember.test.ts 2026-02-25T12:30:22.1886750Z PASS test/CallDispatcher.test.ts 2026-02-25T12:30:22.2156440Z 2026-02-25T12:30:22.2159960Z Test Suites: 2 passed, 2 total 2026-02-25T12:30:22.2160390Z Tests: 32 passed, 32 total 2026-02-25T12:30:22.2160740Z Snapshots: 0 total 2026-02-25T12:30:22.2161470Z Time: 2.574 s 2026-02-25T12:30:22.2161820Z Ran all test suites. 2026-02-25T12:30:22.2800510Z 2026-02-25T12:30:22.2801370Z > @microsoft/microsoft.aspnetcore.components.web.js@0.0.1 test 2026-02-25T12:30:22.2801730Z > jest 2026-02-25T12:30:22.2802010Z 2026-02-25T12:30:24.0767800Z PASS test/EditDistance.test.ts 2026-02-25T12:30:24.7771740Z PASS test/DomSync.test.ts 2026-02-25T12:30:24.7991250Z 2026-02-25T12:30:24.7992810Z Test Suites: 2 passed, 2 total 2026-02-25T12:30:24.7993330Z Tests: 34 passed, 34 total 2026-02-25T12:30:24.7994190Z Snapshots: 0 total 2026-02-25T12:30:24.7995270Z Time: 2.038 s 2026-02-25T12:30:24.7996220Z Ran all test suites. 2026-02-25T12:30:46.6827220Z 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-25T12:30:50.6042380Z 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-25T12:30:51.0405510Z 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-25T12:30:51.7367210Z 2026-02-25T12:30:51.7495220Z Running benchmark validation for: 2026-02-25T12:30:51.7549520Z Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks 2026-02-25T12:30:51.7598890Z 2026-02-25T12:30:52.2624270Z 2026-02-25T12:30:52.2758840Z Running benchmark validation for: 2026-02-25T12:30:52.2915210Z Microsoft.AspNetCore.Http.Microbenchmarks 2026-02-25T12:30:52.3550100Z 2026-02-25T12:30:52.9335500Z 2026-02-25T12:30:52.9408820Z Running benchmark validation for: 2026-02-25T12:30:52.9468320Z Microsoft.AspNetCore.Owin.Microbenchmarks 2026-02-25T12:30:52.9562480Z 2026-02-25T12:30:56.2909810Z 2026-02-25T12:30:56.3445960Z Running benchmark validation for: 2026-02-25T12:30:56.4448620Z Microsoft.AspNetCore.WebUtilities.Microbenchmarks 2026-02-25T12:30:56.4689200Z 2026-02-25T12:31:18.0969800Z 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-25T12:31:19.9211510Z 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-25T12:31:27.8178550Z 2026-02-25T12:31:27.8228680Z Running benchmark validation for: 2026-02-25T12:31:27.8266750Z Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks 2026-02-25T12:31:27.8407180Z 2026-02-25T12:31:40.6012050Z Running tests: /Users/runner/work/1/s/src/Servers/test/FunctionalTests/bin/Release/net11.0/ServerComparison.FunctionalTests.dll [net11.0|x64] 2026-02-25T12:31:45.2766470Z Identity.DefaultUI.WebSite -> /Users/runner/work/1/s/artifacts/bin/Microsoft.AspNetCore.Identity.FunctionalTests/Release/net11.0/publish/ 2026-02-25T12:31:53.1035750Z ##[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-25T12:31:53.1761380Z 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-25T12:31:53.6767310Z 2026-02-25T12:31:53.6879340Z Running benchmark validation for: 2026-02-25T12:31:53.6976300Z Microsoft.AspNetCore.Security.Microbenchmarks 2026-02-25T12:31:53.7169870Z 2026-02-25T12:32:13.3167430Z 2026-02-25T12:32:13.3467220Z Running benchmark validation for: 2026-02-25T12:32:13.4149230Z Microsoft.AspNetCore.OutputCaching.Microbenchmarks 2026-02-25T12:32:13.5022270Z 2026-02-25T12:32:14.1841800Z 2026-02-25T12:32:14.1899810Z Running benchmark validation for: 2026-02-25T12:32:14.1935710Z Microsoft.AspNetCore.WebSockets.Microbenchmarks 2026-02-25T12:32:14.1953500Z 2026-02-25T12:32:14.4572010Z 2026-02-25T12:32:14.4620530Z Running benchmark validation for: 2026-02-25T12:32:14.4719380Z Microsoft.AspNetCore.ResponseCaching.Microbenchmarks 2026-02-25T12:32:14.5037330Z 2026-02-25T12:32:16.6800210Z 2026-02-25T12:32:16.7410310Z Running benchmark validation for: 2026-02-25T12:32:16.8415030Z Microsoft.AspNetCore.RequestDecompression.Microbenchmarks 2026-02-25T12:32:16.9292650Z 2026-02-25T12:32:17.7056150Z 2026-02-25T12:32:17.7574030Z Running benchmark validation for: 2026-02-25T12:32:17.8579210Z Microsoft.AspNetCore.ResponseCompression.Microbenchmarks 2026-02-25T12:32:17.8580180Z 2026-02-25T12:32:31.6576680Z 2026-02-25T12:32:31.6583250Z Running benchmark validation for: 2026-02-25T12:32:31.6595280Z Microsoft.AspNetCore.SignalR.Microbenchmarks 2026-02-25T12:32:31.6602270Z 2026-02-25T12:32:36.6486140Z Determining projects to restore... 2026-02-25T12:32:37.5109410Z Determining projects to restore... 2026-02-25T12:32:37.7534680Z All projects are up-to-date for restore. 2026-02-25T12:32:37.9067010Z 2026-02-25T12:32:37.9733950Z Running benchmark validation for: 2026-02-25T12:32:37.9870620Z Microsoft.AspNetCore.OpenApi.Microbenchmarks 2026-02-25T12:32:38.0515720Z 2026-02-25T12:32:38.7692820Z All projects are up-to-date for restore. 2026-02-25T12:32:39.7920850Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropClient/InteropClient.dll 2026-02-25T12:32:39.8307830Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropClient/ 2026-02-25T12:32:40.6364470Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropWebsite/InteropWebsite.dll 2026-02-25T12:32:40.6900200Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropWebsite/ 2026-02-25T12:33:09.2292000Z ##[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-25T12:33:09.2309480Z 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-25T14:30:36.4053020Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-25T14:30:46.4847860Z ##[error]The operation was canceled. 2026-02-25T14:30:46.4854930Z ##[section]Finishing: Run Quarantined Tests