2025-12-19T17:36:02.2453155Z ##[section]Starting: Run E2E tests 2025-12-19T17:36:02.2459177Z ============================================================================== 2025-12-19T17:36:02.2459579Z Task : Command line 2025-12-19T17:36:02.2459732Z Description : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows 2025-12-19T17:36:02.2459972Z Version : 2.250.1 2025-12-19T17:36:02.2460130Z Author : Microsoft Corporation 2025-12-19T17:36:02.2460302Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line 2025-12-19T17:36:02.2460524Z ============================================================================== 2025-12-19T17:36:05.2658797Z Generating script. 2025-12-19T17:36:05.2665935Z ========================== Starting Command Output =========================== 2025-12-19T17:36:05.2678338Z [command]/usr/bin/bash --noprofile --norc /mnt/vss/_work/_temp/156c5025-f84e-4b33-a222-f7475810ca86.sh 2025-12-19T17:36:06.0373563Z Test run for /mnt/vss/_work/1/s/src/Components/test/E2ETest/bin/Release/net10.0/Microsoft.AspNetCore.Components.E2ETests.dll (.NETCoreApp,Version=v10.0) 2025-12-19T17:36:06.1066678Z VSTest version 18.0.1 (x64) 2025-12-19T17:36:06.1115143Z 2025-12-19T17:36:06.2180085Z Starting test execution, please wait... 2025-12-19T17:36:06.3080373Z A total of 1 test files matched the specified pattern. 2025-12-19T17:36:06.9780267Z [xUnit.net 00:00:00.15] Microsoft.AspNetCore.Components.E2ETests: Multiple test collections declared with name 'InteractivityTest': Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.EndpointsServerReconnectionTest, Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.InteractivityTest, Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.NoInteractivityTest 2025-12-19T17:36:07.2366188Z [xUnit.net 00:00:00.41] Microsoft.AspNetCore.Components.E2ETests: Skipping test case with duplicate ID '1956bf0d9b18d0954e9bc785dab4f6067d549837' ('Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerGlobalizationTest.CanSetCultureAndParseCultureSensitiveNumbersAndDates(culture: "en-US")' and 'Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerGlobalizationTest.CanSetCultureAndParseCultureSensitiveNumbersAndDates(culture: "en-US")') 2025-12-19T17:36:07.2367393Z [xUnit.net 00:00:00.41] Microsoft.AspNetCore.Components.E2ETests: Skipping test case with duplicate ID '906c136299e965a57028a89879acdf7b3d567696' ('Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerGlobalizationTest.CanSetCultureAndParseCultureSensitiveNumbersAndDates(culture: "fr-FR")' and 'Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerGlobalizationTest.CanSetCultureAndParseCultureSensitiveNumbersAndDates(culture: "fr-FR")') 2025-12-19T17:36:23.8917535Z [xUnit.net 00:00:17.06] Microsoft.AspNetCore.Components.E2ETest.Tests.MultipleHostedAppTest.CanLoadBlazorAppFromSubPath [FAIL] 2025-12-19T17:36:23.9344210Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.MultipleHostedAppTest.CanLoadBlazorAppFromSubPath [1 ms] 2025-12-19T17:36:23.9345121Z Error Message: 2025-12-19T17:36:23.9346123Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:36:23.9346955Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:36:23.9348846Z Stack Trace: 2025-12-19T17:36:23.9349464Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:36:23.9350063Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:36:23.9350773Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:36:23.9351789Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:36:23.9352345Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:36:23.9352863Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T17:36:23.9353248Z ----- Inner Stack Trace ----- 2025-12-19T17:36:23.9353592Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:36:23.9353999Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:36:23.9354405Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:36:23.9354789Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:36:23.9355174Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:36:23.9355603Z at OpenQA.Selenium.Chromium.ChromiumDriver..ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout) 2025-12-19T17:36:23.9356091Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:36:23.9356608Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:36:34.9402602Z [xUnit.net 00:00:28.11] Microsoft.AspNetCore.Components.E2ETest.Tests.MultipleHostedAppTest.ServesStaticAssetsFromClientAppWebRoot [FAIL] 2025-12-19T17:36:34.9482973Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.MultipleHostedAppTest.ServesStaticAssetsFromClientAppWebRoot [1 ms] 2025-12-19T17:36:34.9483954Z Error Message: 2025-12-19T17:36:34.9484957Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:36:34.9485725Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:36:34.9488218Z Stack Trace: 2025-12-19T17:36:34.9488672Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:36:34.9489179Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:36:34.9494765Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:36:34.9495368Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:36:34.9495924Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:36:34.9496461Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T17:36:34.9496859Z ----- Inner Stack Trace ----- 2025-12-19T17:36:34.9497206Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:36:34.9497630Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:36:34.9498053Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:36:34.9498619Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:36:34.9499008Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:36:34.9499644Z at OpenQA.Selenium.Chromium.ChromiumDriver..ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout) 2025-12-19T17:36:34.9500151Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:36:34.9500571Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:36:45.9617333Z [xUnit.net 00:00:39.13] Microsoft.AspNetCore.Components.E2ETest.Tests.MultipleHostedAppTest.HasTitle [FAIL] 2025-12-19T17:36:45.9731280Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.MultipleHostedAppTest.HasTitle [1 ms] 2025-12-19T17:36:45.9734582Z Error Message: 2025-12-19T17:36:45.9735831Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:36:45.9739153Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:36:45.9740589Z Stack Trace: 2025-12-19T17:36:45.9741015Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:36:45.9741525Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:36:45.9742077Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:36:45.9742647Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:36:45.9743185Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:36:45.9743900Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T17:36:45.9744294Z ----- Inner Stack Trace ----- 2025-12-19T17:36:45.9744646Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:36:45.9745071Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:36:45.9745505Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:36:45.9745924Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:36:45.9746340Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:36:45.9746807Z at OpenQA.Selenium.Chromium.ChromiumDriver..ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout) 2025-12-19T17:36:45.9747315Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:36:45.9747874Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:36:56.9915360Z [xUnit.net 00:00:50.16] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ComponentWithParametersTest.PassingParametersToComponentsFromThePageWorks [FAIL] 2025-12-19T17:36:56.9943389Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ComponentWithParametersTest.PassingParametersToComponentsFromThePageWorks [1 ms] 2025-12-19T17:36:56.9944116Z Error Message: 2025-12-19T17:36:56.9944485Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:36:56.9944972Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:36:56.9945365Z Stack Trace: 2025-12-19T17:36:56.9946038Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:36:56.9946665Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:36:56.9947319Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:36:56.9948027Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:36:56.9948693Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:36:56.9953194Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T17:36:56.9958103Z ----- Inner Stack Trace ----- 2025-12-19T17:36:56.9959470Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:36:56.9961260Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:36:56.9961718Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:36:56.9962140Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:36:56.9962569Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:36:56.9963043Z at OpenQA.Selenium.Chromium.ChromiumDriver..ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout) 2025-12-19T17:36:56.9963801Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:36:56.9964366Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:37:08.0011800Z [xUnit.net 00:01:01.17] Microsoft.AspNetCore.Components.E2ETest.Tests.FileDownloadTest.BlankFileName_SuppressesDownload [FAIL] 2025-12-19T17:37:08.0033475Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.FileDownloadTest.BlankFileName_SuppressesDownload [1 ms] 2025-12-19T17:37:08.0035676Z Error Message: 2025-12-19T17:37:08.0043030Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:37:08.0043606Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:37:08.0044046Z Stack Trace: 2025-12-19T17:37:08.0044499Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:37:08.0045086Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:37:08.0045677Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:37:08.0046563Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:37:08.0047139Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:37:08.0047732Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T17:37:08.0048174Z ----- Inner Stack Trace ----- 2025-12-19T17:37:08.0048587Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:37:08.0049067Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:37:08.0049675Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:37:08.0050060Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:37:08.0050431Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:37:08.0050854Z at OpenQA.Selenium.Chromium.ChromiumDriver..ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout) 2025-12-19T17:37:08.0051318Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:37:08.0051830Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:37:19.0094129Z [xUnit.net 00:01:12.18] Microsoft.AspNetCore.Components.E2ETest.Tests.FileDownloadTest.RapidClicks_CancelsFirstAndStartsSecond [FAIL] 2025-12-19T17:37:19.0108768Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.FileDownloadTest.RapidClicks_CancelsFirstAndStartsSecond [1 ms] 2025-12-19T17:37:19.0111055Z Error Message: 2025-12-19T17:37:19.0113062Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:37:19.0113602Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:37:19.0114248Z Stack Trace: 2025-12-19T17:37:19.0114698Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:37:19.0115260Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:37:19.0115793Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:37:19.0116430Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:37:19.0117119Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:37:19.0117812Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T17:37:19.0118290Z ----- Inner Stack Trace ----- 2025-12-19T17:37:19.0118668Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:37:19.0119108Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:37:19.0119672Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:37:19.0120238Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:37:19.0120631Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:37:19.0121098Z at OpenQA.Selenium.Chromium.ChromiumDriver..ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout) 2025-12-19T17:37:19.0121613Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:37:19.0122184Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:37:30.0377790Z [xUnit.net 00:01:23.21] Microsoft.AspNetCore.Components.E2ETest.Tests.FileDownloadTest.TemplatedFileDownload_Works [FAIL] 2025-12-19T17:37:30.0419490Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.FileDownloadTest.TemplatedFileDownload_Works [1 ms] 2025-12-19T17:37:30.0449886Z Error Message: 2025-12-19T17:37:30.0450364Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:37:30.0450865Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:37:30.0451299Z Stack Trace: 2025-12-19T17:37:30.0451769Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:37:30.0452355Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:37:30.0452912Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:37:30.0453531Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:37:30.0454121Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:37:30.0455041Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T17:37:30.0455472Z ----- Inner Stack Trace ----- 2025-12-19T17:37:30.0455857Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:37:30.0456356Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:37:30.0456919Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:37:30.0530202Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:37:30.0531070Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:37:30.0531665Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:37:41.0387830Z [xUnit.net 00:01:34.21] Microsoft.AspNetCore.Components.E2ETest.Tests.FileDownloadTest.ErrorDownload_SetsErrorState [FAIL] 2025-12-19T17:37:41.0402436Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.FileDownloadTest.ErrorDownload_SetsErrorState [1 ms] 2025-12-19T17:37:41.0403282Z Error Message: 2025-12-19T17:37:41.0405827Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:37:41.0406654Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:37:41.0407055Z Stack Trace: 2025-12-19T17:37:41.0407515Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:37:41.0408060Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:37:41.0408605Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:37:41.0409198Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:37:41.0409891Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:37:41.0410407Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T17:37:41.0410816Z ----- Inner Stack Trace ----- 2025-12-19T17:37:41.0411200Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:37:41.0411640Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:37:41.0412049Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:37:41.0412447Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:37:41.0412916Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:37:41.0413487Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:37:52.0330587Z [xUnit.net 00:01:45.20] Microsoft.AspNetCore.Components.E2ETest.Tests.FileDownloadTest.InitialRender_DoesNotStartDownload [FAIL] 2025-12-19T17:37:52.0418061Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.FileDownloadTest.InitialRender_DoesNotStartDownload [1 ms] 2025-12-19T17:37:52.0418842Z Error Message: 2025-12-19T17:37:52.0419380Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:37:52.0419920Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:37:52.0420320Z Stack Trace: 2025-12-19T17:37:52.0420746Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:37:52.0421286Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:37:52.0421832Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:37:52.0423051Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:37:52.0423932Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:37:52.0424446Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T17:37:52.0424898Z ----- Inner Stack Trace ----- 2025-12-19T17:37:52.0425292Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:37:52.0425748Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:37:52.0426082Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:37:52.0426346Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:37:52.0426637Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:37:52.0427116Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:38:03.0320308Z [xUnit.net 00:01:56.20] Microsoft.AspNetCore.Components.E2ETest.Tests.FileDownloadTest.Click_InitiatesDownload [FAIL] 2025-12-19T17:38:03.0337896Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.FileDownloadTest.Click_InitiatesDownload [1 ms] 2025-12-19T17:38:03.0338552Z Error Message: 2025-12-19T17:38:03.0338894Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:38:03.0339501Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:38:03.0339878Z Stack Trace: 2025-12-19T17:38:03.0340306Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:38:03.0340801Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:38:03.0341354Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:38:03.0341939Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:38:03.0342747Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:38:03.0343272Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T17:38:03.0343664Z ----- Inner Stack Trace ----- 2025-12-19T17:38:03.0344028Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:38:03.0344451Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:38:03.0344854Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:38:03.0345237Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:38:03.0345574Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:38:03.0345926Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:38:14.0251516Z [xUnit.net 00:02:07.19] Microsoft.AspNetCore.Components.E2ETest.Tests.FileDownloadTest.ProvidedHref_IsRemoved_AndInertHrefUsed [FAIL] 2025-12-19T17:38:14.0280408Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.FileDownloadTest.ProvidedHref_IsRemoved_AndInertHrefUsed [1 ms] 2025-12-19T17:38:14.0281365Z Error Message: 2025-12-19T17:38:14.0281795Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:38:14.0282426Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:38:14.0283000Z Stack Trace: 2025-12-19T17:38:14.0283630Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:38:14.0284392Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:38:14.0285070Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:38:14.0286800Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:38:14.0287421Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:38:14.0288007Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T17:38:14.0288429Z ----- Inner Stack Trace ----- 2025-12-19T17:38:14.0288811Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:38:14.0289604Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:38:14.0290068Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:38:14.0290496Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:38:14.0290972Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:38:14.0291546Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:38:25.0202449Z [xUnit.net 00:02:18.19] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormEnctypeSetsContentTypeHeader [FAIL] 2025-12-19T17:38:25.0217250Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormEnctypeSetsContentTypeHeader [1 ms] 2025-12-19T17:38:25.0218083Z Error Message: 2025-12-19T17:38:25.0218848Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:38:25.0219768Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:38:25.0220328Z Stack Trace: 2025-12-19T17:38:25.0220772Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:38:25.0221299Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:38:25.0221835Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:38:25.0222459Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:38:25.0223247Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:38:25.0223900Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:38:25.0224424Z ----- Inner Stack Trace ----- 2025-12-19T17:38:25.0224786Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:38:25.0225203Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:38:25.0225588Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:38:25.0225973Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:38:25.0226421Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:38:25.0226992Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:38:36.0148930Z [xUnit.net 00:02:29.18] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanModifyTheHttpResponseDuringEventHandling [FAIL] 2025-12-19T17:38:36.0165460Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanModifyTheHttpResponseDuringEventHandling [1 ms] 2025-12-19T17:38:36.0165937Z Error Message: 2025-12-19T17:38:36.0166311Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:38:36.0166816Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:38:36.0167221Z Stack Trace: 2025-12-19T17:38:36.0167641Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:38:36.0168384Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:38:36.0168912Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:38:36.0169858Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:38:36.0170409Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:38:36.0171067Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:38:36.0171591Z ----- Inner Stack Trace ----- 2025-12-19T17:38:36.0171941Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:38:36.0172370Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:38:36.0172768Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:38:36.0173196Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:38:36.0173625Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:38:36.0174316Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:38:47.0076240Z [xUnit.net 00:02:40.18] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: True) [FAIL] 2025-12-19T17:38:47.0077328Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: True) [1 ms] 2025-12-19T17:38:47.0077991Z Error Message: 2025-12-19T17:38:47.0078368Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:38:47.0079045Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:38:47.0079971Z Stack Trace: 2025-12-19T17:38:47.0080394Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:38:47.0080922Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:38:47.0081488Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:38:47.0082112Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:38:47.0082660Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:38:47.0083316Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:38:47.0084034Z ----- Inner Stack Trace ----- 2025-12-19T17:38:47.0084383Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:38:47.0084797Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:38:47.0085184Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:38:47.0085567Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:38:47.0085997Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:38:47.0086506Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:38:58.0028696Z [xUnit.net 00:02:51.17] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: True) [FAIL] 2025-12-19T17:38:58.0048743Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: True) [1 ms] 2025-12-19T17:38:58.0049788Z Error Message: 2025-12-19T17:38:58.0050157Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:38:58.0050687Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:38:58.0051109Z Stack Trace: 2025-12-19T17:38:58.0051596Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:38:58.0052159Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:38:58.0052755Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:38:58.0053409Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:38:58.0054042Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:38:58.0054785Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:38:58.0055362Z ----- Inner Stack Trace ----- 2025-12-19T17:38:58.0055721Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:38:58.0056194Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:38:58.0056623Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:38:58.0057057Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:38:58.0057535Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:38:58.0058108Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:39:08.9987909Z [xUnit.net 00:03:02.17] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: False) [FAIL] 2025-12-19T17:39:09.0003448Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: False) [1 ms] 2025-12-19T17:39:09.0005511Z Error Message: 2025-12-19T17:39:09.0006458Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:39:09.0006968Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:39:09.0007368Z Stack Trace: 2025-12-19T17:39:09.0011009Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:39:09.0011952Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:39:09.0012521Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:39:09.0013291Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:39:09.0013836Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:39:09.0014526Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:39:09.0015040Z ----- Inner Stack Trace ----- 2025-12-19T17:39:09.0015389Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:39:09.0015800Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:39:09.0016197Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:39:09.0016577Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:39:09.0017002Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:39:09.0017517Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:39:20.0016313Z [xUnit.net 00:03:13.17] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: False) [FAIL] 2025-12-19T17:39:20.0060313Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: False) [1 ms] 2025-12-19T17:39:20.0064107Z Error Message: 2025-12-19T17:39:20.0066394Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:39:20.0068579Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:39:20.0069377Z Stack Trace: 2025-12-19T17:39:20.0070796Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:39:20.0071629Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:39:20.0072527Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:39:20.0073530Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:39:20.0074562Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:39:20.0076154Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:39:20.0077166Z ----- Inner Stack Trace ----- 2025-12-19T17:39:20.0078772Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:39:20.0079868Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:39:20.0081547Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:39:20.0082484Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:39:20.0084895Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:39:20.0086444Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:39:30.9928731Z [xUnit.net 00:03:24.16] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormWithNullableDateTime(value: "01/01/2000") [FAIL] 2025-12-19T17:39:30.9957906Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormWithNullableDateTime(value: "01/01/2000") [1 ms] 2025-12-19T17:39:30.9958729Z Error Message: 2025-12-19T17:39:30.9960977Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:39:30.9961601Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:39:30.9962057Z Stack Trace: 2025-12-19T17:39:30.9962562Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:39:30.9963063Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:39:30.9963577Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:39:30.9964164Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:39:30.9965044Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:39:30.9965713Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:39:30.9966226Z ----- Inner Stack Trace ----- 2025-12-19T17:39:30.9966567Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:39:30.9966978Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:39:30.9967352Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:39:30.9967717Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:39:30.9968141Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:39:30.9968641Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:39:41.9855928Z [xUnit.net 00:03:35.15] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormWithNullableDateTime(value: "") [FAIL] 2025-12-19T17:39:41.9864004Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormWithNullableDateTime(value: "") [1 ms] 2025-12-19T17:39:41.9864679Z Error Message: 2025-12-19T17:39:41.9865036Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:39:41.9865500Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:39:41.9866097Z Stack Trace: 2025-12-19T17:39:41.9866809Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:39:41.9867326Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:39:41.9867872Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:39:41.9868450Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:39:41.9869010Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:39:41.9869881Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:39:41.9870519Z ----- Inner Stack Trace ----- 2025-12-19T17:39:41.9870932Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:39:41.9871368Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:39:41.9871755Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:39:41.9872137Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:39:41.9872561Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:39:41.9873236Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:39:52.9857261Z [xUnit.net 00:03:46.15] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormWithNullableDateTime(value: null) [FAIL] 2025-12-19T17:39:52.9865587Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormWithNullableDateTime(value: null) [1 ms] 2025-12-19T17:39:52.9866404Z Error Message: 2025-12-19T17:39:52.9869449Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:39:52.9869990Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:39:52.9870380Z Stack Trace: 2025-12-19T17:39:52.9870789Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:39:52.9871302Z at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) 2025-12-19T17:39:52.9871843Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.GetOrCreateBrowser(ITestOutputHelper output, String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 126 2025-12-19T17:39:52.9872673Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:39:52.9873262Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:39:52.9873966Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:39:52.9874553Z ----- Inner Stack Trace ----- 2025-12-19T17:39:52.9874942Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:39:52.9885032Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:39:52.9885456Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:39:52.9885846Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:39:52.9886285Z at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) 2025-12-19T17:39:52.9886862Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 210 2025-12-19T17:40:03.9932064Z [xUnit.net 00:03:57.16] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Asynchronous(suppressEnhancedNavigation: False, enableStreaming: False) [FAIL] 2025-12-19T17:40:03.9943918Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Asynchronous(suppressEnhancedNavigation: False, enableStreaming: False) [1 ms] 2025-12-19T17:40:03.9944922Z Error Message: 2025-12-19T17:40:03.9946348Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:40:03.9947215Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:40:03.9964838Z Stack Trace: 2025-12-19T17:40:03.9965959Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:40:03.9966728Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:40:03.9967420Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:40:03.9968413Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:40:03.9969788Z ----- Inner Stack Trace ----- 2025-12-19T17:40:03.9970357Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:40:03.9971012Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:40:03.9971674Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:40:03.9972340Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:40:03.9972835Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:40:14.9799915Z [xUnit.net 00:04:08.15] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Asynchronous(suppressEnhancedNavigation: True, enableStreaming: False) [FAIL] 2025-12-19T17:40:14.9811298Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Asynchronous(suppressEnhancedNavigation: True, enableStreaming: False) [1 ms] 2025-12-19T17:40:14.9822656Z Error Message: 2025-12-19T17:40:14.9823056Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:40:14.9823643Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:40:14.9824075Z Stack Trace: 2025-12-19T17:40:14.9824534Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:40:14.9825135Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:40:14.9825739Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:40:14.9826453Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:40:14.9827029Z ----- Inner Stack Trace ----- 2025-12-19T17:40:14.9827441Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:40:14.9827913Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:40:14.9828346Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:40:14.9828982Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:40:14.9829772Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:40:25.9647619Z [xUnit.net 00:04:19.13] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Asynchronous(suppressEnhancedNavigation: True, enableStreaming: True) [FAIL] 2025-12-19T17:40:25.9660980Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Asynchronous(suppressEnhancedNavigation: True, enableStreaming: True) [1 ms] 2025-12-19T17:40:25.9661495Z Error Message: 2025-12-19T17:40:25.9662005Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:40:25.9662583Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:40:25.9662968Z Stack Trace: 2025-12-19T17:40:25.9663400Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:40:25.9663957Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:40:25.9664712Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:40:25.9665442Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:40:25.9665983Z ----- Inner Stack Trace ----- 2025-12-19T17:40:25.9666346Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:40:25.9666780Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:40:25.9667166Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:40:25.9667553Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:40:25.9668045Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:40:37.3352195Z [xUnit.net 00:04:30.50] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Asynchronous(suppressEnhancedNavigation: False, enableStreaming: True) [FAIL] 2025-12-19T17:40:37.3362877Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Asynchronous(suppressEnhancedNavigation: False, enableStreaming: True) [1 ms] 2025-12-19T17:40:37.3363747Z Error Message: 2025-12-19T17:40:37.3365689Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:40:37.3367989Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:40:37.3368392Z Stack Trace: 2025-12-19T17:40:37.3368838Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:40:37.3369882Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:40:37.3370485Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:40:37.3371172Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:40:37.3371733Z ----- Inner Stack Trace ----- 2025-12-19T17:40:37.3372111Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:40:37.3372568Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:40:37.3372995Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:40:37.3373427Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:40:37.3373939Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:40:48.3246153Z [xUnit.net 00:04:41.49] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseAntiforgeryTokenWithServerInteractivity [FAIL] 2025-12-19T17:40:48.3257865Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseAntiforgeryTokenWithServerInteractivity [1 ms] 2025-12-19T17:40:48.3258859Z Error Message: 2025-12-19T17:40:48.3261765Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:40:48.3262308Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:40:48.3262711Z Stack Trace: 2025-12-19T17:40:48.3263174Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:40:48.3263770Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:40:48.3264383Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:40:48.3265080Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:40:48.3265650Z ----- Inner Stack Trace ----- 2025-12-19T17:40:48.3266055Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:40:48.3266518Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:40:48.3266932Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:40:48.3267339Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:40:48.3267883Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:40:59.3238892Z [xUnit.net 00:04:52.49] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindToFormWithFiles [FAIL] 2025-12-19T17:40:59.3297066Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindToFormWithFiles [1 ms] 2025-12-19T17:40:59.3298025Z Error Message: 2025-12-19T17:40:59.3298770Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:40:59.3300192Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:40:59.3303479Z Stack Trace: 2025-12-19T17:40:59.3303969Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:40:59.3304544Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:40:59.3305112Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:40:59.3305801Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:40:59.3306330Z ----- Inner Stack Trace ----- 2025-12-19T17:40:59.3306683Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:40:59.3312472Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:40:59.3314313Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:40:59.3314697Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:40:59.3315188Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:41:10.3137564Z [xUnit.net 00:05:03.48] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindFormValueFromNamedFormWithBody(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:41:10.3148768Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindFormValueFromNamedFormWithBody(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:41:10.3150989Z Error Message: 2025-12-19T17:41:10.3152906Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:41:10.3153789Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:41:10.3154372Z Stack Trace: 2025-12-19T17:41:10.3154955Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:41:10.3155802Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:41:10.3161165Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:41:10.3161867Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:41:10.3166261Z ----- Inner Stack Trace ----- 2025-12-19T17:41:10.3166620Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:41:10.3167039Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:41:10.3167801Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:41:10.3168213Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:41:10.3168726Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:41:21.3008604Z [xUnit.net 00:05:14.47] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindFormValueFromNamedFormWithBody(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:41:21.3020816Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindFormValueFromNamedFormWithBody(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:41:21.3021972Z Error Message: 2025-12-19T17:41:21.3022757Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:41:21.3023245Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:41:21.3024079Z Stack Trace: 2025-12-19T17:41:21.3024720Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:41:21.3025289Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:41:21.3025851Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:41:21.3026532Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:41:21.3027049Z ----- Inner Stack Trace ----- 2025-12-19T17:41:21.3027410Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:41:21.3027831Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:41:21.3028236Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:41:21.3028624Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:41:32.2929433Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:41:32.2930159Z [xUnit.net 00:05:25.46] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToFormDefinedInNonPageComponent(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:41:32.2942227Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToFormDefinedInNonPageComponent(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:41:32.2943104Z Error Message: 2025-12-19T17:41:32.2946557Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:41:32.2947075Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:41:32.2947696Z Stack Trace: 2025-12-19T17:41:32.2948122Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:41:32.2948708Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:41:32.2949662Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:41:32.2950308Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:41:32.2950851Z ----- Inner Stack Trace ----- 2025-12-19T17:41:32.2951250Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:41:32.2951732Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:41:32.2952127Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:41:32.2952488Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:41:32.2952967Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:41:43.3001661Z [xUnit.net 00:05:36.47] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToFormDefinedInNonPageComponent(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:41:43.3019489Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToFormDefinedInNonPageComponent(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:41:43.3021316Z Error Message: 2025-12-19T17:41:43.3022050Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:41:43.3024566Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:41:43.3024980Z Stack Trace: 2025-12-19T17:41:43.3025455Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:41:43.3026029Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:41:43.3026596Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:41:43.3027257Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:41:43.3027784Z ----- Inner Stack Trace ----- 2025-12-19T17:41:43.3028153Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:41:43.3028592Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:41:43.3028993Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:41:43.3029558Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:41:43.3030271Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:41:54.3104707Z [xUnit.net 00:05:47.48] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.SubmitButtonFormactionAttributeOverridesEnhancedFormAction [FAIL] 2025-12-19T17:41:54.3122263Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.SubmitButtonFormactionAttributeOverridesEnhancedFormAction [1 ms] 2025-12-19T17:41:54.3123497Z Error Message: 2025-12-19T17:41:54.3124235Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:41:54.3126097Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:41:54.3130186Z Stack Trace: 2025-12-19T17:41:54.3131022Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:41:54.3132834Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:41:54.3133875Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:41:54.3145620Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 36 2025-12-19T17:41:54.3146465Z ----- Inner Stack Trace ----- 2025-12-19T17:41:54.3148474Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:41:54.3149090Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:41:54.3150133Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:41:54.3151073Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:41:54.3155800Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:42:05.3111330Z [xUnit.net 00:05:58.48] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.SubmitButtonFormenctypeAttributeOverridesEnhancedFormEnctype [FAIL] 2025-12-19T17:42:05.3124845Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.SubmitButtonFormenctypeAttributeOverridesEnhancedFormEnctype [1 ms] 2025-12-19T17:42:05.3125689Z Error Message: 2025-12-19T17:42:05.3130823Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:42:05.3131418Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:42:05.3131820Z Stack Trace: 2025-12-19T17:42:05.3132229Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:42:05.3132824Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:42:05.3133587Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:42:05.3134238Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:42:05.3134756Z ----- Inner Stack Trace ----- 2025-12-19T17:42:05.3135102Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:42:05.3135517Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:42:05.3135894Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:42:05.3136271Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:42:05.3136756Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:42:16.7794265Z [xUnit.net 00:06:09.95] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.MultipleParametersMultipleFormsDoNotConflict(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:42:16.7801628Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.MultipleParametersMultipleFormsDoNotConflict(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:42:16.7802334Z Error Message: 2025-12-19T17:42:16.7802682Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:42:16.7803161Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:42:16.7803540Z Stack Trace: 2025-12-19T17:42:16.7803944Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:42:16.7804484Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:42:16.7805023Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:42:16.7805673Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:42:16.7806033Z ----- Inner Stack Trace ----- 2025-12-19T17:42:16.7806348Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:42:16.7806786Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:42:16.7807165Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:42:16.7807519Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:42:16.7807985Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:42:27.7715668Z [xUnit.net 00:06:20.94] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.MultipleParametersMultipleFormsDoNotConflict(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:42:27.7725597Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.MultipleParametersMultipleFormsDoNotConflict(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:42:27.7726105Z Error Message: 2025-12-19T17:42:27.7726485Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:42:27.7726956Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:42:27.7727336Z Stack Trace: 2025-12-19T17:42:27.7727759Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:42:27.7728146Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:42:27.7728659Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:42:27.7729434Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:42:27.7729956Z ----- Inner Stack Trace ----- 2025-12-19T17:42:27.7730316Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:42:27.7730928Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:42:27.7731197Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:42:27.7731467Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:42:27.7731875Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:42:38.7622668Z [xUnit.net 00:06:31.93] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseAntiforgeryTokenInWasm [FAIL] 2025-12-19T17:42:38.7633844Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUseAntiforgeryTokenInWasm [1 ms] 2025-12-19T17:42:38.7634570Z Error Message: 2025-12-19T17:42:38.7635105Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:42:38.7636992Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:42:38.7638235Z Stack Trace: 2025-12-19T17:42:38.7638708Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:42:38.7639768Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:42:38.7640330Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:42:38.7640966Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:42:38.7641481Z ----- Inner Stack Trace ----- 2025-12-19T17:42:38.7642023Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:42:38.7642429Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:42:38.7642806Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:42:38.7643184Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:42:38.7643651Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:42:49.7520534Z [xUnit.net 00:06:42.92] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: False, enableStreaming: False) [FAIL] 2025-12-19T17:42:49.7530394Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: False, enableStreaming: False) [1 ms] 2025-12-19T17:42:49.7530924Z Error Message: 2025-12-19T17:42:49.7531276Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:42:49.7531745Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:42:49.7532114Z Stack Trace: 2025-12-19T17:42:49.7532736Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:42:49.7533290Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:42:49.7533829Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:42:49.7534509Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:42:49.7535338Z ----- Inner Stack Trace ----- 2025-12-19T17:42:49.7535694Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:42:49.7536112Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:42:49.7536493Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:42:49.7537306Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:42:49.7537791Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:43:00.7421900Z [xUnit.net 00:06:53.91] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: False, enableStreaming: True) [FAIL] 2025-12-19T17:43:00.7436720Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: False, enableStreaming: True) [1 ms] 2025-12-19T17:43:00.7437567Z Error Message: 2025-12-19T17:43:00.7437954Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:43:00.7438449Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:43:00.7439059Z Stack Trace: 2025-12-19T17:43:00.7439645Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:43:00.7440205Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:43:00.7440724Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:43:00.7441351Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:43:00.7441883Z ----- Inner Stack Trace ----- 2025-12-19T17:43:00.7442230Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:43:00.7450330Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:43:00.7450733Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:43:00.7451120Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:43:00.7451622Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:43:11.7334424Z [xUnit.net 00:07:04.90] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: True, enableStreaming: True) [FAIL] 2025-12-19T17:43:11.7342291Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: True, enableStreaming: True) [1 ms] 2025-12-19T17:43:11.7342719Z Error Message: 2025-12-19T17:43:11.7342958Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:43:11.7343274Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:43:11.7343542Z Stack Trace: 2025-12-19T17:43:11.7343839Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:43:11.7344208Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:43:11.7344572Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:43:11.7345273Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:43:11.7345748Z ----- Inner Stack Trace ----- 2025-12-19T17:43:11.7345986Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:43:11.7346375Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:43:11.7346646Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:43:11.7347103Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:43:11.7347436Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:43:22.7176834Z [xUnit.net 00:07:15.89] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: True, enableStreaming: False) [FAIL] 2025-12-19T17:43:22.7192034Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: True, enableStreaming: False) [1 ms] 2025-12-19T17:43:22.7195330Z Error Message: 2025-12-19T17:43:22.7195723Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:43:22.7196209Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:43:22.7196591Z Stack Trace: 2025-12-19T17:43:22.7197015Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:43:22.7197550Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:43:22.7198103Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:43:22.7198548Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:43:22.7198897Z ----- Inner Stack Trace ----- 2025-12-19T17:43:22.7199134Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:43:22.7199664Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:43:22.7200036Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:43:22.7200439Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:43:22.7200833Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:43:33.7083319Z [xUnit.net 00:07:26.88] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToNamedForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:43:33.7093951Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToNamedForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:43:33.7094535Z Error Message: 2025-12-19T17:43:33.7095205Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:43:33.7095708Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:43:33.7096107Z Stack Trace: 2025-12-19T17:43:33.7096520Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:43:33.7097315Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:43:33.7097867Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:43:33.7098528Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:43:33.7099078Z ----- Inner Stack Trace ----- 2025-12-19T17:43:33.7099599Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:43:33.7100018Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:43:33.7100407Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:43:33.7100792Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:43:33.7101272Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:43:44.6990986Z [xUnit.net 00:07:37.87] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToNamedForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:43:44.7004683Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToNamedForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:43:44.7005514Z Error Message: 2025-12-19T17:43:44.7007386Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:43:44.7007955Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:43:44.7008390Z Stack Trace: 2025-12-19T17:43:44.7008840Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:43:44.7009669Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:43:44.7010315Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:43:44.7011100Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:43:44.7011694Z ----- Inner Stack Trace ----- 2025-12-19T17:43:44.7012090Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:43:44.7012551Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:43:44.7012999Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:43:44.7013444Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:43:44.7014028Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:43:55.9364920Z [xUnit.net 00:07:49.11] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToTheDefaultFormWithReExecutionMiddleware(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:43:55.9371234Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToTheDefaultFormWithReExecutionMiddleware(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:43:55.9371704Z Error Message: 2025-12-19T17:43:55.9372032Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:43:55.9372394Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:43:55.9372749Z Stack Trace: 2025-12-19T17:43:55.9373198Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:43:55.9373726Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:43:55.9374197Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:43:55.9374658Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:43:55.9375159Z ----- Inner Stack Trace ----- 2025-12-19T17:43:55.9375398Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:43:55.9375755Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:43:55.9376159Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:43:55.9376551Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:43:55.9377006Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:44:06.9453574Z [xUnit.net 00:08:00.11] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToTheDefaultFormWithReExecutionMiddleware(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:44:06.9468080Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToTheDefaultFormWithReExecutionMiddleware(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:44:06.9468857Z Error Message: 2025-12-19T17:44:06.9469390Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:44:06.9469877Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:44:06.9470237Z Stack Trace: 2025-12-19T17:44:06.9470650Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:44:06.9471216Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:44:06.9471743Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:44:06.9472392Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:44:06.9473142Z ----- Inner Stack Trace ----- 2025-12-19T17:44:06.9473501Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:44:06.9473920Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:44:06.9474311Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:44:06.9474693Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:44:17.9426693Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:44:17.9427467Z [xUnit.net 00:08:11.11] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToNamedFormInMappingScope(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:44:17.9434098Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToNamedFormInMappingScope(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:44:17.9434613Z Error Message: 2025-12-19T17:44:17.9434989Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:44:17.9435462Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:44:17.9435957Z Stack Trace: 2025-12-19T17:44:17.9436309Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:44:17.9436919Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:44:17.9437393Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:44:17.9437944Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:44:17.9438302Z ----- Inner Stack Trace ----- 2025-12-19T17:44:17.9438547Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:44:17.9438832Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:44:17.9439155Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:44:17.9439740Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:44:17.9440274Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:44:29.1820888Z [xUnit.net 00:08:22.35] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToNamedFormInMappingScope(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:44:29.1833100Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToNamedFormInMappingScope(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:44:29.1833540Z Error Message: 2025-12-19T17:44:29.1833778Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:44:29.1834455Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:44:29.1834842Z Stack Trace: 2025-12-19T17:44:29.1835287Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:44:29.1835850Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:44:29.1836385Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:44:29.1836987Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:44:29.1837360Z ----- Inner Stack Trace ----- 2025-12-19T17:44:29.1837595Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:44:29.1837878Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:44:29.1838203Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:44:29.1838538Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:44:29.1839379Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:44:40.1723814Z [xUnit.net 00:08:33.34] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToTheDefaultForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:44:40.1731384Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToTheDefaultForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:44:40.1732142Z Error Message: 2025-12-19T17:44:40.1732522Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:44:40.1733039Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:44:40.1733477Z Stack Trace: 2025-12-19T17:44:40.1733914Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:44:40.1734531Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:44:40.1735135Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:44:40.1735876Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:44:40.1736505Z ----- Inner Stack Trace ----- 2025-12-19T17:44:40.1736923Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:44:40.1737411Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:44:40.1737839Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:44:40.1738438Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:44:40.1738952Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:44:51.1669693Z [xUnit.net 00:08:44.34] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToTheDefaultForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:44:51.1686816Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToTheDefaultForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:44:51.1687710Z Error Message: 2025-12-19T17:44:51.1697253Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:44:51.1698729Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:44:51.1699150Z Stack Trace: 2025-12-19T17:44:51.1700307Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:44:51.1700875Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:44:51.1701666Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:44:51.1702315Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:44:51.1702835Z ----- Inner Stack Trace ----- 2025-12-19T17:44:51.1703184Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:44:51.1703606Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:44:51.1703989Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:44:51.1704372Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:44:51.1704889Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:45:02.3638799Z [xUnit.net 00:08:55.53] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: True) [FAIL] 2025-12-19T17:45:02.3651227Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: True) [1 ms] 2025-12-19T17:45:02.3653404Z Error Message: 2025-12-19T17:45:02.3653838Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:45:02.3654428Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:45:02.3654859Z Stack Trace: 2025-12-19T17:45:02.3655340Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:45:02.3656285Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:45:02.3656881Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:45:02.3657589Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:45:02.3658150Z ----- Inner Stack Trace ----- 2025-12-19T17:45:02.3658559Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:45:02.3659018Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:45:02.3659665Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:45:02.3660077Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:45:02.3660593Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:45:13.7788090Z [xUnit.net 00:09:06.95] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: False) [FAIL] 2025-12-19T17:45:13.7801628Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: False) [1 ms] 2025-12-19T17:45:13.7802142Z Error Message: 2025-12-19T17:45:13.7802490Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:45:13.7802924Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:45:13.7803180Z Stack Trace: 2025-12-19T17:45:13.7803573Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:45:13.7804160Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:45:13.7804615Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:45:13.7805153Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:45:13.7805506Z ----- Inner Stack Trace ----- 2025-12-19T17:45:13.7805745Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:45:13.7806059Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:45:13.7806323Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:45:13.7806759Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:45:13.7807229Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:45:24.7700297Z [xUnit.net 00:09:17.94] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: True) [FAIL] 2025-12-19T17:45:24.7707177Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: True) [1 ms] 2025-12-19T17:45:24.7707709Z Error Message: 2025-12-19T17:45:24.7708069Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:45:24.7708557Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:45:24.7708990Z Stack Trace: 2025-12-19T17:45:24.7709658Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:45:24.7710215Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:45:24.7710758Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:45:24.7711587Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:45:24.7712274Z ----- Inner Stack Trace ----- 2025-12-19T17:45:24.7712636Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:45:24.7713061Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:45:24.7713434Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:45:24.7713806Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:45:24.7714273Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:45:35.9170321Z [xUnit.net 00:09:29.09] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: False) [FAIL] 2025-12-19T17:45:35.9179565Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: False) [1 ms] 2025-12-19T17:45:35.9180160Z Error Message: 2025-12-19T17:45:35.9180506Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:45:35.9180977Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:45:35.9181353Z Stack Trace: 2025-12-19T17:45:35.9182033Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:45:35.9182587Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:45:35.9183345Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:45:35.9183977Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:45:35.9184494Z ----- Inner Stack Trace ----- 2025-12-19T17:45:35.9184832Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:45:35.9185256Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:45:35.9185623Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:45:35.9186006Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:45:35.9186496Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:45:46.9062622Z [xUnit.net 00:09:40.08] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanRenderAmbiguousForms [FAIL] 2025-12-19T17:45:46.9141801Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanRenderAmbiguousForms [1 ms] 2025-12-19T17:45:46.9142910Z Error Message: 2025-12-19T17:45:46.9143702Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:45:46.9144386Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:45:46.9153310Z Stack Trace: 2025-12-19T17:45:46.9153787Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:45:46.9154348Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:45:46.9154904Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:45:46.9155563Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:45:46.9156092Z ----- Inner Stack Trace ----- 2025-12-19T17:45:46.9156440Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:45:46.9156860Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:45:46.9157245Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:45:46.9157622Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:45:46.9158117Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:45:57.9067524Z [xUnit.net 00:09:51.08] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.DataContractAttributesWorkForForms(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:45:57.9071702Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.DataContractAttributesWorkForForms(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:45:57.9072558Z Error Message: 2025-12-19T17:45:57.9073036Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:45:57.9073581Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:45:57.9073921Z Stack Trace: 2025-12-19T17:45:57.9074665Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:45:57.9075249Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:45:57.9075802Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:45:57.9076459Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:45:57.9077096Z ----- Inner Stack Trace ----- 2025-12-19T17:45:57.9077543Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:45:57.9078051Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:45:57.9078732Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:45:57.9079103Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:45:57.9079945Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:46:08.8962407Z [xUnit.net 00:10:02.07] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.DataContractAttributesWorkForForms(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:46:08.8968942Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.DataContractAttributesWorkForForms(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:46:08.8969595Z Error Message: 2025-12-19T17:46:08.8969898Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:46:08.8970298Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:46:08.8970697Z Stack Trace: 2025-12-19T17:46:08.8971120Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:46:08.8971657Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:46:08.8972183Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:46:08.8972807Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:46:08.8973327Z ----- Inner Stack Trace ----- 2025-12-19T17:46:08.8973674Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:46:08.8974294Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:46:08.8974689Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:46:08.8975079Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:46:08.8975567Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:46:19.8830222Z [xUnit.net 00:10:13.05] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindMultipleParametersToTheDefaultForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:46:19.8836328Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindMultipleParametersToTheDefaultForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:46:19.8836980Z Error Message: 2025-12-19T17:46:19.8837406Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:46:19.8838003Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:46:19.8838390Z Stack Trace: 2025-12-19T17:46:19.8838829Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:46:19.8839836Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:46:19.8840370Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:46:19.8841024Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:46:19.8841489Z ----- Inner Stack Trace ----- 2025-12-19T17:46:19.8841806Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:46:19.8842132Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:46:19.8842505Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:46:19.8842865Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:46:19.8843350Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:46:30.8745880Z [xUnit.net 00:10:24.04] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindMultipleParametersToTheDefaultForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:46:30.8752848Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindMultipleParametersToTheDefaultForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:46:30.8753325Z Error Message: 2025-12-19T17:46:30.8753675Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:46:30.8754148Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:46:30.8754729Z Stack Trace: 2025-12-19T17:46:30.8755136Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:46:30.8755681Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:46:30.8756259Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:46:30.8756869Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:46:30.8757224Z ----- Inner Stack Trace ----- 2025-12-19T17:46:30.8757562Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:46:30.8757966Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:46:30.8758347Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:46:30.8758712Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:46:30.8759189Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:46:41.8647810Z [xUnit.net 00:10:35.03] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: True) [FAIL] 2025-12-19T17:46:41.8653680Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: True) [1 ms] 2025-12-19T17:46:41.8654202Z Error Message: 2025-12-19T17:46:41.8654545Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:46:41.8655038Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:46:41.8655432Z Stack Trace: 2025-12-19T17:46:41.8655843Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:46:41.8656391Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:46:41.8656930Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:46:41.8657574Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:46:41.8658075Z ----- Inner Stack Trace ----- 2025-12-19T17:46:41.8658416Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:46:41.8658831Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:46:41.8659448Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:46:41.8659850Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:46:41.8660558Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:46:52.8541373Z [xUnit.net 00:10:46.02] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: False) [FAIL] 2025-12-19T17:46:52.8558998Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: False) [1 ms] 2025-12-19T17:46:52.8560292Z Error Message: 2025-12-19T17:46:52.8560873Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:46:52.8561823Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:46:52.8562233Z Stack Trace: 2025-12-19T17:46:52.8562655Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:46:52.8563212Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:46:52.8563760Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:46:52.8564618Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:46:52.8565161Z ----- Inner Stack Trace ----- 2025-12-19T17:46:52.8565520Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:46:52.8565966Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:46:52.8566366Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:46:52.8566756Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:46:52.8567264Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:47:03.8403345Z [xUnit.net 00:10:57.01] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: False) [FAIL] 2025-12-19T17:47:03.8414570Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: False) [1 ms] 2025-12-19T17:47:03.8418848Z Error Message: 2025-12-19T17:47:03.8419418Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:47:03.8419998Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:47:03.8420450Z Stack Trace: 2025-12-19T17:47:03.8420896Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:47:03.8421715Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:47:03.8422293Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:47:03.8423018Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:47:03.8423599Z ----- Inner Stack Trace ----- 2025-12-19T17:47:03.8424001Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:47:03.8424441Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:47:03.8424866Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:47:03.8425284Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:47:03.8425815Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:47:14.8341611Z [xUnit.net 00:11:08.00] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: True) [FAIL] 2025-12-19T17:47:14.8355135Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_AsynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: True) [1 ms] 2025-12-19T17:47:14.8356539Z Error Message: 2025-12-19T17:47:14.8357115Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:47:14.8358854Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:47:14.8361837Z Stack Trace: 2025-12-19T17:47:14.8362264Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:47:14.8362816Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:47:14.8363381Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:47:14.8364048Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:47:14.8364573Z ----- Inner Stack Trace ----- 2025-12-19T17:47:14.8364931Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:47:14.8365368Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:47:14.8365780Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:47:14.8366178Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:47:14.8366679Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:47:25.8414804Z [xUnit.net 00:11:19.01] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToFormRenderedAsynchronously [FAIL] 2025-12-19T17:47:25.8416146Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDispatchToFormRenderedAsynchronously [1 ms] 2025-12-19T17:47:25.8417867Z Error Message: 2025-12-19T17:47:25.8418528Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:47:25.8421587Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:47:25.8427777Z Stack Trace: 2025-12-19T17:47:25.8428268Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:47:25.8428886Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:47:25.8429706Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:47:25.8430415Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:47:25.8431210Z ----- Inner Stack Trace ----- 2025-12-19T17:47:25.8431592Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:47:25.8432058Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:47:25.8432558Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:47:25.8433067Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:47:25.8433763Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:47:36.8598414Z [xUnit.net 00:11:30.03] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanHandleBindingErrorsBindParameterToTheDefaultForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:47:36.8606906Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanHandleBindingErrorsBindParameterToTheDefaultForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:47:36.8608120Z Error Message: 2025-12-19T17:47:36.8608531Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:47:36.8609089Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:47:36.8609864Z Stack Trace: 2025-12-19T17:47:36.8610298Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:47:36.8610857Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:47:36.8611439Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:47:36.8612145Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:47:36.8613026Z ----- Inner Stack Trace ----- 2025-12-19T17:47:36.8613390Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:47:36.8613815Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:47:36.8614231Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:47:36.8614652Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:47:36.8615175Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:47:47.8459471Z [xUnit.net 00:11:41.02] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanHandleBindingErrorsBindParameterToTheDefaultForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:47:47.8466172Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanHandleBindingErrorsBindParameterToTheDefaultForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:47:47.8466703Z Error Message: 2025-12-19T17:47:47.8467142Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:47:47.8467861Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:47:47.8468240Z Stack Trace: 2025-12-19T17:47:47.8468642Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:47:47.8469196Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:47:47.8469907Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:47:47.8470513Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:47:47.8471022Z ----- Inner Stack Trace ----- 2025-12-19T17:47:47.8471369Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:47:47.8471785Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:47:47.8475956Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:47:47.8476360Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:47:47.8476836Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:47:58.8368041Z [xUnit.net 00:11:52.01] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanChangeFormParameterNames(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:47:58.8374889Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanChangeFormParameterNames(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:47:58.8375423Z Error Message: 2025-12-19T17:47:58.8377801Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:47:58.8378325Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:47:58.8378701Z Stack Trace: 2025-12-19T17:47:58.8379106Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:47:58.8379802Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:47:58.8380357Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:47:58.8380995Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:47:58.8381517Z ----- Inner Stack Trace ----- 2025-12-19T17:47:58.8381863Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:47:58.8382274Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:47:58.8382652Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:47:58.8383221Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:47:58.8383718Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:48:09.8303902Z [xUnit.net 00:12:03.00] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanChangeFormParameterNames(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:48:09.8310056Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanChangeFormParameterNames(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:48:09.8310534Z Error Message: 2025-12-19T17:48:09.8310876Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:48:09.8311346Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:48:09.8311740Z Stack Trace: 2025-12-19T17:48:09.8312154Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:48:09.8312707Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:48:09.8313240Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:48:09.8313882Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:48:09.8314400Z ----- Inner Stack Trace ----- 2025-12-19T17:48:09.8314747Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:48:09.8315159Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:48:09.8315740Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:48:09.8316137Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:48:09.8316633Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:48:20.8251034Z [xUnit.net 00:12:13.99] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: True, enableStreaming: False) [FAIL] 2025-12-19T17:48:20.8257506Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: True, enableStreaming: False) [1 ms] 2025-12-19T17:48:20.8258044Z Error Message: 2025-12-19T17:48:20.8258480Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:48:20.8259067Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:48:20.8259708Z Stack Trace: 2025-12-19T17:48:20.8260158Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:48:20.8260887Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:48:20.8261460Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:48:20.8261898Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:48:20.8262247Z ----- Inner Stack Trace ----- 2025-12-19T17:48:20.8262480Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:48:20.8262755Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:48:20.8263008Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:48:20.8263307Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:48:20.8263805Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:48:31.8213777Z [xUnit.net 00:12:24.99] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: False, enableStreaming: True) [FAIL] 2025-12-19T17:48:31.8221415Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: False, enableStreaming: True) [1 ms] 2025-12-19T17:48:31.8222219Z Error Message: 2025-12-19T17:48:31.8222596Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:48:31.8223095Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:48:31.8223475Z Stack Trace: 2025-12-19T17:48:31.8223889Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:48:31.8224643Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:48:31.8225171Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:48:31.8225800Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:48:31.8229438Z ----- Inner Stack Trace ----- 2025-12-19T17:48:31.8229808Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:48:31.8230236Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:48:31.8230622Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:48:31.8231005Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:48:31.8231509Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:48:42.8087257Z [xUnit.net 00:12:35.98] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: False, enableStreaming: False) [FAIL] 2025-12-19T17:48:42.8093599Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: False, enableStreaming: False) [1 ms] 2025-12-19T17:48:42.8094152Z Error Message: 2025-12-19T17:48:42.8094518Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:48:42.8095021Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:48:42.8095432Z Stack Trace: 2025-12-19T17:48:42.8095866Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:48:42.8096446Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:48:42.8096960Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:48:42.8097599Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:48:42.8098096Z ----- Inner Stack Trace ----- 2025-12-19T17:48:42.8098435Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:48:42.8098838Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:48:42.8099383Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:48:42.8099761Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:48:42.8100230Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:48:53.7920576Z [xUnit.net 00:12:46.96] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: True, enableStreaming: True) [FAIL] 2025-12-19T17:48:53.7928678Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsOutsideErrorBoundary_OnInitialRender(suppressEnhancedNavigation: True, enableStreaming: True) [1 ms] 2025-12-19T17:48:53.7929423Z Error Message: 2025-12-19T17:48:53.7929831Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:48:53.7930334Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:48:53.7930746Z Stack Trace: 2025-12-19T17:48:53.7931184Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:48:53.7931785Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:48:53.7932378Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:48:53.7933318Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:48:53.7933913Z ----- Inner Stack Trace ----- 2025-12-19T17:48:53.7934297Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:48:53.7934765Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:48:53.7935200Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:48:53.7935644Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:48:53.7936193Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:49:04.7792390Z [xUnit.net 00:12:57.95] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBreakFormIntoMultipleComponentsDisplaysErrorsCorrectly(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:49:04.7798817Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBreakFormIntoMultipleComponentsDisplaysErrorsCorrectly(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:49:04.7799593Z Error Message: 2025-12-19T17:49:04.7799967Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:49:04.7800432Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:49:04.7800814Z Stack Trace: 2025-12-19T17:49:04.7801238Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:49:04.7801790Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:49:04.7802526Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:49:04.7803149Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:49:04.7803567Z ----- Inner Stack Trace ----- 2025-12-19T17:49:04.7803805Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:49:04.7804089Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:49:04.7804386Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:49:04.7804771Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:49:04.7805858Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:49:15.7672451Z [xUnit.net 00:13:08.94] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBreakFormIntoMultipleComponentsDisplaysErrorsCorrectly(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:49:15.7688108Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBreakFormIntoMultipleComponentsDisplaysErrorsCorrectly(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:49:15.7690727Z Error Message: 2025-12-19T17:49:15.7691085Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:49:15.7691568Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:49:15.7691965Z Stack Trace: 2025-12-19T17:49:15.7692378Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:49:15.7692927Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:49:15.7693463Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:49:15.7694124Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:49:15.7694630Z ----- Inner Stack Trace ----- 2025-12-19T17:49:15.7694970Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:49:15.7695377Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:49:15.7695729Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:49:15.7695983Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:49:15.7696424Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:49:26.7543465Z [xUnit.net 00:13:19.92] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.DataAnnotationsWorkForForms(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:49:26.7549506Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.DataAnnotationsWorkForForms(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:49:26.7549987Z Error Message: 2025-12-19T17:49:26.7550334Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:49:26.7550800Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:49:26.7551182Z Stack Trace: 2025-12-19T17:49:26.7551551Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:49:26.7551936Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:49:26.7552414Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:49:26.7553023Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:49:26.7553561Z ----- Inner Stack Trace ----- 2025-12-19T17:49:26.7553804Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:49:26.7554235Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:49:26.7554488Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:49:26.7554739Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:49:26.7555123Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:49:37.7405642Z [xUnit.net 00:13:30.91] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.DataAnnotationsWorkForForms(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:49:37.7418272Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.DataAnnotationsWorkForForms(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:49:37.7418780Z Error Message: 2025-12-19T17:49:37.7419131Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:49:37.7419757Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:49:37.7420138Z Stack Trace: 2025-12-19T17:49:37.7420466Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:49:37.7420992Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:49:37.7421533Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:49:37.7422165Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:49:37.7422807Z ----- Inner Stack Trace ----- 2025-12-19T17:49:37.7423091Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:49:37.7423493Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:49:37.7423962Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:49:37.7424421Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:49:37.7424994Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:49:48.7270041Z [xUnit.net 00:13:41.90] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayBindingErrorsComplexTypeToDefaultForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:49:48.7276721Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayBindingErrorsComplexTypeToDefaultForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:49:48.7277544Z Error Message: 2025-12-19T17:49:48.7277900Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:49:48.7278394Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:49:48.7279010Z Stack Trace: 2025-12-19T17:49:48.7279596Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:49:48.7280148Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:49:48.7280674Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:49:48.7281277Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:49:48.7281786Z ----- Inner Stack Trace ----- 2025-12-19T17:49:48.7282152Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:49:48.7282916Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:49:48.7283312Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:49:48.7283699Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:49:48.7284201Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:49:59.7224268Z [xUnit.net 00:13:52.89] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayBindingErrorsComplexTypeToDefaultForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:49:59.7236920Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayBindingErrorsComplexTypeToDefaultForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:49:59.7237478Z Error Message: 2025-12-19T17:49:59.7237877Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:49:59.7238355Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:49:59.7238961Z Stack Trace: 2025-12-19T17:49:59.7239672Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:49:59.7240228Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:49:59.7240733Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:49:59.7241283Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:49:59.7241658Z ----- Inner Stack Trace ----- 2025-12-19T17:49:59.7241917Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:49:59.7242244Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:49:59.7242580Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:49:59.7242920Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:49:59.7243389Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:50:10.7096108Z [xUnit.net 00:14:03.88] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.SubmitButtonFormmethodAttributeOverridesEnhancedFormMethod [FAIL] 2025-12-19T17:50:10.7104629Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.SubmitButtonFormmethodAttributeOverridesEnhancedFormMethod [1 ms] 2025-12-19T17:50:10.7105182Z Error Message: 2025-12-19T17:50:10.7105738Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:50:10.7106228Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:50:10.7106614Z Stack Trace: 2025-12-19T17:50:10.7107052Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:50:10.7107627Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:50:10.7108165Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:50:10.7108806Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:50:10.7109511Z ----- Inner Stack Trace ----- 2025-12-19T17:50:10.7109863Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:50:10.7110335Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:50:10.7110801Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:50:10.7111268Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:50:10.7114741Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:50:21.7038402Z [xUnit.net 00:14:14.87] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Synchronous(suppressEnhancedNavigation: True, enableStreaming: False) [FAIL] 2025-12-19T17:50:21.7049667Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Synchronous(suppressEnhancedNavigation: True, enableStreaming: False) [1 ms] 2025-12-19T17:50:21.7050332Z Error Message: 2025-12-19T17:50:21.7050765Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:50:21.7051276Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:50:21.7051597Z Stack Trace: 2025-12-19T17:50:21.7051927Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:50:21.7052408Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:50:21.7052962Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:50:21.7053677Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:50:21.7054186Z ----- Inner Stack Trace ----- 2025-12-19T17:50:21.7054422Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:50:21.7054701Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:50:21.7054957Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:50:21.7055336Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:50:21.7055785Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:50:32.6910047Z [xUnit.net 00:14:25.86] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Synchronous(suppressEnhancedNavigation: False, enableStreaming: True) [FAIL] 2025-12-19T17:50:32.6915104Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Synchronous(suppressEnhancedNavigation: False, enableStreaming: True) [1 ms] 2025-12-19T17:50:32.6915613Z Error Message: 2025-12-19T17:50:32.6915971Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:50:32.6916439Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:50:32.6916753Z Stack Trace: 2025-12-19T17:50:32.6917276Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:50:32.6917850Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:50:32.6918622Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:50:32.6919559Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:50:32.6920017Z ----- Inner Stack Trace ----- 2025-12-19T17:50:32.6920339Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:50:32.6920904Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:50:32.6921309Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:50:32.6921667Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:50:32.6922143Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:50:43.6809483Z [xUnit.net 00:14:36.85] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Synchronous(suppressEnhancedNavigation: False, enableStreaming: False) [FAIL] 2025-12-19T17:50:43.6823180Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Synchronous(suppressEnhancedNavigation: False, enableStreaming: False) [1 ms] 2025-12-19T17:50:43.6824147Z Error Message: 2025-12-19T17:50:43.6824657Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:50:43.6825852Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:50:43.6826472Z Stack Trace: 2025-12-19T17:50:43.6826937Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:50:43.6827549Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:50:43.6828217Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:50:43.6828961Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:50:43.6829749Z ----- Inner Stack Trace ----- 2025-12-19T17:50:43.6830117Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:50:43.6830578Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:50:43.6830998Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:50:43.6831414Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:50:43.6831966Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:50:54.6752073Z [xUnit.net 00:14:47.84] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Synchronous(suppressEnhancedNavigation: True, enableStreaming: True) [FAIL] 2025-12-19T17:50:54.6758089Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_Synchronous(suppressEnhancedNavigation: True, enableStreaming: True) [1 ms] 2025-12-19T17:50:54.6758572Z Error Message: 2025-12-19T17:50:54.6758964Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:50:54.6759615Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:50:54.6760003Z Stack Trace: 2025-12-19T17:50:54.6760284Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:50:54.6760881Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:50:54.6761451Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:50:54.6761991Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:50:54.6762494Z ----- Inner Stack Trace ----- 2025-12-19T17:50:54.6762745Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:50:54.6763082Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:50:54.6763495Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:50:54.6763885Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:50:54.6764273Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:51:05.6647406Z [xUnit.net 00:14:58.83] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostFormsWithStreamingRenderingAsync [FAIL] 2025-12-19T17:51:05.6658720Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostFormsWithStreamingRenderingAsync [1 ms] 2025-12-19T17:51:05.6659169Z Error Message: 2025-12-19T17:51:05.6659677Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:51:05.6660188Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:51:05.6660562Z Stack Trace: 2025-12-19T17:51:05.6661007Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:51:05.6661555Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:51:05.6662128Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:51:05.6662734Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:51:05.6663316Z ----- Inner Stack Trace ----- 2025-12-19T17:51:05.6663549Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:51:05.6663916Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:51:05.6664235Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:51:05.6664640Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:51:05.6665147Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:51:16.6572205Z [xUnit.net 00:15:09.83] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CannotSubmitAmbiguousForms [FAIL] 2025-12-19T17:51:16.6578779Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CannotSubmitAmbiguousForms [1 ms] 2025-12-19T17:51:16.6579457Z Error Message: 2025-12-19T17:51:16.6579826Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:51:16.6581738Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:51:16.6582114Z Stack Trace: 2025-12-19T17:51:16.6582731Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:51:16.6583293Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:51:16.6583818Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:51:16.6584459Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:51:16.6584958Z ----- Inner Stack Trace ----- 2025-12-19T17:51:16.6585285Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:51:16.6585753Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:51:16.6586227Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:51:16.6586697Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:51:16.6587328Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:51:27.6437049Z [xUnit.net 00:15:20.81] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry [FAIL] 2025-12-19T17:51:27.6446665Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry [1 ms] 2025-12-19T17:51:27.6447295Z Error Message: 2025-12-19T17:51:27.6447715Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:51:27.6448211Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:51:27.6448813Z Stack Trace: 2025-12-19T17:51:27.6449355Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:51:27.6449899Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:51:27.6450429Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:51:27.6451035Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:51:27.6451426Z ----- Inner Stack Trace ----- 2025-12-19T17:51:27.6451659Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:51:27.6451939Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:51:27.6452190Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:51:27.6452439Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:51:27.6452942Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:51:38.6351528Z [xUnit.net 00:15:31.80] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.MultipleParametersMultipleFormsBindsToCorrectForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:51:38.6360256Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.MultipleParametersMultipleFormsBindsToCorrectForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:51:38.6362012Z Error Message: 2025-12-19T17:51:38.6362413Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:51:38.6362919Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:51:38.6363333Z Stack Trace: 2025-12-19T17:51:38.6363747Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:51:38.6364289Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:51:38.6364823Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:51:38.6365454Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:51:38.6365963Z ----- Inner Stack Trace ----- 2025-12-19T17:51:38.6366306Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:51:38.6366717Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:51:38.6367091Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:51:38.6367473Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:51:38.6368204Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:51:49.6204416Z [xUnit.net 00:15:42.79] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.MultipleParametersMultipleFormsBindsToCorrectForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:51:49.6210602Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.MultipleParametersMultipleFormsBindsToCorrectForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:51:49.6211388Z Error Message: 2025-12-19T17:51:49.6211764Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:51:49.6212263Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:51:49.6212648Z Stack Trace: 2025-12-19T17:51:49.6213051Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:51:49.6213609Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:51:49.6214149Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:51:49.6214979Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:51:49.6215468Z ----- Inner Stack Trace ----- 2025-12-19T17:51:49.6215824Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:51:49.6216100Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:51:49.6216354Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:51:49.6216603Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:51:49.6217059Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:52:00.6120890Z [xUnit.net 00:15:53.78] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayBindingErrorsCollectionsToDefaultForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:52:00.6126765Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayBindingErrorsCollectionsToDefaultForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:52:00.6127296Z Error Message: 2025-12-19T17:52:00.6127655Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:52:00.6128112Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:52:00.6128375Z Stack Trace: 2025-12-19T17:52:00.6128803Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:52:00.6129525Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:52:00.6130285Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:52:00.6131029Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:52:00.6131633Z ----- Inner Stack Trace ----- 2025-12-19T17:52:00.6132056Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:52:00.6132539Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:52:00.6132908Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:52:00.6133288Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:52:00.6133781Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:52:11.6122511Z [xUnit.net 00:16:04.78] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayBindingErrorsCollectionsToDefaultForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:52:11.6130683Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayBindingErrorsCollectionsToDefaultForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:52:11.6131415Z Error Message: 2025-12-19T17:52:11.6131765Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:52:11.6132264Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:52:11.6132548Z Stack Trace: 2025-12-19T17:52:11.6132948Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:52:11.6133523Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:52:11.6133988Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:52:11.6134531Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:52:11.6134888Z ----- Inner Stack Trace ----- 2025-12-19T17:52:11.6135129Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:52:11.6135422Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:52:11.6135687Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:52:11.6136097Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:52:11.6136617Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:52:22.5980228Z [xUnit.net 00:16:15.77] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindParameterToTheDefaultForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:52:22.5986763Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindParameterToTheDefaultForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:52:22.5987529Z Error Message: 2025-12-19T17:52:22.5987937Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:52:22.5988471Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:52:22.5988891Z Stack Trace: 2025-12-19T17:52:22.5989566Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:52:22.5990143Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:52:22.5990724Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:52:22.5996045Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:52:22.5996665Z ----- Inner Stack Trace ----- 2025-12-19T17:52:22.5997234Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:52:22.5997662Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:52:22.5998051Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:52:22.5998438Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:52:22.5998882Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:52:33.5783217Z [xUnit.net 00:16:26.75] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindParameterToTheDefaultForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:52:33.5789455Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindParameterToTheDefaultForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:52:33.5789983Z Error Message: 2025-12-19T17:52:33.5790366Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:52:33.5790839Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:52:33.5791233Z Stack Trace: 2025-12-19T17:52:33.5791596Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:52:33.5792330Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:52:33.5792906Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:52:33.5793555Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:52:33.5794078Z ----- Inner Stack Trace ----- 2025-12-19T17:52:33.5794315Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:52:33.5794594Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:52:33.5794995Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:52:33.5795355Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:52:33.5795817Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:52:44.5676776Z [xUnit.net 00:16:37.74] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoAntiforgeryReturnBadRequestWithReExecutionMiddleware(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:52:44.5683255Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoAntiforgeryReturnBadRequestWithReExecutionMiddleware(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:52:44.5683780Z Error Message: 2025-12-19T17:52:44.5684124Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:52:44.5684634Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:52:44.5685330Z Stack Trace: 2025-12-19T17:52:44.5685844Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:52:44.5686450Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:52:44.5686988Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:52:44.5687625Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:52:44.5688067Z ----- Inner Stack Trace ----- 2025-12-19T17:52:44.5688306Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:52:44.5688587Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:52:44.5688939Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:52:44.5689465Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:52:44.5689940Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:52:55.5597054Z [xUnit.net 00:16:48.73] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoAntiforgeryReturnBadRequestWithReExecutionMiddleware(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:52:55.5603251Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoAntiforgeryReturnBadRequestWithReExecutionMiddleware(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:52:55.5603803Z Error Message: 2025-12-19T17:52:55.5604136Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:52:55.5604889Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:52:55.5605305Z Stack Trace: 2025-12-19T17:52:55.5605695Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:52:55.5606237Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:52:55.5606762Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:52:55.5607370Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:52:55.5607873Z ----- Inner Stack Trace ----- 2025-12-19T17:52:55.5608365Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:52:55.5608795Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:52:55.5609175Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:52:55.5609689Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:52:55.5610345Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:53:06.5480966Z [xUnit.net 00:16:59.72] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanHandleFormPostNonStreamingRenderingAsyncHandler [FAIL] 2025-12-19T17:53:06.5487189Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanHandleFormPostNonStreamingRenderingAsyncHandler [1 ms] 2025-12-19T17:53:06.5487672Z Error Message: 2025-12-19T17:53:06.5488044Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:53:06.5488516Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:53:06.5488905Z Stack Trace: 2025-12-19T17:53:06.5489478Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:53:06.5489865Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:53:06.5490238Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:53:06.5490684Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:53:06.5491041Z ----- Inner Stack Trace ----- 2025-12-19T17:53:06.5491286Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:53:06.5491573Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:53:06.5491836Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:53:06.5492284Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:53:06.5492615Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:53:17.5383382Z [xUnit.net 00:17:10.71] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindCollectionsToDefaultForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:53:17.5394090Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindCollectionsToDefaultForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:53:17.5394597Z Error Message: 2025-12-19T17:53:17.5394970Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:53:17.5395464Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:53:17.5395846Z Stack Trace: 2025-12-19T17:53:17.5396250Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:53:17.5396794Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:53:17.5397509Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:53:17.5398156Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:53:17.5398665Z ----- Inner Stack Trace ----- 2025-12-19T17:53:17.5398999Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:53:17.5399492Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:53:17.5399769Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:53:17.5400110Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:53:17.5400539Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:53:28.5273717Z [xUnit.net 00:17:21.70] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindCollectionsToDefaultForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:53:28.5283628Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindCollectionsToDefaultForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:53:28.5284137Z Error Message: 2025-12-19T17:53:28.5284527Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:53:28.5285035Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:53:28.5285523Z Stack Trace: 2025-12-19T17:53:28.5288473Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:53:28.5289073Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:53:28.5290076Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:53:28.5290738Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:53:28.5291253Z ----- Inner Stack Trace ----- 2025-12-19T17:53:28.5291599Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:53:28.5292005Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:53:28.5292381Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:53:28.5292767Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:53:28.5293269Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:53:39.5158232Z [xUnit.net 00:17:32.69] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayErrorsFromMultipleParametersToTheDefaultForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:53:39.5171298Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayErrorsFromMultipleParametersToTheDefaultForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:53:39.5172293Z Error Message: 2025-12-19T17:53:39.5172670Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:53:39.5173143Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:53:39.5173534Z Stack Trace: 2025-12-19T17:53:39.5173942Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:53:39.5174515Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:53:39.5175055Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:53:39.5175717Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:53:39.5176276Z ----- Inner Stack Trace ----- 2025-12-19T17:53:39.5176631Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:53:39.5177053Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:53:39.5177434Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:53:39.5177812Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:53:39.5178294Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:53:50.5118711Z [xUnit.net 00:17:43.68] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayErrorsFromMultipleParametersToTheDefaultForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:53:50.5125099Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayErrorsFromMultipleParametersToTheDefaultForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:53:50.5125596Z Error Message: 2025-12-19T17:53:50.5125939Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:53:50.5126420Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:53:50.5126822Z Stack Trace: 2025-12-19T17:53:50.5127233Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:53:50.5127790Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:53:50.5128341Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:53:50.5129003Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:53:50.5129995Z ----- Inner Stack Trace ----- 2025-12-19T17:53:50.5130439Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:53:50.5130959Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:53:50.5131450Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:53:50.5131930Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:53:50.5132437Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:54:01.5093948Z [xUnit.net 00:17:54.68] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayBindingErrorsDictionaryToDefaultForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:54:01.5143325Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayBindingErrorsDictionaryToDefaultForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:54:01.5143838Z Error Message: 2025-12-19T17:54:01.5144210Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:54:01.5144759Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:54:01.5145176Z Stack Trace: 2025-12-19T17:54:01.5145632Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:54:01.5146238Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:54:01.5146826Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:54:01.5147499Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:54:01.5148265Z ----- Inner Stack Trace ----- 2025-12-19T17:54:01.5148839Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:54:01.5149410Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:54:01.5149805Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:54:01.5150188Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:54:01.5150679Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:54:12.5162330Z [xUnit.net 00:18:05.69] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayBindingErrorsDictionaryToDefaultForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:54:12.5171330Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanDisplayBindingErrorsDictionaryToDefaultForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:54:12.5171824Z Error Message: 2025-12-19T17:54:12.5172171Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:54:12.5172654Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:54:12.5173216Z Stack Trace: 2025-12-19T17:54:12.5173559Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:54:12.5173951Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:54:12.5174525Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:54:12.5175191Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:54:12.5175628Z ----- Inner Stack Trace ----- 2025-12-19T17:54:12.5175932Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:54:12.5176223Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:54:12.5176488Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:54:12.5176750Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:54:12.5177258Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:54:23.5027568Z [xUnit.net 00:18:16.67] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoHandlerReturnBadRequest(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:54:23.5037068Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoHandlerReturnBadRequest(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:54:23.5037551Z Error Message: 2025-12-19T17:54:23.5037905Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:54:23.5038510Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:54:23.5038769Z Stack Trace: 2025-12-19T17:54:23.5039371Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:54:23.5039966Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:54:23.5040393Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:54:23.5040941Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:54:23.5041294Z ----- Inner Stack Trace ----- 2025-12-19T17:54:23.5041537Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:54:23.5041838Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:54:23.5042180Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:54:23.5042529Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:54:23.5043195Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:54:34.4940302Z [xUnit.net 00:18:27.66] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoHandlerReturnBadRequest(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:54:34.4951620Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoHandlerReturnBadRequest(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:54:34.4952095Z Error Message: 2025-12-19T17:54:34.4952454Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:54:34.4952918Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:54:34.4953188Z Stack Trace: 2025-12-19T17:54:34.4953467Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:54:34.4953855Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:54:34.4954299Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:54:34.4954925Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:54:34.4955422Z ----- Inner Stack Trace ----- 2025-12-19T17:54:34.4955777Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:54:34.4956066Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:54:34.4956328Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:54:34.4956813Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:54:34.4957285Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:54:45.4822635Z [xUnit.net 00:18:38.65] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.EditFormIsNotEnhancedByDefault [FAIL] 2025-12-19T17:54:45.4836264Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.EditFormIsNotEnhancedByDefault [1 ms] 2025-12-19T17:54:45.4836731Z Error Message: 2025-12-19T17:54:45.4837143Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:54:45.4837621Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:54:45.4838019Z Stack Trace: 2025-12-19T17:54:45.4838436Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:54:45.4838998Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:54:45.4840097Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:54:45.4841026Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:54:45.4841397Z ----- Inner Stack Trace ----- 2025-12-19T17:54:45.4841637Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:54:45.4841919Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:54:45.4842334Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:54:45.4842729Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:54:45.4843232Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:54:56.4755420Z [xUnit.net 00:18:49.64] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNotEnhancedWhenFormtargetIsNotEqualSelf [FAIL] 2025-12-19T17:54:56.4764454Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNotEnhancedWhenFormtargetIsNotEqualSelf [1 ms] 2025-12-19T17:54:56.4765224Z Error Message: 2025-12-19T17:54:56.4765605Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:54:56.4766080Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:54:56.4766450Z Stack Trace: 2025-12-19T17:54:56.4766898Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:54:56.4767432Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:54:56.4768144Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:54:56.4769046Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:54:56.4769777Z ----- Inner Stack Trace ----- 2025-12-19T17:54:56.4770137Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:54:56.4770569Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:54:56.4771100Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:54:56.4771498Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:54:56.4771989Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:55:07.4684565Z [xUnit.net 00:19:00.64] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormAntiforgeryCheckDisabledOnPage(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:55:07.4695245Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormAntiforgeryCheckDisabledOnPage(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:55:07.4696257Z Error Message: 2025-12-19T17:55:07.4696652Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:55:07.4697136Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:55:07.4697520Z Stack Trace: 2025-12-19T17:55:07.4697920Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:55:07.4698458Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:55:07.4699013Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:55:07.4699844Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:55:07.4700613Z ----- Inner Stack Trace ----- 2025-12-19T17:55:07.4700988Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:55:07.4701417Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:55:07.4701813Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:55:07.4702201Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:55:07.4702693Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:55:18.4548901Z [xUnit.net 00:19:11.62] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormAntiforgeryCheckDisabledOnPage(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:55:18.4555332Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormAntiforgeryCheckDisabledOnPage(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:55:18.4555980Z Error Message: 2025-12-19T17:55:18.4556328Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:55:18.4556802Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:55:18.4557172Z Stack Trace: 2025-12-19T17:55:18.4557587Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:55:18.4558127Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:55:18.4558672Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:55:18.4559490Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:55:18.4559988Z ----- Inner Stack Trace ----- 2025-12-19T17:55:18.4560335Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:55:18.4560929Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:55:18.4561289Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:55:18.4561674Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:55:18.4562676Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:55:29.4392051Z [xUnit.net 00:19:22.61] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry_Streaming [FAIL] 2025-12-19T17:55:29.4402590Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry_Streaming [1 ms] 2025-12-19T17:55:29.4403100Z Error Message: 2025-12-19T17:55:29.4403448Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:55:29.4403926Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:55:29.4404268Z Stack Trace: 2025-12-19T17:55:29.4404541Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:55:29.4404919Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:55:29.4405292Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:55:29.4405876Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:55:29.4406465Z ----- Inner Stack Trace ----- 2025-12-19T17:55:29.4406700Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:55:29.4407097Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:55:29.4407355Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:55:29.4407609Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:55:29.4407932Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:55:40.4296135Z [xUnit.net 00:19:33.60] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindDictionaryToDefaultForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:55:40.4303103Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindDictionaryToDefaultForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:55:40.4303824Z Error Message: 2025-12-19T17:55:40.4304173Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:55:40.4304648Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:55:40.4305030Z Stack Trace: 2025-12-19T17:55:40.4305654Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:55:40.4306081Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:55:40.4306566Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:55:40.4307231Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:55:40.4307771Z ----- Inner Stack Trace ----- 2025-12-19T17:55:40.4308017Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:55:40.4308325Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:55:40.4308577Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:55:40.4308996Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:55:40.4310260Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:55:51.4201811Z [xUnit.net 00:19:44.59] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindDictionaryToDefaultForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:55:51.4215293Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindDictionaryToDefaultForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:55:51.4216204Z Error Message: 2025-12-19T17:55:51.4217240Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:55:51.4225056Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:55:51.4225683Z Stack Trace: 2025-12-19T17:55:51.4226117Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:55:51.4226699Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:55:51.4227252Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:55:51.4227955Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:55:51.4228517Z ----- Inner Stack Trace ----- 2025-12-19T17:55:51.4228882Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:55:51.4229445Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:55:51.4229824Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:55:51.4230188Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:55:51.4230653Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:56:02.4136378Z [xUnit.net 00:19:55.58] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUsePlainForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:56:02.4142473Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUsePlainForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:56:02.4143008Z Error Message: 2025-12-19T17:56:02.4143355Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:56:02.4143917Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:56:02.4144306Z Stack Trace: 2025-12-19T17:56:02.4144726Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:56:02.4145277Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:56:02.4145814Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:56:02.4146471Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:56:02.4147082Z ----- Inner Stack Trace ----- 2025-12-19T17:56:02.4147447Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:56:02.4147736Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:56:02.4147993Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:56:02.4148253Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:56:02.4148998Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:56:13.4086655Z [xUnit.net 00:20:06.58] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUsePlainForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:56:13.4097594Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanUsePlainForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:56:13.4098357Z Error Message: 2025-12-19T17:56:13.4099141Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:56:13.4101282Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:56:13.4101808Z Stack Trace: 2025-12-19T17:56:13.4102295Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:56:13.4111637Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:56:13.4112357Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:56:13.4114812Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:56:13.4115347Z ----- Inner Stack Trace ----- 2025-12-19T17:56:13.4115703Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:56:13.4116116Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:56:13.4116849Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:56:13.4117275Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:56:13.4117855Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:56:24.4018969Z [xUnit.net 00:20:17.57] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InputHiddenCanStoreData(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:56:24.4025031Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InputHiddenCanStoreData(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:56:24.4025535Z Error Message: 2025-12-19T17:56:24.4025874Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:56:24.4026383Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:56:24.4026801Z Stack Trace: 2025-12-19T17:56:24.4027239Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:56:24.4027818Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:56:24.4028361Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:56:24.4029452Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:56:24.4030086Z ----- Inner Stack Trace ----- 2025-12-19T17:56:24.4030515Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:56:24.4031024Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:56:24.4031493Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:56:24.4031914Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:56:24.4032387Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:56:35.3892589Z [xUnit.net 00:20:28.56] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InputHiddenCanStoreData(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:56:35.3903202Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InputHiddenCanStoreData(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:56:35.3903688Z Error Message: 2025-12-19T17:56:35.3904253Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:56:35.3904720Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:56:35.3905099Z Stack Trace: 2025-12-19T17:56:35.3905503Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:56:35.3906053Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:56:35.3906587Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:56:35.3908098Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:56:35.3908627Z ----- Inner Stack Trace ----- 2025-12-19T17:56:35.3909030Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:56:35.3909696Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:56:35.3910199Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:56:35.3910609Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:56:35.3911087Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:56:46.3771455Z [xUnit.net 00:20:39.55] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNotEnhancedWhenTargetIsNotEqualSelf [FAIL] 2025-12-19T17:56:46.3778031Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNotEnhancedWhenTargetIsNotEqualSelf [1 ms] 2025-12-19T17:56:46.3778738Z Error Message: 2025-12-19T17:56:46.3778982Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:56:46.3779542Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:56:46.3779889Z Stack Trace: 2025-12-19T17:56:46.3780310Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:56:46.3780878Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:56:46.3781405Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:56:46.3782029Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:56:46.3782533Z ----- Inner Stack Trace ----- 2025-12-19T17:56:46.3782864Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:56:46.3783276Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:56:46.3783825Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:56:46.3784208Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:56:46.3784712Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:56:57.3660719Z [xUnit.net 00:20:50.54] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNotEnhancedWhenMethodEqualsDialog [FAIL] 2025-12-19T17:56:57.3672663Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNotEnhancedWhenMethodEqualsDialog [1 ms] 2025-12-19T17:56:57.3673206Z Error Message: 2025-12-19T17:56:57.3673551Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:56:57.3674016Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:56:57.3674272Z Stack Trace: 2025-12-19T17:56:57.3674635Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:56:57.3675170Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:56:57.3675733Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:56:57.3676326Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:56:57.3676734Z ----- Inner Stack Trace ----- 2025-12-19T17:56:57.3676970Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:56:57.3677250Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:56:57.3677893Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:56:57.3678270Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:56:57.3678776Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:57:08.3560288Z [xUnit.net 00:21:01.53] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.PostingCollectionsThatExceedTheLimitFails [FAIL] 2025-12-19T17:57:08.3565411Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.PostingCollectionsThatExceedTheLimitFails [1 ms] 2025-12-19T17:57:08.3565915Z Error Message: 2025-12-19T17:57:08.3566270Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:57:08.3566741Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:57:08.3567130Z Stack Trace: 2025-12-19T17:57:08.3567540Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:57:08.3568104Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:57:08.3568933Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:57:08.3569885Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:57:08.3570417Z ----- Inner Stack Trace ----- 2025-12-19T17:57:08.3570772Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:57:08.3571184Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:57:08.3571563Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:57:08.3571938Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:57:08.3572432Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:57:19.3466128Z [xUnit.net 00:21:12.52] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.PostingMaxRecursionDepthExceedTheLimitFails [FAIL] 2025-12-19T17:57:19.3479790Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.PostingMaxRecursionDepthExceedTheLimitFails [1 ms] 2025-12-19T17:57:19.3480289Z Error Message: 2025-12-19T17:57:19.3480660Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:57:19.3481175Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:57:19.3481566Z Stack Trace: 2025-12-19T17:57:19.3481988Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:57:19.3482607Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:57:19.3483349Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:57:19.3483980Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:57:19.3484488Z ----- Inner Stack Trace ----- 2025-12-19T17:57:19.3484830Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:57:19.3485248Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:57:19.3485619Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:57:19.3485996Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:57:19.3486474Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:57:30.3422822Z [xUnit.net 00:21:23.51] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: False) [FAIL] 2025-12-19T17:57:30.3433779Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: False) [1 ms] 2025-12-19T17:57:30.3434330Z Error Message: 2025-12-19T17:57:30.3434701Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:57:30.3435190Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:57:30.3435623Z Stack Trace: 2025-12-19T17:57:30.3435956Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:57:30.3436393Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:57:30.3436979Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:57:30.3437555Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:57:30.3438007Z ----- Inner Stack Trace ----- 2025-12-19T17:57:30.3438241Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:57:30.3438524Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:57:30.3438776Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:57:30.3439032Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:57:30.3439586Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:57:41.3299802Z [xUnit.net 00:21:34.50] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: True) [FAIL] 2025-12-19T17:57:41.3306016Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: True) [1 ms] 2025-12-19T17:57:41.3306652Z Error Message: 2025-12-19T17:57:41.3306944Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:57:41.3307347Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:57:41.3307674Z Stack Trace: 2025-12-19T17:57:41.3307959Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:57:41.3308333Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:57:41.3308827Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:57:41.3309593Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:57:41.3310231Z ----- Inner Stack Trace ----- 2025-12-19T17:57:41.3310469Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:57:41.3310747Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:57:41.3311011Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:57:41.3311272Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:57:41.3311692Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:57:52.3144265Z [xUnit.net 00:21:45.48] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: True) [FAIL] 2025-12-19T17:57:52.3154006Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: True, enableStreaming: True) [1 ms] 2025-12-19T17:57:52.3154545Z Error Message: 2025-12-19T17:57:52.3155031Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:57:52.3155726Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:57:52.3156121Z Stack Trace: 2025-12-19T17:57:52.3156532Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:57:52.3157108Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:57:52.3157673Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:57:52.3158574Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:57:52.3159079Z ----- Inner Stack Trace ----- 2025-12-19T17:57:52.3160998Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:57:52.3161561Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:57:52.3162039Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:57:52.3162510Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:57:52.3163073Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:58:03.3076314Z [xUnit.net 00:21:56.48] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: False) [FAIL] 2025-12-19T17:58:03.3081577Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.HandleErrorsInsideErrorBoundary_SynchronouslyInSubmitEvent(suppressEnhancedNavigation: False, enableStreaming: False) [1 ms] 2025-12-19T17:58:03.3082335Z Error Message: 2025-12-19T17:58:03.3082676Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:58:03.3083145Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:58:03.3083457Z Stack Trace: 2025-12-19T17:58:03.3083738Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:58:03.3084240Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:58:03.3084816Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:58:03.3085498Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:58:03.3086006Z ----- Inner Stack Trace ----- 2025-12-19T17:58:03.3086352Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:58:03.3086764Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:58:03.3087030Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:58:03.3087456Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:58:03.3087926Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:58:14.2901140Z [xUnit.net 00:22:07.46] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindComplexTypeToDefaultForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:58:14.2920290Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindComplexTypeToDefaultForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:58:14.2921008Z Error Message: 2025-12-19T17:58:14.2921357Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:58:14.2921843Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:58:14.2922316Z Stack Trace: 2025-12-19T17:58:14.2922750Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:58:14.2923383Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:58:14.2923951Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:58:14.2924627Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:58:14.2925146Z ----- Inner Stack Trace ----- 2025-12-19T17:58:14.2925385Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:58:14.2925803Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:58:14.2926060Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:58:14.2926321Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:58:14.2926643Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:58:25.2764269Z [xUnit.net 00:22:18.45] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindComplexTypeToDefaultForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:58:25.2771194Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindComplexTypeToDefaultForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:58:25.2771612Z Error Message: 2025-12-19T17:58:25.2771859Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:58:25.2772183Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:58:25.2772469Z Stack Trace: 2025-12-19T17:58:25.2772877Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:58:25.2773289Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:58:25.2773741Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:58:25.2774424Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:58:25.2774792Z ----- Inner Stack Trace ----- 2025-12-19T17:58:25.2775408Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:58:25.2775698Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:58:25.2775958Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:58:25.2776217Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:58:25.2776547Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:58:36.2680976Z [xUnit.net 00:22:29.44] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBreakFormIntoMultipleComponents(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:58:36.2690634Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBreakFormIntoMultipleComponents(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:58:36.2691114Z Error Message: 2025-12-19T17:58:36.2691455Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:58:36.2691873Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:58:36.2692152Z Stack Trace: 2025-12-19T17:58:36.2692454Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:58:36.2693254Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:58:36.2693641Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:58:36.2694182Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:58:36.2694543Z ----- Inner Stack Trace ----- 2025-12-19T17:58:36.2694781Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:58:36.2695076Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:58:36.2695451Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:58:36.2695805Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:58:36.2696276Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:58:47.2560034Z [xUnit.net 00:22:40.43] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBreakFormIntoMultipleComponents(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:58:47.2566756Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBreakFormIntoMultipleComponents(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:58:47.2567282Z Error Message: 2025-12-19T17:58:47.2567642Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:58:47.2568152Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:58:47.2568708Z Stack Trace: 2025-12-19T17:58:47.2568996Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:58:47.2569687Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:58:47.2570271Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:58:47.2570782Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:58:47.2571265Z ----- Inner Stack Trace ----- 2025-12-19T17:58:47.2571513Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:58:47.2571799Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:58:47.2572059Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:58:47.2572452Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:58:47.2572866Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:58:58.2478180Z [xUnit.net 00:22:51.42] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoAntiforgeryReturnBadRequest(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:58:58.2488046Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoAntiforgeryReturnBadRequest(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:58:58.2488528Z Error Message: 2025-12-19T17:58:58.2488872Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:58:58.2489202Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:58:58.2489712Z Stack Trace: 2025-12-19T17:58:58.2490197Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:58:58.2490660Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:58:58.2491270Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:58:58.2491710Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:58:58.2492058Z ----- Inner Stack Trace ----- 2025-12-19T17:58:58.2492332Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:58:58.2492788Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:58:58.2493196Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:58:58.2493634Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:58:58.2494233Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:59:09.2341125Z [xUnit.net 00:23:02.40] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoAntiforgeryReturnBadRequest(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:59:09.2348573Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoAntiforgeryReturnBadRequest(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:59:09.2349069Z Error Message: 2025-12-19T17:59:09.2349710Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:59:09.2350184Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:59:09.2350593Z Stack Trace: 2025-12-19T17:59:09.2350999Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:59:09.2351558Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:59:09.2352091Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:59:09.2352938Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:59:09.2353469Z ----- Inner Stack Trace ----- 2025-12-19T17:59:09.2353825Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:59:09.2354244Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:59:09.2354630Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:59:09.2355082Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:59:09.2355568Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:59:20.2234221Z [xUnit.net 00:23:13.39] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanHandleBindingErrorsBindParameterToNamedForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:59:20.2243335Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanHandleBindingErrorsBindParameterToNamedForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:59:20.2243837Z Error Message: 2025-12-19T17:59:20.2244145Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:59:20.2244546Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:59:20.2244946Z Stack Trace: 2025-12-19T17:59:20.2245467Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:59:20.2246134Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:59:20.2246671Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:59:20.2247483Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:59:20.2247867Z ----- Inner Stack Trace ----- 2025-12-19T17:59:20.2248111Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:59:20.2248395Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:59:20.2248652Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:59:20.2248909Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:59:20.2249403Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:59:31.2142101Z [xUnit.net 00:23:24.38] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanHandleBindingErrorsBindParameterToNamedForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:59:31.2148233Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanHandleBindingErrorsBindParameterToNamedForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:59:31.2148991Z Error Message: 2025-12-19T17:59:31.2149491Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:59:31.2149962Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:59:31.2150323Z Stack Trace: 2025-12-19T17:59:31.2150688Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:59:31.2151288Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:59:31.2151713Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:59:31.2152254Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:59:31.2152605Z ----- Inner Stack Trace ----- 2025-12-19T17:59:31.2152840Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:59:31.2153113Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:59:31.2153365Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:59:31.2153685Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:59:31.2154187Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:59:42.1970797Z [xUnit.net 00:23:35.37] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanMutateDataSuppliedFromForm(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T17:59:42.1980215Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanMutateDataSuppliedFromForm(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T17:59:42.1981015Z Error Message: 2025-12-19T17:59:42.1981370Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:59:42.1981850Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:59:42.1982223Z Stack Trace: 2025-12-19T17:59:42.1982636Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:59:42.1983192Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:59:42.1983727Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:59:42.1984372Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:59:42.1984892Z ----- Inner Stack Trace ----- 2025-12-19T17:59:42.1985226Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:59:42.1985804Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:59:42.1986185Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:59:42.1986569Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:59:42.1987054Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T17:59:53.2433156Z [xUnit.net 00:23:46.41] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanMutateDataSuppliedFromForm(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T17:59:53.2440360Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanMutateDataSuppliedFromForm(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T17:59:53.2441104Z Error Message: 2025-12-19T17:59:53.2441565Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T17:59:53.2442014Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T17:59:53.2442403Z Stack Trace: 2025-12-19T17:59:53.2442812Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T17:59:53.2443323Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T17:59:53.2443850Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T17:59:53.2444370Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T17:59:53.2444882Z ----- Inner Stack Trace ----- 2025-12-19T17:59:53.2445231Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T17:59:53.2445812Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T17:59:53.2446194Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T17:59:53.2446579Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T17:59:53.2447092Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:00:04.4509496Z [xUnit.net 00:23:57.62] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormEnctypeEqualsDefaultWhenNotSpecified [FAIL] 2025-12-19T18:00:04.4516053Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormEnctypeEqualsDefaultWhenNotSpecified [1 ms] 2025-12-19T18:00:04.4516785Z Error Message: 2025-12-19T18:00:04.4517401Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:00:04.4517905Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:00:04.4518303Z Stack Trace: 2025-12-19T18:00:04.4518703Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:00:04.4519727Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:00:04.4520245Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:00:04.4520889Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:00:04.4521402Z ----- Inner Stack Trace ----- 2025-12-19T18:00:04.4521752Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:00:04.4522182Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:00:04.4522584Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:00:04.4523006Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:00:04.4523498Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:00:16.8138430Z [xUnit.net 00:24:09.98] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanReadFormValuesDuringOnInitialized(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T18:00:16.8144318Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanReadFormValuesDuringOnInitialized(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T18:00:16.8144768Z Error Message: 2025-12-19T18:00:16.8145135Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:00:16.8145660Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:00:16.8146047Z Stack Trace: 2025-12-19T18:00:16.8146449Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:00:16.8147183Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:00:16.8147693Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:00:16.8148235Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:00:16.8148579Z ----- Inner Stack Trace ----- 2025-12-19T18:00:16.8148818Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:00:16.8149097Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:00:16.8149676Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:00:16.8150072Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:00:16.8150535Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:00:27.7988506Z [xUnit.net 00:24:20.97] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanReadFormValuesDuringOnInitialized(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T18:00:27.7994330Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanReadFormValuesDuringOnInitialized(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T18:00:27.7994830Z Error Message: 2025-12-19T18:00:27.7995181Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:00:27.7995675Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:00:27.7996052Z Stack Trace: 2025-12-19T18:00:27.7996500Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:00:27.7997048Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:00:27.7997622Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:00:27.7998235Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:00:27.7998729Z ----- Inner Stack Trace ----- 2025-12-19T18:00:27.7999074Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:00:27.7999777Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:00:27.8000163Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:00:27.8000548Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:00:27.8001032Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:00:38.7869878Z [xUnit.net 00:24:31.96] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.RadioButtonGetsResetAfterSubmittingEnhancedForm [FAIL] 2025-12-19T18:00:38.7876197Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.RadioButtonGetsResetAfterSubmittingEnhancedForm [1 ms] 2025-12-19T18:00:38.7876695Z Error Message: 2025-12-19T18:00:38.7877128Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:00:38.7877737Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:00:38.7878160Z Stack Trace: 2025-12-19T18:00:38.7878568Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:00:38.7879126Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:00:38.7879943Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:00:38.7880724Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:00:38.7881432Z ----- Inner Stack Trace ----- 2025-12-19T18:00:38.7883445Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:00:38.7883938Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:00:38.7884337Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:00:38.7884724Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:00:38.7885226Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:00:49.7770031Z [xUnit.net 00:24:42.95] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoHandlerReturnBadRequestWithReExecutionMiddleware(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T18:00:49.7775566Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoHandlerReturnBadRequestWithReExecutionMiddleware(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T18:00:49.7776111Z Error Message: 2025-12-19T18:00:49.7776486Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:00:49.7776957Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:00:49.7777334Z Stack Trace: 2025-12-19T18:00:49.7777739Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:00:49.7778299Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:00:49.7778834Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:00:49.7779865Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:00:49.7780393Z ----- Inner Stack Trace ----- 2025-12-19T18:00:49.7780731Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:00:49.7781157Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:00:49.7781533Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:00:49.7781890Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:00:49.7782376Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:01:00.7661086Z [xUnit.net 00:24:53.94] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoHandlerReturnBadRequestWithReExecutionMiddleware(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T18:01:00.7667634Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNoHandlerReturnBadRequestWithReExecutionMiddleware(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T18:01:00.7668143Z Error Message: 2025-12-19T18:01:00.7668654Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:01:00.7669110Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:01:00.7669557Z Stack Trace: 2025-12-19T18:01:00.7669943Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:01:00.7670573Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:01:00.7670973Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:01:00.7671508Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:01:00.7671863Z ----- Inner Stack Trace ----- 2025-12-19T18:01:00.7672111Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:01:00.7672401Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:01:00.7672665Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:01:00.7673049Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:01:00.7673514Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:01:11.7518898Z [xUnit.net 00:25:04.92] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNotEnhancedWhenFormmethodEqualsDialog [FAIL] 2025-12-19T18:01:11.7525656Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormNotEnhancedWhenFormmethodEqualsDialog [1 ms] 2025-12-19T18:01:11.7526621Z Error Message: 2025-12-19T18:01:11.7527099Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:01:11.7527695Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:01:11.7528172Z Stack Trace: 2025-12-19T18:01:11.7528765Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:01:11.7529433Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:01:11.7529819Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:01:11.7530261Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:01:11.7530622Z ----- Inner Stack Trace ----- 2025-12-19T18:01:11.7530863Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:01:11.7531238Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:01:11.7531805Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:01:11.7532178Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:01:11.7532721Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:01:22.7438718Z [xUnit.net 00:25:15.91] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.EditFormRecursiveBinding [FAIL] 2025-12-19T18:01:22.7445595Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.EditFormRecursiveBinding [1 ms] 2025-12-19T18:01:22.7446061Z Error Message: 2025-12-19T18:01:22.7446455Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:01:22.7446928Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:01:22.7447337Z Stack Trace: 2025-12-19T18:01:22.7447640Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:01:22.7448116Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:01:22.7448687Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:01:22.7449342Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:01:22.7449878Z ----- Inner Stack Trace ----- 2025-12-19T18:01:22.7450123Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:01:22.7450403Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:01:22.7450830Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:01:22.7451230Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:01:22.7451726Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:01:33.7328705Z [xUnit.net 00:25:26.90] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.PlainFormIsNotEnhancedByDefault [FAIL] 2025-12-19T18:01:33.7335323Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.PlainFormIsNotEnhancedByDefault [1 ms] 2025-12-19T18:01:33.7335711Z Error Message: 2025-12-19T18:01:33.7335954Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:01:33.7336295Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:01:33.7336726Z Stack Trace: 2025-12-19T18:01:33.7337184Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:01:33.7337737Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:01:33.7338472Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:01:33.7339048Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:01:33.7339605Z ----- Inner Stack Trace ----- 2025-12-19T18:01:33.7341253Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:01:33.7341530Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:01:33.7341787Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:01:33.7342044Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:01:33.7342379Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:01:44.7224403Z [xUnit.net 00:25:37.89] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormThatDisappearsBeforeQuiesceDoesNotBind [FAIL] 2025-12-19T18:01:44.7235030Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormThatDisappearsBeforeQuiesceDoesNotBind [1 ms] 2025-12-19T18:01:44.7235494Z Error Message: 2025-12-19T18:01:44.7235845Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:01:44.7236328Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:01:44.7236657Z Stack Trace: 2025-12-19T18:01:44.7236939Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:01:44.7237446Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:01:44.7238207Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:01:44.7238769Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:01:44.7239150Z ----- Inner Stack Trace ----- 2025-12-19T18:01:44.7239720Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:01:44.7240008Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:01:44.7240269Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:01:44.7240697Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:01:44.7241184Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:01:55.7150219Z [xUnit.net 00:25:48.88] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_OnGoingRequest [FAIL] 2025-12-19T18:01:55.7156369Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanPostRedirectGet_OnGoingRequest [1 ms] 2025-12-19T18:01:55.7156983Z Error Message: 2025-12-19T18:01:55.7157342Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:01:55.7157743Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:01:55.7158117Z Stack Trace: 2025-12-19T18:01:55.7158546Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:01:55.7159103Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:01:55.7159736Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:01:55.7160194Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:01:55.7160559Z ----- Inner Stack Trace ----- 2025-12-19T18:01:55.7160811Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:01:55.7161263Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:01:55.7161639Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:01:55.7162012Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:01:55.7162473Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:02:06.7059006Z [xUnit.net 00:25:59.88] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormCanAddAntiforgeryAfterTheResponseHasStarted [FAIL] 2025-12-19T18:02:06.7074536Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.FormCanAddAntiforgeryAfterTheResponseHasStarted [1 ms] 2025-12-19T18:02:06.7075517Z Error Message: 2025-12-19T18:02:06.7076055Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:02:06.7076737Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:02:06.7077111Z Stack Trace: 2025-12-19T18:02:06.7077522Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:02:06.7078063Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:02:06.7078617Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:02:06.7079417Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:02:06.7079935Z ----- Inner Stack Trace ----- 2025-12-19T18:02:06.7080318Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:02:06.7080908Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:02:06.7081283Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:02:06.7081667Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:02:06.7082151Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:02:17.6974850Z [xUnit.net 00:26:10.87] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindFormValueFromNamedFormInMappingScopeWithBody(suppressEnhancedNavigation: True) [FAIL] 2025-12-19T18:02:17.7008997Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindFormValueFromNamedFormInMappingScopeWithBody(suppressEnhancedNavigation: True) [1 ms] 2025-12-19T18:02:17.7009987Z Error Message: 2025-12-19T18:02:17.7010717Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:02:17.7012774Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:02:17.7013202Z Stack Trace: 2025-12-19T18:02:17.7013614Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:02:17.7014171Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:02:17.7014704Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:02:17.7015343Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:02:17.7015853Z ----- Inner Stack Trace ----- 2025-12-19T18:02:17.7016469Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:02:17.7016898Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:02:17.7017300Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:02:17.7017700Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:02:17.7018207Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:02:28.6851184Z [xUnit.net 00:26:21.85] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindFormValueFromNamedFormInMappingScopeWithBody(suppressEnhancedNavigation: False) [FAIL] 2025-12-19T18:02:28.6862358Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.CanBindFormValueFromNamedFormInMappingScopeWithBody(suppressEnhancedNavigation: False) [1 ms] 2025-12-19T18:02:28.6863132Z Error Message: 2025-12-19T18:02:28.6863522Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:02:28.6864018Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:02:28.6864398Z Stack Trace: 2025-12-19T18:02:28.6865050Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:02:28.6865657Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:02:28.6866446Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:02:28.6872627Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:02:28.6873750Z ----- Inner Stack Trace ----- 2025-12-19T18:02:28.6874547Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:02:28.6874997Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:02:28.6875382Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:02:28.6875771Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:02:28.6876307Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:02:39.6763579Z [xUnit.net 00:26:32.85] Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.PostingFormWithErrorsDoesNotExceedMaximumErrors [FAIL] 2025-12-19T18:02:39.6778914Z Failed Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.PostingFormWithErrorsDoesNotExceedMaximumErrors [1 ms] 2025-12-19T18:02:39.6779906Z Error Message: 2025-12-19T18:02:39.6780673Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:02:39.6782172Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:02:39.6782811Z Stack Trace: 2025-12-19T18:02:39.6783236Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:02:39.6783800Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:02:39.6784338Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:02:39.6784992Z at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 33 2025-12-19T18:02:39.6785485Z ----- Inner Stack Trace ----- 2025-12-19T18:02:39.6785845Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:02:39.6786313Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:02:39.6786685Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:02:39.6787071Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:02:39.6787561Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:02:50.6676174Z [xUnit.net 00:26:43.84] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.NavigationLockPrerenderingTest.InternalNavigationIsLockedAfterPrerendering [FAIL] 2025-12-19T18:02:50.6685503Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.NavigationLockPrerenderingTest.InternalNavigationIsLockedAfterPrerendering [1 ms] 2025-12-19T18:02:50.6686025Z Error Message: 2025-12-19T18:02:50.6686374Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:02:50.6686864Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:02:50.6687238Z Stack Trace: 2025-12-19T18:02:50.6687528Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:02:50.6687908Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:02:50.6688276Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:02:50.6688690Z at Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.NavigationLockPrerenderingTest.InitializeAsync() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerExecutionTests/NavigationLockPrerenderingTest.cs:line 25 2025-12-19T18:02:50.6689030Z ----- Inner Stack Trace ----- 2025-12-19T18:02:50.6689512Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:02:50.6689803Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:02:50.6690063Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:02:50.6690321Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:02:50.6690655Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:02:50.6698722Z [xUnit.net 00:26:43.84] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.NavigationLockPrerenderingTest.ExternalNavigationIsLockedAfterPrerendering [SKIP] 2025-12-19T18:02:52.1695603Z Skipped Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.NavigationLockPrerenderingTest.ExternalNavigationIsLockedAfterPrerendering [1 ms] 2025-12-19T18:03:01.6668749Z [xUnit.net 00:26:54.84] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CallsJavaScriptInitializers [FAIL] 2025-12-19T18:03:01.6676812Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CallsJavaScriptInitializers [1 ms] 2025-12-19T18:03:01.6677259Z Error Message: 2025-12-19T18:03:01.6677847Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:03:01.6678335Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:03:01.6678724Z Stack Trace: 2025-12-19T18:03:01.6679154Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:03:01.6680014Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:03:01.6680570Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:03:01.6681311Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T18:03:01.6681703Z ----- Inner Stack Trace ----- 2025-12-19T18:03:01.6682064Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:03:01.6682493Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:03:01.6682883Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:03:01.6683266Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:03:01.6683780Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:03:12.6565762Z [xUnit.net 00:27:05.83] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanUpdateParameters [FAIL] 2025-12-19T18:03:12.6574964Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanUpdateParameters [1 ms] 2025-12-19T18:03:12.6575400Z Error Message: 2025-12-19T18:03:12.6575763Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:03:12.6576236Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:03:12.6576615Z Stack Trace: 2025-12-19T18:03:12.6576957Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:03:12.6577381Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:03:12.6577891Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:03:12.6578447Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T18:03:12.6578764Z ----- Inner Stack Trace ----- 2025-12-19T18:03:12.6579139Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:03:12.6579688Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:03:12.6580089Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:03:12.6580481Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:03:12.6580966Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:03:23.6458714Z [xUnit.net 00:27:16.82] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CannotExceedTheConfiguredNumberOfJSComponents [FAIL] 2025-12-19T18:03:23.6465875Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CannotExceedTheConfiguredNumberOfJSComponents [1 ms] 2025-12-19T18:03:23.6466283Z Error Message: 2025-12-19T18:03:23.6466638Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:03:23.6467158Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:03:23.6467780Z Stack Trace: 2025-12-19T18:03:23.6468169Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:03:23.6468712Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:03:23.6469084Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:03:23.6469630Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T18:03:23.6469890Z ----- Inner Stack Trace ----- 2025-12-19T18:03:23.6470264Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:03:23.6471091Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:03:23.6471490Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:03:23.6471869Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:03:23.6472337Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:03:34.6363380Z [xUnit.net 00:27:27.81] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanSupplyComplexParameters [FAIL] 2025-12-19T18:03:34.6373289Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanSupplyComplexParameters [1 ms] 2025-12-19T18:03:34.6374069Z Error Message: 2025-12-19T18:03:34.6374474Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:03:34.6375004Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:03:34.6375394Z Stack Trace: 2025-12-19T18:03:34.6375811Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:03:34.6376612Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:03:34.6377146Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:03:34.6377669Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T18:03:34.6378087Z ----- Inner Stack Trace ----- 2025-12-19T18:03:34.6378439Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:03:34.6378831Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:03:34.6379352Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:03:34.6379734Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:03:34.6380223Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:03:45.6257076Z [xUnit.net 00:27:38.80] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanAddAndDisposeRootComponents(intoBlazorUi: True, attachShadowRoot: True) [FAIL] 2025-12-19T18:03:45.6262363Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanAddAndDisposeRootComponents(intoBlazorUi: True, attachShadowRoot: True) [1 ms] 2025-12-19T18:03:45.6262824Z Error Message: 2025-12-19T18:03:45.6263176Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:03:45.6263673Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:03:45.6264082Z Stack Trace: 2025-12-19T18:03:45.6264507Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:03:45.6264967Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:03:45.6265452Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:03:45.6265813Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T18:03:45.6266085Z ----- Inner Stack Trace ----- 2025-12-19T18:03:45.6266325Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:03:45.6266759Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:03:45.6267169Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:03:45.6267440Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:03:45.6267776Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:03:56.6182571Z [xUnit.net 00:27:49.79] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanAddAndDisposeRootComponents(intoBlazorUi: False, attachShadowRoot: True) [FAIL] 2025-12-19T18:03:56.6195405Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanAddAndDisposeRootComponents(intoBlazorUi: False, attachShadowRoot: True) [1 ms] 2025-12-19T18:03:56.6196319Z Error Message: 2025-12-19T18:03:56.6196853Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:03:56.6197692Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:03:56.6198164Z Stack Trace: 2025-12-19T18:03:56.6198631Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:03:56.6200142Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:03:56.6200881Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:03:56.6201533Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T18:03:56.6201963Z ----- Inner Stack Trace ----- 2025-12-19T18:03:56.6202353Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:03:56.6202815Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:03:56.6203430Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:03:56.6203841Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:03:56.6204323Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:04:07.6067995Z [xUnit.net 00:28:00.78] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanAddAndDisposeRootComponents(intoBlazorUi: False, attachShadowRoot: False) [FAIL] 2025-12-19T18:04:07.6074279Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanAddAndDisposeRootComponents(intoBlazorUi: False, attachShadowRoot: False) [1 ms] 2025-12-19T18:04:07.6074786Z Error Message: 2025-12-19T18:04:07.6075138Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:04:07.6075640Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:04:07.6076020Z Stack Trace: 2025-12-19T18:04:07.6076441Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:04:07.6076915Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:04:07.6077320Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:04:07.6077676Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T18:04:07.6077955Z ----- Inner Stack Trace ----- 2025-12-19T18:04:07.6078313Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:04:07.6078739Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:04:07.6079581Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:04:07.6079961Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:04:07.6080461Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:04:18.5948089Z [xUnit.net 00:28:11.76] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanAddAndDisposeRootComponents(intoBlazorUi: True, attachShadowRoot: False) [FAIL] 2025-12-19T18:04:18.5954389Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanAddAndDisposeRootComponents(intoBlazorUi: True, attachShadowRoot: False) [1 ms] 2025-12-19T18:04:18.5954844Z Error Message: 2025-12-19T18:04:18.5955219Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:04:18.5955719Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:04:18.5956097Z Stack Trace: 2025-12-19T18:04:18.5956508Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:04:18.5957055Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:04:18.5957792Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:04:18.5958306Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T18:04:18.5958690Z ----- Inner Stack Trace ----- 2025-12-19T18:04:18.5959043Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:04:18.5959642Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:04:18.5960038Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:04:18.5960448Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:04:18.5960963Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:04:29.5796908Z [xUnit.net 00:28:22.75] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanAddAndRemoveMultipleRootComponentsToTheSameElement [FAIL] 2025-12-19T18:04:29.5803178Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanAddAndRemoveMultipleRootComponentsToTheSameElement [1 ms] 2025-12-19T18:04:29.5803741Z Error Message: 2025-12-19T18:04:29.5804121Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:04:29.5804610Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:04:29.5804982Z Stack Trace: 2025-12-19T18:04:29.5805390Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:04:29.5805954Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:04:29.5806516Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:04:29.5807255Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T18:04:29.5807636Z ----- Inner Stack Trace ----- 2025-12-19T18:04:29.5808008Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:04:29.5808314Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:04:29.5808578Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:04:29.5808832Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:04:29.5809152Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:04:40.5713484Z [xUnit.net 00:28:33.74] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.SetParametersThrowsIfParametersAreInvalid [FAIL] 2025-12-19T18:04:40.5720628Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.SetParametersThrowsIfParametersAreInvalid [1 ms] 2025-12-19T18:04:40.5721532Z Error Message: 2025-12-19T18:04:40.5722169Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:04:40.5723684Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:04:40.5724691Z Stack Trace: 2025-12-19T18:04:40.5725238Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:04:40.5725808Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:04:40.5726347Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T18:04:40.5728750Z ----- Inner Stack Trace ----- 2025-12-19T18:04:40.5730306Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:04:40.5730785Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:04:40.5731176Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:04:40.5731574Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:04:40.5732069Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:04:51.5649726Z [xUnit.net 00:28:44.73] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanSupplyParametersIncrementally [FAIL] 2025-12-19T18:04:51.5658414Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanSupplyParametersIncrementally [1 ms] 2025-12-19T18:04:51.5659066Z Error Message: 2025-12-19T18:04:51.5659609Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:04:51.5660115Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:04:51.5660486Z Stack Trace: 2025-12-19T18:04:51.5660890Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:04:51.5661653Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:04:51.5662149Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T18:04:51.5662519Z ----- Inner Stack Trace ----- 2025-12-19T18:04:51.5662859Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:04:51.5663284Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:04:51.5663671Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:04:51.5664467Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:04:51.5664957Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:05:02.5590160Z [xUnit.net 00:28:55.73] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanSupplyAndInvokeFunctionParameters [FAIL] 2025-12-19T18:05:02.5596837Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanSupplyAndInvokeFunctionParameters [1 ms] 2025-12-19T18:05:02.5597378Z Error Message: 2025-12-19T18:05:02.5597678Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:05:02.5598502Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:05:02.5599028Z Stack Trace: 2025-12-19T18:05:02.5599551Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:05:02.5599960Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:05:02.5600411Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T18:05:02.5600683Z ----- Inner Stack Trace ----- 2025-12-19T18:05:02.5600924Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:05:02.5601211Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:05:02.5601475Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:05:02.5601819Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:05:02.5602353Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:05:13.5493395Z [xUnit.net 00:29:06.72] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanSupplyCatchAllParameters [FAIL] 2025-12-19T18:05:13.5507122Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerJSRootComponentsTest.CanSupplyCatchAllParameters [1 ms] 2025-12-19T18:05:13.5507864Z Error Message: 2025-12-19T18:05:13.5510800Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:05:13.5511484Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:05:13.5511959Z Stack Trace: 2025-12-19T18:05:13.5512672Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:05:13.5513239Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:05:13.5513754Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 73 2025-12-19T18:05:13.5514134Z ----- Inner Stack Trace ----- 2025-12-19T18:05:13.5514490Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:05:13.5514910Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:05:13.5516038Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:05:13.5516442Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:05:13.5516925Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:05:24.5467303Z [xUnit.net 00:29:17.72] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerReconnectionCustomUITest.ReconnectionUI_WorksWith_StrictStyleCspPolicy [FAIL] 2025-12-19T18:05:24.5473659Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerReconnectionCustomUITest.ReconnectionUI_WorksWith_StrictStyleCspPolicy [1 ms] 2025-12-19T18:05:24.5474330Z Error Message: 2025-12-19T18:05:24.5474701Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:05:24.5475223Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:05:24.5475603Z Stack Trace: 2025-12-19T18:05:24.5476007Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:05:24.5476561Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:05:24.5476945Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:05:24.5477229Z ----- Inner Stack Trace ----- 2025-12-19T18:05:24.5477470Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:05:24.5477764Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:05:24.5478031Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:05:24.5478339Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:05:24.5478838Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:05:35.5381326Z [xUnit.net 00:29:28.71] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerReconnectionCustomUITest.ReconnectionUI_CustomDialog_IsDisplayed [FAIL] 2025-12-19T18:05:35.5394490Z Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerReconnectionCustomUITest.ReconnectionUI_CustomDialog_IsDisplayed [1 ms] 2025-12-19T18:05:35.5395296Z Error Message: 2025-12-19T18:05:35.5395758Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:05:35.5396352Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:05:35.5397098Z Stack Trace: 2025-12-19T18:05:35.5397501Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:05:35.5398023Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:05:35.5398538Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:05:35.5398947Z ----- Inner Stack Trace ----- 2025-12-19T18:05:35.5399434Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:05:35.5399845Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:05:35.5400231Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:05:35.5400587Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:05:35.5401072Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:05:46.5302989Z [xUnit.net 00:29:39.70] Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnClick_WithStopPropagationDisabled_PropagatesToParent [FAIL] 2025-12-19T18:05:46.5309621Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnClick_WithStopPropagationDisabled_PropagatesToParent [1 ms] 2025-12-19T18:05:46.5310079Z Error Message: 2025-12-19T18:05:46.5310454Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:05:46.5310942Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:05:46.5311326Z Stack Trace: 2025-12-19T18:05:46.5311730Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:05:46.5312272Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:05:46.5312808Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:05:46.5313207Z ----- Inner Stack Trace ----- 2025-12-19T18:05:46.5313559Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:05:46.5313976Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:05:46.5314360Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:05:46.5314744Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:05:46.5315213Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:05:57.5230989Z [xUnit.net 00:29:50.69] Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnMouseDown_WithPreventDefaultEnabled_DoesNotFocusButton(handlersEnabled: True) [FAIL] 2025-12-19T18:05:57.5240389Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnMouseDown_WithPreventDefaultEnabled_DoesNotFocusButton(handlersEnabled: True) [1 ms] 2025-12-19T18:05:57.5240880Z Error Message: 2025-12-19T18:05:57.5241520Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:05:57.5241990Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:05:57.5242363Z Stack Trace: 2025-12-19T18:05:57.5251928Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:05:57.5252521Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:05:57.5253084Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:05:57.5253483Z ----- Inner Stack Trace ----- 2025-12-19T18:05:57.5253831Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:05:57.5254241Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:05:57.5254635Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:05:57.5255005Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:05:57.5255334Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:06:08.5084293Z [xUnit.net 00:30:01.68] Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnMouseDown_WithPreventDefaultEnabled_DoesNotFocusButton(handlersEnabled: False) [FAIL] 2025-12-19T18:06:08.5090428Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnMouseDown_WithPreventDefaultEnabled_DoesNotFocusButton(handlersEnabled: False) [1 ms] 2025-12-19T18:06:08.5090943Z Error Message: 2025-12-19T18:06:08.5091300Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:06:08.5091824Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:06:08.5092217Z Stack Trace: 2025-12-19T18:06:08.5092735Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:06:08.5093405Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:06:08.5093967Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:06:08.5094348Z ----- Inner Stack Trace ----- 2025-12-19T18:06:08.5094694Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:06:08.5095106Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:06:08.5095590Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:06:08.5096066Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:06:08.5096606Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:06:19.4999037Z [xUnit.net 00:30:12.67] Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnWheel_WithPreventDefaultEnabled_DoesNotScrollDiv [FAIL] 2025-12-19T18:06:19.5005539Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnWheel_WithPreventDefaultEnabled_DoesNotScrollDiv [1 ms] 2025-12-19T18:06:19.5006300Z Error Message: 2025-12-19T18:06:19.5007020Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:06:19.5007718Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:06:19.5008138Z Stack Trace: 2025-12-19T18:06:19.5008559Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:06:19.5009123Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:06:19.5009886Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:06:19.5010323Z ----- Inner Stack Trace ----- 2025-12-19T18:06:19.5010672Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:06:19.5011079Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:06:19.5011445Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:06:19.5011860Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:06:19.5012479Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:06:30.4908068Z [xUnit.net 00:30:23.66] Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnMouseDown_WithPreventDefaultDisabled_DoesFocusButton(handlersEnabled: False) [FAIL] 2025-12-19T18:06:30.4914484Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnMouseDown_WithPreventDefaultDisabled_DoesFocusButton(handlersEnabled: False) [1 ms] 2025-12-19T18:06:30.4914847Z Error Message: 2025-12-19T18:06:30.4915231Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:06:30.4915722Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:06:30.4916123Z Stack Trace: 2025-12-19T18:06:30.4916529Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:06:30.4917067Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:06:30.4917589Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:06:30.4917974Z ----- Inner Stack Trace ----- 2025-12-19T18:06:30.4918315Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:06:30.4918717Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:06:30.4919112Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:06:30.4919657Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:06:30.4920161Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:06:41.4796138Z [xUnit.net 00:30:34.65] Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnMouseDown_WithPreventDefaultDisabled_DoesFocusButton(handlersEnabled: True) [FAIL] 2025-12-19T18:06:41.4802936Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnMouseDown_WithPreventDefaultDisabled_DoesFocusButton(handlersEnabled: True) [1 ms] 2025-12-19T18:06:41.4803390Z Error Message: 2025-12-19T18:06:41.4803744Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:06:41.4804215Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:06:41.4804613Z Stack Trace: 2025-12-19T18:06:41.4805015Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:06:41.4805547Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:06:41.4806047Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:06:41.4806455Z ----- Inner Stack Trace ----- 2025-12-19T18:06:41.4806796Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:06:41.4807217Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:06:41.4807864Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:06:41.4808251Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:06:41.4808736Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:06:52.4815319Z [xUnit.net 00:30:45.65] Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnWheel_WithPreventDefaultDisabled_DoesScrollDiv [FAIL] 2025-12-19T18:06:52.4821563Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnWheel_WithPreventDefaultDisabled_DoesScrollDiv [1 ms] 2025-12-19T18:06:52.4822227Z Error Message: 2025-12-19T18:06:52.4822587Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:06:52.4823071Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:06:52.4823432Z Stack Trace: 2025-12-19T18:06:52.4823817Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:06:52.4824363Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:06:52.4824888Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:06:52.4825290Z ----- Inner Stack Trace ----- 2025-12-19T18:06:52.4825647Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:06:52.4826083Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:06:52.4826469Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:06:52.4826853Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:06:52.4827593Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:07:00.0652710Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2025-12-19T18:07:03.4765923Z [xUnit.net 00:30:56.65] Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnClick_WithStopPropagationEnabled_DoesNotPropagateToParent [FAIL] 2025-12-19T18:07:03.4778654Z Failed Microsoft.AspNetCore.Components.E2ETest.Tests.EventFlagsTest.OnClick_WithStopPropagationEnabled_DoesNotPropagateToParent [1 ms] 2025-12-19T18:07:03.4779630Z Error Message: 2025-12-19T18:07:03.4780008Z System.InvalidOperationException : Couldn't create a Selenium remote driver client. The server is irresponsive 2025-12-19T18:07:03.4780521Z ---- System.InvalidOperationException : session not created: Chrome instance exited. Examine ChromeDriver verbose log to determine the cause. (SessionNotCreated) 2025-12-19T18:07:03.4780801Z Stack Trace: 2025-12-19T18:07:03.4781080Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 230 2025-12-19T18:07:03.4781452Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeBrowser(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 91 2025-12-19T18:07:03.4781925Z at Microsoft.AspNetCore.E2ETesting.BrowserTestBase.InitializeAsync(String isolationContext) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserTestBase.cs:line 78 2025-12-19T18:07:03.4782601Z ----- Inner Stack Trace ----- 2025-12-19T18:07:03.4782916Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2025-12-19T18:07:03.4783230Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2025-12-19T18:07:03.4783489Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2025-12-19T18:07:03.4783749Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2025-12-19T18:07:03.4784078Z at Microsoft.AspNetCore.E2ETesting.BrowserFixture.CreateBrowser(String context, ITestOutputHelper output) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/BrowserFixture.cs:line 133 2025-12-19T18:07:10.0815902Z ##[error]The operation was canceled. 2025-12-19T18:07:10.0819152Z ##[section]Finishing: Run E2E tests