2026-02-20T20:24:28.0072680Z ##[section]Starting: Run Quarantined Tests 2026-02-20T20:24:28.0376960Z ============================================================================== 2026-02-20T20:24:28.0377410Z Task : Bash 2026-02-20T20:24:28.0377590Z Description : Run a Bash script on macOS, Linux, or Windows 2026-02-20T20:24:28.0379040Z Version : 3.268.1 2026-02-20T20:24:28.0379220Z Author : Microsoft Corporation 2026-02-20T20:24:28.0379480Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2026-02-20T20:24:28.0379760Z ============================================================================== 2026-02-20T20:24:30.0952200Z Generating script. 2026-02-20T20:24:30.1067750Z Script contents: 2026-02-20T20:24:30.1102500Z ./eng/build.sh --ci --nobl --all --no-build --no-build-java --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true 2026-02-20T20:24:30.1107040Z ========================== Starting Command Output =========================== 2026-02-20T20:24:30.1110570Z [command]/bin/bash /Users/runner/work/_temp/b99470bf-0d80-4e64-a7fb-7ff538ade8a0.sh 2026-02-20T20:24:30.3001250Z 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-20T20:24:30.3377580Z warning: Note that if you are running Source Build, building NodeJS projects will be disabled later on. 2026-02-20T20:24:36.7785370Z Testing NPM packages... 2026-02-20T20:24:40.3424970Z 2026-02-20T20:24:40.3610120Z > @microsoft/aspnetcore@1.0.0 test 2026-02-20T20:24:40.3612600Z > npm run test --workspaces --if-present 2026-02-20T20:24:40.3615000Z 2026-02-20T20:24:41.7902600Z 2026-02-20T20:24:41.7904530Z > @microsoft/client-ts@1.0.0 pretest 2026-02-20T20:24:41.7905530Z > npm run lint-signalr & npm run lint-signalr-msgpack 2026-02-20T20:24:41.7906300Z 2026-02-20T20:24:43.4640240Z 2026-02-20T20:24:43.5614890Z > @microsoft/client-ts@1.0.0 lint-signalr 2026-02-20T20:24:43.5856810Z > eslint -c ./signalr/tests/.eslintrc.js --ext .ts ./signalr/tests 2026-02-20T20:24:43.5949840Z 2026-02-20T20:24:43.7278300Z 2026-02-20T20:24:43.8281980Z > @microsoft/client-ts@1.0.0 lint-signalr-msgpack 2026-02-20T20:24:43.9283130Z > eslint -c ./signalr-protocol-msgpack/tests/.eslintrc.js --ext .ts ./signalr-protocol-msgpack/tests 2026-02-20T20:24:43.9568400Z 2026-02-20T20:24:55.2392130Z 2026-02-20T20:24:55.2474630Z > @microsoft/client-ts@1.0.0 test 2026-02-20T20:24:55.2480460Z > jest --config ./jest.config.js 2026-02-20T20:24:55.2487040Z 2026-02-20T20:25:14.9953280Z PASS signalr/tests/HubConnection.Reconnect.test.ts (15.203 s) 2026-02-20T20:25:15.5166580Z PASS signalr/tests/HttpConnection.test.ts (15.73 s) 2026-02-20T20:25:15.9989920Z PASS signalr/tests/HubConnectionBuilder.test.ts 2026-02-20T20:25:16.0312660Z PASS signalr/tests/LongPollingTransport.test.ts 2026-02-20T20:25:16.5050840Z PASS signalr/tests/WebSocketTransport.test.ts 2026-02-20T20:25:17.0058040Z PASS signalr-protocol-msgpack/tests/MessagePackHubProtocol.test.ts 2026-02-20T20:25:17.0076520Z PASS signalr/tests/ServerSentEventsTransport.test.ts 2026-02-20T20:25:17.3907270Z PASS signalr/tests/MessageSize.test.ts 2026-02-20T20:25:17.4706820Z PASS signalr/tests/JsonHubProtocol.test.ts 2026-02-20T20:25:17.5670270Z PASS signalr/tests/HttpClient.test.ts 2026-02-20T20:25:17.8269530Z PASS signalr/tests/FetchHttpClient.test.ts 2026-02-20T20:25:17.9606350Z PASS signalr/tests/TextMessageFormat.test.ts 2026-02-20T20:25:18.0718730Z PASS signalr/tests/AbortSignal.test.ts 2026-02-20T20:25:18.1611120Z PASS signalr/tests/UserAgent.test.ts 2026-02-20T20:25:18.2483430Z PASS signalr/tests/OutputSize.test.ts 2026-02-20T20:25:19.9347410Z PASS signalr/tests/HubConnection.test.ts (20.146 s) 2026-02-20T20:25:19.9774370Z PASS signalr-protocol-msgpack/tests/BinaryMessageFormatter.test.ts 2026-02-20T20:25:20.5527050Z 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-20T20:25:20.5549130Z 2026-02-20T20:25:20.5550500Z Test Suites: 17 passed, 17 total 2026-02-20T20:25:20.5612490Z Tests: 363 passed, 363 total 2026-02-20T20:25:20.5613260Z Snapshots: 0 total 2026-02-20T20:25:20.5615520Z Time: 23.076 s 2026-02-20T20:25:20.5616220Z Ran all test suites. 2026-02-20T20:25:20.6431360Z 2026-02-20T20:25:20.6474750Z > @microsoft/dotnet-js-interop@11.0.0-ci test 2026-02-20T20:25:20.6477060Z > jest 2026-02-20T20:25:20.6480800Z 2026-02-20T20:25:26.0136180Z PASS test/findObjectMember.test.ts 2026-02-20T20:25:26.1395990Z PASS test/CallDispatcher.test.ts 2026-02-20T20:25:26.2067660Z 2026-02-20T20:25:26.2072890Z Test Suites: 2 passed, 2 total 2026-02-20T20:25:26.2075380Z Tests: 32 passed, 32 total 2026-02-20T20:25:26.2079210Z Snapshots: 0 total 2026-02-20T20:25:26.2084040Z Time: 4.555 s 2026-02-20T20:25:26.2089840Z Ran all test suites. 2026-02-20T20:25:26.2094220Z 2026-02-20T20:25:26.2097510Z > @microsoft/microsoft.aspnetcore.components.web.js@0.0.1 test 2026-02-20T20:25:26.2099510Z > jest 2026-02-20T20:25:26.2102160Z 2026-02-20T20:25:30.8703530Z PASS test/EditDistance.test.ts 2026-02-20T20:25:32.2239430Z PASS test/DomSync.test.ts 2026-02-20T20:25:32.2725790Z 2026-02-20T20:25:32.2726480Z Test Suites: 2 passed, 2 total 2026-02-20T20:25:32.2728200Z Tests: 34 passed, 34 total 2026-02-20T20:25:32.2729960Z Snapshots: 0 total 2026-02-20T20:25:32.2732330Z Time: 4.637 s 2026-02-20T20:25:32.2734480Z Ran all test suites. 2026-02-20T20:26:14.6629990Z 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-20T20:26:19.9582520Z 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-20T20:26:22.5472040Z 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-20T20:26:23.1026040Z 2026-02-20T20:26:23.1062870Z Running benchmark validation for: 2026-02-20T20:26:23.1121860Z Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks 2026-02-20T20:26:23.1185550Z 2026-02-20T20:26:25.5978020Z 2026-02-20T20:26:25.6195010Z Running benchmark validation for: 2026-02-20T20:26:25.6306250Z Microsoft.AspNetCore.Http.Microbenchmarks 2026-02-20T20:26:25.6566060Z 2026-02-20T20:26:25.9645930Z 2026-02-20T20:26:25.9907920Z Running benchmark validation for: 2026-02-20T20:26:26.0157180Z Microsoft.AspNetCore.Owin.Microbenchmarks 2026-02-20T20:26:26.0609090Z 2026-02-20T20:26:36.2144180Z 2026-02-20T20:26:36.3163670Z Running benchmark validation for: 2026-02-20T20:26:36.4166880Z Microsoft.AspNetCore.WebUtilities.Microbenchmarks 2026-02-20T20:26:36.5169860Z 2026-02-20T20:27:24.2661130Z 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-20T20:27:39.5085070Z 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-20T20:27:42.6581690Z 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-20T20:27:42.8111670Z ##[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-20T20:27:42.8185800Z /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-20T20:27:56.7451750Z 2026-02-20T20:27:56.7822280Z Running benchmark validation for: 2026-02-20T20:27:56.8247200Z Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks 2026-02-20T20:27:56.8522080Z 2026-02-20T20:28:08.3108200Z Running tests: /Users/runner/work/1/s/src/Servers/test/FunctionalTests/bin/Release/net11.0/ServerComparison.FunctionalTests.dll [net11.0|x64] 2026-02-20T20:28:21.7184010Z 2026-02-20T20:28:21.8187020Z Running benchmark validation for: 2026-02-20T20:28:21.9189840Z Microsoft.AspNetCore.Security.Microbenchmarks 2026-02-20T20:28:22.0193170Z 2026-02-20T20:28:25.7391630Z ##[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-20T20:28:25.8399180Z 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-20T20:28:32.8652300Z Identity.DefaultUI.WebSite -> /Users/runner/work/1/s/artifacts/bin/Microsoft.AspNetCore.Identity.FunctionalTests/Release/net11.0/publish/ 2026-02-20T20:28:39.6276440Z 2026-02-20T20:28:39.7202240Z Running benchmark validation for: 2026-02-20T20:28:39.8209310Z Microsoft.AspNetCore.OutputCaching.Microbenchmarks 2026-02-20T20:28:39.9211470Z 2026-02-20T20:28:41.9886680Z 2026-02-20T20:28:41.9887650Z Running benchmark validation for: 2026-02-20T20:28:41.9889150Z Microsoft.AspNetCore.ResponseCaching.Microbenchmarks 2026-02-20T20:28:41.9890200Z 2026-02-20T20:28:41.9890970Z 2026-02-20T20:28:42.0893830Z Running benchmark validation for: 2026-02-20T20:28:42.1898040Z Microsoft.AspNetCore.WebSockets.Microbenchmarks 2026-02-20T20:28:42.2903220Z 2026-02-20T20:28:43.4810730Z 2026-02-20T20:28:43.5140290Z Running benchmark validation for: 2026-02-20T20:28:43.5192500Z Microsoft.AspNetCore.RequestDecompression.Microbenchmarks 2026-02-20T20:28:43.5291490Z 2026-02-20T20:28:44.7022940Z 2026-02-20T20:28:44.8026300Z Running benchmark validation for: 2026-02-20T20:28:44.9035330Z Microsoft.AspNetCore.ResponseCompression.Microbenchmarks 2026-02-20T20:28:45.0038530Z 2026-02-20T20:29:08.5086210Z 2026-02-20T20:29:08.5744070Z Running benchmark validation for: 2026-02-20T20:29:08.6494630Z Microsoft.AspNetCore.SignalR.Microbenchmarks 2026-02-20T20:29:08.7217430Z 2026-02-20T20:29:26.1983240Z Determining projects to restore... 2026-02-20T20:29:28.9583010Z Determining projects to restore... 2026-02-20T20:29:29.7797250Z All projects are up-to-date for restore. 2026-02-20T20:29:30.1904590Z 2026-02-20T20:29:30.2907500Z Running benchmark validation for: 2026-02-20T20:29:30.3658920Z Microsoft.AspNetCore.OpenApi.Microbenchmarks 2026-02-20T20:29:30.4665500Z 2026-02-20T20:29:31.1684760Z All projects are up-to-date for restore. 2026-02-20T20:29:32.9066480Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropClient/InteropClient.dll 2026-02-20T20:29:32.9652790Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropClient/ 2026-02-20T20:29:35.6209980Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropWebsite/InteropWebsite.dll 2026-02-20T20:29:35.7348810Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropWebsite/ 2026-02-20T20:30:41.3228500Z ##[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-20T20:30:41.3417780Z 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-20T22:11:09.4895330Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-20T22:11:19.9833880Z ##[error]The operation was canceled. 2026-02-20T22:11:19.9923320Z ##[section]Finishing: Run Quarantined Tests