2026-02-25T09:52:44.6750730Z ##[section]Starting: Run Quarantined Tests 2026-02-25T09:52:44.6858720Z ============================================================================== 2026-02-25T09:52:44.6859380Z Task : Bash 2026-02-25T09:52:44.6859610Z Description : Run a Bash script on macOS, Linux, or Windows 2026-02-25T09:52:44.6859950Z Version : 3.268.1 2026-02-25T09:52:44.6860190Z Author : Microsoft Corporation 2026-02-25T09:52:44.6860650Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2026-02-25T09:52:44.6861000Z ============================================================================== 2026-02-25T09:52:45.5869790Z Generating script. 2026-02-25T09:52:45.5886820Z Script contents: 2026-02-25T09:52:45.6041930Z ./eng/build.sh --ci --nobl --all --no-build --no-build-java --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true 2026-02-25T09:52:45.6058180Z ========================== Starting Command Output =========================== 2026-02-25T09:52:45.6077390Z [command]/bin/bash /Users/runner/work/_temp/dd831529-9883-4484-8b6d-be644df6f64a.sh 2026-02-25T09:52:45.9877640Z 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-25T09:52:45.9879720Z warning: Note that if you are running Source Build, building NodeJS projects will be disabled later on. 2026-02-25T09:52:49.6613710Z Testing NPM packages... 2026-02-25T09:52:50.5288750Z 2026-02-25T09:52:50.5290100Z > @microsoft/aspnetcore@1.0.0 test 2026-02-25T09:52:50.5292450Z > npm run test --workspaces --if-present 2026-02-25T09:52:50.5301950Z 2026-02-25T09:52:50.9470920Z 2026-02-25T09:52:50.9471810Z > @microsoft/client-ts@1.0.0 pretest 2026-02-25T09:52:50.9472700Z > npm run lint-signalr & npm run lint-signalr-msgpack 2026-02-25T09:52:50.9473690Z 2026-02-25T09:52:51.5698790Z 2026-02-25T09:52:51.5746540Z > @microsoft/client-ts@1.0.0 lint-signalr 2026-02-25T09:52:51.5766620Z > eslint -c ./signalr/tests/.eslintrc.js --ext .ts ./signalr/tests 2026-02-25T09:52:51.5777410Z 2026-02-25T09:52:51.5787390Z 2026-02-25T09:52:51.5817320Z > @microsoft/client-ts@1.0.0 lint-signalr-msgpack 2026-02-25T09:52:51.5908640Z > eslint -c ./signalr-protocol-msgpack/tests/.eslintrc.js --ext .ts ./signalr-protocol-msgpack/tests 2026-02-25T09:52:51.5915160Z 2026-02-25T09:52:58.6397810Z 2026-02-25T09:52:58.6402220Z > @microsoft/client-ts@1.0.0 test 2026-02-25T09:52:58.6403100Z > jest --config ./jest.config.js 2026-02-25T09:52:58.6406540Z 2026-02-25T09:53:19.1139280Z PASS signalr/tests/HubConnection.Reconnect.test.ts (14.976 s) 2026-02-25T09:53:19.4995320Z PASS signalr/tests/HttpConnection.test.ts (15.265 s) 2026-02-25T09:53:19.8777450Z PASS signalr/tests/LongPollingTransport.test.ts 2026-02-25T09:53:20.0305490Z PASS signalr/tests/HubConnectionBuilder.test.ts 2026-02-25T09:53:20.4166810Z PASS signalr/tests/WebSocketTransport.test.ts 2026-02-25T09:53:20.7645110Z PASS signalr/tests/ServerSentEventsTransport.test.ts 2026-02-25T09:53:20.8462190Z PASS signalr-protocol-msgpack/tests/MessagePackHubProtocol.test.ts 2026-02-25T09:53:21.2388190Z PASS signalr/tests/JsonHubProtocol.test.ts 2026-02-25T09:53:21.2424000Z PASS signalr/tests/MessageSize.test.ts 2026-02-25T09:53:21.4820820Z PASS signalr/tests/HttpClient.test.ts 2026-02-25T09:53:21.8743300Z PASS signalr/tests/FetchHttpClient.test.ts 2026-02-25T09:53:22.2207890Z PASS signalr/tests/TextMessageFormat.test.ts 2026-02-25T09:53:22.3586390Z PASS signalr/tests/AbortSignal.test.ts 2026-02-25T09:53:22.4374220Z PASS signalr/tests/UserAgent.test.ts 2026-02-25T09:53:22.5576680Z PASS signalr/tests/OutputSize.test.ts 2026-02-25T09:53:23.6605570Z PASS signalr-protocol-msgpack/tests/BinaryMessageFormatter.test.ts 2026-02-25T09:53:23.9507070Z PASS signalr/tests/HubConnection.test.ts (19.82 s) 2026-02-25T09:53:24.5238410Z 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-25T09:53:24.5580440Z 2026-02-25T09:53:24.5583690Z Test Suites: 17 passed, 17 total 2026-02-25T09:53:24.5585670Z Tests: 363 passed, 363 total 2026-02-25T09:53:24.5590210Z Snapshots: 0 total 2026-02-25T09:53:24.5591210Z Time: 23.082 s 2026-02-25T09:53:24.5592440Z Ran all test suites. 2026-02-25T09:53:24.6328950Z 2026-02-25T09:53:24.6397760Z > @microsoft/dotnet-js-interop@11.0.0-ci test 2026-02-25T09:53:24.6400510Z > jest 2026-02-25T09:53:24.6403070Z 2026-02-25T09:53:30.3370050Z PASS test/findObjectMember.test.ts 2026-02-25T09:53:30.4184780Z PASS test/CallDispatcher.test.ts 2026-02-25T09:53:30.4636820Z 2026-02-25T09:53:30.4680910Z Test Suites: 2 passed, 2 total 2026-02-25T09:53:30.4770830Z Tests: 32 passed, 32 total 2026-02-25T09:53:30.4777580Z Snapshots: 0 total 2026-02-25T09:53:30.4779850Z Time: 4.829 s 2026-02-25T09:53:30.4781840Z Ran all test suites. 2026-02-25T09:53:30.4954330Z 2026-02-25T09:53:30.4957330Z > @microsoft/microsoft.aspnetcore.components.web.js@0.0.1 test 2026-02-25T09:53:30.4959520Z > jest 2026-02-25T09:53:30.4961920Z 2026-02-25T09:53:35.2093860Z PASS test/EditDistance.test.ts 2026-02-25T09:53:36.4352990Z PASS test/DomSync.test.ts 2026-02-25T09:53:36.5038720Z 2026-02-25T09:53:36.5045350Z Test Suites: 2 passed, 2 total 2026-02-25T09:53:36.5049000Z Tests: 34 passed, 34 total 2026-02-25T09:53:36.5058160Z Snapshots: 0 total 2026-02-25T09:53:36.5065520Z Time: 5.019 s 2026-02-25T09:53:36.5074350Z Ran all test suites. 2026-02-25T09:54:20.4732560Z 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-25T09:54:23.8002370Z 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-25T09:54:25.2136750Z 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-25T09:54:25.8774030Z 2026-02-25T09:54:25.8922520Z Running benchmark validation for: 2026-02-25T09:54:25.9165720Z Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks 2026-02-25T09:54:25.9268690Z 2026-02-25T09:54:27.2638120Z 2026-02-25T09:54:27.2750420Z Running benchmark validation for: 2026-02-25T09:54:27.3009780Z Microsoft.AspNetCore.Http.Microbenchmarks 2026-02-25T09:54:27.3250760Z 2026-02-25T09:54:27.7570600Z 2026-02-25T09:54:27.7770090Z Running benchmark validation for: 2026-02-25T09:54:27.8773930Z Microsoft.AspNetCore.Owin.Microbenchmarks 2026-02-25T09:54:27.9055100Z 2026-02-25T09:54:34.5540830Z 2026-02-25T09:54:34.6545340Z Running benchmark validation for: 2026-02-25T09:54:34.7548590Z Microsoft.AspNetCore.WebUtilities.Microbenchmarks 2026-02-25T09:54:34.8121020Z 2026-02-25T09:55:03.1994550Z 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-02-25T09:55:14.0376670Z 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-25T09:55:17.2395110Z 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-25T09:55:18.6294720Z ##[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-02-25T09:55:18.6309880Z /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-02-25T09:55:28.8515660Z 2026-02-25T09:55:28.9516460Z Running benchmark validation for: 2026-02-25T09:55:29.0517800Z Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks 2026-02-25T09:55:29.1520500Z 2026-02-25T09:55:35.1198450Z Running tests: /Users/runner/work/1/s/src/Servers/test/FunctionalTests/bin/Release/net11.0/ServerComparison.FunctionalTests.dll [net11.0|x64] 2026-02-25T09:55:36.9326140Z Identity.DefaultUI.WebSite -> /Users/runner/work/1/s/artifacts/bin/Microsoft.AspNetCore.Identity.FunctionalTests/Release/net11.0/publish/ 2026-02-25T09:55:43.8682280Z ##[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-25T09:55:43.8686770Z 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-25T09:55:44.1163380Z 2026-02-25T09:55:44.1197460Z Running benchmark validation for: 2026-02-25T09:55:44.1293040Z Microsoft.AspNetCore.Security.Microbenchmarks 2026-02-25T09:55:44.1347650Z 2026-02-25T09:55:53.1226180Z 2026-02-25T09:55:53.1534810Z Running benchmark validation for: 2026-02-25T09:55:53.1569370Z Microsoft.AspNetCore.OutputCaching.Microbenchmarks 2026-02-25T09:55:53.1922560Z 2026-02-25T09:55:53.5611160Z 2026-02-25T09:55:53.5872990Z Running benchmark validation for: 2026-02-25T09:55:53.6709750Z Microsoft.AspNetCore.ResponseCaching.Microbenchmarks 2026-02-25T09:55:53.7713270Z 2026-02-25T09:55:53.8555630Z 2026-02-25T09:55:53.9136770Z Running benchmark validation for: 2026-02-25T09:55:53.9502350Z Microsoft.AspNetCore.WebSockets.Microbenchmarks 2026-02-25T09:55:53.9841740Z 2026-02-25T09:55:54.7926830Z 2026-02-25T09:55:54.8606590Z Running benchmark validation for: 2026-02-25T09:55:54.9260630Z Microsoft.AspNetCore.RequestDecompression.Microbenchmarks 2026-02-25T09:55:55.0144300Z 2026-02-25T09:55:56.0606800Z 2026-02-25T09:55:56.1439660Z Running benchmark validation for: 2026-02-25T09:55:56.1911520Z Microsoft.AspNetCore.ResponseCompression.Microbenchmarks 2026-02-25T09:55:56.2211010Z 2026-02-25T09:56:12.5135030Z 2026-02-25T09:56:12.5182280Z Running benchmark validation for: 2026-02-25T09:56:12.5377570Z Microsoft.AspNetCore.SignalR.Microbenchmarks 2026-02-25T09:56:12.5664850Z 2026-02-25T09:56:24.4101640Z Determining projects to restore... 2026-02-25T09:56:24.6508820Z Determining projects to restore... 2026-02-25T09:56:25.3764780Z All projects are up-to-date for restore. 2026-02-25T09:56:25.5124520Z 2026-02-25T09:56:25.5267900Z Running benchmark validation for: 2026-02-25T09:56:25.5584810Z Microsoft.AspNetCore.OpenApi.Microbenchmarks 2026-02-25T09:56:25.5687680Z 2026-02-25T09:56:25.6829350Z All projects are up-to-date for restore. 2026-02-25T09:56:27.4465690Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropClient/InteropClient.dll 2026-02-25T09:56:27.5199910Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropClient/ 2026-02-25T09:56:30.7947650Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropWebsite/InteropWebsite.dll 2026-02-25T09:56:30.8734240Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropWebsite/ 2026-02-25T09:56:56.3088640Z ##[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-25T09:56:56.3093670Z 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-25T11:43:20.3283190Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-25T11:43:31.0559280Z ##[error]The operation was canceled. 2026-02-25T11:43:31.0573070Z ##[section]Finishing: Run Quarantined Tests