2026-02-15T16:27:18.9131780Z ##[section]Starting: Run Quarantined Tests 2026-02-15T16:27:18.9196200Z ============================================================================== 2026-02-15T16:27:18.9196980Z Task : Bash 2026-02-15T16:27:18.9197280Z Description : Run a Bash script on macOS, Linux, or Windows 2026-02-15T16:27:18.9197630Z Version : 3.268.1 2026-02-15T16:27:18.9197940Z Author : Microsoft Corporation 2026-02-15T16:27:18.9198300Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2026-02-15T16:27:18.9198660Z ============================================================================== 2026-02-15T16:27:19.4283310Z Generating script. 2026-02-15T16:27:19.4289190Z Script contents: 2026-02-15T16:27:19.4290500Z ./eng/build.sh --ci --nobl --all --no-build --no-build-java --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true 2026-02-15T16:27:19.4301060Z ========================== Starting Command Output =========================== 2026-02-15T16:27:19.4307210Z [command]/bin/bash /Users/runner/work/_temp/1f2adab7-86a4-4ffb-ba53-008ecf1322a5.sh 2026-02-15T16:27:21.4545920Z 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-15T16:27:21.4548110Z warning: Note that if you are running Source Build, building NodeJS projects will be disabled later on. 2026-02-15T16:27:23.8842390Z Testing NPM packages... 2026-02-15T16:27:24.7106740Z 2026-02-15T16:27:24.7107520Z > @microsoft/aspnetcore@1.0.0 test 2026-02-15T16:27:24.7107980Z > npm run test --workspaces --if-present 2026-02-15T16:27:24.7108650Z 2026-02-15T16:27:25.3112160Z 2026-02-15T16:27:25.3112710Z > @microsoft/client-ts@1.0.0 pretest 2026-02-15T16:27:25.3113120Z > npm run lint-signalr & npm run lint-signalr-msgpack 2026-02-15T16:27:25.3113580Z 2026-02-15T16:27:25.7492900Z 2026-02-15T16:27:25.7505470Z > @microsoft/client-ts@1.0.0 lint-signalr 2026-02-15T16:27:25.7506620Z > eslint -c ./signalr/tests/.eslintrc.js --ext .ts ./signalr/tests 2026-02-15T16:27:25.7508660Z 2026-02-15T16:27:25.7605660Z 2026-02-15T16:27:25.7607970Z > @microsoft/client-ts@1.0.0 lint-signalr-msgpack 2026-02-15T16:27:25.7610120Z > eslint -c ./signalr-protocol-msgpack/tests/.eslintrc.js --ext .ts ./signalr-protocol-msgpack/tests 2026-02-15T16:27:25.7611160Z 2026-02-15T16:27:29.9775480Z 2026-02-15T16:27:29.9798940Z > @microsoft/client-ts@1.0.0 test 2026-02-15T16:27:29.9804110Z > jest --config ./jest.config.js 2026-02-15T16:27:29.9808400Z 2026-02-15T16:27:41.7059190Z PASS signalr/tests/HubConnection.Reconnect.test.ts (9.594 s) 2026-02-15T16:27:41.9889390Z PASS signalr/tests/HttpConnection.test.ts (9.864 s) 2026-02-15T16:27:42.4434560Z PASS signalr/tests/LongPollingTransport.test.ts 2026-02-15T16:27:42.6988340Z PASS signalr/tests/HubConnectionBuilder.test.ts 2026-02-15T16:27:43.0483020Z PASS signalr/tests/WebSocketTransport.test.ts 2026-02-15T16:27:43.2371880Z PASS signalr/tests/ServerSentEventsTransport.test.ts 2026-02-15T16:27:43.3449440Z PASS signalr-protocol-msgpack/tests/MessagePackHubProtocol.test.ts 2026-02-15T16:27:43.4667140Z PASS signalr/tests/JsonHubProtocol.test.ts 2026-02-15T16:27:43.5492850Z PASS signalr/tests/MessageSize.test.ts 2026-02-15T16:27:43.5944080Z PASS signalr/tests/HttpClient.test.ts 2026-02-15T16:27:43.8131270Z PASS signalr/tests/FetchHttpClient.test.ts 2026-02-15T16:27:43.9497330Z PASS signalr/tests/TextMessageFormat.test.ts 2026-02-15T16:27:43.9806180Z PASS signalr/tests/AbortSignal.test.ts 2026-02-15T16:27:44.0607980Z PASS signalr/tests/UserAgent.test.ts 2026-02-15T16:27:44.1299410Z PASS signalr/tests/OutputSize.test.ts 2026-02-15T16:27:45.5310170Z PASS signalr-protocol-msgpack/tests/BinaryMessageFormatter.test.ts 2026-02-15T16:27:46.3821820Z PASS signalr/tests/HubConnection.test.ts (14.288 s) 2026-02-15T16:27:46.9123340Z 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-15T16:27:46.9306620Z 2026-02-15T16:27:46.9323930Z Test Suites: 17 passed, 17 total 2026-02-15T16:27:46.9349820Z Tests: 363 passed, 363 total 2026-02-15T16:27:46.9358350Z Snapshots: 0 total 2026-02-15T16:27:46.9360040Z Time: 15.768 s 2026-02-15T16:27:46.9361730Z Ran all test suites. 2026-02-15T16:27:46.9509430Z 2026-02-15T16:27:46.9529990Z > @microsoft/dotnet-js-interop@11.0.0-ci test 2026-02-15T16:27:46.9531520Z > jest 2026-02-15T16:27:46.9532350Z 2026-02-15T16:27:49.7015810Z PASS test/findObjectMember.test.ts 2026-02-15T16:27:49.7164020Z PASS test/CallDispatcher.test.ts 2026-02-15T16:27:49.7423670Z 2026-02-15T16:27:49.7426830Z Test Suites: 2 passed, 2 total 2026-02-15T16:27:49.7430880Z Tests: 32 passed, 32 total 2026-02-15T16:27:49.7432310Z Snapshots: 0 total 2026-02-15T16:27:49.7434670Z Time: 2.137 s 2026-02-15T16:27:49.7435230Z Ran all test suites. 2026-02-15T16:27:49.8207930Z 2026-02-15T16:27:49.8208800Z > @microsoft/microsoft.aspnetcore.components.web.js@0.0.1 test 2026-02-15T16:27:49.8209940Z > jest 2026-02-15T16:27:49.8210660Z 2026-02-15T16:27:51.8217770Z PASS test/EditDistance.test.ts 2026-02-15T16:27:52.5559730Z PASS test/DomSync.test.ts 2026-02-15T16:27:52.5819490Z 2026-02-15T16:27:52.6124740Z Test Suites: 2 passed, 2 total 2026-02-15T16:27:52.6127390Z Tests: 34 passed, 34 total 2026-02-15T16:27:52.6128950Z Snapshots: 0 total 2026-02-15T16:27:52.6133050Z Time: 2.207 s 2026-02-15T16:27:52.6134840Z Ran all test suites. 2026-02-15T16:28:14.1508710Z 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-15T16:28:16.8911970Z 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-15T16:28:17.9245310Z 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-15T16:28:18.6575480Z 2026-02-15T16:28:18.6832970Z Running benchmark validation for: 2026-02-15T16:28:18.6923520Z Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks 2026-02-15T16:28:18.6945800Z 2026-02-15T16:28:19.4948450Z 2026-02-15T16:28:19.5950630Z Running benchmark validation for: 2026-02-15T16:28:19.6190120Z Microsoft.AspNetCore.Http.Microbenchmarks 2026-02-15T16:28:19.6328300Z 2026-02-15T16:28:19.6806670Z 2026-02-15T16:28:19.6865400Z Running benchmark validation for: 2026-02-15T16:28:19.7058770Z Microsoft.AspNetCore.Owin.Microbenchmarks 2026-02-15T16:28:19.7744500Z 2026-02-15T16:28:24.2743580Z 2026-02-15T16:28:24.3235370Z Running benchmark validation for: 2026-02-15T16:28:24.4032270Z Microsoft.AspNetCore.WebUtilities.Microbenchmarks 2026-02-15T16:28:24.4486920Z 2026-02-15T16:28:51.4598400Z 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-15T16:28:53.6400850Z 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-15T16:29:01.5770400Z 2026-02-15T16:29:01.6269000Z Running benchmark validation for: 2026-02-15T16:29:01.6642710Z Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks 2026-02-15T16:29:01.7645150Z 2026-02-15T16:29:11.4462790Z Running tests: /Users/runner/work/1/s/src/Servers/test/FunctionalTests/bin/Release/net11.0/ServerComparison.FunctionalTests.dll [net11.0|x64] 2026-02-15T16:29:18.6856440Z ##[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-15T16:29:18.7343260Z 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-15T16:29:19.0833200Z 2026-02-15T16:29:19.1545130Z Running benchmark validation for: 2026-02-15T16:29:19.1808110Z Microsoft.AspNetCore.Security.Microbenchmarks 2026-02-15T16:29:19.2430110Z 2026-02-15T16:29:21.9988650Z Identity.DefaultUI.WebSite -> /Users/runner/work/1/s/artifacts/bin/Microsoft.AspNetCore.Identity.FunctionalTests/Release/net11.0/publish/ 2026-02-15T16:29:34.3898080Z 2026-02-15T16:29:34.4342170Z Running benchmark validation for: 2026-02-15T16:29:34.4884650Z Microsoft.AspNetCore.OutputCaching.Microbenchmarks 2026-02-15T16:29:34.5193130Z 2026-02-15T16:29:35.4877980Z 2026-02-15T16:29:35.5039500Z Running benchmark validation for: 2026-02-15T16:29:35.5943210Z Microsoft.AspNetCore.WebSockets.Microbenchmarks 2026-02-15T16:29:35.6888030Z 2026-02-15T16:29:35.7900460Z 2026-02-15T16:29:35.8904540Z Running benchmark validation for: 2026-02-15T16:29:35.8905450Z Microsoft.AspNetCore.ResponseCaching.Microbenchmarks 2026-02-15T16:29:35.9907230Z 2026-02-15T16:29:36.6968220Z 2026-02-15T16:29:36.7970390Z Running benchmark validation for: 2026-02-15T16:29:36.8657200Z Microsoft.AspNetCore.RequestDecompression.Microbenchmarks 2026-02-15T16:29:36.9659350Z 2026-02-15T16:29:37.8870140Z 2026-02-15T16:29:37.9389790Z Running benchmark validation for: 2026-02-15T16:29:38.0391760Z Microsoft.AspNetCore.ResponseCompression.Microbenchmarks 2026-02-15T16:29:38.1382290Z 2026-02-15T16:29:42.9403840Z 2026-02-15T16:29:42.9485390Z Running benchmark validation for: 2026-02-15T16:29:42.9545120Z Microsoft.AspNetCore.SignalR.Microbenchmarks 2026-02-15T16:29:42.9558650Z 2026-02-15T16:29:46.1642560Z Determining projects to restore... 2026-02-15T16:29:46.2928590Z Determining projects to restore... 2026-02-15T16:29:46.6724920Z All projects are up-to-date for restore. 2026-02-15T16:29:46.8344810Z 2026-02-15T16:29:46.8521630Z Running benchmark validation for: 2026-02-15T16:29:46.8646770Z Microsoft.AspNetCore.OpenApi.Microbenchmarks 2026-02-15T16:29:46.8734020Z 2026-02-15T16:29:47.0490210Z All projects are up-to-date for restore. 2026-02-15T16:29:47.5919210Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropClient/InteropClient.dll 2026-02-15T16:29:47.6275440Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropClient/ 2026-02-15T16:29:48.1447160Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropWebsite/InteropWebsite.dll 2026-02-15T16:29:48.1810320Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropWebsite/ 2026-02-15T16:30:09.0219930Z ##[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-15T16:30:09.0225220Z 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-15T18:30:25.3171330Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-15T18:30:35.6016010Z ##[error]The operation was canceled. 2026-02-15T18:30:35.6022150Z ##[section]Finishing: Run Quarantined Tests