2026-03-08T12:28:59.4750930Z ##[section]Starting: Run Quarantined Tests 2026-03-08T12:28:59.4866980Z ============================================================================== 2026-03-08T12:28:59.4867320Z Task : Bash 2026-03-08T12:28:59.4867510Z Description : Run a Bash script on macOS, Linux, or Windows 2026-03-08T12:28:59.4867690Z Version : 3.268.1 2026-03-08T12:28:59.4867920Z Author : Microsoft Corporation 2026-03-08T12:28:59.4868130Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2026-03-08T12:28:59.4868330Z ============================================================================== 2026-03-08T12:29:00.6897990Z Generating script. 2026-03-08T12:29:00.6927570Z Script contents: 2026-03-08T12:29:00.6929160Z ./eng/build.sh --ci --nobl --all --no-build --no-build-java --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true 2026-03-08T12:29:00.8401990Z ========================== Starting Command Output =========================== 2026-03-08T12:29:00.8445120Z [command]/bin/bash /Users/runner/work/_temp/6c499a92-80a4-4c2d-8903-760c4c8b2c9d.sh 2026-03-08T12:29:01.7863550Z 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-03-08T12:29:01.8305170Z warning: Note that if you are running Source Build, building NodeJS projects will be disabled later on. 2026-03-08T12:29:05.1274880Z Testing NPM packages... 2026-03-08T12:29:06.5859280Z 2026-03-08T12:29:06.5861460Z > @microsoft/aspnetcore@1.0.0 test 2026-03-08T12:29:06.5862140Z > npm run test --workspaces --if-present 2026-03-08T12:29:06.5862510Z 2026-03-08T12:29:07.0686960Z 2026-03-08T12:29:07.0687810Z > @microsoft/client-ts@1.0.0 pretest 2026-03-08T12:29:07.0688300Z > npm run lint-signalr & npm run lint-signalr-msgpack 2026-03-08T12:29:07.0688890Z 2026-03-08T12:29:07.6409640Z 2026-03-08T12:29:07.6477530Z > @microsoft/client-ts@1.0.0 lint-signalr 2026-03-08T12:29:07.6487070Z > eslint -c ./signalr/tests/.eslintrc.js --ext .ts ./signalr/tests 2026-03-08T12:29:07.6492650Z 2026-03-08T12:29:07.6502180Z 2026-03-08T12:29:07.6505130Z > @microsoft/client-ts@1.0.0 lint-signalr-msgpack 2026-03-08T12:29:07.6508400Z > eslint -c ./signalr-protocol-msgpack/tests/.eslintrc.js --ext .ts ./signalr-protocol-msgpack/tests 2026-03-08T12:29:07.6509630Z 2026-03-08T12:29:12.6946100Z 2026-03-08T12:29:12.6987000Z > @microsoft/client-ts@1.0.0 test 2026-03-08T12:29:12.7015450Z > jest --config ./jest.config.js 2026-03-08T12:29:12.7091270Z 2026-03-08T12:29:23.7077510Z PASS signalr/tests/HubConnection.Reconnect.test.ts (7.66 s) 2026-03-08T12:29:24.0485150Z PASS signalr/tests/HttpConnection.test.ts (7.981 s) 2026-03-08T12:29:24.2403150Z PASS signalr/tests/LongPollingTransport.test.ts 2026-03-08T12:29:24.2409410Z PASS signalr/tests/HubConnectionBuilder.test.ts 2026-03-08T12:29:24.6101940Z PASS signalr/tests/WebSocketTransport.test.ts 2026-03-08T12:29:24.7832380Z PASS signalr/tests/ServerSentEventsTransport.test.ts 2026-03-08T12:29:24.7838610Z PASS signalr-protocol-msgpack/tests/MessagePackHubProtocol.test.ts 2026-03-08T12:29:24.9507580Z PASS signalr/tests/JsonHubProtocol.test.ts 2026-03-08T12:29:24.9526420Z PASS signalr/tests/MessageSize.test.ts 2026-03-08T12:29:25.0812870Z PASS signalr/tests/HttpClient.test.ts 2026-03-08T12:29:25.3719850Z PASS signalr/tests/FetchHttpClient.test.ts 2026-03-08T12:29:25.4247960Z PASS signalr/tests/TextMessageFormat.test.ts 2026-03-08T12:29:25.4783580Z PASS signalr/tests/AbortSignal.test.ts 2026-03-08T12:29:25.5416230Z PASS signalr/tests/UserAgent.test.ts 2026-03-08T12:29:25.5992820Z PASS signalr/tests/OutputSize.test.ts 2026-03-08T12:29:26.3275650Z PASS signalr-protocol-msgpack/tests/BinaryMessageFormatter.test.ts 2026-03-08T12:29:28.3621420Z PASS signalr/tests/HubConnection.test.ts (12.345 s) 2026-03-08T12:29:28.9022890Z 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-03-08T12:29:28.9206970Z 2026-03-08T12:29:28.9221340Z Test Suites: 17 passed, 17 total 2026-03-08T12:29:28.9224300Z Tests: 363 passed, 363 total 2026-03-08T12:29:28.9228190Z Snapshots: 0 total 2026-03-08T12:29:28.9231060Z Time: 14.567 s 2026-03-08T12:29:28.9232690Z Ran all test suites. 2026-03-08T12:29:28.9383990Z 2026-03-08T12:29:28.9384740Z > @microsoft/dotnet-js-interop@11.0.0-ci test 2026-03-08T12:29:28.9385320Z > jest 2026-03-08T12:29:28.9386060Z 2026-03-08T12:29:31.7177300Z PASS test/findObjectMember.test.ts 2026-03-08T12:29:31.7678350Z PASS test/CallDispatcher.test.ts 2026-03-08T12:29:31.7927910Z 2026-03-08T12:29:31.7930380Z Test Suites: 2 passed, 2 total 2026-03-08T12:29:31.7933220Z Tests: 32 passed, 32 total 2026-03-08T12:29:31.7934580Z Snapshots: 0 total 2026-03-08T12:29:31.7936580Z Time: 2.276 s 2026-03-08T12:29:31.7938210Z Ran all test suites. 2026-03-08T12:29:31.8046320Z 2026-03-08T12:29:31.8048860Z > @microsoft/microsoft.aspnetcore.components.web.js@0.0.1 test 2026-03-08T12:29:31.8052650Z > jest 2026-03-08T12:29:31.8053580Z 2026-03-08T12:29:33.8538830Z PASS test/EditDistance.test.ts 2026-03-08T12:29:34.4311850Z PASS test/DomSync.test.ts 2026-03-08T12:29:34.4560060Z 2026-03-08T12:29:34.4572220Z Test Suites: 2 passed, 2 total 2026-03-08T12:29:34.4579650Z Tests: 34 passed, 34 total 2026-03-08T12:29:34.4584350Z Snapshots: 0 total 2026-03-08T12:29:34.4588400Z Time: 2.116 s 2026-03-08T12:29:34.4694400Z Ran all test suites. 2026-03-08T12:29:58.8692230Z 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-03-08T12:30:01.2985670Z 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-03-08T12:30:02.1593700Z Running tests: /Users/runner/work/1/s/src/Hosting/test/FunctionalTests/bin/Release/net11.0/Microsoft.AspNetCore.Hosting.FunctionalTests.dll [net11.0|x64] 2026-03-08T12:30:02.6109170Z 2026-03-08T12:30:02.6299860Z Running benchmark validation for: 2026-03-08T12:30:02.6399950Z Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks 2026-03-08T12:30:02.6466680Z 2026-03-08T12:30:03.9195930Z 2026-03-08T12:30:03.9363030Z Running benchmark validation for: 2026-03-08T12:30:03.9399490Z Microsoft.AspNetCore.Http.Microbenchmarks 2026-03-08T12:30:03.9805630Z 2026-03-08T12:30:04.7416980Z 2026-03-08T12:30:04.7635800Z Running benchmark validation for: 2026-03-08T12:30:04.7699670Z Microsoft.AspNetCore.Owin.Microbenchmarks 2026-03-08T12:30:04.7951440Z 2026-03-08T12:30:08.1428260Z 2026-03-08T12:30:08.2409770Z Running benchmark validation for: 2026-03-08T12:30:08.2857410Z Microsoft.AspNetCore.WebUtilities.Microbenchmarks 2026-03-08T12:30:08.3778300Z 2026-03-08T12:30:30.7811830Z 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-03-08T12:30:34.1339740Z 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-03-08T12:30:37.1299800Z 2026-03-08T12:30:37.1665150Z Running benchmark validation for: 2026-03-08T12:30:37.1920520Z Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks 2026-03-08T12:30:37.2082880Z 2026-03-08T12:30:44.5805810Z Running tests: /Users/runner/work/1/s/src/Servers/test/FunctionalTests/bin/Release/net11.0/ServerComparison.FunctionalTests.dll [net11.0|x64] 2026-03-08T12:30:54.0364120Z ##[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-03-08T12:30:54.1099930Z 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-03-08T12:30:54.7685360Z 2026-03-08T12:30:54.8688760Z Running benchmark validation for: 2026-03-08T12:30:54.9690520Z Microsoft.AspNetCore.Security.Microbenchmarks 2026-03-08T12:30:55.0693180Z 2026-03-08T12:30:56.8670910Z Identity.DefaultUI.WebSite -> /Users/runner/work/1/s/artifacts/bin/Microsoft.AspNetCore.Identity.FunctionalTests/Release/net11.0/publish/ 2026-03-08T12:31:05.2589550Z 2026-03-08T12:31:05.2649900Z Running benchmark validation for: 2026-03-08T12:31:05.2748850Z Microsoft.AspNetCore.OutputCaching.Microbenchmarks 2026-03-08T12:31:05.3010500Z 2026-03-08T12:31:05.7744430Z 2026-03-08T12:31:05.8752770Z Running benchmark validation for: 2026-03-08T12:31:05.9755470Z Microsoft.AspNetCore.WebSockets.Microbenchmarks 2026-03-08T12:31:06.0758750Z 2026-03-08T12:31:06.2762780Z 2026-03-08T12:31:06.3763120Z Running benchmark validation for: 2026-03-08T12:31:06.4765140Z Microsoft.AspNetCore.ResponseCaching.Microbenchmarks 2026-03-08T12:31:06.5767590Z 2026-03-08T12:31:08.5366050Z 2026-03-08T12:31:08.6368680Z Running benchmark validation for: 2026-03-08T12:31:08.7347990Z Microsoft.AspNetCore.RequestDecompression.Microbenchmarks 2026-03-08T12:31:08.8179860Z 2026-03-08T12:31:10.6870350Z 2026-03-08T12:31:10.7870670Z Running benchmark validation for: 2026-03-08T12:31:10.8873190Z Microsoft.AspNetCore.ResponseCompression.Microbenchmarks 2026-03-08T12:31:11.0549720Z 2026-03-08T12:31:25.9685860Z 2026-03-08T12:31:26.0463610Z Running benchmark validation for: 2026-03-08T12:31:26.0799470Z Microsoft.AspNetCore.SignalR.Microbenchmarks 2026-03-08T12:31:26.1645490Z 2026-03-08T12:31:29.7840980Z Determining projects to restore... 2026-03-08T12:31:29.9445920Z Determining projects to restore... 2026-03-08T12:31:30.5621870Z 2026-03-08T12:31:30.5874430Z Running benchmark validation for: 2026-03-08T12:31:30.5943380Z Microsoft.AspNetCore.OpenApi.Microbenchmarks 2026-03-08T12:31:30.6238730Z 2026-03-08T12:31:30.6552530Z All projects are up-to-date for restore. 2026-03-08T12:31:30.7617270Z All projects are up-to-date for restore. 2026-03-08T12:31:31.8798250Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropClient/InteropClient.dll 2026-03-08T12:31:31.9281840Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropClient/ 2026-03-08T12:31:33.0794060Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropWebsite/InteropWebsite.dll 2026-03-08T12:31:33.1657740Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropWebsite/ 2026-03-08T12:31:57.6730830Z ##[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-03-08T12:31:57.6739910Z 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-03-08T14:30:42.5887620Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-03-08T14:30:52.6466350Z ##[error]The operation was canceled. 2026-03-08T14:30:52.6471950Z ##[section]Finishing: Run Quarantined Tests