2026-03-08T00:23:37.5087560Z ##[section]Starting: Run Quarantined Tests 2026-03-08T00:23:37.5164710Z ============================================================================== 2026-03-08T00:23:37.5165390Z Task : Bash 2026-03-08T00:23:37.5165540Z Description : Run a Bash script on macOS, Linux, or Windows 2026-03-08T00:23:37.5166010Z Version : 3.268.1 2026-03-08T00:23:37.5166160Z Author : Microsoft Corporation 2026-03-08T00:23:37.5166570Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2026-03-08T00:23:37.5166800Z ============================================================================== 2026-03-08T00:23:37.9147690Z Generating script. 2026-03-08T00:23:37.9186750Z Script contents: 2026-03-08T00:23:37.9189290Z ./eng/build.sh --ci --nobl --all --no-build --no-build-java --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true 2026-03-08T00:23:37.9190130Z ========================== Starting Command Output =========================== 2026-03-08T00:23:37.9193190Z [command]/bin/bash /Users/runner/work/_temp/05cca62b-8bb4-4b4a-b74c-a7799be4adad.sh 2026-03-08T00:23:38.1998550Z 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-08T00:23:38.2302710Z warning: Note that if you are running Source Build, building NodeJS projects will be disabled later on. 2026-03-08T00:23:40.5716570Z Testing NPM packages... 2026-03-08T00:23:41.3568030Z 2026-03-08T00:23:41.3569220Z > @microsoft/aspnetcore@1.0.0 test 2026-03-08T00:23:41.3570400Z > npm run test --workspaces --if-present 2026-03-08T00:23:41.3571010Z 2026-03-08T00:23:41.6841190Z 2026-03-08T00:23:41.6841770Z > @microsoft/client-ts@1.0.0 pretest 2026-03-08T00:23:41.6842260Z > npm run lint-signalr & npm run lint-signalr-msgpack 2026-03-08T00:23:41.6843040Z 2026-03-08T00:23:42.0823640Z 2026-03-08T00:23:42.0847480Z > @microsoft/client-ts@1.0.0 lint-signalr 2026-03-08T00:23:42.0854110Z > eslint -c ./signalr/tests/.eslintrc.js --ext .ts ./signalr/tests 2026-03-08T00:23:42.0859750Z 2026-03-08T00:23:42.0863290Z 2026-03-08T00:23:42.0866670Z > @microsoft/client-ts@1.0.0 lint-signalr-msgpack 2026-03-08T00:23:42.0870210Z > eslint -c ./signalr-protocol-msgpack/tests/.eslintrc.js --ext .ts ./signalr-protocol-msgpack/tests 2026-03-08T00:23:42.0874520Z 2026-03-08T00:23:47.3061980Z 2026-03-08T00:23:47.3062600Z > @microsoft/client-ts@1.0.0 test 2026-03-08T00:23:47.3063440Z > jest --config ./jest.config.js 2026-03-08T00:23:47.3063820Z 2026-03-08T00:23:58.1070290Z PASS signalr/tests/HubConnection.Reconnect.test.ts (8.081 s) 2026-03-08T00:23:58.4940720Z PASS signalr/tests/HttpConnection.test.ts (8.603 s) 2026-03-08T00:23:58.9236110Z PASS signalr/tests/LongPollingTransport.test.ts 2026-03-08T00:23:58.9803140Z PASS signalr/tests/HubConnectionBuilder.test.ts 2026-03-08T00:23:59.4703280Z PASS signalr/tests/WebSocketTransport.test.ts 2026-03-08T00:23:59.7591700Z PASS signalr/tests/ServerSentEventsTransport.test.ts 2026-03-08T00:23:59.8075810Z PASS signalr-protocol-msgpack/tests/MessagePackHubProtocol.test.ts 2026-03-08T00:24:00.0590700Z PASS signalr/tests/MessageSize.test.ts 2026-03-08T00:24:00.0825640Z PASS signalr/tests/JsonHubProtocol.test.ts 2026-03-08T00:24:00.1592590Z PASS signalr/tests/HttpClient.test.ts 2026-03-08T00:24:00.3117790Z PASS signalr/tests/FetchHttpClient.test.ts 2026-03-08T00:24:00.3909960Z PASS signalr/tests/TextMessageFormat.test.ts 2026-03-08T00:24:00.4731780Z PASS signalr/tests/AbortSignal.test.ts 2026-03-08T00:24:00.5371320Z PASS signalr/tests/UserAgent.test.ts 2026-03-08T00:24:00.6024720Z PASS signalr/tests/OutputSize.test.ts 2026-03-08T00:24:01.3387980Z PASS signalr-protocol-msgpack/tests/BinaryMessageFormatter.test.ts 2026-03-08T00:24:02.6637630Z PASS signalr/tests/HubConnection.test.ts (12.794 s) 2026-03-08T00:24:03.1916830Z 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-08T00:24:03.2055670Z 2026-03-08T00:24:03.2097120Z Test Suites: 17 passed, 17 total 2026-03-08T00:24:03.2098540Z Tests: 363 passed, 363 total 2026-03-08T00:24:03.2099600Z Snapshots: 0 total 2026-03-08T00:24:03.2100730Z Time: 14.514 s 2026-03-08T00:24:03.2101840Z Ran all test suites. 2026-03-08T00:24:03.2209480Z 2026-03-08T00:24:03.2227460Z > @microsoft/dotnet-js-interop@11.0.0-ci test 2026-03-08T00:24:03.2232410Z > jest 2026-03-08T00:24:03.2235480Z 2026-03-08T00:24:06.1725190Z PASS test/findObjectMember.test.ts 2026-03-08T00:24:06.4247560Z PASS test/CallDispatcher.test.ts 2026-03-08T00:24:06.4364880Z 2026-03-08T00:24:06.4373870Z Test Suites: 2 passed, 2 total 2026-03-08T00:24:06.4375440Z Tests: 32 passed, 32 total 2026-03-08T00:24:06.4376770Z Snapshots: 0 total 2026-03-08T00:24:06.4378140Z Time: 2.653 s 2026-03-08T00:24:06.4380020Z Ran all test suites. 2026-03-08T00:24:06.4919280Z 2026-03-08T00:24:06.4920790Z > @microsoft/microsoft.aspnetcore.components.web.js@0.0.1 test 2026-03-08T00:24:06.5210710Z > jest 2026-03-08T00:24:06.5303470Z 2026-03-08T00:24:09.1237020Z PASS test/EditDistance.test.ts 2026-03-08T00:24:09.9668300Z PASS test/DomSync.test.ts 2026-03-08T00:24:10.0115040Z 2026-03-08T00:24:10.0751670Z Test Suites: 2 passed, 2 total 2026-03-08T00:24:10.0966360Z Tests: 34 passed, 34 total 2026-03-08T00:24:10.0970330Z Snapshots: 0 total 2026-03-08T00:24:10.0972220Z Time: 2.846 s 2026-03-08T00:24:10.0974880Z Ran all test suites. 2026-03-08T00:24:30.8241850Z 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-08T00:24:33.2204950Z 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-08T00:24:35.6361380Z 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-08T00:24:36.2170550Z 2026-03-08T00:24:36.2593660Z Running benchmark validation for: 2026-03-08T00:24:36.2935670Z Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks 2026-03-08T00:24:36.3038410Z 2026-03-08T00:24:39.1513530Z 2026-03-08T00:24:39.2251930Z Running benchmark validation for: 2026-03-08T00:24:39.3254980Z Microsoft.AspNetCore.Http.Microbenchmarks 2026-03-08T00:24:39.4142140Z 2026-03-08T00:24:41.1950230Z 2026-03-08T00:24:41.1973000Z Running benchmark validation for: 2026-03-08T00:24:41.2024580Z Microsoft.AspNetCore.Owin.Microbenchmarks 2026-03-08T00:24:41.2079590Z 2026-03-08T00:24:46.6463790Z 2026-03-08T00:24:46.6549820Z Running benchmark validation for: 2026-03-08T00:24:46.6603460Z Microsoft.AspNetCore.WebUtilities.Microbenchmarks 2026-03-08T00:24:46.6704870Z 2026-03-08T00:25:06.4135310Z Successfully created archive -> '/Users/runner/work/1/s/artifacts/packages/Release/Shipping/aspnetcore-runtime-11.0.0-ci-osx-x64.tar.gz' from '/Users/runner/work/1/s/artifacts/obj/aspnetcore-runtime/Release/osx-x64/output/' 2026-03-08T00:25:22.8154880Z ##[error].dotnet/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(262,5): error NETSDK1085: (NETCORE_ENGINEERING_TELEMETRY=Build) The 'NoBuild' property was set to true but the 'Build' target was invoked. 2026-03-08T00:25:22.8632700Z /Users/runner/work/1/s/.dotnet/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(262,5): error NETSDK1085: The 'NoBuild' property was set to true but the 'Build' target was invoked. [/Users/runner/work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj] 2026-03-08T00:25:23.5296530Z 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-08T00:25:26.0048060Z 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-08T00:25:33.7595080Z 2026-03-08T00:25:33.7757000Z Running benchmark validation for: 2026-03-08T00:25:33.7871870Z Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks 2026-03-08T00:25:33.8062050Z 2026-03-08T00:25:40.5726390Z Running tests: /Users/runner/work/1/s/src/Servers/test/FunctionalTests/bin/Release/net11.0/ServerComparison.FunctionalTests.dll [net11.0|x64] 2026-03-08T00:25:42.0547550Z Identity.DefaultUI.WebSite -> /Users/runner/work/1/s/artifacts/bin/Microsoft.AspNetCore.Identity.FunctionalTests/Release/net11.0/publish/ 2026-03-08T00:25:48.2510760Z ##[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-08T00:25:48.3410770Z 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-08T00:25:52.3761910Z 2026-03-08T00:25:52.4763340Z Running benchmark validation for: 2026-03-08T00:25:52.5766420Z Microsoft.AspNetCore.Security.Microbenchmarks 2026-03-08T00:25:52.6138210Z 2026-03-08T00:26:03.7223980Z 2026-03-08T00:26:03.7681260Z Running benchmark validation for: 2026-03-08T00:26:03.8305190Z Microsoft.AspNetCore.OutputCaching.Microbenchmarks 2026-03-08T00:26:03.8423830Z 2026-03-08T00:26:04.1052470Z 2026-03-08T00:26:04.1413870Z Running benchmark validation for: 2026-03-08T00:26:04.2415940Z Microsoft.AspNetCore.ResponseCaching.Microbenchmarks 2026-03-08T00:26:04.3385990Z 2026-03-08T00:26:04.4293720Z 2026-03-08T00:26:04.5030050Z Running benchmark validation for: 2026-03-08T00:26:04.6032280Z Microsoft.AspNetCore.WebSockets.Microbenchmarks 2026-03-08T00:26:04.6485860Z 2026-03-08T00:26:05.5374080Z 2026-03-08T00:26:05.5857300Z Running benchmark validation for: 2026-03-08T00:26:05.6859770Z Microsoft.AspNetCore.RequestDecompression.Microbenchmarks 2026-03-08T00:26:05.7861970Z 2026-03-08T00:26:06.9857570Z 2026-03-08T00:26:07.0269860Z Running benchmark validation for: 2026-03-08T00:26:07.1170060Z Microsoft.AspNetCore.ResponseCompression.Microbenchmarks 2026-03-08T00:26:07.2172290Z 2026-03-08T00:26:11.8806020Z 2026-03-08T00:26:11.8934930Z Running benchmark validation for: 2026-03-08T00:26:11.9006720Z Microsoft.AspNetCore.SignalR.Microbenchmarks 2026-03-08T00:26:11.9109290Z 2026-03-08T00:26:15.8882100Z Determining projects to restore... 2026-03-08T00:26:16.1637590Z Determining projects to restore... 2026-03-08T00:26:16.4263610Z 2026-03-08T00:26:16.4523830Z Running benchmark validation for: 2026-03-08T00:26:16.4644160Z Microsoft.AspNetCore.OpenApi.Microbenchmarks 2026-03-08T00:26:16.4669880Z 2026-03-08T00:26:16.5027470Z All projects are up-to-date for restore. 2026-03-08T00:26:16.7617250Z All projects are up-to-date for restore. 2026-03-08T00:26:17.6337370Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropClient/InteropClient.dll 2026-03-08T00:26:17.6903350Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropClient/ 2026-03-08T00:26:18.8255110Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropWebsite/InteropWebsite.dll 2026-03-08T00:26:19.0501750Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropWebsite/ 2026-03-08T00:26:39.8058470Z ##[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-08T00:26:39.8066110Z 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-08T02:30:49.7699590Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-03-08T02:31:00.0519320Z ##[error]The operation was canceled. 2026-03-08T02:31:00.0526720Z ##[section]Finishing: Run Quarantined Tests