2026-02-22T16:22:25.5216060Z ##[section]Starting: Run Quarantined Tests 2026-02-22T16:22:25.5275810Z ============================================================================== 2026-02-22T16:22:25.5276200Z Task : Bash 2026-02-22T16:22:25.5276350Z Description : Run a Bash script on macOS, Linux, or Windows 2026-02-22T16:22:25.5276640Z Version : 3.268.1 2026-02-22T16:22:25.5276800Z Author : Microsoft Corporation 2026-02-22T16:22:25.5277020Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2026-02-22T16:22:25.5277310Z ============================================================================== 2026-02-22T16:22:25.8493470Z Generating script. 2026-02-22T16:22:25.8551260Z Script contents: 2026-02-22T16:22:25.8563110Z ./eng/build.sh --ci --nobl --all --no-build --no-build-java --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true 2026-02-22T16:22:25.8570890Z ========================== Starting Command Output =========================== 2026-02-22T16:22:25.8597300Z [command]/bin/bash /Users/runner/work/_temp/26029d1c-fa8b-4683-b81d-00664c3048dd.sh 2026-02-22T16:22:25.9840420Z 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-22T16:22:25.9850410Z warning: Note that if you are running Source Build, building NodeJS projects will be disabled later on. 2026-02-22T16:22:28.9116680Z Testing NPM packages... 2026-02-22T16:22:29.4787360Z 2026-02-22T16:22:29.4788080Z > @microsoft/aspnetcore@1.0.0 test 2026-02-22T16:22:29.4788550Z > npm run test --workspaces --if-present 2026-02-22T16:22:29.4788970Z 2026-02-22T16:22:29.8154790Z 2026-02-22T16:22:29.8155440Z > @microsoft/client-ts@1.0.0 pretest 2026-02-22T16:22:29.8156600Z > npm run lint-signalr & npm run lint-signalr-msgpack 2026-02-22T16:22:29.8157160Z 2026-02-22T16:22:30.2060460Z 2026-02-22T16:22:30.2106270Z > @microsoft/client-ts@1.0.0 lint-signalr-msgpack 2026-02-22T16:22:30.2117410Z > eslint -c ./signalr-protocol-msgpack/tests/.eslintrc.js --ext .ts ./signalr-protocol-msgpack/tests 2026-02-22T16:22:30.2125070Z 2026-02-22T16:22:30.2132960Z 2026-02-22T16:22:30.2137680Z > @microsoft/client-ts@1.0.0 lint-signalr 2026-02-22T16:22:30.2141850Z > eslint -c ./signalr/tests/.eslintrc.js --ext .ts ./signalr/tests 2026-02-22T16:22:30.2146600Z 2026-02-22T16:22:34.6678560Z 2026-02-22T16:22:34.6679400Z > @microsoft/client-ts@1.0.0 test 2026-02-22T16:22:34.6680970Z > jest --config ./jest.config.js 2026-02-22T16:22:34.6682430Z 2026-02-22T16:22:45.8211300Z PASS signalr/tests/HubConnection.Reconnect.test.ts (8.622 s) 2026-02-22T16:22:46.0596050Z PASS signalr/tests/HttpConnection.test.ts (8.836 s) 2026-02-22T16:22:46.2612720Z PASS signalr/tests/LongPollingTransport.test.ts 2026-02-22T16:22:46.3270850Z PASS signalr/tests/HubConnectionBuilder.test.ts 2026-02-22T16:22:46.7042690Z PASS signalr/tests/WebSocketTransport.test.ts 2026-02-22T16:22:46.8975020Z PASS signalr/tests/ServerSentEventsTransport.test.ts 2026-02-22T16:22:46.9695530Z PASS signalr-protocol-msgpack/tests/MessagePackHubProtocol.test.ts 2026-02-22T16:22:47.1125580Z PASS signalr/tests/JsonHubProtocol.test.ts 2026-02-22T16:22:47.1543170Z PASS signalr/tests/MessageSize.test.ts 2026-02-22T16:22:47.2050380Z PASS signalr/tests/HttpClient.test.ts 2026-02-22T16:22:47.4021480Z PASS signalr/tests/FetchHttpClient.test.ts 2026-02-22T16:22:47.4894740Z PASS signalr/tests/TextMessageFormat.test.ts 2026-02-22T16:22:47.5596970Z PASS signalr/tests/AbortSignal.test.ts 2026-02-22T16:22:47.6256730Z PASS signalr/tests/UserAgent.test.ts 2026-02-22T16:22:47.6936560Z PASS signalr/tests/OutputSize.test.ts 2026-02-22T16:22:48.6107410Z PASS signalr-protocol-msgpack/tests/BinaryMessageFormatter.test.ts 2026-02-22T16:22:50.6840030Z PASS signalr/tests/HubConnection.test.ts (13.488 s) 2026-02-22T16:22:51.2216280Z 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-22T16:22:51.2522590Z 2026-02-22T16:22:51.2965780Z Test Suites: 17 passed, 17 total 2026-02-22T16:22:51.3113080Z Tests: 363 passed, 363 total 2026-02-22T16:22:51.3246180Z Snapshots: 0 total 2026-02-22T16:22:51.3306150Z Time: 15.302 s 2026-02-22T16:22:51.3358900Z Ran all test suites. 2026-02-22T16:22:51.3391690Z 2026-02-22T16:22:51.3407830Z > @microsoft/dotnet-js-interop@11.0.0-ci test 2026-02-22T16:22:51.3411610Z > jest 2026-02-22T16:22:51.3414400Z 2026-02-22T16:22:54.5701650Z PASS test/findObjectMember.test.ts 2026-02-22T16:22:54.6261050Z PASS test/CallDispatcher.test.ts 2026-02-22T16:22:54.6632650Z 2026-02-22T16:22:54.6636540Z Test Suites: 2 passed, 2 total 2026-02-22T16:22:54.6638830Z Tests: 32 passed, 32 total 2026-02-22T16:22:54.6640020Z Snapshots: 0 total 2026-02-22T16:22:54.6642210Z Time: 2.734 s 2026-02-22T16:22:54.6643510Z Ran all test suites. 2026-02-22T16:22:54.6899000Z 2026-02-22T16:22:54.6901040Z > @microsoft/microsoft.aspnetcore.components.web.js@0.0.1 test 2026-02-22T16:22:54.6901670Z > jest 2026-02-22T16:22:54.6902090Z 2026-02-22T16:22:57.1991210Z PASS test/EditDistance.test.ts 2026-02-22T16:22:58.0018730Z PASS test/DomSync.test.ts 2026-02-22T16:22:58.0352170Z 2026-02-22T16:22:58.0357070Z Test Suites: 2 passed, 2 total 2026-02-22T16:22:58.0359740Z Tests: 34 passed, 34 total 2026-02-22T16:22:58.0361770Z Snapshots: 0 total 2026-02-22T16:22:58.0362300Z Time: 2.687 s 2026-02-22T16:22:58.0363670Z Ran all test suites. 2026-02-22T16:23:20.5298650Z 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-22T16:23:22.7872530Z 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-22T16:23:23.4079590Z 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-22T16:23:24.6244990Z 2026-02-22T16:23:24.6319170Z Running benchmark validation for: 2026-02-22T16:23:24.6397920Z Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks 2026-02-22T16:23:24.6557180Z 2026-02-22T16:23:27.7043900Z 2026-02-22T16:23:27.8470140Z Running benchmark validation for: 2026-02-22T16:23:27.9473070Z Microsoft.AspNetCore.Http.Microbenchmarks 2026-02-22T16:23:28.0473890Z 2026-02-22T16:23:28.4483330Z 2026-02-22T16:23:28.5245810Z Running benchmark validation for: 2026-02-22T16:23:28.5462360Z Microsoft.AspNetCore.Owin.Microbenchmarks 2026-02-22T16:23:28.5971480Z 2026-02-22T16:23:34.2263120Z 2026-02-22T16:23:34.2358160Z Running benchmark validation for: 2026-02-22T16:23:34.2426530Z Microsoft.AspNetCore.WebUtilities.Microbenchmarks 2026-02-22T16:23:34.2536880Z 2026-02-22T16:24:00.8447390Z 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-22T16:24:02.6932970Z 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-22T16:24:09.7926170Z 2026-02-22T16:24:09.8019730Z Running benchmark validation for: 2026-02-22T16:24:09.8194230Z Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks 2026-02-22T16:24:09.8298470Z 2026-02-22T16:24:16.4573030Z Running tests: /Users/runner/work/1/s/src/Servers/test/FunctionalTests/bin/Release/net11.0/ServerComparison.FunctionalTests.dll [net11.0|x64] 2026-02-22T16:24:24.5679790Z ##[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-22T16:24:24.6907150Z 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-22T16:24:29.6342530Z 2026-02-22T16:24:29.7344130Z Running benchmark validation for: 2026-02-22T16:24:29.8067210Z Microsoft.AspNetCore.Security.Microbenchmarks 2026-02-22T16:24:29.9071010Z 2026-02-22T16:24:31.5603230Z Identity.DefaultUI.WebSite -> /Users/runner/work/1/s/artifacts/bin/Microsoft.AspNetCore.Identity.FunctionalTests/Release/net11.0/publish/ 2026-02-22T16:24:45.1908440Z 2026-02-22T16:24:45.2558280Z Running benchmark validation for: 2026-02-22T16:24:45.3316630Z Microsoft.AspNetCore.OutputCaching.Microbenchmarks 2026-02-22T16:24:45.4178810Z 2026-02-22T16:24:45.6904760Z 2026-02-22T16:24:45.7489600Z Running benchmark validation for: 2026-02-22T16:24:45.7987220Z Microsoft.AspNetCore.WebSockets.Microbenchmarks 2026-02-22T16:24:45.8393970Z 2026-02-22T16:24:46.4289930Z 2026-02-22T16:24:46.5293720Z Running benchmark validation for: 2026-02-22T16:24:46.6295680Z Microsoft.AspNetCore.ResponseCaching.Microbenchmarks 2026-02-22T16:24:46.7297920Z 2026-02-22T16:24:47.4520760Z 2026-02-22T16:24:47.5134570Z Running benchmark validation for: 2026-02-22T16:24:47.5463900Z Microsoft.AspNetCore.RequestDecompression.Microbenchmarks 2026-02-22T16:24:47.6466790Z 2026-02-22T16:24:49.0436650Z 2026-02-22T16:24:49.1334160Z Running benchmark validation for: 2026-02-22T16:24:49.2211910Z Microsoft.AspNetCore.ResponseCompression.Microbenchmarks 2026-02-22T16:24:49.3155620Z 2026-02-22T16:24:55.9550820Z 2026-02-22T16:24:55.9559300Z Running benchmark validation for: 2026-02-22T16:24:55.9568900Z Microsoft.AspNetCore.SignalR.Microbenchmarks 2026-02-22T16:24:55.9580530Z 2026-02-22T16:25:00.7022820Z Determining projects to restore... 2026-02-22T16:25:00.8819240Z Determining projects to restore... 2026-02-22T16:25:01.3306020Z All projects are up-to-date for restore. 2026-02-22T16:25:01.4437010Z 2026-02-22T16:25:01.4489130Z Running benchmark validation for: 2026-02-22T16:25:01.4537000Z Microsoft.AspNetCore.OpenApi.Microbenchmarks 2026-02-22T16:25:01.4570890Z 2026-02-22T16:25:01.4644780Z All projects are up-to-date for restore. 2026-02-22T16:25:02.4882760Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropClient/InteropClient.dll 2026-02-22T16:25:02.5323610Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropClient/ 2026-02-22T16:25:02.9917580Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropWebsite/InteropWebsite.dll 2026-02-22T16:25:03.0469580Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropWebsite/ 2026-02-22T16:25:25.5859590Z ##[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-22T16:25:25.5865790Z 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-22T18:30:15.6676310Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-22T18:30:25.9050720Z ##[error]The operation was canceled. 2026-02-22T18:30:25.9057570Z ##[section]Finishing: Run Quarantined Tests