2026-02-04T01:25:12.1446990Z ##[section]Starting: Run Quarantined Tests 2026-02-04T01:25:12.1516230Z ============================================================================== 2026-02-04T01:25:12.1516860Z Task : Bash 2026-02-04T01:25:12.1517040Z Description : Run a Bash script on macOS, Linux, or Windows 2026-02-04T01:25:12.1517510Z Version : 3.268.1 2026-02-04T01:25:12.1517660Z Author : Microsoft Corporation 2026-02-04T01:25:12.1519020Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2026-02-04T01:25:12.1519460Z ============================================================================== 2026-02-04T01:25:12.7841050Z Generating script. 2026-02-04T01:25:12.8002310Z Script contents: 2026-02-04T01:25:12.8004300Z ./eng/build.sh --ci --nobl --all --no-build --no-build-java --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true 2026-02-04T01:25:12.8006120Z ========================== Starting Command Output =========================== 2026-02-04T01:25:12.8006900Z [command]/bin/bash /Users/runner/work/_temp/78b34eed-3c08-412a-a954-c0a0aede75d6.sh 2026-02-04T01:25:12.8811900Z 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-04T01:25:12.8813230Z warning: Note that if you are running Source Build, building NodeJS projects will be disabled later on. 2026-02-04T01:25:16.0614930Z Testing NPM packages... 2026-02-04T01:25:16.9490350Z 2026-02-04T01:25:16.9490790Z > @microsoft/aspnetcore@1.0.0 test 2026-02-04T01:25:16.9491160Z > npm run test --workspaces --if-present 2026-02-04T01:25:16.9491520Z 2026-02-04T01:25:17.2474690Z 2026-02-04T01:25:17.2475630Z > @microsoft/client-ts@1.0.0 pretest 2026-02-04T01:25:17.2476070Z > npm run lint-signalr & npm run lint-signalr-msgpack 2026-02-04T01:25:17.2476440Z 2026-02-04T01:25:17.6077790Z 2026-02-04T01:25:17.6082480Z > @microsoft/client-ts@1.0.0 lint-signalr-msgpack 2026-02-04T01:25:17.6085850Z > eslint -c ./signalr-protocol-msgpack/tests/.eslintrc.js --ext .ts ./signalr-protocol-msgpack/tests 2026-02-04T01:25:17.6089970Z 2026-02-04T01:25:17.6145600Z 2026-02-04T01:25:17.6146080Z > @microsoft/client-ts@1.0.0 lint-signalr 2026-02-04T01:25:17.6147650Z > eslint -c ./signalr/tests/.eslintrc.js --ext .ts ./signalr/tests 2026-02-04T01:25:17.6148090Z 2026-02-04T01:25:22.9859460Z 2026-02-04T01:25:23.0045950Z > @microsoft/client-ts@1.0.0 test 2026-02-04T01:25:23.0049290Z > jest --config ./jest.config.js 2026-02-04T01:25:23.0052610Z 2026-02-04T01:25:32.2842720Z PASS signalr/tests/HubConnection.Reconnect.test.ts (7.33 s) 2026-02-04T01:25:32.4666340Z PASS signalr/tests/HttpConnection.test.ts (7.522 s) 2026-02-04T01:25:32.8080430Z PASS signalr/tests/LongPollingTransport.test.ts 2026-02-04T01:25:33.0144330Z PASS signalr/tests/HubConnectionBuilder.test.ts 2026-02-04T01:25:33.2206500Z PASS signalr/tests/WebSocketTransport.test.ts 2026-02-04T01:25:33.5067490Z PASS signalr/tests/ServerSentEventsTransport.test.ts 2026-02-04T01:25:33.6808470Z PASS signalr-protocol-msgpack/tests/MessagePackHubProtocol.test.ts 2026-02-04T01:25:33.6985490Z PASS signalr/tests/JsonHubProtocol.test.ts 2026-02-04T01:25:33.9366440Z PASS signalr/tests/HttpClient.test.ts 2026-02-04T01:25:34.0370320Z PASS signalr/tests/MessageSize.test.ts 2026-02-04T01:25:34.2372630Z PASS signalr/tests/FetchHttpClient.test.ts 2026-02-04T01:25:34.3165110Z PASS signalr/tests/TextMessageFormat.test.ts 2026-02-04T01:25:34.3654960Z PASS signalr/tests/AbortSignal.test.ts 2026-02-04T01:25:34.4241890Z PASS signalr/tests/UserAgent.test.ts 2026-02-04T01:25:34.4801250Z PASS signalr/tests/OutputSize.test.ts 2026-02-04T01:25:35.1550130Z PASS signalr-protocol-msgpack/tests/BinaryMessageFormatter.test.ts 2026-02-04T01:25:36.8202550Z PASS signalr/tests/HubConnection.test.ts (11.876 s) 2026-02-04T01:25:37.3555570Z 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-04T01:25:37.3644730Z 2026-02-04T01:25:37.3667730Z Test Suites: 17 passed, 17 total 2026-02-04T01:25:37.3668170Z Tests: 363 passed, 363 total 2026-02-04T01:25:37.3668670Z Snapshots: 0 total 2026-02-04T01:25:37.3669000Z Time: 13.2 s 2026-02-04T01:25:37.3669950Z Ran all test suites. 2026-02-04T01:25:37.3807820Z 2026-02-04T01:25:37.3808480Z > @microsoft/dotnet-js-interop@11.0.0-ci test 2026-02-04T01:25:37.3808890Z > jest 2026-02-04T01:25:37.3809560Z 2026-02-04T01:25:40.0541590Z PASS test/findObjectMember.test.ts 2026-02-04T01:25:40.1265140Z PASS test/CallDispatcher.test.ts 2026-02-04T01:25:40.1604830Z 2026-02-04T01:25:40.1608670Z Test Suites: 2 passed, 2 total 2026-02-04T01:25:40.1611060Z Tests: 32 passed, 32 total 2026-02-04T01:25:40.1611620Z Snapshots: 0 total 2026-02-04T01:25:40.1612080Z Time: 2.285 s 2026-02-04T01:25:40.1612600Z Ran all test suites. 2026-02-04T01:25:40.2264470Z 2026-02-04T01:25:40.2265290Z > @microsoft/microsoft.aspnetcore.components.web.js@0.0.1 test 2026-02-04T01:25:40.2266360Z > jest 2026-02-04T01:25:40.2266900Z 2026-02-04T01:25:44.8752080Z PASS test/EditDistance.test.ts 2026-02-04T01:25:45.7007640Z PASS test/DomSync.test.ts 2026-02-04T01:25:45.7507160Z 2026-02-04T01:25:45.7564180Z Test Suites: 2 passed, 2 total 2026-02-04T01:25:45.7575760Z Tests: 34 passed, 34 total 2026-02-04T01:25:45.7578630Z Snapshots: 0 total 2026-02-04T01:25:45.7667080Z Time: 4.241 s 2026-02-04T01:25:45.7681990Z Ran all test suites. 2026-02-04T01:26:05.6929630Z 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-04T01:26:08.0505740Z 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-04T01:26:10.7478330Z 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-04T01:26:11.9779780Z 2026-02-04T01:26:11.9968240Z Running benchmark validation for: 2026-02-04T01:26:12.0055830Z Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks 2026-02-04T01:26:12.0122640Z 2026-02-04T01:26:14.6970250Z 2026-02-04T01:26:14.7405790Z Running benchmark validation for: 2026-02-04T01:26:14.8474320Z Microsoft.AspNetCore.Http.Microbenchmarks 2026-02-04T01:26:14.9477570Z 2026-02-04T01:26:15.6335160Z 2026-02-04T01:26:15.6385830Z Running benchmark validation for: 2026-02-04T01:26:15.6445870Z Microsoft.AspNetCore.Owin.Microbenchmarks 2026-02-04T01:26:15.6486800Z 2026-02-04T01:26:21.3512630Z 2026-02-04T01:26:21.3767760Z Running benchmark validation for: 2026-02-04T01:26:21.4001490Z Microsoft.AspNetCore.WebUtilities.Microbenchmarks 2026-02-04T01:26:21.4326280Z 2026-02-04T01:26:47.2609450Z 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-04T01:26:49.3314220Z 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-04T01:26:56.3573570Z 2026-02-04T01:26:56.4407930Z Running benchmark validation for: 2026-02-04T01:26:56.5130320Z Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks 2026-02-04T01:26:56.5569180Z 2026-02-04T01:27:03.3524610Z Running tests: /Users/runner/work/1/s/src/Servers/test/FunctionalTests/bin/Release/net11.0/ServerComparison.FunctionalTests.dll [net11.0|x64] 2026-02-04T01:27:12.0359200Z ##[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-04T01:27:12.0618420Z 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-04T01:27:15.8113690Z 2026-02-04T01:27:15.8985730Z Running benchmark validation for: 2026-02-04T01:27:15.9988120Z Microsoft.AspNetCore.Security.Microbenchmarks 2026-02-04T01:27:16.0988650Z 2026-02-04T01:27:21.0281350Z Identity.DefaultUI.WebSite -> /Users/runner/work/1/s/artifacts/bin/Microsoft.AspNetCore.Identity.FunctionalTests/Release/net11.0/publish/ 2026-02-04T01:27:29.9538110Z 2026-02-04T01:27:29.9743930Z Running benchmark validation for: 2026-02-04T01:27:29.9832770Z Microsoft.AspNetCore.OutputCaching.Microbenchmarks 2026-02-04T01:27:30.0376100Z 2026-02-04T01:27:30.4829560Z 2026-02-04T01:27:30.5533090Z Running benchmark validation for: 2026-02-04T01:27:30.6295270Z Microsoft.AspNetCore.WebSockets.Microbenchmarks 2026-02-04T01:27:30.6730520Z 2026-02-04T01:27:30.7732860Z 2026-02-04T01:27:30.8250210Z Running benchmark validation for: 2026-02-04T01:27:30.9252830Z Microsoft.AspNetCore.ResponseCaching.Microbenchmarks 2026-02-04T01:27:30.9828110Z 2026-02-04T01:27:32.1997980Z 2026-02-04T01:27:32.2906820Z Running benchmark validation for: 2026-02-04T01:27:32.3438530Z Microsoft.AspNetCore.RequestDecompression.Microbenchmarks 2026-02-04T01:27:32.3547840Z 2026-02-04T01:27:33.6240480Z 2026-02-04T01:27:33.6620010Z Running benchmark validation for: 2026-02-04T01:27:33.7781040Z Microsoft.AspNetCore.ResponseCompression.Microbenchmarks 2026-02-04T01:27:33.8784200Z 2026-02-04T01:27:40.7478270Z 2026-02-04T01:27:40.7524610Z Running benchmark validation for: 2026-02-04T01:27:40.7559370Z Microsoft.AspNetCore.SignalR.Microbenchmarks 2026-02-04T01:27:40.7576490Z 2026-02-04T01:27:44.5041660Z Determining projects to restore... 2026-02-04T01:27:44.9214380Z Determining projects to restore... 2026-02-04T01:27:44.9685290Z All projects are up-to-date for restore. 2026-02-04T01:27:45.2801040Z 2026-02-04T01:27:45.3193530Z Running benchmark validation for: 2026-02-04T01:27:45.3973440Z Microsoft.AspNetCore.OpenApi.Microbenchmarks 2026-02-04T01:27:45.4267390Z 2026-02-04T01:27:45.5451870Z All projects are up-to-date for restore. 2026-02-04T01:27:46.2099130Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropClient/InteropClient.dll 2026-02-04T01:27:46.2956820Z InteropClient -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropClient/ 2026-02-04T01:27:46.8201600Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/InteropWebsite/InteropWebsite.dll 2026-02-04T01:27:46.9213220Z InteropWebsite -> /Users/runner/work/1/s/artifacts/bin/InteropTests/Release/net11.0/publish/InteropWebsite/ 2026-02-04T01:28:09.4175990Z ##[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-04T01:28:09.5098790Z 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-04T03:32:31.3851240Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-04T03:32:41.8386300Z ##[error]The operation was canceled. 2026-02-04T03:32:41.8397420Z ##[section]Finishing: Run Quarantined Tests