2026-02-13T20:24:14.0368640Z ##[section]Starting: Run Quarantined Tests 2026-02-13T20:24:14.1476600Z ============================================================================== 2026-02-13T20:24:14.1476950Z Task : Bash 2026-02-13T20:24:14.1477120Z Description : Run a Bash script on macOS, Linux, or Windows 2026-02-13T20:24:14.1477320Z Version : 3.268.1 2026-02-13T20:24:14.1477520Z Author : Microsoft Corporation 2026-02-13T20:24:14.1477680Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2026-02-13T20:24:14.1477940Z ============================================================================== 2026-02-13T20:24:15.8121780Z Generating script. 2026-02-13T20:24:15.9221350Z Script contents: 2026-02-13T20:24:16.0239170Z ./eng/build.sh --ci --nobl --all --no-build --no-build-java --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true 2026-02-13T20:24:16.1350840Z ========================== Starting Command Output =========================== 2026-02-13T20:24:16.2475680Z [command]/bin/bash /Users/runner/work/_temp/243d2394-2e64-4fcd-b84c-045a1a45da3c.sh 2026-02-13T20:24:17.2050120Z 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-13T20:24:17.2294570Z warning: Note that if you are running Source Build, building NodeJS projects will be disabled later on. 2026-02-13T20:24:25.1702110Z Testing NPM packages... 2026-02-13T20:24:27.2442920Z 2026-02-13T20:24:27.2445110Z > @microsoft/aspnetcore@1.0.0 test 2026-02-13T20:24:27.2447070Z > npm run test --workspaces --if-present 2026-02-13T20:24:27.2448820Z 2026-02-13T20:24:29.3104230Z 2026-02-13T20:24:29.3157920Z > @microsoft/client-ts@1.0.0 pretest 2026-02-13T20:24:29.3172500Z > npm run lint-signalr & npm run lint-signalr-msgpack 2026-02-13T20:24:29.3175100Z 2026-02-13T20:24:30.7559730Z 2026-02-13T20:24:30.8364710Z > @microsoft/client-ts@1.0.0 lint-signalr 2026-02-13T20:24:30.8404560Z > eslint -c ./signalr/tests/.eslintrc.js --ext .ts ./signalr/tests 2026-02-13T20:24:30.8431580Z 2026-02-13T20:24:30.8678820Z 2026-02-13T20:24:30.8693830Z > @microsoft/client-ts@1.0.0 lint-signalr-msgpack 2026-02-13T20:24:30.8734280Z > eslint -c ./signalr-protocol-msgpack/tests/.eslintrc.js --ext .ts ./signalr-protocol-msgpack/tests 2026-02-13T20:24:30.8735290Z 2026-02-13T20:24:43.2947530Z 2026-02-13T20:24:43.3953990Z > @microsoft/client-ts@1.0.0 test 2026-02-13T20:24:43.4958660Z > jest --config ./jest.config.js 2026-02-13T20:24:43.5961620Z 2026-02-13T20:25:05.0628340Z PASS signalr/tests/HubConnection.Reconnect.test.ts (15.536 s) 2026-02-13T20:25:05.6249600Z PASS signalr/tests/HttpConnection.test.ts (16.081 s) 2026-02-13T20:25:06.1554330Z PASS signalr/tests/LongPollingTransport.test.ts 2026-02-13T20:25:06.3317000Z PASS signalr/tests/HubConnectionBuilder.test.ts 2026-02-13T20:25:06.7305310Z PASS signalr/tests/WebSocketTransport.test.ts 2026-02-13T20:25:07.2308670Z PASS signalr/tests/ServerSentEventsTransport.test.ts 2026-02-13T20:25:07.4313540Z PASS signalr-protocol-msgpack/tests/MessagePackHubProtocol.test.ts 2026-02-13T20:25:07.7328230Z PASS signalr/tests/MessageSize.test.ts 2026-02-13T20:25:07.7503400Z PASS signalr/tests/JsonHubProtocol.test.ts 2026-02-13T20:25:07.8912320Z PASS signalr/tests/HttpClient.test.ts 2026-02-13T20:25:08.3403980Z PASS signalr/tests/FetchHttpClient.test.ts 2026-02-13T20:25:08.7619770Z PASS signalr/tests/TextMessageFormat.test.ts 2026-02-13T20:25:08.9438270Z PASS signalr/tests/AbortSignal.test.ts 2026-02-13T20:25:09.0688150Z PASS signalr/tests/UserAgent.test.ts 2026-02-13T20:25:09.2325110Z PASS signalr/tests/OutputSize.test.ts 2026-02-13T20:25:09.8652040Z PASS signalr/tests/HubConnection.test.ts (20.33 s) 2026-02-13T20:25:11.3955230Z PASS signalr-protocol-msgpack/tests/BinaryMessageFormatter.test.ts 2026-02-13T20:25:11.9041200Z 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-13T20:25:11.9245300Z 2026-02-13T20:25:11.9247580Z Test Suites: 17 passed, 17 total 2026-02-13T20:25:11.9250800Z Tests: 363 passed, 363 total 2026-02-13T20:25:11.9253230Z Snapshots: 0 total 2026-02-13T20:25:11.9255500Z Time: 23.768 s 2026-02-13T20:25:11.9257560Z Ran all test suites. 2026-02-13T20:25:11.9551600Z 2026-02-13T20:25:11.9878770Z > @microsoft/dotnet-js-interop@11.0.0-ci test 2026-02-13T20:25:11.9883210Z > jest 2026-02-13T20:25:11.9888120Z 2026-02-13T20:25:18.6123840Z PASS test/findObjectMember.test.ts 2026-02-13T20:25:18.7651340Z PASS test/CallDispatcher.test.ts 2026-02-13T20:25:18.8109110Z 2026-02-13T20:25:18.8116630Z Test Suites: 2 passed, 2 total 2026-02-13T20:25:18.8118730Z Tests: 32 passed, 32 total 2026-02-13T20:25:18.8121050Z Snapshots: 0 total 2026-02-13T20:25:18.8123260Z Time: 6.017 s 2026-02-13T20:25:18.8126700Z Ran all test suites. 2026-02-13T20:25:18.8815100Z 2026-02-13T20:25:18.8816790Z > @microsoft/microsoft.aspnetcore.components.web.js@0.0.1 test 2026-02-13T20:25:18.8817620Z > jest 2026-02-13T20:25:18.8818180Z 2026-02-13T20:25:24.2322190Z PASS test/EditDistance.test.ts 2026-02-13T20:25:25.5339140Z PASS test/DomSync.test.ts 2026-02-13T20:25:25.5833420Z 2026-02-13T20:25:25.5985630Z Test Suites: 2 passed, 2 total 2026-02-13T20:25:25.6027610Z Tests: 34 passed, 34 total 2026-02-13T20:25:25.6050740Z Snapshots: 0 total 2026-02-13T20:25:25.6586000Z Time: 5.712 s 2026-02-13T20:25:25.6599340Z Ran all test suites. 2026-02-13T20:26:08.2527480Z 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-13T20:26:12.3618670Z 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-13T20:26:13.1023250Z 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-13T20:26:14.2379000Z 2026-02-13T20:26:14.2892800Z Running benchmark validation for: 2026-02-13T20:26:14.2992510Z Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks 2026-02-13T20:26:14.3501560Z 2026-02-13T20:26:14.9521410Z 2026-02-13T20:26:14.9985660Z Running benchmark validation for: 2026-02-13T20:26:15.0236530Z Microsoft.AspNetCore.Http.Microbenchmarks 2026-02-13T20:26:15.0359220Z 2026-02-13T20:26:15.5858500Z 2026-02-13T20:26:15.6028100Z Running benchmark validation for: 2026-02-13T20:26:15.6620300Z Microsoft.AspNetCore.Owin.Microbenchmarks 2026-02-13T20:26:15.7625150Z 2026-02-13T20:26:21.8145440Z 2026-02-13T20:26:21.8464460Z Running benchmark validation for: 2026-02-13T20:26:21.8753670Z Microsoft.AspNetCore.WebUtilities.Microbenchmarks 2026-02-13T20:26:21.9240170Z 2026-02-13T20:26:58.5406580Z 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-13T20:27:01.2717500Z 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-13T20:27:08.8463780Z 2026-02-13T20:27:08.9135600Z Running benchmark validation for: 2026-02-13T20:27:09.0139990Z Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks 2026-02-13T20:27:09.1142180Z 2026-02-13T20:27:17.7209640Z Running tests: /Users/runner/work/1/s/src/Servers/test/FunctionalTests/bin/Release/net11.0/ServerComparison.FunctionalTests.dll [net11.0|x64] 2026-02-13T20:27:35.8995330Z ##[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-13T20:27:35.9260850Z 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-13T20:27:37.2480410Z 2026-02-13T20:27:37.3482930Z Running benchmark validation for: 2026-02-13T20:27:37.4461750Z Microsoft.AspNetCore.Security.Microbenchmarks 2026-02-13T20:27:37.5464190Z 2026-02-13T20:27:45.0591830Z Identity.DefaultUI.WebSite -> /Users/runner/work/1/s/artifacts/bin/Microsoft.AspNetCore.Identity.FunctionalTests/Release/net11.0/publish/ 2026-02-13T20:27:50.7982330Z 2026-02-13T20:27:50.8314100Z Running benchmark validation for: 2026-02-13T20:27:50.8660630Z Microsoft.AspNetCore.OutputCaching.Microbenchmarks 2026-02-13T20:27:50.9125210Z 2026-02-13T20:27:51.2671720Z 2026-02-13T20:27:51.3675080Z Running benchmark validation for: 2026-02-13T20:27:51.4419210Z Microsoft.AspNetCore.WebSockets.Microbenchmarks 2026-02-13T20:27:51.4888800Z 2026-02-13T20:27:51.5679880Z 2026-02-13T20:27:51.5984610Z Running benchmark validation for: 2026-02-13T20:27:51.6242100Z Microsoft.AspNetCore.ResponseCaching.Microbenchmarks 2026-02-13T20:27:51.7244820Z 2026-02-13T20:27:54.0122640Z 2026-02-13T20:27:54.1124540Z Running benchmark validation for: 2026-02-13T20:27:54.2126780Z Microsoft.AspNetCore.RequestDecompression.Microbenchmarks 2026-02-13T20:27:54.3129130Z 2026-02-13T20:27:55.9180760Z 2026-02-13T20:27:56.0183810Z Running benchmark validation for: 2026-02-13T20:27:56.1218830Z Microsoft.AspNetCore.ResponseCompression.Microbenchmarks 2026-02-13T20:27:56.1329740Z 2026-02-13T20:28:17.9310520Z 2026-02-13T20:28:18.0074360Z Running benchmark validation for: 2026-02-13T20:28:18.0389320Z Microsoft.AspNetCore.SignalR.Microbenchmarks 2026-02-13T20:28:18.0587930Z 2026-02-13T20:28:37.7040750Z Determining projects to restore... 2026-02-13T20:28:39.0045050Z Determining projects to restore... 2026-02-13T20:28:39.6929250Z All projects are up-to-date for restore. 2026-02-13T20:28:40.3810010Z 2026-02-13T20:28:40.4814460Z Running benchmark validation for: 2026-02-13T20:28:40.5896110Z Microsoft.AspNetCore.OpenApi.Microbenchmarks 2026-02-13T20:28:40.5931060Z 2026-02-13T20:28:41.0626710Z All projects are up-to-date for restore. 2026-02-13T20:28:45.3803240Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropClient/InteropClient.dll 2026-02-13T20:28:45.9827510Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropClient/ 2026-02-13T20:28:48.4003990Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropWebsite/InteropWebsite.dll 2026-02-13T20:28:48.8023640Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropWebsite/ 2026-02-13T20:29:51.8858670Z ##[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-13T20:29:51.8875140Z 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-13T22:22:57.6309180Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-13T22:23:08.5286900Z ##[error]The operation was canceled. 2026-02-13T22:23:08.5332010Z ##[section]Finishing: Run Quarantined Tests